
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #7e8083;
}
img{
border:none;
}
p {
	line-height: 1.2em;
}   
a:link, a:visited {
	color: #333; 
	text-decoration: none;
}                  
a:hover, a:active {
	text-decoration: underline;
}
.content {
	position: relative;
	width: 925px;
	margin: 0 auto;
}

.clear {
	clear: both;
}
.hidden {
    display: none;
}
#nav {
	overflow: hidden;    
	border-top: 6px solid #bfe095;
}
#nav li {
	list-style: none;
	float: right; 
	margin-right: 1px;   
}

#nav #selected{
	background-color: #bfe095;
}

#nav li a {
	padding-top: 2px;	
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	display: block;
	color: #333;
	width: 121px;
	height: 21px;
}

#header {
	overflow: hidden;
	padding-bottom: 20px;
}         
#header h1 {
	float: left;  
	font-size: 26px;
	color: #566c10;
	margin-bottom: 10px; 
	font-weight: normal;
}

#header h2 {       
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	color: #7e8083;
	float: right;  
	display: inline;
	border-left: 2px solid #ebebeb;
	padding: 10px 0 10px 20px;
	margin: 8px 0 0 275px;
	width: 250px;
}
#top {
	background: #bfe095 url(/images/h_green_stripe_tile.gif) repeat-x;
	border-top: 6px solid #eaeaea;
	border-bottom: 6px solid #eaeaea;
}
#top h2 {
	font-size: 2.5em;
	letter-spacing: -1px;
	font-family: helvetica,arial,sans-serif;
	color: #000000;
}

#top h3 {
	/* Myriad Pro Bold */
	font-size: 26px;
	color: #566c10;
	margin-bottom: 10px; 
	font-weight: normal;
}
#top .left {
	background: url(/images/h_green_stripe_divider.gif) top right no-repeat;
	float: left;
	display: inline;
	width: 445px;
	margin: 35px 20px 0 0;
	padding: 20px 30px 0 0;
}
#top .left p {
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 10px;
	margin-left: 0pt;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.2em;
	color: #566c10;
	font-family: georgia,times;
}

#top .right {
	padding: 40px 0;
	float: right;
	display: inline;
}
#topBtm {
	background: url(/images/h_green_stripe_btm.gif) repeat-x;
	height: 3px;
	font-size: 1px;
}


#details {
	background: #eaeaea;
	width: 924px;
	margin-top: 30px        
}                   
#details h3 {
	/* Myriad Pro Bold */
	color: #333;
	font-size: 22px;
}
#details p {
	margin-top: 15px;
	padding-bottom: 20px;
}
#details label {
	float: left;
	display: block;
	width: 77px; 
}               

#details .left {
	width: 450px; 
	margin: 5px 0 5px 20px;
	border-right: 2px solid #fff;
	float: left;
	display: inline;
}
#details .right {
	width: 400px; 
	margin: 5px 0 0 30px;
	float: left;
	display: inline;
}
#detailsTop {
	background: url(/images/h_grey_top.gif) no-repeat;
	height: 13px;
	font-size: 1px;
}
#detailsBtm {
	background: url(/images/h_grey_btm.gif) no-repeat;
	height: 13px;
	font-size: 1px;
}

#highlt{
background-color: #eeffaa;
}

#products {
    border-top: 2px solid #eaeaea;
	text-align: center;
	width: 924px;
	margin-top: 30px;
	color: #666666;
	font-size: 16px;
	font-family: georgia,helvetica,arial,sans-serif;
}

ul {
	padding-left: 15px;
}

#footer {
  padding: 20px;
  padding-top: 50px;
  clear: both;
  text-align: center;
  font-size: 10px;
}



