/* general rules */
img{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
form{
	margin: 0px;
	padding: 0px;
}
a, a:visited{
	color: #1a1a1a;
	text-decoration: none;
	font-family: Impact;
}
a:hover, a:active{
	color: #1a1a1a;
	text-decoration: underline;
	font-family: Impact;
}
h3{
 	color: #006310;
	font-size: 14px;
	margin: 2px 0px 2px 0px;
}

/* primary layout */
html, body{
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Arial Baltic, helvetica, sans-serif;
	width: 100%;
	color: #555655;
	background-color: #EDEDED;

}
#wrap{
	margin: 0px;
	padding: 0px;
	position: relative;

	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
	width: 100%;
}
#header{
	width: 100%;
	background-repeat: repeat-x;
	background-image:  url("images/logo-bg.gif");
	background-position: left top;
	height: 90px;
}
#nav{
	float: right;
	position: absolute;
	top: 50px;
	right: 10px;
	width: 400px;
	text-align: right;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}
#nav ul{
	margin: 15px 0px 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Impact;
	color: #006310;
}
#nav ul li{
	display: inline;
	margin-left: 15px;
	border-top: none;
	border-bottom: none;
	border-left: none; 
	border-right: 1px solid #1a1a1a;
	padding-right: 7px;
}
#nav ul li.last{
	border-right: none;
	padding-right: 0px;
}

#content{
	height: 100%;
	margin: 5px 10px 5px 15px;
}

#leftnav{
	float: left;
	width: 160px;
	/*background-color:Blue;*/
}
#leftnav ul{
	margin: 15px 0px 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Impact;
	color: #006310;
	list-style-type: none;
}
#leftnav ul li{
	margin-left: 15px;
	border-top: none;
	border-bottom: none;
	border-left: none; 
	padding-right: 7px;
}

#map{
	float: right;
	width: 400px;
	/*background-color:Blue;*/
}
#footer{
	height: 30px;
	background-repeat: repeat-x;
	background-image:  url("images/footer-bg.gif");
	background-position: left top;
	font-size: 12px;
	font-family: Arial Baltic;
	font-weight: bold;
	color: #006310;
	padding: 5px 10px 5px 10px;

}

#footer div{
	float: right;
}
/* links */

h1, h2, h3, h4, h5, h6{
	color: #006310;
	font-family: Arial Baltic;
	font-weight: bold;

}
#content h1{
	font-size: 1.3em;
	margin-top: 1px;
	margin-bottom: 8px;
	text-transform:capitalize;
}
#content h2{
	font-size: 1em;
	margin-top: 1px;
	line-height: normal;
	margin-bottom: -11px;
	text-transform:capitalize;
}
#content h3{
	font-size: .9em;
	margin-top: 1px;
	margin-bottom: -8px;
	text-transform:capitalize;
}
#content h4{
	font-size: .9em;
	margin-top: 1px;
	margin-bottom: 8px;
}
#content p{
	font-size: .8em;
	line-height: 1.4em;
	color: #555655;
	height: 80px;
}

#content div.item img, img.left{
	float: left;
	padding-top: 20px;
	padding-right: 20px;
}
#content div.item ul
{
	list-style-type: disc;
	font-size: .8em;
	line-height: 1.4em;
	color: #555655;
}

#links ul li{
	list-style-type: none;
	height: 60px;
} 
#links ul li a{
	float: right;
	width: 216px;
}
#links h2{
	font-size: 1em;
	margin-top: 1px;
	line-height: normal;
	margin-bottom: -5px;
	text-transform:capitalize;
}
#links h3{
	font-size: .8em;
	margin-top: 1px;
	margin-bottom: 0px;
	text-transform:capitalize;
}
#footer a {
	font-weight: normal;
}

/* page specific stuff */
#prodlist p{
	float: left;
	width: 180px;
	height: 180px;
	padding: 5px 5px 5px 5px;
}
#prodlist p.end{
	float: none;
}
#product ul, #product p, #product table{
	font-size: .8em;
}
#product table tr td, #product table tr th{
	border: ridge 1px #000;
	padding: 2px 2px 2px 2px;
}
#product p {
	margin: 10px 10px -10px 0px;
}
.nextbtns{
	margin: 5px 5px 10px 10px;
	float: right;
}
.nextbtns a{
	padding: 0px 5px 0px 5px;
	font-size: .8em;
}
#tbls{
	width: 547px;
}
#tbls table{
	width: 250px;
}
#tbls div{
	float: right;
}
