@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	font-family: 'Open Sans', sans-serif;
	color:#464646;
}

.clear{
	clear:both;
}

a{
	text-decoration:none;
	font-weight:600;
	color:#000;
}

a.button_down{
	position:absolute;
	z-index:88888;
	bottom:0px;
	left:48.542%;
}

a.button_back{
	width:153px;
	height:36px;
	padding-right:8px;
	display:block;
	line-height:36px;
	background-image:url(/images/button_back_bg.jpg);
	color:#FFF;
	text-align:right;
	font-size:15px;
	font-weight:bold;
}

a.button_back_small{
	width:86px;
	height:36px;
	padding-right:8px;
	display:block;
	line-height:36px;
	background-image:url(/images/button_back_small_bg.jpg);
	color:#FFF;
	text-align:right;
	font-size:15px;
	font-weight:bold;
}

a.button_forward_small{
	width:144px;
	height:36px;
	padding-left:8px;
	display:block;
	line-height:36px;
	background-image:url(/images/button_forward_small_bg.jpg);
	color:#FFF;
	text-align:left;
	font-size:16px;
	font-weight:bold;
}

a.button_forward_big{
	width:171px;
	height:36px;
	padding-left:8px;
	display:block;
	line-height:36px;
	background-image:url(/images/button_forward_big_bg.jpg);
	color:#FFF;
	text-align:left;
	font-size:16px;
	font-weight:bold;
}

.menu_container_floating{
	position:fixed !important;
	width:100%;
	top:0px;
	z-index:99999;
	background-color:#FFF !important;
	padding-bottom:2px;
}

.main{
	width:980px;
	margin:auto;
}

.main_menu{
	height:91px;
	padding-top:17px;
	position:relative;
	z-index:99999;
}

.main_menu .logo{
	width:199px;
	float:left;
}

.main_menu .menu{
	padding-top:3px;
	float:right;
}

.menu_links{
	height:37px;
	line-height:37px;
	margin-right:14px;
	float:left;
}

.menu_links a{
	color:#595958 !important;
	font-size:15px;
	font-weight:600;
	margin-left:21px;
}

.main_menu .menu .order_button{
	width:98px;
	height:37px;
	line-height:37px;
	display:block;
	margin-right:4px;
	border-radius:1px;
	background-color:#8ac73b;
	text-align:center;
	color:#FFF !important;
	font-size:16px;
	float:right;
}

.main_menu .menu_contact{
	float:right;
}

.main_menu .menu_contact a{
	color:#595958;
	font-weight:600;
}

.main_menu .menu_contact a img{
	display:block;
	padding-right:7px;
	padding-top:2px;
	float:left;
}

.order_wrap{
	position:absolute;
	z-index:99999;
	bottom:0px;
}

.highlighted{
	padding-left:10px;
	padding-right:10px;
	margin-right:2px;
	border-radius:1px;
	background-color:#8ac73b;
	color:#FFF !important;
	font-size:22px;
	font-weight:bold;
}

.highlighted_standard{
	padding-left:5px;
	padding-right:5px;
	margin-right:2px;
	border-radius:1px;
	background-color:#8ac73b;
	color:#FFF !important;
	font-size:16px;
	font-weight:bold;
}

a.order_wrap .order_div{
	width:86px;
	height:33px;
	margin-right:3px;
	border-radius:1px;
	line-height:33px;
	background-color:#8ac73b;
	text-align:center;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	float:left;
}

.inquiry{
	width:100%;
	background-color:#88c03a;
	color:#FFF;
}

.inquiry .inq_top{
	padding-top:20px;
	padding-bottom:20px;
}

.inquiry .inq_top a{
	width:352px;
	display:block;
	margin:0 auto;
	color:#FFF;
}

.inquiry .inq_bottom{
	padding-bottom:38px;
	display:none;
}

.inquiry .inq_bottom .inq_wrap{
	width:459px;
	margin:0 auto;
}

.inquiry .inq_bottom .inq_wrap p{
	margin-bottom:8px;
}

.inquiry .inq_bottom .inq_wrap input{
	width:211px;
	height:20px;
	border:#e5e5e5 1px solid;
}

.inquiry .inq_bottom .inq_wrap textarea{
	width:455px;
	height:62px;
	border:#e5e5e5 1px solid;
}

.inquiry .inq_msg{
	display:none;
	text-align:center;
	padding-bottom:30px;
}

.footer{
	width:100%;
	padding-top:35px;
	padding-bottom:64px;
	background-color:#f7f7f7;
}

.footer .section{
	width:240px;
	margin-right:35px;
	float:left;
	font-size:14px;
	color:#464646;
	font-weight:300;
}

.footer .section p{
	color:#8fc73e;
	font-weight:bold;
	margin-bottom:12px;
}

.footer .section a{
	color:#464646;
	font-size:14px;
	font-weight:300;
}

.credits{
	height:29px;
	line-height:29px;
	font-size:11px;
	font-weight:300;
	background-color:#f7f7f7;
}

.credits a{
	color:#464646;
}

a.send_button{
	border:1px solid #fff;
	padding:5px 50px;
	display:inline-block;
	color:#fff;
	font-size:16px;
	font-weight:300;
}

a.order_button{
	padding:5px 65px 5px 20px;
	background:url(/images/button_cart_new.png) center right no-repeat;
	color:#fff;
	font-size:18px;
	position:absolute;
	bottom:50px;
	left:210px;
}