/* CSS Document */

/* ------------------------------------- SITE-WIDE ------------------------------- */
body {
	margin:0px;
	padding:0px;
}
td, div{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	vertical-align:top;
	line-height:16px;
}
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	vertical-align:top;
	line-height:16px;
	margin:0px;
	padding:0 0 12px 0;
}
h1 {
	font-size:16px;
	font-weight:bold;
	line-height:22px;
	margin:0px;
	padding:0 0 20px 0;
}
h2 {
	font-size:14px;
	font-weight:bold;
	line-height:22px;
}
h3 {
	font-size:12px;
	font-weight:bold;
	line-height:22px;
}
a {
 color:#659b40;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
ul {
	margin:0 0 12px 30px;
	padding:0px;
}

/* -------------------------------------- HEADER --------------------------------- */
a.topNav {
	border:1px solid #659b40; 
	font-weight:bold; 
	color:#659b40; 
 /*padding:3px 19px 4px 18px;*/
	/*line-height:23px; */
	text-decoration:none;
	margin-right:1px;
	background:url(images/assets/topNavBg.jpg) repeat-x;
	/*height:22px;*/
 padding:2px 0 2px 0;
	text-align:center;
	display:block;
	_margin-top:1px;
}
a.topNav:hover {
	border:1px solid #659b40; 
	font-weight:bold; 
	color:#659b40; 
	/*padding:3px 19px 4px 18px;*/
	/*line-height:23px; */
	text-decoration:none;
	background:#ddecd2;
	/*height:22px;*/
	_margin-top:1px;
}
#topNavRt1 {
	background:#659b40; 
	width:1px;
}	
#topNavRt2 {
	background:url(images/assets/topNavBg2.jpg) repeat-x; 
	width:100%; 
	height:22px;
}
#topNavRt3 {
	background:#659b40; 
	width:1px;
}
#topNavRt4 {
	background:#ffffff; 
	width:1px;
}
.topNavLine {
	background:url(images/assets/topLineBg.gif) repeat-x;
}

/* -------------------------------------- LEFT ---------------------------------- */
a.leftNav {
	font-size:11px; 
	color:#659b40; 
	text-decoration:underline; 
	background:url(images/assets/leftBullets.gif) left no-repeat; 
	padding:0 0 0 10px;
	line-height:16px;
}
a.leftNav:hover {
	text-decoration:none; 
	background:url(images/assets/leftBullets2.gif) left no-repeat; 
}
.leftHeaders {
	font-size:12px; 
	font-weight:bold; 
	color:#545454; 
	padding:8px 0 0 8px;
}
.leftLines {
	padding:12px 0 4px 0;
}
.leftLinkMenus {
	padding:8px 0 0 9px;
}
#eNewsletter {
	font-size:10px; 
	color:#545454; 
	line-height:12px; 
	padding:8px 0 15px 8px;
}
a.cartLink {
	font-size:11px; 
	color:#659b40; 
	text-decoration:underline; 
	background:url(images/assets/cart.gif) right no-repeat; 
	padding:0 20px 0 0 ;
	line-height:16px;
}
a.cartLink:hover {
	text-decoration:none; 
	background:url(images/assets/cart.gif) right no-repeat; 
}

/* ------------------------------------------- CENTER ------------------------------- */
.topCopy {
	line-height:17px;
	padding:9px;
	margin:0px;
}
.topCopyHeader {
	font-size:13px;
	font-weight:bold;
}
.homeCatLines {
 background:url(images/assets/homeCatLines.gif) repeat-x top;
	height:7px;
}
.catHeaders {
	font-size:14px;
	font-weight:bold;
	line-height:22px;
}
.catCopy {
	line-height:16px;
	padding:15px 0 15px 0;
	margin:0px;
}
.headers {
	font-size:14px;
	font-weight:bold;
	line-height:22px;
	color:#659b40;
}
.required {
color: #FF0000; 
}


/* ------------------------------------ FOOTER --------------------------------------- */
#footer {
	background:url(images/assets/bottomLineBg.gif) repeat-x top; 
	padding:12px 0 10px 8px; 
	font-size:10px; 
	color:#7c7c7c;
}
