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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

h1 {
	font-size:22px;
	color:#fff;
	padding-left:10px;
	margin:0;
	padding:5px 0 0 10px;
}

body {

	background-color: #318e00;
	background-image: url(/images/orange-background.gif);
	background-repeat: no-repeat;
	background-position: bottom right; 

}

.clear {
	clear: both;
}

#container {
	width:628px;
	margin:0 auto;
	border:3px solid #a8ff00;
}

#header {
	height: 282px;
}

#header a {
	color: #318e00;
}

#header-flash {
	height:265px;
	margin-bottom: 28px;
}

#content {
	background-color:#fda700;
}

#products-content {
	min-height: 730px;
	background-color: #fff;
	margin-top: -14px;
}

#nav {
	background-color: #f47500;
	height: 34px;
	font-size:18px;
	font-weight:bold;
	text-align: center;
	padding-bottom: 5px;
	background-image: url(/images/nav-bg.gif);
	background-repeat: repeat -x;
}

#nav a {
	text-align: center;
	text-decoration:none;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	border-right:url(/images/nav-div.gif);
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 15px;
}

#nav a:hover {
	color: #a8ff00;
}

#nav ul{ 
	margin-left: -40px;
	padding-top: 5px;
}

#nav li {
	display:inline;
	text-align: center;
}

#nav a.current {
	color: #a8ff00; 	
}

#sub-nav {
	background-color: #f28f00;
	text-align: center;
	font-size:13.5px;
	color:#fff;
	margin-top: -14px;
	font-weight: 700;
}
#sub-nav ul {
	padding-top: 5px;
	padding-bottom: 5px;
}
#sub-nav li {
	display: inline;
	margin-right: 15px;
}

#sub-nav a {
	color: #fff;
	text-decoration:none;
}

.product-container {
	width: 144px;
	float: left;
	margin-left: 45px; 
	margin-top: 20px;
}

#products-content h1 {
	color: #ffb909;
	font-size: 22px;
	font-weight: 800;
	margin-bottom: 20px;
	padding-top: 20px;
}

.product-image {
	width: 140px;
	height: 140px;
	border: 2px solid #ffb909;
	padding: 5px;
}

.product-container a {
	color: #fff;
}

.product-container p {
	margin-top:2px;
}
.product-name {
	font-size: 13px;
	color: #404040;
}

#product-image-lg {
	float: left;
	margin-left: 40px;
	margin-top: 20px;
}

#product-image-lg h1 {
	color: #404040;
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
}

#product-image-lg img {
	border: 2px solid #ffb909;
	padding: 10px;
}

#prod-description {
	float: left;
	width: 290px;
	text-align: justify;
	margin-left: 30px;
	color: #000;
}

#prod-description h1 {
	text-align:center;
	color: #404040;
	font-family: Verdana, Arial, sans-serif;
}

#prod-description p {
	color: #404040;
	font-family: Verdana, Arial, sans-serif;
}

h1.product-page {
	color: #fff;
	background-color: #ffb90b;
	padding: 0;
	height: 45px;
}

#footer {
	background-color: #ffb90b;
	padding: 5px;
}

#footer a:link, #footer a:visited {
	font-family: "Arial";
	font-size: 14px;
	color:#fff;
	text-decoration:none;
	font-weight: 600;
}

#footer li {
	list-style: none;
	display: inline;
	padding-right: 20px;
}

.dark-orange {
	color:#fff;
	background-color:#fda700;
	padding:10px;
	font-size:14px;
	font-weight:bold;
	margin-top: 10px;
	margin-bottom: 20px;
}

#home-products {
	color: #fccc00;
	border-top:3px solid #fff;
	border-bottom:3px solid #fff;
	margin: 0;
}

.button {
	margin-right: 20px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background-color: #ffb90b;
	padding: 5px 20px 5px 20px;
	font-weight: 600;
	font-size: 14px;
	border: 1px solid #f28f00;
}
.darkfont {color:#000; font-weight:bold;}