body 	{ 
	margin:0px; 
	padding:0; 
	font-family:Helvetica, Arial, Sans-serif;
	font-size:70%; 
	line-height:1.5em; 
	color:#000; 
	background-color:#fff; 
	text-align:center;	
	}

#page {width:960px; text-align:left; margin:0 auto;  }

a 	{ color:#000; text-decoration:none; }
img { border:0 }
#header { width:960px; height: 110px; background: url(/images/header/header.gif) no-repeat #fff; text-align: left; }
#header h1 { display:none;}

#nav { position:relative; top:80px; left:350px; }
#nav ul 			{ margin: 0; padding: 0; }
#nav ul li 			{ display: inline; list-style: none; margin: 0 padding: 0; }
 #nav ul li a		{ padding:10px; color:#fff; text-transform:uppercase; font-weight:bold; text-decoration:none; font-size:1.2em}
#nav ul li span.current, 
#nav ul li a:hover	{ background-color:#fff; padding:10px; text-decoration:none; color:#3FAE48}

#footer { width:960px; text-align:right; color:#000; border-top:1px solid #3FAE48; }

#content { width:938px; padding:10px; text-align:left; background: #fff; border-left:1px solid #3FAE48; border-right:1px solid #3FAE48; }
#content h1 { margin:0; padding:0; font-weight:normal; font-size:2.2em; line-height:1.1em; color: #3FAE48; }
#content h2 { margin:0; padding:0; font-weight:normal; font-size:1.5em; line-height:1.1em; color: #000; }
#content h3 { margin:0; padding:0; font-weight:normal; font-size:1.3em; line-height:1.3em; color: #000; padding-top:5px;}

#content .cat-thumb { float:left; margin:15px; width:140px; height:160px; }

#content a 	{ color:#3FAE48; text-decoration:none; border-bottom:1px dashed #fff; }
#content a:hover	{ border-bottom:1px dashed #3FAE48; }

#content #tabs { width:400px; position:relative;  }
#content .tab { padding:5px; background-color:#3FAE48; border:1px solid #3FAE48; border-bottom:0; color:#fff; text-transform:uppercase; font-weight:bold; text-align:center; width:180px; }
#content .tab a { border:0; color:#fff;}
#content .tab a:hover{ border:0 }

#content .tab-area { border:1px solid #3FAE48; padding:5px; width:580px; }


.spec-cat 	{ float:left; width:120px; padding:0; margin:0; font-weight:bold; margin:2px; color:#552c00; }
.spec-value { float:left; padding:0; margin:0; margin:2px; padding-left:10px; font-weight:normal; }

.left {float:left; }
.right {float:right; }
.clear {clear:both; }

.button { background: #3FAE48; border-top: 1px solid #fff; border-left: 1px solid #fff; border-right: 1px solid #2F9E38; border-bottom: 1px solid #2F9E38; color:#fff;}

small { line-height: 1.2em; }