@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6d6967;
}
body {
	background-color: #FFFFFF;
}
a {
	font-size: 12px;
	color: 6d6967;
}
img {
	border: none;
}
a:link {
	text-decoration: none;
	color: 6d6967;
}
a:visited {
	text-decoration: none;
	color: 6d6967;
}
a:hover {
	text-decoration: none;
	color: c1d72e;
}
a:active {
	text-decoration: none;
	color: 6d6967;
}
ul li {
	/*list-style-image: url(../images/bullet.gif);*/
	color: #FF9900;
}
.main-container {
	width: 800px;
	height: inherit;
	margin: 0px auto 0px auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
.container {
	width: 800px;
	float: left;
}
.top {
	width: 800px;
	height: inherit;
	float: left;
}
.logo {
	width: 317px;
	height: 62px;
	float: left;
	margin-left: 10px;
}
.top-links {
	width: 250px;
	float: right;
	margin-top: 30px;
	margin-right: 20px;
	text-align: right;
}
.top-links a, .left a {
	color: #c1d72e;
}
.top-links a:hover, .left a:hover {
	color: #6d6967;
}
.middle {
	width: 800px;
	height: inherit;
	float: left;
}
.navigation {
	background-image: url(../images/navi-bg.jpg);
	width: 240px;
	height: 254px;
	float: left;
}
.navigation ul {
	margin-top: 13px;
	margin-left: 10px;
	padding-left: 0px;
	list-style: none;
}
.navigation li {
	list-style: none;
	line-height: 18px;
	margin-right: 10px;
	padding-left: 15px;
	border-bottom: 1px #eaeaea dashed;
	background-image: url(../images/button-blue.jpg);
	background-repeat: no-repeat;
	background-position: top left;	
}
.navigation li a {
	font-weight: bold;
	list-style: none;	
	color: #6d6967;
	font-size: 11px;
}
.navigation li a:hover{
	font-weight: bold;
	color: #c1d72e;
	background-repeat: no-repeat;
	background-position: center left;	
	margin-right: 10px;
}
.banner {
	background-image: url(../images/banner.jpg);
	width: 560px;
	height: 254px;
	float: left;
}
.learnmore {
	background-image: url(../images/learn-more.jpg);
	font-weight: bold;
	width: 102px;
	height: 24px;
	text-align: center;
	position: absolute;
	padding-top: 8px;
	margin-left: 288px;
	margin-top: 45px;
}
.learnmore a {
	color: #FFFFFF;
}
.learnmore a:link {
	color: #FFFFFF;
}
.learnmore a:active {
	color: #FFFFFF;
}
.learnmore a:visited {
	color: #FFFFFF;
}
.learnmore a:hover {
	color: #6d6967;
}
.content {
	width: 800px;
	height: inherit;
	float: left;
	margin-top: 10px;
}
.left {
	width: 224px;
	height: inherit;
	float: left;
	margin-left: 6px;
	background-image: url(../images/left-content-bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 10px;
}
.left img{
	float: none;
}
.right {
	width: 549px;
	height: inherit;
	float: right;
	line-height: 15px;
}
.highlight {
	width: 480px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: 1px #CCCCCC dashed;
	background-color: #f6ffba;
	padding: 10px;
}
.right a {
	color: #c1d72e;
}
.right a:hover {
	color: #6d6967;
}
.title {
	font-size: 15px;
	font-weight: bold;
	color: #2f7fbb;
}
.title1 {
	color: #FBB033;
	font-size: 15px;
	font-weight: bold;
}
.title2 {
	color: #FBB033;
	font-size: 12px;
	font-weight: bold;
}
.hightlight {
	width: 400px;
	background-color: #f5ffcc;
	border: 1px #CCCCCC dashed;
	padding: 5px;
	text-align: center;
	margin: 20px auto 20px auto;
}
.photos {
	margin-left: 20px;
}
.footer {
	width: 800px;
	height: inherit;
	float: left;
	border-top: 2px #eaeaea solid;
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.footer-links {
	width: 300px;
	float: left;
	padding-left: 10px;
}
.footer-links a, a:link, a:visited, a:active {
	color: #c1d72e;
}
.footer-links a:hover {
	color: #6d6967;
}
.copyright {
	width: 200px;
	float: right;
	text-align: right;
	padding-right: 10px;
}
.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;
}
.blue-bold {
	font-weight: bold;
	color: #2f7fbb;
}
.price {
	font-weight: bold;
	color: #c1d72e;
}
.product-photo {
	float: left;
	width: 238px;
	margin-right: 6px;
}
.prod-desc {
	float: left;
	width: 220px;
	margin-right: 10px;
}