/* 
    Document   : styles
    Created on : Jun 7, 2011, 10:31:32 AM
    Author     : Alexander Chernov
    Description: calltracking style
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
.clr {
    display: block;
    clear: both;
    height: 0px;
    width: 100%;
} 
.rclr {
    clear: right;
    height: 0px;
    width: 100%;
}
.lclr {
    display: block;
    clear: left;
    height: 0px;
    width: 100%;
}
a {
    text-decoration: underline;
    font-family: Arial;
    font-size: 12px;
    color: #dd0000;
    outline: 0px solid;
    border: 0px solid;
}
a img {
    outline: none;
    border: none;
}
a:hover {
    text-decoration: none;
    font-family: Arial;
    font-size: 12px;
    color: #dd0000;
}
/*a:visited {
   color: #6699FF; 
}*/
h2{
    font-size: 16px;
    font-weight: normal;
    font-family: Arial;
}
h3 {
    font-size: 18px;
    font-weight: normal;
    font-family: Arial;
}
h1 {
    font-family: Arial;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    color: #5e686a;
}

p {
    font-family: Arial;
    font-size: 1.2em;
    color: #000000;
}
body {
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    vertical-align: top;
    font-family: Arial;
    font-size: 12px;
    color: #000000;
    line-height: normal;
    background-color:  #fff;
}
body center > table {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px; 
    border: 0px dashed gray;
    border-collapse: collapse;
}

/*Стили описания блоков*/
#header {
    display: block;
    height: 130px;
    padding-top: 12px;
}
#header .logo {
    border: 0px solid;
    display: block;
    float: left;
    width: 280px;
}
#header .right {
    border: 0px solid;
    display: block;
    float: right;
    height: 60px;
    width: 160px;
}
#header .right .tel {
    font-family: Arial;
    font-size: 19.57px;
    color: black;
    vertical-align: top;

}
#header .right .tel span {
    color: #666666;
    font-size: 11.74px;
    vertical-align: top;
    line-height: 21px;
}
#header .titleHead {
    color: #328FC9;
    display: block;
    font-family: Arial;
    font-size: 31px;
    font-weight: lighter;
    margin: -49px 0 0 300px;
}
#headerNav {
    display: block;
    height: 25px;
    font-family: Arial;
    font-size: 12px;
}
#headerNav > ul {
    margin: 0;
    padding: 0;
}
#headerNav > ul li a {
    font-family: Arial;
    font-size: 12px;
    color: #1a1a1a;
    text-transform: uppercase;
    text-decoration: underline;
}
#headerNav > ul li a:hover {
    text-decoration: none;
}
#headerNav > ul li {
    display: block;
    float: left;
    font-family: Arial;
    font-size: 12px;
    padding: 5px 50px 5px 46px;
    background: url("/design/img/delim.head.png") no-repeat scroll right 4px transparent;
}
#headerNav > ul li.l {
    padding: 5px 0 5px 38px;
    background: none;
}
#headerNav > ul li.f {
    padding: 5px 52px 5px 8px;
}
#middle {
    display: block;
    padding: 35px 0 0 0;
}
#middle .left {
    display: block;
    width: 540px;
    float: left;
    border: 0px solid red;
}
#middle .left.inner {
    width:  752px;
}
#middle .left .grayG {
    font-family: Arial;
    font-style: italic;
    color: #5e686a;
    font-size: 14px;
}
#middle .left h2 {
    font-family: Arial;
    font-size: 18px;
    color: black;
}
#middle .left h2.bul {
    background: url("/design/img/v.png") no-repeat scroll 0 4px transparent;
    padding-left: 18px;
}
#middle .left p {
    font-family: Arial;
    font-size: 12px;
    color: #333333;
    margin-left: 19px;
}
#middle .left p.sub {
    color: black;
    font-family: Arial;
    font-size: 14px;
    font-style: italic;
    margin-left: 0px;
}
#middle .left ul {
    padding: 0  0 0 30px;
    margin: 0px;
}
#middle .left ul li {
    font-family: Arial;
    font-size: 12px;
    color: #333333;
}
#middle .right {
    display: block;
    width: 180px;
    float: right;
    border: 0px solid red;
    margin: 0 22px 0 0;
}
#middle .right .form {
    display: block;
    height: 476px;
    width: 181px;
    background: transparent url('/design/img/form.right.png') top left no-repeat;
}
#middle .right .form .head {
    color: #F10000;
    display: block;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    margin: 13px;
    position: absolute;
}
#middle .right .form input, #middle .right .form textarea  {
    position: absolute;
    display: block;
    font-family: Arial;
    font-size: 12px;
    color: #aeaeae;
    border: 0px red;
    background: none repeat scroll 0 0 transparent;
}
#middle .right .form .name {
    margin: 62px 0 0 16px;
    width: 147px;
}
#middle .right .form .tel {
    margin: 106px 0 0 16px;
    width: 147px;
}
#middle .right .form .com {
    border: 0 solid;
    height: 250px;
    margin: 154px 0 0 16px;
    width: 145px;
}
#middle .right .form .submit {
    background: none repeat scroll 0 0 transparent;
    border: 0 solid;
    color: white;
    cursor: pointer;
    font-size: 11px;
    margin: 434px 0 0 16px;

}
#middle .center {
    display: block;
    margin: 0 180px 0 595px;
    border: 0px solid green;
    font-family: Arial;
    font-size: 14px;
    color: #5e686a;
    padding: 0 10px;
}
#middle .arrow {
    display: block;
    height: 156px;
    width: 100%;
    background: transparent url('/design/img/arrow.main.png') -20px 0px no-repeat;
}
#middle .arrow .step1, #middle .arrow .step2, #middle .arrow .step3 {
	border: 0px solid yellow;
	color: white;
	display: block;
	float: left;
	height: 115px;
	padding: 30px 0 0 30px;
	width: 265px;
}
#middle .arrow .step1 .title, #middle .arrow .step2 .title, #middle .arrow .step3 .title {
    color: white;
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
}
#middle .arrow .step1 .stepP, #middle .arrow .step2 .stepP, #middle .arrow .step3 .stepP {
    color: white;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    margin: 8px 0;
}
#middle .arrow .step1 .stepP strong, #middle .arrow .step2 .stepP strong, #middle .arrow .step3 .stepP strong {
    font-size: 16px;
}
#middle .arrow .step2 {
    width: 264px;
    padding-left:  75px;
}
#middle .arrow .step3 {
    padding-left:  60px;
    width: 250px;
}
#middle .bottomContent .left {
    width: 710px;
}
#middle .bottomContent .left.inner {
    width:950px !important;
}
#middle .bottomContent .left p, #middle .bottomContent .left ul li {
    font-family: Arial;
    font-size: 14px;
    color: #4c4c4c;
    font-weight: normal;
}
#middle .bottomContent .left p.sub {
    color: black;
    font-family: Arial;
    font-size: 14px;
    font-style: italic;
    margin-left: 0;
}
#middle .bottomContent .right {
    display: block;
    width: 230px;
    border: 0px solid;
    margin-right: 20px;
}
#middle .bottomContent .right .promo {
    float: right;
    display: block;
    width: 220px;
    margin-top: 23px;
}
#middle .bottomContent .right .promo .head {
    display: block;
    width: 220px;
    height: 30px;
    background: transparent url('/design/img/promo.main.head.png') top left no-repeat;
}
#middle .bottomContent .right .promo .text {
    display: block;
    width: 220px;
    font-family: Arial;
    font-size: 12px;
    color: #8e7f8f;
    background: transparent url('/design/img/promo.main.bg.png') top left repeat-y;
}
#middle .bottomContent .right .promo .text span {
    display: block;
    margin: -10px 12px;
    width: 196px;
    position: relative;
}
#middle .bottomContent .right .promo .foot {
    display: block;
    width: 220px;
    height: 30px;
    background: transparent url('/design/img/promo.main.foot.png') bottom left no-repeat;
}
#middle .bottomContent .right h2 {
    font-size: 18px;
    margin-left: 10px;
}
#middle .bottomContent .right .link {
    font-family: Arial;
    font-size: 14px;
    font-style: italic;
    margin-left: 10px;
    display: block;
    width: 150px;
}
#footer {
    display: block;
    width: 100%;
    padding: 37px 0;
}
#footer .form {
    display: block;
    height: 150px;
    width: 960px;
    background: transparent url('/design/img/form.main.png') top left no-repeat;
}
#footer .form .name {
    background: none repeat scroll 0 0 transparent;
    border: 0 solid red;
    font-family: Arial;
    font-size: 12px;
    margin: 50px 0 0 300px;
    position: absolute;
    width: 137px;
}
#footer .form .tel {
    background: none repeat scroll 0 0 transparent;
    border: 0 solid red;
    font-family: Arial;
    font-size: 12px;
    margin: 50px 0 0 479px;
    position: absolute;
    width: 137px;
}
#footer .form .em {
    background: none repeat scroll 0 0 transparent;
    border: 0 solid red;
    font-family: Arial;
    font-size: 12px;
    margin: 50px 0 0 659px;
    position: absolute;
    width: 137px;
}
#footer .form .subm {
    background: none repeat scroll 0 0 transparent;
    border: 0 solid red;
    font-family: Arial;
    font-size: 11px;
    margin: 48px 0 0 866px;
    position: absolute;
    width: 70px;
}
#footer .form .com {
    background: none repeat scroll 0 0 transparent;
    border: 0 solid red;
    font-family: Arial;
    font-size: 12px;
    height: 33px;
    margin: 89px 0 0 300px;
    position: absolute;
    width: 626px;
}
#footer .form .note1 {
    color: white;
    display: block;
    margin: 20px 0 0 30px;
    font-size: 13px;
    font-family: Arial;
    position: absolute;
    width: 240px;
}
#footer .form .note1 strong {
    font-size: 17px;
    font-weight: bold;
    font-style: italic;
    font-family: Arial;
    display: block;
    padding-bottom: 8px;
}
#footer .form .note1 .phone {
    font-family: Arial;
    font-size: 32px;
    margin-left: -3px;
    padding-top: 6px;
    font-weight: normal;
}
#footer .form .formTitle {
    position: absolute;
    font-size: 17px;
    color: white;
    font-family: Arial;
    font-style: italic;
    margin: 20px 0 0 290px;
}

.hh {
	font-family: Arial;
	font-size: 18px;
	color: black;
}