body {
	margin: 0 0 50px;
	padding: 0;
	font-family : verdana,arial,helvetica,san-serif;
	font-size: 12px;
	color: #000000;
	background-color: #eaeace;
}



#wrapper {
	width:770px;
	margin: 0 auto;
	position: relative;
	background-color: #ffffff;
	border: 2px solid #000000;
	padding: 15px;
	bottom: 10px;
	top: 0px;
}

#keywords {
	font-size: 10px;
	height: 20px;
	color: #999999;
	font-style: oblique;
	text-align: center;
	padding: 3px 3px 0px 3px;
	margin: 0;
}

#nav-top  ul {

	padding: 5px 0px 5px 0px;

	margin: 0;	

}



#nav-top ul li {

	display:inline;

	padding: 0;

	margin: 0;

}



#nav-top ul li a {

	font-size: 14px;

	color: #ffffff;

	background-color:#294a07;

	text-decoration: none;

	padding: 5px 22px 5px 22px;

	border-right: 1px solid #000000;

	text-align: center;

	width: 100%;

	font-family: Georgia, Helvetica, sans-serif;

	border-bottom-width: 1px;

	border-bottom-style: 1px;

	font-weight: bold;

}

#nav-top ul li a:hover, #nav-top ul li a:focus {

	background-color: #6e2222;
}

#nav {
	border-bottom: 1px solid #000000;
}


.clear {
	clear: both;
}

#footer {
	font-size: 10px;
	border-top: 2px;
	color: #333333;
	font-weight: normal;
	}

a:link {
	color: #000000;
	text-decoration: none;
	border-bottom:1px dotted #000000;
	}

a:visited {
	color: #ff66cc;
	text-decoration: none;
	border-bottom:1px dotted #ff66cc;
	}

a:hover {
	color: #fff;
	background: #6e2222;
	text-decoration: none;
	}

a:active {
	text-decoration: underline;
	}

h1 {
	margin: 0px;
	padding: 0px;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #294a07;
	text-transform: none;
}

h2 {
    margin-bottom: 10px;
    margin-top: 10px;
	font-family : Georgia, "Times New Roman", Times, serif;

	font-size: 11pt;

	font-weight: bold;

	text-transform: none;

	color: #294a07;

}



h3 {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	color: #6e2222;
	border-bottom: 1px dotted #6e2222;
	padding-bottom: 3px;
	margin-bottom: 10px;
	margin-top: 20px;
}

.newproduct {
font-size: 90%;
color: #294a07;
margin: 20px;
padding: 5px 15px 5px 15px;
border: 1px dashed #294a07;
}

.newproduct h3 {
color: #294a07;
border-bottom: 1px dashed #294a07;
}

blockquote {
	margin-bottom: 20px;
	font-style: italic;
	background-image: url('/images/quote.gif');
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 45px;
	padding-top: 1px;
	margin-left: 10px;
}

blockquote p {
	margin-top: 7px;
}

.gallery {
     float: right;
	 border: 1px solid #000000;
	 margin: -15px 0px 5px 10px;
}

.gallery-product {
	border: 1px solid #666666;
	margin-bottom: 15px;
	padding: 10px;
}

.gallery-product h3 {
	color: #666666;
	font-family: arial, verdana;
	border-bottom: none;
	margin-top: 10px;
	font-size: 13px;
}

/* End of Gallery styles */

/* Home Page product styles */

.product-hm {
	width: 100%;
}

.product-hm-sm {
	width: 340px;
	padding: 5px;
	border: 1px solid #999999;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 100px;
	font-size: 11px;
}

.product-hm-sm h2 {
	color: #666666;
	font-family: verdana, arial;
	font-size: 13px;
	margin-top: 15px;
}

.product-hm-sm img {
	float: left;
	margin-right: 7px;
	border: none;
}

.product-hm-sm p {
	margin: 8px;
}

