@charset "utf-8";
/* CSS Document */
body{
	background:url(../images/body-bg.jpg) repeat-x top center fixed;
	margin:0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	display:block;
	color:#313131;
}
a{
	color:#090;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	text-decoration:underline;
}
.clear{
	clear:both;
}
.middle{
	margin:auto;
}
.center{
	text-align:center;
}
#wrapper{
	width:949px;
	margin:auto;
	padding:0px 0px 0px 19px;
	overflow:hidden;
	background:url(../images/wrapper-bg.png) repeat-y;
}
#header{
	width:935px;

	position:relative;
}
#top{
	width:930px;
	margin:0px;
	padding:0px;
}
#menu{
	background:url(../images/menu-bg.jpg) repeat-x;
	height:52px;
	width:930px;
	overflow:hidden;
	
}
#menu ul{
	margin:0px;
	padding:0px;
}
#menu ul li{
	margin:0px 0px 0px 0px;
	padding:0px;
	float:left;
	list-style:none;
	text-decoration:none;
	height:52px;
	text-transform:uppercase;
	border-left:#060 1px solid;
}
#menu li a{
	text-decoration:none;
	height:31px;
	float:left;
	padding:13px 20px 15px 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#eaffcc;
	margin:3px 0px 0px 0px;
	font-weight:normal;
}
#menu li a:hover, #menu .active{
	background:#ef5521;
	text-decoration:none;
	height:18px;
	float:left;
	margin:3px 0px 0px 0px;
	padding:13px 20px 15px 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#682209;
}
#store-module{
	background:url(../images/store-module-bg.png);
	margin:3px 0px 0px 613px;
	width:321px;
	height:113px;
	position:absolute;
	overflow:hidden;
}
#store-module ul{
	float:left;
	padding:10px 0px 0px 40px;
	margin:0px;
}
#store-module ul li{
	list-style:url(../images/store-module-bullet.png);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:13px;
}
#store-module ul li a{
	text-decoration:none;
	color:#555555;
	font-weight:bold;
}
#store-module ul li a:hover{
	text-decoration:underline;
}
#store-module ul li i{
	font-weight:normal;
	font-style:normal;
}
#store-module ul li strong{
	color:#297a1f;
	font-weight:normal;
}
#store-module .my-acount{
	list-style:url(../images/store-module-my-acount.png);
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#555555;
	margin-left:0px;
}
#store-module .shopping-cart{
	list-style:url(../images/store-module-shopping-cart.png);
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#555555;
	margin-left:0px;
}

#banner{
	margin:0px 0px 5px 0px;
}
#content{
	width:930px;
	background:#27621b;
	overflow:hidden;
}

#left-module{
	float:left;
}
#left-module img{
	margin:5px 0px 5px 0px;
}
#menu-store{
	width:297px;
	margin:0px;
	padding:0px;
}
#menu-store ul{
	margin:0px;
	padding:0px;
}
#menu-store ul li{
	list-style:none;
	width:297px;
	height:49px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
}
#menu-store ul li a{
	margin:0px 0px 0px 0px;
	padding:14px 0px 0px 60px;
	float:left;
	list-style:none;
	text-decoration:none;
	height:35px;
	text-transform:uppercase;
	background:url(../images/store-menu-bg.jpg) bottom left;
	width:237px;
	color:#14460e;
	font-weight:normal;
}
#menu-store ul li a:hover, #menu-store .store-active{
	background:url(../images/store-menu-bg.jpg) top left;
	color:#464645;
}
.content{
	float:left;
	width:583px;
	min-height:440px;
	padding:15px 30px 15px 20px;
	background:#eaffcc;
}
.custom-design-ul{
	width:450px;
	text-align:left;
}
.custom-design-ul ul li{
	list-style:url(../images/custom-design_clip_image001.gif);
}









#footer{
	width:930px;
	height:70px;
	overflow:hidden;
	padding:50px 0px 0px 0px;
	color:#1d5616;
	text-transform:uppercase;
}
#footer #footer-links{
	float:left;
	margin:6px 0px 0px 10px;
}
#footer #footer-links a{
	color:#FFF;
	text-decoration:none;
	font-size:11px;
	margin:0px 20px 0px 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
#footer #footer-links a:hover, #footer #footer-links #link-active{
	color:#8df12b;
}
#footer #powered{
	float:right;
	margin:10px 30px 0px 0px;
}
#footer #powered img{
	border:none;
}





/* FORM AND CAPTCHA */
.contentform{
width:320px;
margin:auto;
}
#contact-form select {
width:144px;
}

.contactform label.error {
font-size:11px;
color:#F30;
float:left;
}
.captcha_error {
font-size:11px;
color:#F30;
}

