/*general*/
body {
	color:#000000;
	font-size:12px;
	line-height:20px;
	font-family: Arial, Helvetica, sans-serif;
	background:#7c9d3f;
}
p {
	font-size:12px;
	line-height:20px;
	font-family: Arial, Helvetica, sans-serif;
	color:#666;
}
a {
	color:#7C9D3F; text-decoration:none;
}
a:hover {
	color:#728a45; text-decoration:underline;
}
h1 {
	font-size:20px;
	font-weight:normal;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
}
h2 {
	font-size:24px;
	line-height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;

}

/*login header*/
#top_login {
	float:right;
	background:#728a45;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:6px 0;
	margin-top:10px;
}
#top_login a {
	color:#fff;
	padding:0 10px;
}
#header {
	width:100%;
	float:left;
	padding:0px;
	background:url(/images/menu_bg.png) repeat-x left bottom;
}
#wraper_header {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:940px;
	height:120px;
}
#logo {
	float:left;
	margin-top:10px;
}
#menu {
	float:right;
	padding:22px 0 0 0;
}
#menu a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:14px;
	margin-left:5px;
	padding:10px 15px;
}
#menu a.current {
	background:#728a45;
	
}
#menu a:hover {
	text-decoration:none;
	font-size:14px;
	background:#829e4e;
}
/*index central square general*/
#center {
	background:url(/images/bg_3.jpg) repeat-x scroll left top;
	width:100%;
	float:left;
}
#wraper_center {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:940px;
}
/*--Main Container for rotation--*/
.main_view {
	float: left;
	position: relative;
	margin: 30px 0px;
}
/*--Window/Masking Styles--*/
.window {
	height:300px;
	width: 500px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
	border:5px solid #fff;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}
/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 40px; right: -8px;
	width: 200px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(/images/paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #728a45;
	border: 1px solid #667c3e;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {
	font-weight: normal;
	color:#000;
}
/*description for index page*/
#description {
	float:left;
	width:340px;
	padding:27px 0px 0px 40px;
	color:#FFF;
}
#description p {
	color:#fff;
}
/*products and servisec index*/
#product_line {
	background:#e7e7e7 url(/images/bg_4.png) repeat-x scroll left top;
	width:100%;
	float:left;
	border-bottom:1px solid #fff;
}
#wraper_products_line {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:940px;
	padding:40px 0;
}
.products_block {
	float:left;
	width:293px;
	margin:0px 20px 0px 0px;		
}
.products_block img {border:5px solid #fff; float:left; clear:both;}
.products_block h1 {float:left; clear:both; margin:15px 0 0 0; }
.products_block p {float:left; padding:15px 0; }
.products_block a {float:left; padding:8px 15px; background:#7C9D3F; color:#fff; text-transform:uppercase;}
.partners_line p {padding:15px 0 ;}


/*partners*/
.partners {
	background:#f4f4f4;
	width:100%;
	float:left;
}
.partners_line {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:940px;
	padding:40px 0 20px 0;
}
#partner {
	float:left;
	width:200px;
	padding:0 35px 0 0;	
}
#partner_1 {
	float:left;
	width:182px;
	padding:0 20px 0 0;	
}
#partner_2 {
	float:left;
	width:190px;
}
#partner h1, #partner_1 h1, #partner_2 h1 {
	color:#aeaeae;	
}
/*bottom footer*/
#footer {
	width:100%;
	float:left;
	background:url(/images/footer_bg.png) repeat-x left top;
}
#footer p {
	color:#FFFFFF;
}
#wraper_footer {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:940px;
	padding:40px 0px;
}
#bottom_menu {
	float:left;
	padding:0 35px 0 0;
	width:200px;
}
#bottom_menu a {
	color:#FFF;
	text-decoration:none;
	line-height:30px;
}
#bottom_menu a:hover {
	color:#a4bb79;
	text-decoration:none;
	line-height:30px;
}
#bottom_menu div {
	width:150px;
	border-bottom:1px solid #a4bb79;
}
/*inside content*/
#trail {
	width:100%;
	float:left;
	padding:0px;
	background:#e7e7e7;
}
#wraper_trail {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:940px;
	border-bottom:1px dashed #aeaeae;
}
#inner_content {
	background:#e7e7e7;
	width:100%;
	float:left;
	border-bottom:1px solid #fff;
}
#wraper_inner_content {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:940px;
}
.sec_menu {
	float:left;
	width:270px;
	margin:40px 20px 40px 0px;
}
.sec_menu a {
	text-decoration:none;
	font-size:14px;
}
.sub_m {
	background:url(/images/s_menu_arrow.png) no-repeat scroll right center;
	padding:10px;
}
.sub_m p {
	font-size:14px;
	color:#FFF;
}
.sub_m_item {
	background:#f4f4f4;
	padding:10px;
	border-top:1px solid #e7e7e7;
	margin-right:15px;
}
#sec_cont {
	float:left;
	width:650px;
	padding:40px 0px;
}

/*store*/
.category {
	border-bottom:1px solid #DCDEDD;
	float:left;
	margin-bottom:10px;
	padding-bottom:10px;
}
.category:last-of-type {
	border-bottom:none;
	float:left;
	margin-bottom:0;
	padding-bottom:0;
}

/*contact form*/
.field_wraper label {
	float:left;
	width:120px;
	margin:10px 0 0;
	color:#666;
}
.field_wraper input {
	padding:3px;
	margin:10px 0 0;
	float:left;
}
.field_wraper select {
	padding:3px;
	margin:10px 0 0;
}
.field_wraper label.textarea {
	float:none !important;
	margin:5px 0px 10px 0px;
	display:block;
	width:100%;
}
.field_wraper p {
	float:left;
	width:200px;
	margin:0;
}
.field_wraper span {
	margin:0;
}



















