@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../images/bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-attachment: scroll; 
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #425a02;
}
a {
	text-decoration: none;
	color: #425a02;
}
a:hover {
	text-decoration: none;
	color: #a4c807;
}
img {
	border: none;
}
.main-container {
	width: 812px;
	margin: 0px auto 0px auto;
}
.top {
	width: 812px;
	height: 81px;
	float: left;
	background-image: url(../images/top-bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
.logo {
	margin-top: 20px;
	margin-left: 10px;
	width: 316px;
	height: 37px;
	float: left;
}
.top-navi {
	margin-top: 35px;
	margin-right: 30px;
	height: 15px;
	float: right;
	text-align: right;
}
.container {
	width: 812px;
	height: auto;
	float: left;
	background-image: url(../images/body-bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
.navigation {
	width: 294px;
	height: 230px;
	float: left;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}
.navigation ul {
	margin-top: 0;
	margin-left: 15px;
	padding-left: 0px;
}
.navigation li {
	list-style: none;
	line-height: 23px;
	font-size: 11px;
}
.navigation li a {
	font-weight: bold;
	padding-left: 20px;
	padding-bottom: 3px;
	background-image: url(../images/navi-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.navigation li a:hover{
	font-weight: bold;
	background-image: url(../images/navi-bg-hover.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;	
	padding-left: 20px;
	padding-bottom: 3px;
}
.banner {
	width: 501px;
	height: 219px;
	float: left;
	background-image: url(../images/banner.jpg);
	margin-left: 6px;
}
.content-container {
	width: 790px;
	padding: 11px;
	float: left;
}
.left {
	width: 275px;
	float: left;
	background-image: url(../images/left-content-bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 15px;
}
.title {
	border-left: 3px #dcfd36 solid;
	border-bottom: 1px #dcfd36 solid;
	width: 95%;
	height: 27px;
	color: #a4c807;
	font-size: 16px;
	font-weight: bold;
	padding-left: 8px;
	padding-top: 3px;
	margin-bottom: 10px;
	margin-top: 10px;
	float: left;
}
.product-photo {
	width: 270px;
	float: left;	
}
.prod-desc {
	background-image: url(../images/prod-desc-bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 270px;
	float: left;
	padding-top: 10px;
}
.green-bold {
	font-weight: bold;
}
.price {
	font-weight: bold;
	color: #a4c807;
}
.right {
	margin-right: 5px;
	width: 494px;
	float: right;
}
.text {
	float: left;
	width: 95%;
	margin-left: 10px;
	line-height: 20px;
}
.text a{
	font-weight: bold;
}
.text a:hover{
	font-weight: bold;
}
.top-product {
	width: 150px;
	float: left;
	background-image: url(../images/product-bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	margin: 0px 5px 10px 5px;
	text-align: center;
}
.footer {
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;	
	width: 790px;
	padding: 11px;
	float: left;
	text-align: center;
	line-height: 20px;
}
