/* 2O-51 Global CSS- Authored by Nathaniel B / Brexson Media Group */

/* Core Items Start */
/* Reset Start */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
/* Reset End */


#wrapper {
	width:820px;
	margin:0px auto;
}
#container {
	width:820px;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:10px 0px 10px 0px;
}
/* Top Items Start */
#top-bar {
	background:#383838;
	height:78px;
	width:820px;
}
#top-bar h1 {
	padding:8px 0px 0px 15px;
	float:left;
}
#top-bar ul {
	float:right;
	color:#FFFFFF;
	margin-top:8px;
	margin-right:15px;
	_margin-right:9px;
}
#top-bar ul li a {
	color:#999999;
	text-decoration:none;
	background:url(../images/top-ul-divider.gif) bottom center no-repeat;
	padding-bottom:5px;
}
#top-bar ul li a:hover {
	color:#FFFFFF;
}
#top-bar ul li {
	padding-top:2px;
	padding-bottom:5px;
}
#top-bar ul li.separator {
display:none;
}
#top-bar ul li#topTrack, #top-bar ul li a#Link1935Group341 {
	background:url(../images/icon-track.gif) left no-repeat;
	background-position:0px 1px;
	padding-left:18px;
}
#top-bar ul li#topSearch, #top-bar ul li a#Link3450Group341 {
	background:url(../images/icon-search.gif) left no-repeat;
	background-position:0px 1px;
	padding-left:18px;
}
#top-bar ul li#topContact, #top-bar ul li a#Link3451Group341 {
	background:url(../images/icon-contact.gif) left no-repeat;
	background-position:0px 1px;
	padding-left:18px;
}

#top-nav {
	background: url(../images/nav-dropshadow.gif) 0px 23px repeat-x;
	height:46px;
	width:820px;
}

#top-nav li.separator {
display:none;
}
#top-nav ul {
	background: url(../images/nav-bg.gif) top left repeat-x;
	width:810px;
	height:23px;
	float:left;
	color:#e4e3de;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:13px;
	line-height:23px;
	padding:0px 0px 0px 10px;
}
#top-nav li {
	display:block;
	float:left;
	background:url(../images/nav-separator.gif) right no-repeat;
	padding-right:25px;
	padding-left:10px;
	height:23px;
	position:relative;
}
#top-nav li.last {
	background:none;
}
#top-nav ul li a {
	color:#e4e3de;
	text-decoration:none;
}
#top-nav ul li a:hover {
	color:#fff;
}

#top-nav ul li ul {
		display: none;
		}
	
#top-nav ul li:hover ul,
#top-nav ul li.over ul {
		background: #832331;
		/*filter:alpha(opacity=90);
		-moz-opacity:.90;
		opacity:.90;*/
		display: block;
		position: absolute;
		width:170px;
		height:auto;
		left: 5px;
		top: 20px;
		padding: 0;
		margin:0 !important;
		list-style-type: none;
		z-index: 1000;
		}
	
#top-nav ul li ul li {
		background:none;
		padding-left:0 !important;
		margin:0 !important;
		clear:both;
		}
	
#top-nav ul li ul li a {
		display:block;
		width:160px;
		text-transform: none;
		line-height: 12px;
		font-weight: normal;
		border-bottom: 1px solid #999;
		padding:5px;
		margin:0 !important;
		font-size:11px;
		}

#top-nav ul li ul li ul{
	display:none !important;
}
#top-nav-shoppingcart-cap {
	background:url(../images/nav-end1.gif) no-repeat;
	width:37px;
	height:51px;
	float:right;
}
#top-nav-shoppingcart {
	background:url(../images/nav-largebg.gif) repeat-x;
	height:51px;
	float:right;
	width:210px;
}
#top-nav #shoppingCartBtn {
	margin-top:15px;
	margin-left:15px;
}
#search {
	display:block;
	width:570px;
	margin:-10px 0px 10px 0px;
}

#search h3{
	display:none;
}

#search div#SearchFormDiv input#sq{
	border:1px solid #999;
	background:#999;
	color:#fff;
	width:120px;
	display:block;
	float:left;
	margin-left:5px;
	font-size:11px;
	padding:1px;
	text-align:center;
}

#search div#SearchFormDiv input#sq:hover{
	border:1px solid #777;
	background:#777;
}
#search div#SearchFormDiv input#sq:focus, #search div#SearchFormDiv input#sq:active{
	border:1px solid #333;
	background:#777;
}

#search div#SearchFormDiv div#search_inputDiv, #search div#SearchFormDiv div#ContactButton{
	display:block;
	float:left;
	margin:0;
}

#search div#SearchFormDiv div#search_inputDiv{
	width:140px;
}

#search div#SearchFormDiv div#ContactButton{
	width:70px;
}

#search div#SearchFormDiv div#search_inputDiv label, #search div#SearchFormDiv div#search_inputDiv input{
	display:block;
	float:left;
}

#search div#SearchFormDiv input#MakeSearch{
	display:none;
}

#search #SearchFormDiv, #SearchFormDiv form{
	margin:0;
}

#search a#advSearch {
	font-weight:bold;
	color:#3a3a3a;
	padding-top:3px;
	text-decoration:underline;
}

#search #advSearch:hover {
	color:#999;
}
#search #keywords, /*End Homepage Item*/ #newsletterTextField/*End Homepage Item*/ {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:2px;
}

#footer {
	width:820px;
	height:78px;
	background:#383838;
	color:#777777;
	float:left;
	border-top:10px solid #fff;
}
#footer-logo {
	margin-top:18px;
	margin-left:30px;
	margin-right:20px;
	float:left;
}
#footer #copyright a {
	color:#999;
	text-decoration:none;
}
#footer #copyright a:hover {
	color:FFFFFF;
	text-decoration:underline;
}
#footer ul {
	padding-top:10px;
}

#footer ul a, #footer ul li.separator {
	color:#777777 !important;
	text-decoration:none;
}
#footer ul a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
#footer ul li {
	display:inline;
	font-weight:bold;
}
#footer ul li.last {
	border-right:0px;
}
#content {
	width:820px;
	height:auto;
	float:left;
	margin:0px;
	background:url(../images/bg_content.gif) top left repeat-y;
}
#content_home {
	width:820px;
	height:auto;
	float:left;
	margin:0px;
}
.imageThumb .title {
	background:url(../images/prod-tabend.gif) right top no-repeat;
	width:110px;
	float:left;
	color:#FFFFFF;
	margin-top:5px;
}
.imageThumb .title a {
	background:url(../images/prod-bg-extended.gif) left top repeat;
	width:105px;
	display:block;
	height: auto !important;
	height: 12px;
	min-height:12px;
	color:#DDDDDD;
	text-decoration:none;
}
.imageThumb .title a:hover {
	color:#FFFFFF;
}
h1.title2 {
	font-size:13pt;
	font-family:Georgia, Times New Roman, Times, serif;
	font-weight:bold;
	border-bottom:3px dotted #83232f;
	margin:25px 0px 0px 0px;
}
.category_header {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color:#434342;
	padding-left: 13px;
	line-height:8px;
	height:auto;
	background:url(../images/bullet-main2.gif) left no-repeat;
	background-position: 0px 1px;
	background-repeat: no-repeat;
	background-color: transparent;
	
	
}
.category_header a{
color:#FFF;
}
.category_header a:hover{
color:#316464;
}
.category{
background-color:transparent;
background-image:none;

}
.category_body {
float:left;
padding-top:5px;
}
.category ul li a {
background-image:none;
background-position:left center;
background-repeat:no-repeat;
display:inline;
font-size:11px;
line-height:16px;
margin-left:0px;
padding:0pt 0px 0pt 0px;
text-decoration:none;
overflow:hidden;
}
.category ul {
font-family:Geneva,Arial,Helvetica,sans-serif;
list-style-type:none;
margin:0pt;
padding:0pt;
text-align:left;
}
h2.title2 {
	background:url(../images/bullet-main2.gif) left no-repeat;
	padding-left:12px;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	color:#000000;
}
.imageThumb {
	width:110px;
	height: auto !important;
	height: 125px;
	min-height: 125px;
	float:left;
	margin:20px 15px 10px 15px;
}

#copyright {
width:820;
text-align:center;
margin-top:15px;
}
