html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}

body {
	width:100%;
	margin:0px;
	padding:0px;
	min-height:100%;
	_height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

img {
	margin:0px;
	padding:0px;
}

.all_wrap {
	max-width:1600px;
	margin:0 auto;
	background:url(../img/grass.jpg) left top repeat;
}

.header {
	min-height:359px;
	border-top:2px solid #ffffff;
	min-width:1255px;
}

.top_links {
	height:39px;
	border-top:1px solid #a0a0a0;
	background:url(../img/top_links_bg.png) left top repeat-x;
	min-width:1000px;
	max-width:1600px;
	margin:0 auto;
	position:relative;
}

.top_links ul {
	margin:0px;
	padding:0px;
	list-style:none;
	height:30px;
	width:800px;
	margin-left:20px;
	margin-top:8px;
	float:left;
}

.top_links ul li {
	display:inline;
	margin:0px;
	padding:0px;
	background:url(../img/arrow.gif) left 3px no-repeat;
	padding-left:19px;
	padding-right:11px;
}

.top_links ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	color:#d3d3d3;
	text-decoration:none;
}

.top_links ul li a:hover {
	text-decoration:underline;
}

.tel_numb {
	width:400px;
	float:right;
	height:38px;
	padding-right:30px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:20px;
	line-height:38px;
	color:#ffffff;
}

.header_img {
	height:319px;
	min-width:1000px;
	max-width:1600px;
	margin:0 auto;
	background:url(../img/head_img.jpg) left top no-repeat;
	background-color:#ffffff;
	position:relative;
}

.logo {
	display:block;
	height:70px;
	width:300px;
	position:relative;
	left:26px;
	top:15px;
	background:url(../img/site_logo_1.gif) left top no-repeat;
}

.head_block_a {
	width:98px;
	height:18px;
	position:absolute;
	top:17px;
	right:27px;
}

.head_block_a img {
	border:none;
}

.pos {
	display:block;
	width:22px;
	height:151px;
	position:absolute;
	right:0px;
	top:92px;
	background:url(../img/possend.png) left top no-repeat;
}

.wrap_cont {
	margin-left:10px;
	margin-right:10px;
	background:url(../img/footergrass.jpg) left bottom repeat-x;
	min-width:1235px;
	padding-bottom:25px;
}

.input_w_form {
	min-height:43px;
	background:url(../img/inp_f_bgt.png) left top repeat-x;
	background-color:#ffffff;
	padding-top:6px;
	border-bottom:1px solid #ebebeb;
	max-width:1580px;
	margin:0 auto;
}

.input_form {
	min-height:34px;
	background:url(../img/inp_f_bgb.png) left bottom repeat-x;
	background-color:#ffffff;
	padding-left:10px;
	padding-top:9px;
}

.input_form form {
	display:inline;
}

.input_form form label {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#333333;
	line-height:20px;
}

.input_form form label input[type="text"], .input_form form label input[type="password"] {
	height:16px;
	width:100px;
	border:1px solid #aaaaaa;
	outline:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000000;
	margin:0px;
	margin-left:8px;
	margin-right:9px;
}

.input_form form button {
	height:20px;
	width:100px;
	border:none;
	outline:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#ffffff;
	background-color:#ffa500;
	padding:0px;
	margin:0px;
	line-height:18px;
	margin-left:3px;
}

.input_form form label input[type="checkbox"] {
	margin:0px;
	margin-left:12px;
	margin-right:9px;
}

.input_form a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:12px;
	color:#ff0000;
	background:url(../img/reg.jpg) 5px top no-repeat;
	padding-left:28px;
	padding-bottom:4px;
}

.input_form a:hover {
	text-decoration:none;
}

.input_form a img {
	border:none;
	margin-left:6px;
	margin-right:6px;
	position:relative;
	top:4px;
}

.content {
	overflow:hidden;
	background-color:#ffffff;
	max-width:1600px;
	margin:0 auto;
}

.left_block {
	width:310px;
	float:left;
	position:relative;
	z-index:1;
	padding-top:10px;
	padding-bottom:40px;
}

.left_menu {
	width:290px;
	min-height:20px;
	background:url(../img/right_gbg.jpg) right top repeat-y;
	position:relative;
	padding-top:30px;
	padding-bottom:20px;
	padding-left:20px;
	margin-bottom:20px;
}

.left_menu_tr {
	width:3px;
	min-height:3px;
	background:url(../img/gr_rounded.png) left bottom no-repeat;
	position:absolute;
	top:0px;
	right:0px;
}

.ie7 .left_menu_tr {
	top:-15px;
}

.left_menu_br {
	width:3px;
	height:3px;
	background:url(../img/gr_rounded.png) left top no-repeat;
	position:absolute;
	bottom:0px;
	right:0px;
}

h3 {
	margin:0px;
	padding:0px;
}

h3 a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	line-height:24px;
	color:#333333;
	text-decoration:underline;
}

h3 a:hover {
	color:#FF0000;
}

.categories {
	width:300px;
	background:url(../img/lmenu_elbg.jpg) left top repeat-y;
	padding-left:20px;
	font-size:10px;
	line-height:14px;
	color:#555555;
	margin-left:-20px;
	padding-top:8px;
	padding-bottom:8px;
	margin-top:10px;
}

.left_menu ul {
	display:block;
	border-bottom:1px dashed #aaaaaa;
	list-style:none;
	margin:0px;
	padding:0px;
	margin-left:20px;
	margin-right:20px;
	padding: 10px 0px;
}

.left_menu ul li {
	margin:0px;
	padding:0px;
	padding:3px 0px;
	line-height:20px;
	padding-left:20px;
	margin-left:-20px;
	background:url(../img/arrow.gif) left 5px no-repeat;
}

.ie7 .left_menu ul li {
	padding-left:25px;
}

.left_menu ul li a {
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	text-decoration:underline;
}

.blue_a li a {
	color:#0099ff !important;
}

.blue_a li a:hover {
	color:#ff0000 !important;
}

.red_a li a {
	color:#ff0000 !important;
}

.red_a li a:hover {
	color:#ff0000 !important;
}

.green_a li a {
	color:#008000 !important;
}

.green_a li a:hover {
	color:#ff0000 !important;
}

.yellow_a li a {
	color:#ffa500 !important;
}

.yellow_a li a:hover {
	color:#ff0000 !important;
}

.left_menu ul li a:hover {
	color:#ff0000;
}

.left_banner {
	display:block;
	width:240px;
	margin-left:43px;
	margin-bottom:20px;
}

.left_banner a img {
	max-width:240px;
	margin:0px;
	padding:0px;
	border:none;
}

.dost_table {
	border:none;
	margin-left:43px;
	width:240px;
	font-size:14px;
}

.dost_table tr td {
	padding:3px;
}

.dost_table tr .td0 {
	padding:0px !important;
}

.dost_table tr .td1 {
	background-color:#dddddd;
	font-weight:bold;
}

.dost_table tr .td2 {
	background-color:#ffe6b0;
}

.dost_table tr .td3 {
	background-color:#ffeec8;
}

.dost_table tr td img {
	border:none;
}

.wrap_right_part {
	float:left;
	background-color:#ffffff;
	width:100%;
	margin-left:-310px;
}

.wrap_3_bock {
	background-color:#ffffff;
	margin-left:310px;
}

.wrap_4_bock {
	background-color:#ffffff;
	margin-left:317px;
	margin-top:10px;
	margin-right:10px;
	border-radius: 5px; 
}

.wrap_cat {
	margin-left:7px;
	margin-top:10px;
	margin-right:10px;
}

.cat_el {
	width:202px;
	min-height:435px;
	margin-right:10px;
	margin-left:8px;
	margin-top:18px;
	float:left;
}

.cat_el_img {
	margin-bottom:7px;
	text-align:center;
}

.cat_el_img img {
	max-width:200px;
	margin:0px;
	padding:0px;
	border:1px solid #dadada;
	margin-bottom:5px;
}

.cat_el_title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#0096de;
	text-decoration:underline;
	padding-bottom:2px;
}

.cat_el_title:hover {
	color:#ff0000;
}

.cat_sl_img {
	padding:1px 0px;
}

.cat_sl_img img {
	border:1px solid #dadada;
}

.cat_var {
	width:105px;
	height:19px;
	background:url(../img/breif_var.gif) left top no-repeat;
	margin:2px 0px;
	color:#ffffff;
	font-size:12px;
	line-height:19px;
	padding-left:2px;
}

.cat_el_prev {
	padding:2px 0px;
	font-size:12px;
	line-height:16px;
	color:#777777;
	text-align:justify;
}

.cat_el_param {
	margin:0px;
	padding:0px;
	width:198px;
	padding:5px 2px;
	font-size:12px;
	line-height:16px;
	color:#333333;
	list-style:none;
	background-color:#eeeeee;
}

.cat_el_param li {
	margin:0px;
	padding:0px;
	font-size:12px;
	line-height:16px;
	color:#333333;
}

.cat_el_param li span {
	color:#ff0000;
	font-weight:bold;
}

.cat_el_param li sup {
	vertical-align: baseline;
	position: relative;
	top: -0.4em;
}

.cat_el_param li a {
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	color:#0096de;
	text-decoration:underline;
}

.cat_el_param li a:hover {
	color:#ff0000;
}

.cat_el_com {
	width:196px;
	background:url(../img/combgtop.png) left top no-repeat;
	background-color:#ffe6b0;
	position:relative;
	padding-top:13px;
	padding-bottom:5px;
	margin-top:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:12px;
	color:#333333;
	padding-left:4px;
}

.cat_el_com_a {
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:10px !important;
	line-height:14px !important;
	color:#333333 !important;
	text-decoration:none !important;
}

.cat_el_com_a b {
	color:#C20000 !important;
}

.cat_el_combottom {
	width:200px;
	height:5px;
	position:absolute;
	left:0px;
	bottom:0px;
	background:url(../img/combgbottom.png) left bottom no-repeat;
}

.nav_crumbs {
	min-height:30px;
	clear:both;
}

.nav_crumbs a {
	height:22px;
	width:24px;
	background-color:#f5f5f5;
	border:1px solid #dddddd;
	display:inline-block;
	text-align:center;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:2px;
	padding-top:2px;
	text-decoration:none;
	color:#0082c4;
}

.nav_crumbs a:hover {
	background-color:#dddddd;
	color:#ff0000;
}

.nav_crumbs .a_act {
	background-color:#ff6900;
	border:1px solid #ff6900;
	color:#ffffff;
}

.nav_crumbs .a_act:hover {
	background-color:#ff6900;
	border:1px solid #ff6900;
	color:#ffffff;
}

.project {
	padding-top:5px;
}

.project_img {
	padding-bottom:5px;
}

.proj_com {
	overflow:hidden;
	padding-bottom:10px;
}

.proj_com a {
	display:block;
	float:left;
	width:120px;
	min-height:120px;
	border:1px dotted #aaaaaa;
	margin-right:7px;
	text-align:center;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	color:#0082c4;
}

.proj_com a:hover {
	color:#ff0000;
}

.proj_com a img {
	border:none;
	margin-top:15px;
	margin-bottom:5px;
}

.proj_com_first {
	border:2px solid #ff0000 !important;
	min-height:118px !important;
	min-width:118px !important;
	color:#ff0000 !important;
}

.proj_com_red {
	color:#ff0000 !important;
}

.proj_com_par {
	float:left;
	width:250px;
	height:100px;
	border:1px dotted #aaaaaa;
	margin-right:7px;
	text-align:center;
	font-size:14px;
	line-height:24px;
	font-weight:normal;
	color:#333333;
	background-color:#eeeeee;
	padding-top:20px;
}

.proj_com_par sup {
	vertical-align: baseline;
	position: relative;
	top: -0.4em;
}

.proj_prev {
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
}

.proj_prev a {
	color: #0082c4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	text-decoration:underline;
}

.proj_prev a:hover {
	color: #ff0000;
}

.proj_mat {
	display:inline-block;
	min-height:20px;
	margin:0px;
	padding:0px;
	border:1px dotted #aaaaaa;
	background-color:#ffe6b0;
	padding:10px 0px;
	list-style:none;
	margin-bottom:10px;
}

.proj_mat {
	float:left;
}

.proj_mat li {
	margin:0px;
	padding:0px;
	padding:0px 8px;
	font-size:14px;
	line-height:20px;
	font-weight:normal;
	color:#333333;
}

.proj_mat li a {
	font-size:14px;
	line-height:20px;
	font-weight:normal;
	color:#0082c4;
}

.proj_mat li a:hover {
	color:#ff0000;
}

.proj_fig {
	overflow:hidden;
	clear:both;
	padding-bottom:35px;
}

.fig1 {
	float:left;
	width:507px;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	color:#333333;
	padding-right:10px;
}

.fig1 img {
	border:1px dotted #aaaaaa;
	margin:2px 0px;
}

.fig2 {
	float:left;
	width:273px;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	color:#333333;
}

.fig2 img {
	border:1px dotted #aaaaaa;
	margin:2px 0px;
}

.buy {
	overflow:hidden;
}

.buy h2 {
	width:370px;
	float:left;
}

.buy a {
	float:left;
	display:inline-block;
	width:168px;
	height:41px;
	background:url(../img/buy1.jpg) left top no-repeat;
}

.price {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	margin-bottom:10px;
	margin-left:10px;
}

.compl {
	width:668px;
	margin-top:30px;
	margin-left:10px;
}

.compl tr {
	background-color:#fdeeb2;
}

.compl_first {
	border-bottom:none;
	background:url(../img/compl_bg.png) left top repeat-x;
	height:40px;
	color:#ffffff;
}

.compl tr td {
	padding:10px;
	border-bottom:1px solid #aaaaaa;
}

.compl tr td a {
	font-size:12px;
	color:#0082C4;
	border-bottom:1px dashed #0082C4;
	text-decoration:none;
	position:relative;
	top:-1px;
}

.star_send {
	color:#777777;
	padding-top:20px;
}

.div_info {
	width:605px;
	min-height:100px;
	border:1px dotted #aaaaaa;
	border-left:4px solid #9cc440;
	background:url(../img/div_i.png) 15px 50% no-repeat;
	background-color:#ffffff;
	overflow:hidden;
	padding:10px 0px;
	padding-left:100px;
	margin-bottom:30px;
}

.div_info p {
	margin:0px;
	margin-bottom:5px;
}

.div_info span {
	display:inline-block;
	font-size:16px;
	line-height:20px;
	color:#ff0000;
	padding-bottom:5px;
	font-weight:bold;
}

.table_message {
	padding-left:10px;
	margin-bottom:3px;
}

.table_message2 {
	padding-left:60px;
	margin-bottom:3px;
}

.table_message_td1 {
	text-align:center;
	width:135px;
	background:url(../img/mes_tit_bg.png) left top repeat-x;
	padding:5px 0px;
	line-height:14px;
}

.table_message_td1 a {
	color:#222222 !important;
	text-decoration:none;
}

.table_message_td2 {
	text-align:center;
	background:url(../img/mes_tit_bg.png) left top repeat-x;
	padding:5px;
}

.table_message_td2 img {
	width:56px;
	height:56px;
	border:1px solid #d9d9d7;
	margin-bottom:3px;
}

.table_message_td3 {
	background:url(../img/mes_tit_bg2.png) left top repeat-x;
	background-color:#eeeeee;
	border-bottom:1px solid #dddddd;
	padding:8px 0px;
	text-align:center;
	padding:7px;
	font-size:10px;
	color:#aaaaaa;
}


.table_message_td3 img {
	width:56px;
	height:56px;
	border:1px solid #d9d9d7;
	margin-bottom:3px;
}

.table_message_td4 {
	background:url(../img/mes_tit_bg2.png) left top repeat-x;
	background-color:#eeeeee;
	border-bottom:1px solid #dddddd;
	padding:8px 0px;
	text-align:left;
	padding:5px;
	vertical-align:top
}

.home_block {
	min-height:147px;
	background-color:#ffffff;
	width:100%;
	min-width:892px;
	float:left;
	padding-left:10px;
}

.home_block div {
	min-height:147px;
	width:24%;
	min-width:223px;
	background-color:#ffffff;
	float:left;
	text-align:center;
	padding-right:4px;
}

.home_block div a img {
	max-height:111px;
	max-width:223px;
	border:none;
}

.home_block div a {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	line-height:20px;
	text-decoration:underline;
	color:#0096de;
}

.home_block div a:hover {
	color:#ff0000;
}

.wrap_center_block {
	float:left;
	width:100%;
	margin-right:-280px;
}

.center_block {
	margin-right:280px;
	background-color:#ffffff;
	padding-left:10px;
	padding-top:4px;
	padding-bottom:40px;
}

.gray2_pole1 {
	background-color:#f1f1f1;
	margin-bottom:11px;
	position:relative;
}

.ie7 .gray_pole1 {
	border:1px solid #ffffff;
}

.gray2_pole_tr {
	width:3px;
	min-height:3px;
	background:url(../img/gr2_rounded.png) left bottom no-repeat;
	position:absolute;
	top:0px;
	right:0px;
}

.ie7 .gray2_pole_tr {
	top:-13px;
}

.gray2_pole_tl {
	width:3px;
	min-height:3px;
	background:url(../img/gr2_rounded.png) right bottom no-repeat;
	position:absolute;
	top:0px;
	left:0px;
}

.ie7 .gray2_pole_tl {
	top:-13px;
}

.gray2_pole_br {
	width:3px;
	min-height:3px;
	background:url(../img/gr2_rounded.png) left top no-repeat;
	position:absolute;
	bottom:0px;
	right:0px;
}

.ie7 .gray2_pole_br {
	bottom:4px;
}

.gray2_pole_bl {
	width:3px;
	min-height:3px;
	background:url(../img/gr2_rounded.png) right top no-repeat;
	position:absolute;
	bottom:0px;
	left:0px;
}

.ie7 .gray2_pole_bl {
	bottom:4px;
}

.gray2_pole1 form div {
	padding-bottom:15px;
	padding-top:5px;
	padding-left:5px;
	overflow:hidden;
}

.gray2_pole1 form div label {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:20px;
	color:#555555;
	padding-right:11px;
	display:block;
	float:left;
}

.gray2_pole1 form div label input[type="text"] {
	width:85px;
	height:18px;
	border:1px solid #7f9db9;
	margin:0px;
	margin-top:2px;
}

.gray2_pole1 form div label select {
	max-width:189px;
	height:22px;
	border:1px solid #7f9db9;
	margin:0px;
	margin-top:2px;
	margin-right:2px;
	padding:0px;
	padding-left:2px;
}

.ie7 .gray2_pole1 form div label select {
	margin-top:3px;
}

.checkb {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:20px;
	color:#555555;
	padding:0px !important;
	padding-right:11px;
	display:block;
	float:left;
}

.checkb b {
	padding-left:3px;
}

.checkb input[type="checkbox"] {
	margin-top:5px;
}

.gray2_pole1 form div.bgw {
	background:#ffffff;
}

.find {
	width:78px;
	height:35px;
	background:url(../img/find.jpg) left top no-repeat;
	border:none;
	margin:0px;
	outline:none;
	margin-left:13px;
	margin-top:5px;
}

.ie7 .find {
	margin-top:9px;
}

.ie8 .find {
	margin-top:9px;
}

.find:active {
	position:relative;
	top:1px;
}

.gray_pole1 {
	background:url(../img/left_gbg.jpg) left top repeat-y;
	margin-bottom:11px;
}

.gray_pole2 {
	background:url(../img/right_gbg.jpg) right top repeat-y;
	position:relative;
	padding:25px 20px;
	font-size:14px;
	line-height:20px;
	color: #333333;
	overflow:hidden;
}

.ie7 .gray_pole1 {
	border:1px solid #ffffff;
}

.gray_pole2 a {
	font-size:14px;
	line-height:20px;
	color: #0082c4;
}

.gray_pole2 a:hover {
	color: #ff0000;
}

.gray_pole_tr {
	width:3px;
	min-height:3px;
	background:url(../img/gr_rounded.png) left bottom no-repeat;
	position:absolute;
	top:0px;
	right:0px;
}

.ie7 .gray_pole_tr {
	top:-13px;
}

.gray_pole_tl {
	width:3px;
	min-height:3px;
	background:url(../img/gr_rounded.png) right bottom no-repeat;
	position:absolute;
	top:0px;
	left:0px;
}

.ie7 .gray_pole_tl {
	top:-13px;
}

.gray_pole_br {
	width:3px;
	min-height:3px;
	background:url(../img/gr_rounded.png) left top no-repeat;
	position:absolute;
	bottom:0px;
	right:0px;
}

.ie7 .gray_pole_br {
	bottom:-13px;
}

.gray_pole_bl {
	width:3px;
	min-height:3px;
	background:url(../img/gr_rounded.png) right top no-repeat;
	position:absolute;
	bottom:0px;
	left:0px;
}

.ie7 .gray_pole_bl {
	bottom:-13px;
}

.blue_pole1 {
	background:url(../img/left_bbg.jpg) left top repeat-y;
	margin-bottom:11px;
}

.blue_pole2 {
	background:url(../img/right_bbg.jpg) right top repeat-y;
	position:relative;
	padding:25px 15px;
	font-size:14px;
	line-height:20px;
	color: #333333;
}

.ie7 .blue_pole1 {
	border:1px solid #ffffff;
}

.blue_pole_tr {
	width:3px;
	min-height:3px;
	background:url(../img/blu_rounded.png) left bottom no-repeat;
	position:absolute;
	top:0px;
	right:0px;
}

.ie7 .blue_pole_tr {
	top:-13px;
}

.blue_pole_tl {
	width:3px;
	min-height:3px;
	background:url(../img/blu_rounded.png) right bottom no-repeat;
	position:absolute;
	top:0px;
	left:0px;
}

.ie7 .blue_pole_tl {
	top:-13px;
}

.blue_pole_br {
	width:3px;
	min-height:3px;
	background:url(../img/blu_rounded.png) left top no-repeat;
	position:absolute;
	bottom:0px;
	right:0px;
}

.ie7 .blue_pole_br {
	bottom:-13px;
}

.blue_pole_bl {
	width:3px;
	min-height:3px;
	background:url(../img/blu_rounded.png) right top no-repeat;
	position:absolute;
	bottom:0px;
	left:0px;
}

.ie7 .blue_pole_bl {
	bottom:-13px;
}

h1 {
	margin:0px;
	padding:0px;
	color:#333333;
	font-size: 22px;
	line-height: 28px;
	padding: 0px 0px 5px;
}

h2 {
	margin:0px;
	padding:0px;
	font-size:18px;
	line-height: 28px;
	padding:5px;
	color:#333333;
}

.wrap_house {
	padding-top:2px;
	overflow:hidden;
}

.ie7 .wrap_house {
	padding-bottom:10px;
}

.wrap_house div {
	float:left;
	margin-left:10px;
	margin-bottom:10px;
	padding:1px;
	background-color:#aaaaaa;
	width:100px;
	min-height:80px;
	text-align:center;
}

.ie8 .wrap_house div {
	margin-left:9px;
}

.wrap_house div img {
	border:none;
	margin:0px;
	padding:0px;
	max-width:100px;
	max-height:75px;
}

.wrap_house div ul {
	border:none;
	margin:0px;
	padding:0px;
	width:95px;
	padding-left:5px;
	list-style-position:inside;
	list-style-type:disc;
	font-size:12px;
	line-height:12px;
	text-align:left;
	padding-bottom:2px;
}

.wrap_house div ul li {
	border:none;
	margin:0px;
	padding:0px;
	width:90px;
	font-size:12px;
	line-height:12px;
	padding-top:2px;
}

.wrap_house div ul li sup {
	vertical-align: baseline;
	position: relative;
	top: -0.4em;
}

.white {
	color:#ffffff;
}

.white a {
	color:#ffffff;
	font-size:12px;
	line-height:12px;
	text-decoration:underline;
}

.white a:hover {
	text-decoration:none;
}

.black {
	color:#000000;
}

.black a {
	color:#000000;
	font-size:12px;
	line-height:12px;
	text-decoration:underline;
}

.black a:hover {
	text-decoration:none;
}

.right_block {
	width:264px;
	float:right;
	background-color:#ffffff;
	padding-left:16px;
}

.right_block1 {
	border:1px dotted #aaaaaa;
	width:200px;
	float:right;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	padding-left:16px;

	line-height:20px;
	color:#555555;
	display:block;
}

.right_house {
	width:202px;
	margin-top:23px;
}

.right_house img {
	border:1px solid #dadada;
	margin:0px;
	padding:0px;
	max-width:200px;
	margin-bottom:3px;
}

.right_house a {
	font-size:1em;
	font-weight:bold;
	color:#0096de;
	text-decoration:underline;
}

.right_house a:hover {
	color:#ff0000;
}

.right_house p {
	margin:0px;
	padding-top:5px;
	font-size:14px;
	line-height:20px;
	color:#555555;
}

.right_house p sup {
	vertical-align: baseline;
	position: relative;
	top: -0.4em;
}

.our_stock {
	width:241px;
	padding-top:30px;
}

.our_stock table {
	width:241px;
	margin-top:10px;
}

.our_stock table td {
	border:1px dotted #aaaaaa;
	font-size:1em;
	color:#555555;
	padding:2px 0px;
}

.footer {
	min-height:347px;
	border-bottom:2px solid #cecece;
	background:url(../img/footer_img.jpg) 40px bottom no-repeat;
	background-color:#ffffff;
	max-width:1580px;
	margin:0 auto;
}

.wrap_foot_con {
	min-height:347px;
	margin-left:581px;
	margin-right:23px;
}

.bottom_menu {
	min-height:20px;
	padding-top:40px;
	padding-bottom:15px;
}

.bottom_menu ul {
	padding:0px;
	margin:0px;
	list-style:none;
}

.bottom_menu ul li {
	margin:0px;
	padding:0px;
	padding:0px 1px;
	display:inline;
	font-size:18px;
	line-height:22px;
	color:#555555;
}

.bottom_menu ul li a {
	line-height:22px;
	font-size:18px;
	font-weight:normal;
	color:#0096de;
	text-decoration:underline;
}

.bottom_menu ul li a:hover {
	color:#ff0000;
}

.adr {
	overflow:hidden;
}

.adr p {
	padding:0px;
	margin:0px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	color:#333333;
	margin-right:-250px;
	padding-right:250px;
}

.adr_tel {
	float:right;
	width:250px;
	font-size:30px;
	line-height:36px;
	color:#555555;
	padding-top:7px;
}

.warn {
	padding-top:15px;
	font-size:12px;
	color:#555555;
}

.socblock {
	padding-top:15px;
}

.socblock .sch {
	margin-right:11px;
}

.socblock .sch img {
	margin:0px;
	padding:0px;
	border:none;
}

.socblock .soc {
	margin-left:3px;
}

.socblock .soc img {
	margin:0px;
	padding:0px;
	border:none;
}

.copyr {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	color:#555555;
	padding-top:17px;
}





.forma_bg {
	background:#fff;
	border:1px solid #aaaaaa;
	text-align:left;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-khtml-border-radius: 5px;
	padding:10px 20px 20px 20px;
}

.forma_i {
	background:url(../img/div_i2.png) no-repeat;
	width:24px;
	height:24px;
	float:left;
	overflow:hidden;
	margin:-3px 4px 0 0;
}

.form_info{
	color:#000;
	font-size:12px;
	line-height:21px;
	padding-top:3px;
	margin-bottom:20px;
}

a.link_form {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:underline;
}

a.link_form :hover{
	text-decoration:none;
}

.form_block{
	border:1px solid #aaaaaa;
	margin:0px;
	padding:0px;
	padding:20px 10px 10px 10px;
	margin-bottom:20px;
	display:block;
	overflow:hidden;
}

.form_block_zagolovok{
	color:#000;
	font-size:12px;
}

.form_fieldconteiner{
	vertical-align:middle;
	margin:10px 0;
	font-size:12px;
	color:#000;
}

.form_label{
	float:left;
	width:206px;
	color:#000;
	font-size:12px;
	overflow:hidden;
}

.form_cont{
	margin-left:206px;
}

.form_podlojka{
	background:url(../img/form_podlojka.jpg) repeat-x;
	height:26px;
	color:#fff;
	font-size:12px;
}

.form_td{
	height:26px;
	border-bottom:1px solid #aaaaaa;
	font-size:12px;
	color:#000;
}

.form_adres{
	font-size:10px;
	color:#aaaaaa;
	line-height:10px;
}
#share42 {
  display: inline-block;
  margin:-42px 0 0 184px ;
  padding: 6px 0 0 6px;
  background: #FFF;

}
#share42:hover {
  background: #F6F6F6;


}
#share42 a {opacity: 0.5;}
#share42:hover a {opacity: 0.7}
#share42 a:hover {opacity: 1}