body{
	padding:0;
	font:78% Arial, Helvetica, sans-serif;
	margin:0;
	color:#000;
	background-color:#fff;
	background-image:url(../i/top_bg_in.gif);
	background-repeat:repeat-x;
	background-position:top;
	position: relative;
}
body,html{
	height:100%;
}
body.index{
	background-image:url(../i/top_bg.gif);
}
h1{
	font:125% Arial, Helvetica, sans-serif;
	margin:0 0 0.6em 0;
	padding:0 0 0.6em 0;
	color:#0098D8;
	font-weight:bold;
	border-bottom:3px solid #A7D9F5;
}
h2{
	font:125% Arial, Helvetica, sans-serif;
	margin:0 0 0.6em 0;
	padding:0;
	color:#0098D8;
	font-weight:bold;
}
h2 a {
	color:#0098D8;
    text-decoration: none;
}
h2 a:hover {
	color:#ED1B23;
}
h3{
	font:110% Arial, Helvetica, sans-serif;
	margin:0 0 0.6em 0;
	padding:0;
	color:#0099D9;
	font-weight:bold;
}
h4{
	font:110% Arial, Helvetica, sans-serif;
	margin:0 0 1.5em 0;
	padding:0 0 0.3em 0;
	color:#000;
	font-weight:bold;
	border-bottom:1px solid #C7E6F7;
}
h5{
	margin:0;
	font-size:100%;
	color:#397BA3;
}
p{
	margin:0 0 0.4em 0;
	text-align:justify;
}
table{
	font-size: 100%;
}
td{
	vertical-align:top;
	padding: 0;
}
img{
	border: 0;
}
form{
	margin: 0;
}
input, select, textarea{
	font-size: 85%;
	font-family: arial, sans-serif;
	vertical-align: middle;
	color:#B1B3B6;
	padding-left:5px;
	padding-right:5px;
}
input.button{
	color:#fff;
	border:0;
	background-color:#ED1B23;
	padding-top:1px;
	padding-bottom:2px;
	cursor:pointer;
}
input.checkbox{
	border: none;
	vertical-align: middle;
	margin: 0 0.25em;
}
a{
	color:#ED1B23;
}
a:hover/*, a:visited*/{
	text-decoration:none;
}
ul, ol{
	margin:1em 0 1em 13px;
	padding:0 0 0 0;
	alist-style:url(../i/square.gif) outside;
    list-style: disc;
}
li ul, li ol{
	margin-top: 0.3em;
	margin-bottom: 0.6em;
	alist-style-type: none;
	list-style-image:none;
}
li{
	alist-style-type: none;
	margin-bottom:0.3em;
}
/* common classes */

.px      { width: 1px; height: 1px; }
.fill    { width: 100%; height: 100%; }
.wide    { width: 100%; }
.high    { height: 100%;}

.center  { text-align: center; }
.right   { text-align: right; }
.left    { text-align: left; }
.justify { text-align: justify; }

.top     { vertical-align: top; }
.middle  { vertical-align: middle; }
.bottom  { vertical-align: bottom; }

.nowrap  { white-space: nowrap; }

.bold    { font-weight: bold; }
.italic  { font-style: italic; }

.big     { font-size: 120%; }
.small   { font-size: 85%; }

.hidden  { display: none; }

.fl{
	float:left;
}
.cl{
	clear:both;
	font-size:1px;
	height:1px;
}
.fr{
	float:right;
}
.clickable {
    cursor: pointer;
}
/* user_content classes */
.user_content table{
    border-left:1px solid #B6E2F7;
    border-top:1px solid #B6E2F7;
    margin:0 0 15px 0;
}
.user_content table td{
    height:22px;
    border-right:1px solid #B6E2F7;
    border-bottom:1px solid #B6E2F7;
    padding:4px 10px 4px 15px;
    vertical-align:middle;
    font-weight:bold;
}
.user_content table th{
    background-color:#E3F5FF;
    height:22px;
    border-right:1px solid #B6E2F7;
    border-bottom:1px solid #B6E2F7;
    padding:4px 10px 4px 15px;
    text-align:left;
    font-weight:normal;
}
.user_content p
{
	margin:0 0 1em 0;
	text-align:justify;
}
.img_left{
	margin:4px 20px 15px 0;
    float:left;
	border:1px solid #B6E2F7;
}
.img_right{
	margin:4px 0 15px 20px;
    float:right;
	border:1px solid #B6E2F7;
}

/* specific classes */
.wrapper{
	margin:0 auto 0 auto;
	width:930px;
	position: relative;
}
.head{
	margin-bottom:25px;
}
.head.index{
	margin-bottom:6px;
}
.head .logo{
	padding:8px 0 20px 14px;
}
.head .city{
	font-weight:bold;
	font-size:14px;
	color:#0099D9;
	margin:2.4em 15px 0 15px;
	white-space:nowrap;
}
.head .city span{
	font-size:18px;
	color:#ED1B23;
}
.head .menu{
	background-image:url(../i/menu_bg.gif);
	background-repeat:repeat-x;
	vertical-align:middle;
	padding:0 12px 0 12px;
}
.head .menu a{
	color:#fff;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	margin-right:70px;
}
.head .menu .inner a{
	color:#fff;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	margin-right:50px;
}
.head .menu a:hover{
	color:#C7E7F8;
}
.head .menu a.act{
	color:#C7E7F8;
}
.head .menu a.none{
	margin-right:0;
}
.main_menu {
    position: relative;
}
.main_menu .index {
    z-index: 3;
    position: relative;
}
.main_menu .bush {
    z-index: 2;
    position: absolute;
    top: -73px;
    right: -73px;
}
.index_block {
    z-index: 1;
    position: relative;
}
.index_block .santa {
    z-index: 2;
    position: absolute;
    top: 107px;
    right: -40px;
}
.clinfix_t{
	position:absolute;
	top:-16px;
	left:0;
}
.banner{
	background-repeat:no-repeat;
	background-position:top left;
	padding:20px 0 0 0;
	margin:15px 7px 20px 0;
}
.banner_1{
	background-image:url(../i/banner_1.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	padding:20px 0 0 15px;
	margin:15px 13px 20px 0;
	width:209px;
	height:70px;
}
.banner_1 a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	line-height:17px;
}
.banner_2{
	background-image:url(../i/banner_2.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	padding:12px 0 0 13px;
	margin:15px 13px 20px 0;
	width:212px;
	height:77px;
}
.banner_2 a{
	color:#fff;
	text-decoration:none;
	line-height:17px;
}
.banner_2 a span.red{
	color:#ED1B23;
	font-weight:bold;
	font-size:110%;
}
.banner_3{
	background-image:url(../i/banner_3.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	padding:20px 0 0 15px;
	margin:15px 0 20px 0;
	width:209px;
	height:70px;
}
.banner_3 a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	line-height:17px;
	font-size:92%
}
.news{
	margin:0 0 13px 15px;
}
.block1{
	padding:0 16px 15px 2px;
	width:200px;
}
.about_block{
	padding:0 16px 15px 2px;
    width: 675px;
}
.bor_r{
	border-left:1px solid #B6E2F6;
	padding-right:18px;
}
.blue_bg3 a{
	font-size:92%;
	text-decoration:none;
}
.blue_bg3 a:hover{
	text-decoration:underline;
}
.grey{
	color:#B1B3B6;
	font-size:92%;
	font-weight:bold;
	display:block;
	margin-bottom:5px;
}
.text{
	display:block;
	margin-bottom:5px;
}
.blue_bg3{
	background-color:#E3F5FE;
	margin-bottom:20px;
}
.bor_b_bl{
	border-bottom:3px solid #81C6EB;
}
.partner{
	padding:30px 0 0 25px;
}
.spisok4{
	margin-top:20px;
}
.spisok4 a{
	background-image:url(../i/arrow_sm_r.gif);
	background-repeat:no-repeat;
	background-position:top left;
	display:block;
	color:#ED1B23;
	text-decoration:none;
	padding:0 0 5px 15px;
}
.spisok4 a:hover{
	text-decoration:underline;
}
.content{
	margin:0 15px 0 14px;
}
.content .left_col{
	width:670px;
	margin-right:30px;
}
.content .left_col .block{
	border-bottom:1px solid #C7E6F7;
	padding-bottom:0.7em;
	margin-bottom:0.7em;
}
.content .left_col .block.none{
	border-bottom:0;
}
.content .left_col .block .date{
	font-size:85%;
	color:#0098D8;
	font-weight:bold;
	display:block;
	margin-bottom:0.7em;
}
.content .left_col .block a.more{
	text-decoration:none;
	font-size:85%;
	display:block;
	margin-top:-0.7em;
}
.content .left_col .pic{
	padding-bottom:20px;
}
.content .left_col .pic .ramka{
	width:201px;
	text-align:center;
	background-image:url(../i/ramka.gif);
	background-repeat:no-repeat;
	background-position:left top;
	cursor:pointer;
}
.content .left_col .pic .ramka.none{
	background-image:none;
}
.content .left_col .pic .ramka img{
	padding:10px 0 10px 0;
}
.content .left_col .pic .ramka .cor_bl_l{
	background-image:url(../i/corner_br_l.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}
.content .left_col .pic .ramka .cor_bl_l.none{
	background-image:none;
}
.content .left_col .pic .ramka .cor_bl_r{
	background-image:url(../i/corner_br_r.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}
.content .left_col .pic .ramka .cor_bl_r.none{
	background-image:none;
}
td.img {
    vertical-align: middle;
}
.content .cor_bl_l2{
	background-image:url(../i/corner_br_l.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}
.content .cor_bl_r2{
	background-image:url(../i/corner_br_r.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}
.content .left_col span.red{
	color:#ED1B23;
}
.content .left_col .pic .ramka .ttl{
	font-weight:bold;
	font-size:110%;
	padding:3px 0 5px 0;
	border-bottom:1px solid #B6E2F7;
	color:#ED1B23;
}
.content .left_col .pic .ramka .ttl.none{
	border-bottom:1px solid #fff;
}
.content .left_col .pic .ramka .ttl_2{
	font-weight:bold;
	font-size:130%;
	padding:3px 0 5px 0;
	border-bottom:1px solid #B6E2F7;
	color:#ED1B23;
}
.content .left_col .pic .ramka .ttl_2.none{
	border-bottom:1px solid #fff;
}
.content .left_col .pic .ramka .bor_bl{
	background-image:url(../i/bor_bl.gif);
	background-repeat:repeat-y;
	background-position:left;
}
.content .left_col .pic .ramka .bor_bl.none{
	background-image:none;
}
.content .left_col .pic p{
	text-align:center;
	margin:8px 0 0 0;
}
.content .left_col .item{
	margin-bottom:20px;
}
.content .left_col .item a{
	color:#0098D8;
}
.content .left_col .item a.act{
	color:#ED1B23;
	font-weight:bold;
	text-decoration:none;
	display:block;
	margin-top:3px;
}
.ttl a, .ttl_2 a {
    text-decoration: none;
}
.content .left_col .bor_td{
	border-bottom:3px solid #A7D9F5;
	border-top:1px solid #A7D9F5;
	vertical-align:middle;
}
.content .left_col .bor_t{
	border-top:3px solid #A7D9F5;
}
.content .left_col .bor_b{
	border-bottom:3px solid #A7D9F5;
}
.content .left_col .pic_2{
	border:1px solid #B6E2F7;
	padding:10px 20px 10px 20px;
	margin-bottom:30px;
	position:absolute;
	top:0;
	left:0;
}
.content .left_col .bord_t, .bord_pict .bord_t{
	border-top:1px solid #B6E2F7;
}
.content .left_col .bord_r, .bord_pict .bord_r{
	border-right:1px solid #B6E2F7;
}
.content .left_col .bord_b, .bord_pict .bord_b{
	border-bottom:1px solid #B6E2F7;
}
.content .left_col .bord_l, .bord_pict .bord_l{
	border-left:1px solid #B6E2F7;
}


.content .pic_1{
	position:relative;
	z-index:0;
	border-top:1px solid #B6E2F7;
	border-bottom:1px solid #B6E2F7;
}
.content .blue_bg{
	background-color:#E3F5FF;
	text-align:center;
	padding:3px 0 5px 0;
	border-bottom:1px solid #B6E2F7;
}
.content .blue_bg a.act{
	text-decoration:none;
}
.content .blue_bg2{
	background-color:#E3F5FF;
	border-left:1px solid #B6E2F7;
	border-right:1px solid #B6E2F7;
}
.content .contact{
	font-weight:bold;
	margin-bottom:3px;
}

.content .right_col{
	width:200px;
}
.content .right_col .spisok1 a{
	background-image:url(../i/arrow_sm_bl.gif);
	background-repeat:no-repeat;
	background-position:top left;
	display:block;
	color:#0098D8;
	text-decoration:none;
	padding:0 0 4px 15px;
}
.content .right_col .spisok1 a:hover{
	color:#ED1B23;
	font-weight:bold;
	background-image:url(../i/arrow_sm_r.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
.content .right_col .spisok1 a.act{
	color:#ED1B23;
	font-weight:bold;
	background-image:url(../i/arrow_sm_r.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
.content .right_col .spisok2 a{
	background-image:url(../i/arrow_sm_bl.gif);
	background-repeat:no-repeat;
	background-position:top left;
	display:block;
	color:#0098D8;
	text-decoration:none;
	padding:0 0 7px 15px;
	margin-left:10px;
}
.content .right_col .spisok2 a:hover{
	color:#ED1B23;
	font-weight:bold;
	background-image:url(../i/arrow_sm_r.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
.content .right_col .spisok2 a.act{
	color:#ED1B23;
	font-weight:bold;
	background-image:url(../i/arrow_sm_r.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
.content .right_col .spisok a{
	background-image:url(../i/arrow_bl.gif);
	background-repeat:no-repeat;
	background-position:top left;
	display:block;
	font-size:105%;
	font-weight:bold;
	color:#0098D8;
	text-decoration:none;
	padding:0 0 6px 9px;
}
.content .right_col .spisok a:hover{
	color:#ED1B23;
	font-weight:bold;
}
.content .right_col .spisok a.act{
	color:#ED1B23;
	font-weight:bold;
}
.content .right_col .spisok3{
	margin-bottom:5px;
}
.content .right_col .spisok3 a{
	display:block;
	color:#0098D8;
	padding:0 0 3px 9px;
	margin-left:25px;
}
.content .right_col .spisok3 a:hover{
	color:#ED1B23;
	font-weight:bold;
	background-image:url(../i/arrow_red3.gif);
	background-position:left top;
	background-repeat:no-repeat;
	text-decoration:none;
}
.content .right_col .spisok3 a.act{
	color:#ED1B23;
	font-weight:bold;
	background-image:url(../i/arrow_red3.gif);
	background-position:left top;
	background-repeat:no-repeat;
	text-decoration:none;
}


.footer{
	background-image:url(../i/bottom_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
}
.footer .footer_bg{
	background-image:url(../i/footer_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#EEF7FB;
	padding:0 13px 0 15px;
}
.footer input.field250{
	width:239px;
	border:1px solid #B7B7B7;
	margin:0 6px 9px 0;
}
.footer input.field175{
	width:164px;
	border:1px solid #B7B7B7;
	margin:0 0 9px 0;
}
.footer textarea.field430{
	width:421px;
	border:1px solid #B7B7B7;
	margin-bottom:9px;
}
.footer input.code {
	width:300px;
	border:1px solid #B7B7B7;
	margin-left: 7px;
}
.footer .code_image {
    width: 114px;
    height: 39px;
    padding-bottom: 6px;
}
.footer input.field200{
	width:190px;
	border:1px solid #B7B7B7;
}
.footer .down{
	padding:30px 15px 25px 15px;
}
.footer .magic{
	font-size:85%;
	margin:0 0 0 4px;
}
.footer .magic a{
	color:#0098D8;
	text-decoration:none;
}
.footer .magic a:hover{
	color:#0080B6;
}
.footer .magic span{
	font-size:90%;
}
.footer .promotion{	margin-left: 120px;
}
.footer .promotion a{	display: block;
	width: 120px;
	height: 40px;
	background: url('/i/ivpro.gif') no-repeat 0 0;
	padding: 25px 0 0 0;
	text-align: left;
	font: 11px Arial, sans-serif;
	color: #0099D9;
}
.footer .copy{
	color:#B1B3B6;
}
.footer .copy a{
	color:#0099D9;
}
.relative{
	position:relative;
}
.blue{
	color:#0098D8;
	font-weight:bold;
}
.mr35{
	margin-right:35px;
}
.mb25{
	margin-bottom:25px;
}
.corner{
	position:relative;
}
.corner_1{
	position:relative;
}
.cor_wh_lt{
	position:absolute;
	left:-1px;
	top:0;
	z-index:1;
}
.cor_wh_rt{
	position:absolute;
	top:0;
	right:-1px;
	z-index:1;
}
.cor_wh_lb{
	position:absolute;
	bottom:-1px;
	left:-1px;
	z-index:1;
}
.cor_wh_rb{
	position:absolute;
	right:-1px;
	bottom:-1px;
	z-index:1;
}
.cor_blue_lb{
	position:absolute;
	bottom:-1px;
	left:-1px;
	z-index:1;
}
.cor_blue_rb{
	position:absolute;
	right:-1px;
	bottom:-1px;
	z-index:1;
}
.img_name{
	font-weight:bold;
	font-size:110%;
	color:#ED1B23;
    text-align: center;
}
.img_name div {
	padding:5px 0 5px 0;
}
.block .name {
    font-weight: bold;
}
.partners .pcontent {
    border-bottom: 1px solid #C7E6F7;
    padding-top: 1em;
    padding-bottom: 1.5em;
}
.partners .plogo {
    padding-top: 1em;
    padding-bottom: 1.5em;
}
.pcontent .name {
	font-size:85%;
	color:#0098D8;
	font-weight:bold;
	display:block;
}
.pcontent .attr_name {
    padding-top: 1em;
    font-size: 85%;
    font-weight: bold;
}
/* image switcher */
.switchers {
	color:#ED1B23;
}
.switchers .act {
    color: black;
}
td.img_cont {
    /*width: 200px;
    height: 300px;*/
    vertical-align: middle;
    text-align: center;
}

.content select.field{
    width:190px;
    border:1px solid #B7B7B7;
    padding:2px 0 2px 0;
    margin-bottom:20px;
    color: black;
}
.hasvalue {
    color: black;
}
#feedback .response, #dealer_blank .response {
    padding-left: 0.5em;
}
#feedback .response img, #dealer_blank .response img {
    vertical-align: middle;
}
input.black {
    color: black;
}
/* dealer blank form */
#dealer_blank .text_field {
	width: 98%;
	border:1px solid #B7B7B7;
	margin-bottom:3px;
    padding-right: 0px;
    color: black;
}
#dealer_blank table {
    font-size: 120%;
}
.blank_block{
	padding:0 16px 15px 20px;
}
#dealer_blank .code_image {
    padding-bottom: 3px;
}
#postcard {
    position: absolute;
    top: 100px;
    left: 218px;
    width: 500px;
    height: 398px;
    z-index: 1000;
}
#postcard .image {
    display: none;
}
