*{
    margin:0;
    padding:0;
}
html, body{
    width:100%;
    height:100%;
}

/* Каркас */
body{
	background: url('../images/bg.jpg');
	font: normal 12px 'Tahoma';
	color: #737272;
	line-height: 14px;
}
.main{
	margin: 15px auto 25px auto;
	padding-bottom: 25px;
	width: 1000px;
	text-align: left;
	position: relative;
	background: #fff url('../images/edge_l.gif') repeat-y left top;
}
img{
	border: 2px solid #cee0f9;
}
a{
	color: #c2211a;
	text-decoration: underline;
}
a:hover{
	color: #e18c89;
}
h1{
	font: bold 13px 'Tahoma';
	color: #000;
	margin-bottom: 5px;
}
h2{
	font: bold 12px 'Tahoma';
	color: #737272;
}
p{
	margin-bottom: 14px;
}
table{
	border: none;
	border-right: 1px dotted #ff6969;
	border-top: 1px dotted #ff6969;
}
th{
	font: bold 12px 'Tahoma';
	padding: 9px 10px 6px 10px;
	border: none;
	border-left: 1px dotted #ff6969;
	border-bottom: 1px solid #d15651;
	color: #000;
	text-align: left;
}
td{
	padding: 3px 10px 6px 10px;
	border: none;
	border-left: 1px dotted #ff6969;
	border-bottom: 1px dotted #ff6969;
}
input{
	border: 1px solid #db7c78;
	background: #fff;
	padding: 2px 3px 0px 3px;
	font: normal 12px 'Tahoma';
}
@media all and (min-width: 0) {
input { padding: 1px 3px 1px 3px; }
}
select{
	border: 1px solid #db7c78;
	background: #fff;
}
textarea{
	border: 1px solid #db7c78;
	background: #fff;
	padding: 2px 3px 0px 3px;
	font: normal 12px 'Tahoma';
}
ul{
	list-style-type: none;
}
ul li{
	background: url('../images/li1.gif') no-repeat left 6px;
	position: relative;
	padding: 0px 0px 0px 8px;
	margin: 0px 0px 5px 0px;
}
ul li ul{
	margin-left: 10px;
	margin-top: 4px;
}
ul li ul li{
	background: url('../images/li2.gif') no-repeat left 6px;
}
.clear_l{
	clear: left;
	font-size: 0px;
}
.clear_r{
	clear: right;
	font-size: 0px;
}
.italy{
	font-style: italic;
}

/* Шапка */
.header{
	height: 237px;
	position: relative;
	background: #fff url('../images/list_edge.jpg') no-repeat left top;
	z-index: 1;
	text-align: right;
}
.mn_top{
	position: absolute;
	top: 12px;
	right: 174px;
	font: normal 11px 'Tahoma';
	color: #919090;
}
.mn_top a{
	font: normal 11px 'Tahoma';
	color: #919090;
}
.mn_top a:hover{color: #919090;}
.srch_fld{
	width: 105px;
	height: 14px;
	border: 1px solid #d0d0d0;
	font: normal 11px 'Tahoma';
	color: #7b7979;
	margin: 10px 1px 0px 0px;
}
.srch_btn{
	width: 25px;
	height: 16px;
	border: none;
	margin: 0px 17px -4px 0px;
}
.logo{
	width: 233px;
	height: 142px;
	position: absolute;
	top: 52px;
	left: 29px;
	border: none;
}
.decor_top{
	width: 718px;
	height: 186px;
	position: absolute;
	top: 38px;
	right: 6px;
	border: none;
	background: url('../images/decor_top.jpg') no-repeat;
}

/* Серый градиент */
.main_grad{
	position: absolute;
	top: 237px;
	left: 3px;
	background: url('../images/main_grad.gif') repeat-x;
	width: 997px;
	height: 155px;
	z-index: 1;
}

/* Меню */
.mn_main{
	margin: 0px 0px 32px 0px;
	z-index: 2;
}
.mn_main .item{
	position: relative;
	z-index: 3;
}
.mn_main a{
	font: bold 16px 'Trebuchet MS';
	color: #c2211a;
	display: block;
	padding-bottom: 5px;
}
.mn_main strong{
	font: bold 16px 'Trebuchet MS';
	display: block;
	padding-bottom: 5px;
}
.mn_main a:hover{
	color: #c2211a;
	text-decoration: none;
}
.dott_line{
	position: absolute;
	top: 14px;
	right: 0px;
	background: url('../images/dott.gif') repeat-x;
	height: 1px;
	z-index: 3;
}
.sel{
	background: url('../images/dott_red.gif') repeat-x;
}
.sub_mn_box{
	display: none;
	position: absolute;
	top: 15px;
	left: 104px;
	width: 135px;
	right: -100px;
	z-index: 5;
}
.sub_mn{
	position: relative;
	height: 100%;
	background: #fff;
	padding: 4px 5px 0px 5px;
}
.sub_mn a{
	padding: 0px 0px 3px 0px;
}
.sub_mn a:hover{
	color: #c2211a;
	text-decoration: none;
}
.sub_mn span{
	font: bold 16px 'Trebuchet MS';
	display: block;
	cursor: default;
	padding-bottom: 3px;
}
.sub_mn_box .left{
	position: absolute;
	top: 0px;
	left: -1px;
	width: 1px;
	height: 100%;
	background: url('../images/dott_red_v.gif') repeat-y;
}
.sub_mn_box .right{
	position: absolute;
	top: 0px;
	right: -1px;
	width: 1px;
	height: 100%;
	background: url('../images/dott_red_v.gif') repeat-y;
}
.sub_mn_box .bottom{
	width: 100%;
	height: 1px;
	font-size: 0px;
	background: url('../images/dott_red.gif') repeat-x;
}

/* Левая колонка */
.left_col{
	position: relative;
	width: 240px;
	margin: 17px 0px 0px 27px;
	float: left;
	display: inline;
	z-index: 2;
}
.phones{
	background: url('../images/phones.gif') no-repeat;
	padding-top: 118px;
	width: 197px;
	margin-bottom: 21px;
}
.phones .pref{
	position: absolute;
	top: 0px;
	left: 0px;
	font: normal 20px 'Myriad Pro';
	color: #ababab;
}
.phones .num1{
	position: absolute;
	top: 16px;
	left: 0px;
	font: normal 37px 'Myriad Pro';
	color: #c2211a;
	letter-spacing: -2px;
}
.phones .num2{
	position: absolute;
	top: 53px;
	left: 0px;
	font: normal 20px 'Myriad Pro';
	color: #c2211a;
	line-height: 22px;
}
.post input{
	width: 189px;
	height: 16px;
	display: block;
	margin: 1px 0px 2px 0px;
}
.post textarea{
	width: 221px;
	height: 59px;
	margin: 1px 0px 0px 0px;
}
.post .notice{
	font-size: 11px;
	width: 115px;
	line-height: 13px;
	margin: 0px 0px 8px 1px;
	position: relative;
}
.post .btn_send{
	position: absolute;
	top: 3px;
	left: 154px;
	width: 74px;
	height: 18px;
	padding: 0px;
	border: none;
}
.ferror{
	font-size: 11px;
	margin-bottom: 10px;
	display: none;
	color: #ff3333;
}
.fok{
	font-size: 11px;
	margin-bottom: 10px;
	display: none;
	color: #00cc00;
}

/* Совет дня */
.spc4sticker{
	height: 210px;
}
.sticker{
	position: absolute;
	top: -165px;
	left: -22px;
	background: url('../images/sticker.jpg') no-repeat;
	width: 225px;
	height: 183px;
	padding: 44px 30px 0px 29px;
	z-index: 3;
	font-size: 11px;
}

/* Контент */
.content{
	float: left;
	width: 690px;
	position: relative;
	padding-bottom: 30px;
	margin: 17px 0px 25px 20px;
	z-index: 2;
}
.service{
	float: left;
	width: 137px;
	height: 41px;
	margin: 12px 0px 15px 7px;
	padding-top: 156px;
	text-align: center;
	font-weight: bold;
}
.g1{
	margin-right: 34px;
}
.g2{
	margin-right: 34px;
}
.g3{
	margin-right: 34px;
}
.g4{
}

.left_sub_col{
	float: left;
	width: 327px;
}
.right_sub_col{
	float: left;
	width: 335px;
	margin-left: 20px;
}

/* Формы */
.fb_fld{
	width: 189px;
	height: 16px;
	display: block;
	margin: 1px 0px 4px 0px;
}
.fb_item{
	float: left;
	margin: 0px 23px 0px 0px;
	display: inline;
}
.fb_tar{
	width: 506px;
	height: 132px;
	display: block;
	margin: 1px 0px 4px 0px;
}
.fb_slct{
	width: 197px;
	height: 18px;
	display: block;
	margin: 1px 0px 4px 0px;
}
.capcha_img{
	float: left;
	display: block;
	margin: 2px 5px 4px 0px;
}
*html .capcha_img{margin-top: 4px;}
*+html .capcha_img{margin-top: 4px;}
.capcha_fld{
	display: block;
	margin: 2px 0px 4px 0px;
	height: 16px;
	width: 50px;
}
.red{
	color: #c2211a;
}
.comment{
	position: absolute;
	top: 0px;
	left: 0px;
}
.btns_line{
	position: relative;
	text-align: right;
	width: 517px;
	margin: 0px;
}
.btns_line .cancel{
	border: none;
	cursor: pointer;
}
.btns_line .send{
	border: none;
}

/* Футер */
/*
.spc4footer{
	height: 75px;
}
*/
.footer{
	width: 960px;
	height: 53px;
	background: url('../images/dott.gif') repeat-x;
	position: relative;
	margin: -78px auto 25px auto;
	padding-bottom: 25px;
	z-index: 2;
	font-size: 11px;
}
.copyright{
	position: absolute;
	top: 21px;
	left: 416px;
}
.made_by{
	position: absolute;
	top: 8px;
	right: 0px;
}
.made_by a{
	color: #000;
	text-decoration: none;
	margin-left: 31px;
	font-family: 'Arial';
	font-size: 11px;
	font-style: italic;
}
.made_by a:hover{
	color: #000;
}
.made_by img{
	display: block;
	border: none;
	vertical-align: middle;
}
