body {
	background:#1b5e0b;
	margin:0;
	font-size:62.5%;
}
a:link, a:visited {
	color: #1b5e0b;
	text-decoration: none;
}
a:hover, a:active {
	color: #1b5e0b;
	text-decoration: underline;
}
h1 {
	font: bold 16px "Trebuchet MS", Arial, sans-serif;
	color: #506050;
	margin:0 0 0 0;
}
h2 {
	font: bold 12px "Trebuchet MS", Arial, sans-serif;
	color: #FFFFFF;
	margin:0 0 5px 0;
	text-transform:uppercase;
}
h3 {
	font: bold 12px "Trebuchet MS", Arial, sans-serif;
	color: #506050;
	margin:0 0 5px 0;
	text-transform:uppercase;
}
p {
	font:normal 12px "Trebuchet MS", Arial, sans-serif;
	line-height:16px;
	color:#506050;
	margin:0 0 20px 0;
}
.small {
	font:normal 11px "Trebuchet MS", Arial, sans-serif;
	line-height:16px;
	color:#506050;
	margin:0 0 20px 0;
}
.table {
	font:normal 12px "Trebuchet MS", Arial, sans-serif;
	color:#506050;
}
hr {border: none 0; 
	border-top: 1px dotted #7e8ab1;
	border-bottom: 1px solid #6B78A0;
	width: 100%;
	height: 2px;
	margin: 4px auto 4px 0;
}
/* ----------menu-------------- */
#navBack  {
	background:url(images/bkgd-navBot.jpg) bottom left no-repeat;
	margin:0;
	padding:0 0 0 0;
}
#nav  {
	margin:0;
	padding:0;
}
#nav ul {
	margin:0 0 0 0;
	padding:0;
}
#nav li {
	font: normal 1.2em Arial, Helvetica, sans-serif;
	list-style:none;
	margin:0;
	padding:0;
	text-transform:uppercase;
}
#nav li a {
	list-style:none;
	display:block;
	width:179px;
	padding:10px 0 10px 20px;
	vertical-align:middle;
	color:#306090;
	text-decoration:none;
	margin:-1px 0 0 0;
	background:url(images/bkgd-nav.jpg) no-repeat left -2px;
}
#nav li.last a {

	background:url(images/bkgd-nav.jpg) no-repeat left -1px;
}
#nav li a:hover {
	background-position:left -38px;
	margin:-1px 0 0 0;
}
/* ----------divs-------------- */
#content  {
	background:url(images/bkgd-content.jpg) repeat-y;
	padding:0 20px 0 20px;
	margin:0;
}
#content-interior  {
	background:url(images/bkgd-content-interior.jpg) repeat-y;
	padding:10px 20px 0 45px;
	margin:0;
}
#featuredProducts {
	background: url(images/bkgd-featuredProducts.jpg) repeat-y;
	padding:10px 0 0 36px;
}
#featuredProducts-frame {
	background-color: #306090;
/*	padding:10px 0 0 36px;*/
}
#featuredProducts-frame img {
	border:2px solid #FFFFFF;
}
#featuredProducts-frame img:hover {
	border:2px solid #e6c132;
}
#featuredProducts-frame p {
	font:bold italic 12px "Trebuchet MS", Arial, sans-serif;
	line-height:16px;
	color:#ffffff;
	margin:0;
}
#featuredProducts-frame hr {
	border-top: 1px solid #ffffff;
	border-bottom:none;
	border:none;
	width: 100%;
}
#featuredProducts-frame a {
	color:#FFFFFF;
}

#footer  {
	background:url(images/footer.jpg) no-repeat;
	font: normal 10px "Trebuchet MS", Arial, sans-serif;
	color: #c0b0a0;
	padding-top:12px;
}
#footer a:link, #footer a:visited  {
	color: #c0b0a0;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #c0b0a0;
	text-decoration:underline;
}
#footer-interior  {
	background:url(images/footer-interior.jpg) no-repeat;
	font: normal 10px "Trebuchet MS", Arial, sans-serif;
	color: #c0b0a0;
	padding-top:12px;
}
#footer-interior a:link, #footer-interior a:visited  {
	color: #c0b0a0;
	text-decoration: none;
}
#footer-interior a:hover, #footer-interior a:active {
	color: #c0b0a0;
	text-decoration:underline;
}