@charset "utf-8";
/* CSS Document */

body {
	background-color: #b39200;
	background-color: #79533a;
	margin: 0;
	padding: 0;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.required {
	font-weight: bold;
	color: #ff0000;
	text-transform: uppercase;
}

a, a:link, a:visited {
	color: #CC9933;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #000;
}

#header_image {
	text-align: center;
}

#nav_container {
	width: 905px;
}

#topnav {
	background: #000;
	padding: 5px;
	padding-left: 10px;
	font-weight: bold;
	border-top: 4px solid #ffd303;
	border-bottom: 4px solid #ffd303;
	margin-left: 1px;
	font-size: 13px;
	text-align: center;
}

#topnav a, #topnav a:link, #topnav a:visited {
	color: #fff;
	text-decoration: none;
}

#topnav a:hover {
	color: #ffd303;
	text-decoration: none;
}

#topnav a.active {
	color: #ffd303;
	text-decoration: none;
}

#topnav ul li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-right: 20px;
	padding-left: 10px;
}

#topnav ul {
	margin: 0;
	padding: 0;
}

#subnav {
	background-image: url(/img/subnav_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 30px;
	overflow: hidden;
	float: right;
	padding-top: 5px;
	font-weight: bold;
	color: #fff;
}

#subnav ul {
	margin: 0;
	padding: 0;
	
	padding-left: 15px;
}

#subnav ul li {
	list-style: none;
	display: inline;
	border-right: 1px solid #000;
	padding-right: 6px;
	padding-left: 8px;
}

#subnav a:link, #subnav a:visited {
	color: #fff;
	text-decoration: none;
}

#subnav a:hover, #subnav #active {
	color: #FFD303;
	text-decoration: none;
}

#subnav2 {
	background-image: url(/img/subnav2_bg.gif);
	background-position: top right;
	background-repeat: no-repeat;
	height: 30px;
	overflow: hidden;
	float: left;
	padding-top: 5px;
	font-weight: bold;
	color: #fff;
}

#subnav2 ul {
	margin: 0;
	padding: 0;
	
	padding-right: 15px;
	padding-left: 5px;
}

#subnav2 ul li {
	list-style: none;
	display: inline;
	border-right: 1px solid #000;
	padding-right: 6px;
	padding-left: 8px;
}

#subnav2 a:link, #subnav2 a:visited {
	color: #fff;
	text-decoration: none;
}

#subnav2 a:hover, #subnav2 #active {
	color: #FFD303;
	text-decoration: none;
}

#bodytable {
	background-image: url(/img/bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	width: 980px;
}

#footernav {
	margin-top: 12px;
}

#footernav a, #footernav a:link, #footernav a:visited {
	color: #444444;
	text-decoration: none;
}

#footernav a:hover {
	color: #000;
	text-decoration: underline;
}

#policies {
	margin-top: 12px;
}

#policies a, #policies a:link, #policies a:visited {
	color: #444444;
	text-decoration: none;
}

#policies a:hover {
	color: #000;
	text-decoration: underline;
}


#footer {
	background-image: url(/img/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 980px;
	height: 86px;
	margin: 0 auto;
}

hr {
	width: 880px;
	color: #000;
	height: 1px;
}

#content {
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #ffd303;
}

#content h1, #content h2, #content h3, #content h4 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	margin-top: 8px;
}

#content h1 { font-size: 20px; border-bottom: 2px solid #ffd303; }
#content h2 { font-size: 17px; text-decoration: underline; }
#content h3 { font-size: 14px; text-decoration: underline; }
#content h4 { font-size: 12px; }

#content hr {
	height: 2px;
	border: none;
	color: #ffd303;
	background-color: #ffd303;
}

/* LEGACY STYLING */
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.style2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}

/* ECOM RELATED */
.carttable {
	padding-bottom: 10px;
	border-bottom: 2px solid #ffd303;
}

.carttable tr th {
	background-color: #EBEBEB;
	padding-bottom: 3px;
	border-bottom: 1px solid #000;
}

.carttable tr td {
	border-bottom: 1px solid #D6D6D6;
}

.addtocart p {
	margin: 0;
	padding: 0;
	
	margin-bottom: 10px;
}

#sidecart {
	width: 162px;
	padding-right: 10px;
	padding-left: 15px;
	background-image: url(/img/prodnav_mid.jpg);
	background-repeat: repeat-y;
	text-align: center;
}

#loggedinas {
	width: 162px;
	padding-right: 10px;
	padding-left: 15px;
	background-image: url(/img/prodnav_mid.jpg);
	background-repeat: repeat-y;
	text-align: center;
}

#sidecart a, #sidecart a:link, #sidecart a:visited {
	color: #CC9933;
	text-decoration: none;
}

#sidecart a:hover {
	color: #000;
	text-decoration: underline;
}

#productscat_top, #sidecart_top, #loggedinas_top {
	width: 187px;
	height: 24px;
	background-image: url(/img/prodnav_top.jpg);
}

#productscat_bot, #sidecart_bot, #loggedinas_bot {
	width: 187px;
	height: 24px;
	background-image: url(/img/prodnav_bot.jpg);
}

#productscat {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 162px;
	padding-right: 10px;
	padding-left: 15px;
	background-image: url(/img/prodnav_mid.jpg);
	background-repeat: repeat-y;
}

#productscat a, #productscat a:link, #productscat a:visited {
	color: #000;
	text-decoration: none;
}

#productscat a:hover {
	color: #000;
	text-decoration: underline;
} 

#productscat ul {
	margin-left: 10px;
	padding: 0;
}

#productscat li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#productscat li.prodcat {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	
	padding-top: 2px;
	padding-bottom: 2px;
}

#productscat li.proditem {
	font-weight: normal;
	margin-left: 10px;
}

.proddesc {
/*	font-size: 13px;
	line-height: 20px;*/
	text-align: justify;
}

.prodprice {
	text-align: center;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding-top: 3px;
	width: 155px;
	height: 35px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(/img/prodprice_bg.jpg);
	background-repeat: no-repeat;
}

.addtocart {
	text-align: left;
}

#addtocart_status {
	color: #CC9933;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 10px;
}

.proditem_txt {
	padding: 5px;
}

.proditem_strikeprice {
	text-decoration: line-through;
	color: #999999;
}

.prod_strikeprice {
	text-decoration: line-through;
	color: #999999;
	font-size: 18px;
	padding-top: 10px;
}

.proditem_price {
	color: #CC9900;
	font-size: 14px;
	font-weight: bold;
}

.proditem_spec {
	color: #979797;
}

/* STOCK RELATED ITEMS */
.prod_stock_status {
	padding-top: 15px;
	font-size: 20px;
	font-weight: bold;
}

.proditem_stock_status {
	text-align: center;
}

.prod_stock_stock {
	color: #0000FF;
}

.prod_stock_nostock {
	color: #ff0000;
}

.prod_stock_limitedstock {
	color: #FF6600;
}

.prod_stock_soldout {
	color: #FF0000;
}

.prod_stock_saleprice {
	color: #ff0000;
}

.prod_stock_discontinued {
	color: #999999;
}

