/* -------------------------------
	Reset style 
------------------------------- */
body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,blockquote,table,th,td
{
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

ul,ol {
	list-style: none;
}

table {
	border: 0px;
	border-collapse: collapse;
}

/* -------------------------------
	Base font 
------------------------------- */
body {
	font: normal 80%/ 1.4 Arial, Helvetica, sans-serif;
	color: #1A1A1A;
}

h1 {
	margin: 0 0 5px 0;
	color: #6F8900;
	font-size: 14px;
	text-transform: uppercase;
}

h2 {
	margin: 0 0 15px 0;
	color: #6F8900;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
}

h3 {
	margin: 0 0 5px 0;
	color: #6F8900;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: normal;
}

h4,h5,h6,strong,th {
	font-weight: bold;
	color: #000;
}

a {
	text-decoration: underline;
}

a:visited {

}

a:hover {
	text-decoration: none;
}

a:active {

}

/* -------------------------------
	Base style 
------------------------------- */
html,body {
	width: 100%;
	height: 100%;
	text-align: center;
	background: #ccc;
}

#main {
	width: 100%;
	text-align: left;
	background: url('/images/home/main_bg.gif') repeat-y 50% 0;
}

#header {
	width: 1000px;
	height: 372px;
	margin: 0 auto;
	background: url('/images/home/head_bg.jpg') no-repeat 50% 74px;
}

#content {
	clear: both;
	width: 1000px;
	margin: 0 auto;
}

.first_block {
	float: left;
	width: 245px;
}

.gray_block {
	background: url('/images/home/gray_bg.gif') repeat-y 0 0;
}

.gray_top_bg {
	background: url('/images/home/gray_top_bg.jpg') no-repeat 0 0;
}

.gray_bottom_bg {
	padding: 25px 10px 20px 30px;
	background: url('/images/home/gray_bottom_bg.jpg') no-repeat 0 100%;
}

.block {
	float: left;
	width: 750px;
	margin: 0 0 0 4px;
	background: url('/images/home/white_bg.gif') repeat-y 0 0;
}

.white_top_bg {
	background: url('/images/home/white_top_bg.jpg') no-repeat 0 0;
}

.white_bottom_bg {
	min-height: 1000px;
	height: auto !important;
	height: 100%;
	padding: 20px 20px 40px 25px;
	background: url('/images/home/white_bottom_bg.jpg') no-repeat 0 100%;
	font-size: 12px;
}

.white_bottom_bg4 {
	height: auto !important;
	height: 100%;
	padding: 20px 20px 10px 20px;
	background: url('/images/home/white_bottom_bg.jpg') no-repeat 0 100%;
	font-size: 12px;
}

.block2 {
	float: left;
	width: 523px !important;
	margin: 4px 0 0 0 !important;
	background: none;
}

.white_block {
	background: url('/images/home/white_bg2.gif') repeat-y 0 0 !important;
}

.white_block2 {
	float: left;
	background: url('/images/home/white_bg2.gif') repeat-y 0 0 !important;
}

.white_top_bg2 {
	background: url('/images/home/white_top_bg2.gif') no-repeat 0 0;
}

.white_bottom_bg2 {
	padding: 20px 10px 10px 20px;
	background: url('/images/home/white_bottom_bg2.gif') no-repeat 0 100%;
}

.last_block {
	float: left;
	width: 232px;
	margin: 4px 0 0 0;
}

.white_block3 {
	background: url('/images/home/white_bg3.gif') repeat-y 0 0;
}

.white_top_bg3 {
	background: url('/images/home/white_top_bg3.gif') no-repeat 0 0;
}

.white_bottom_bg3 {
	padding: 25px 20px 30px 30px;
	background: url('/images/home/white_bottom_bg3.gif') no-repeat 0 100%;
}

#footer {
	clear: both;
	width: 100%;
	height: 100px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	background: url('/images/home/footer_bg.jpg') no-repeat 50% 100%;
}

.footer_content {
	width: 970px;
	margin: 0 auto;
}

/* -------------------------------
	Menu 
------------------------------- */
.head_menu_side1 {
	clear: both;
	background: url('/images/home/head_menu_bg.gif') repeat-x 0 100%;
}

.head_menu_side2 {
	background: url('/images/home/head_menu_bg_right.gif') no-repeat 100% 0;
}

.head_menu_side2 ul {
	height: 37px;
	padding: 7px 20px 3px 20px;
	background: url('/images/home/head_menu_bg_left.gif') no-repeat 0 0;
}

.head_menu_side2 li {
	float: left;
	border-right: solid #ACB980 1px;
}

.head_menu_side2 li a {
	float: left;
	padding: 5px 10px 5px 7px;
	font: normal 9px Tahoma;
	color: #597200;
	text-transform: uppercase;
	text-decoration: none;
}

.head_right_menu {
	float: right;
	height: 37px;
	margin: -46px 0 0 0;
	padding: 7px 20px 3px 20px;
	background: none !important;
}

.babe_bread {
	margin: 0 0 15px 0;
}

.babe_bread {
	font-size: 11px;
	color: #6F8900;
}

.babe_bread a {
	padding: 0 0 3px 5px;
	font-size: 11px;
	color: #6F8900;
	text-transform: uppercase;
	text-decoration: none;
}

.bottom_menu {
	height: 20px;
	padding: 7px 0px 3px 10px;
	border-bottom: solid #ACB980 1px;
}

.bottom_menu li {
	float: left;
	border-right: solid #ACB980 1px;
}

.bottom_menu li a {
	float: left;
	padding: 5px 10px 5px 7px;
	font: normal 9px Tahoma;
	color: #597200;
	text-transform: uppercase;
	text-decoration: none;
}

/* -------------------------------
	Form 
------------------------------- */
.search_form {
	margin: 15px 0 0 0;
}

.search_form_title {
	margin: 3px 0 10px 0;
	color: #597200;
	text-transform: uppercase;
}

.check_blcok {
	width: 90px;
	margin: 0 0 10px 0;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1; *
	display: inline;
	vertical-align: top;
	text-transform: uppercase;
}

.check_blcok input {
	margin: 0 4px 0 0;
	_margin: -4px 0 0 -4px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1; *
	display: inline;
}

*+html div .check_blcok input {
	margin: -5px 0 0 -5px;
}

.check_blcok span {
	width: 68px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1; *
	display: inline;
	vertical-align: top;
	font-size: 11px;
	color: #1A1A1A;
}

*+html div .check_blcok span {
	margin-top: -2px;
}

.search_title1 {
	margin: 5px 0 5px 0;
	color: #597200;
	text-transform: uppercase;
}

.search_input1 {
	width: 75px;
	height: 19px;
	margin: 0; /* 0 0 18px;*/
	border: solid #BCBCBC 1px;
}

.search_title2 {
	color: #597200;
	text-transform: uppercase;
	font-size: 12px;
}

.search_input2 {
	width: 45px;
	height: 19px;
	margin: 0 15px 0 0;
	border: solid #BCBCBC 1px;
}

.search_title3 {
	margin: 10px 0 5px 0;
	color: #597200;
	text-transform: uppercase;
}

.search_select { /*width: 170px;
	height: 24px;*/
				 margin: 0 0 10px 0;
}

.search_a {
	display: block;
	font-size: 11px;
	font-family: Arial Narrow;
	color: #597200;
	font-weight: bolder;
	text-transform: uppercase;
}

.question_form {
	float: left;
	padding: 0 0 0 75px;
	background: url('/images/home/decor_line3.gif') no-repeat 14% 0;
}

.question_form input {
	margin: 5px 0;
	background: #E6E6E6;
	color: #000;
	border: none;
}

.question_input1 {
	width: 180px;
	height: 20px;
}

.question_input2 {
	width: 265px;
	height: 20px;
}

.question_input3 {
	width: 80px;
	height: 20px;
	margin: 0 0 0 0;
}

.question_form textarea {
	width: 345px;
	height: 65px;
	margin: 5px 0;
	background: #E6E6E6;
	color: #000;
	border: none;
}

.captyre_block {
	float: left;
	margin: 5px 15px 0 0;
}

.question_form .search_a {
	padding: 15px 0 0 0;
}

/* -------------------------------
	Template style
------------------------------- */
.clear {
	clear: both;
}

.main_logo a {
	float: left;
	width: 180px;
	height: 43px;
	margin: 20px 0 0 20px;
	background: url('/images/home/main_logo.gif') no-repeat 0 0;
}

.more_a {
	display: block;
	margin: 10px 0 0 0;
	color: #596D00;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
}

.more_a2 {
	color: #596D00;
	font-size: 10px;
	text-decoration: none;
}

.head_contact {
	float: right;
	height: 45px;
	margin: 280px 25px 0 0;
}

.head_contact li {
	margin: 0 0 2px 0;
	font: bolder 14px Tahoma;
	color: #fff;
}

.weather_block {
	background: transparent url(/images/home/smile_ico.jpg) no-repeat scroll 85% 20%;
}

.night_block {
	margin-right: 20px;
	font-size: 18px;
	color: #333333;
	/*border-bottom: 1px solid #597200;*/
}

.night_block div a {
	padding: 0 2px 0 0;
	color: #597200;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
}

.money_block {
	margin: 0 0 5px 0;
	font-size: 21px;
	color: #333333;
}

.money_block span {
	padding: 0 2px 0 0;
	color: #597200;
	font-size: 10px;
	text-transform: uppercase;
}

.money_block b {
	padding: 0 7px 0 0;
	font-weight: bolder;
	color: #597200;
	font-size: 13px;
	text-transform: uppercase;
}

.money_block2 {
	float: left;
	margin: 5px 0 10px 0;
	padding: 5px 0 0 0;
	font-size: 21px;
	color: #333333;
	border-top: solid #B1BE79 1px;
}

.money_block2 span {
	padding: 0 0 0 0;
	color: #597200;
	font-size: 10px;
	text-transform: uppercase;
}

.money_block2 b {
	padding: 0 0 0 0;
	font-weight: bolder;
	color: #597200;
	font-size: 13px;
	text-transform: uppercase;
}

.contact_list {
	font-size: 14px;
	color: #333333;
	line-height: 16px;
}

.contact_list li {
	margin: 0 0 7px 0;
}

.contact_list div {
	font-size: 10px;
	color: #333333;
	line-height: 13px;
}

.img_block {
	float: left;
	margin: 0 5px 0 0;
}

.img_block_img {
	margin: 0 0 0 8px;
}

.img_list {
	width: 430px;
	height: 65px;
	margin: 14px 0 0 0;
}

.img_list li {
	float: left;
}

.img_list img {
	margin: 0 3px;
}

.left_arrow a {
	float: left;
	width: 18px !important;
	height: 75px;
	margin: 0 3px 0 0;
	background: url('/images/home/left_arrow.gif') no-repeat 0 40%;
}

.right_arrow a {
	float: left;
	width: 18px !important;
	height: 75px;
	margin: 0 0 0 3px;
	background: url('/images/home/right_arrow.gif') no-repeat 0 40%;
}

.text_block {
	float: left;
}

.text_block p {
	width: 250px;
}

.about_list {
	font-size: 1.1em;
}

.about_list li {
	padding: 0 0 0 0 !important;
	border: none !important;
	color: #1A1A1A;
}

.about_list span {
	margin: 0 5px 0 0;
	color: #597200;
}

.about_list a {
	color: #1A1A1A;
}

.price_block {
	margin: 9px 0 5px 0;
	padding: 7px 0 0 0;
	/*background: url('/images/home/decor_line1.gif') no-repeat 0 0%;*/
	font-size: 17px;
	color: #1A1A1A;
	font-weight: bold;
}

.about_block {
	clear: both;
	padding: 30px 0 0 0;
	background: url('/images/home/decor_line2.gif') no-repeat 0 0%;
}

.about_block h3 {
	width: 230px;
}

.about_block_list {
	float: left;
	width: 250px;
}

.about_block_list1 {
	width: 95px;
	border-bottom: solid #B7C480 1px;
	padding: 5px;
	border-top: solid #B7C480 1px;
	color: #597200 !important;
	text-transform: uppercase;
}

.about_block_list2 {
	width: 143px;
	padding: 5px 0 5px 15px;
	color: #000;
	border-bottom: solid #B7C480 1px;
	border-top: solid #B7C480 1px;
	border-left: solid #B7C480 1px;
}

.copyrt {
	float: left;
	padding: 15px 0 0 25px;
	color: #597200;
	text-transform: uppercase;
}

.bottom_logo a {
	float: right;
	width: 91px;
	height: 21px;
	margin: 10px 0 0 0;
	background: url('/images/home/bottom_logo.jpg') no-repeat 0 0;
}

/**/
.news_list {
	margin: 20px 0 0 0;
}

.news_list li {
	width: 310px;
	margin: 10px 30px 10px 0;
	padding: 0 0 10px 0;
	background: url('/images/home/decor_line4.gif') no-repeat 0 100%;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1; *
	display: inline;
	vertical-align: top;
}

.news_list img {
	float: left;
	margin: 5px 7px 0 0;
}

.news_list a {
	clear: both;
	padding: 5px 0 0 0;
	display: block;
	text-decoration: none;
	color: #597200;
	text-transform: uppercase;
}

.backgroud_none {
	background: none !important;
}

.more_news {
	display: block;
	margin: 30px 0 0 0;
	padding: 10px 0 0 0;
	background: url('/images/home/decor_line4.gif') no-repeat 0 0;
	color: #597200;
	text-transform: uppercase;
	text-decoration: none;
}

.err {
	font-size: 0.9em;
	color: red;
}

.filter a{
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	color: #000000;
}

.h1-a-alt {
	color: #6F8900;
	text-decoration: none;
}

.h4-alt {
	color: #6F8900;
	text-transform: uppercase;
}

.data_block {
	padding: 10px 0 15px 0;
	color: #576C00;
	font-size: 9px;
}

.sort_list {
	margin: 0 0 10px 0;
}

.sort_list a {
	margin: 0 5px 0 0;
	font-size: 14px;
	text-transform: uppercase;
	color: #1C1C1C;
	text-decoration: none;
}

.page_list li{
	padding-right: 2px;
	float: left;
}

.page_list li a{
	color: #576C00;
	text-decoration: none;
}

.select_list, .select_list2 {
	margin: 10px 0 0 0;
}

.select_list li {
	width: 210px;
	margin: 0 30px 20px 0;
	padding: 0 0 15px 0;
	border-top: solid #B8C37E 1px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1; *
	display: inline;
	vertical-align: top;
}

.select_list2 li {
	width: 320px;
	margin: 0 30px 0px 0;
	padding: 0 0 15px 0;
	border-top: solid #B8C37E 1px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1; *
	display: inline;
	vertical-align: top;
}

.select_list img, .select_list2 img {
	float: left;
	margin: 0 10px 0 0;
}

.select_list .about_list, .select_list2 .about_list {
	float: left;
	width: 90px;
	font-size: 10px;
	padding: 0px 0 5px 0;
	/*background: url('/images/home/decor_line1.gif') no-repeat 0 100%;*/
}

.select_list .about_list li,.select_list2 .about_list li {
	margin: 0 0 0 0;
}

.select_list p, .select_list2 p {
	clear: both;
}

.select_list .price_block, .select_list2 .price_block {
	background: none;
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
}

.white_bottom_bg2 p {
	padding: 10px 15px 0 0;
}
.head-news{
	color: #596D00;
	/*font-size: 12px;*/
	text-decoration: none;
	text-transform: uppercase;
}
.data-news{
	color: #576C00;
	font-size: 9px;
	text-align: left;
}
.section_list a, .page_navigation a{
	color: #576C00;
	text-decoration: none;
}
.section_list a:HOVER, .page_navigation a:HOVER{
	color: #888888;
}
.error{
	font-size: 10px;
	color: red;
}
.benefis{
	float: left;
	padding: 12px 0 0 200px;
	color: #597200;
	height: 26px;
}
.benefis a{
	display: block;
	color: #597200;
	text-decoration: none;
	background: url(/images/home/benefis.gif) no-repeat scroll 0 0;
	padding: 1px 0 0 70px;
	height: 24px;
}

.last-blog{
	color: #596D00;
	text-decoration: none;
	text-transform: uppercase;
	font-size:10px;
}
