/**** [ Default Settings ] ****/

*{
    margin: 0;
    padding: 0;
}
html,body{
    height: 100%;
    margin: 0px;
    padding: 0px;
}
body{
    font-family: 'Tahoma','Myriad Pro',sans-serif;
    font-size: 62.5%;   /* Resets 1em to 10px */
    text-align: left; /* Center for IE 5.x */
    min-width: 1000px;
    height: 100%;
	background-color: white;
}
img{
    border: 0;
}

a{
    text-decoration: none;
}

/**** [ Head page] ****/

#header{

}

.head_navigation{
    float: left;
    font-size: 1.1em;
}
.head_navigation a {
    color: #3D037E;
    padding: 0 0.3em 0 0.6em;
}
.head_navigation a:hover, #content a:hover{
	text-decoration:underline;
}


.head_navigation a+a{
    background-image: url(../img/pa_li.gif);
    background-position: left;
    background-repeat: repeat-y;
}


.mg_ban{
    width: 330px;
    height:177px;
    background-image: url("../img/mgf_ban.png");
    background-repeat: no-repeat;
    float:right;
}

.logo{
    display: block;
}
.head_center{
    height:127px;
    margin: 0 330px 0 281px;
    padding-top: 30px;
}
.head_center_text{
    font-size: 1.6em;
    padding: 1em 0 0 0;
    text-align: center;
}
.head_center_number{
    font-size: 1.6em;
    width: 389px;
    height: 79px;
    background-image: url(../img/Head_Number.png);
    background-repeat: no-repeat;
    margin: auto;
}
.head_center_number_market{
    font-size: 1.6em;
    width: 389px;
    height: 79px;
    background-image: url(../img/Head_Number_Market.png);
    background-repeat: no-repeat;
    margin: auto;
}
.head_center_text p{
    margin-top: 0.5em;
}

.head_center_text p+p+p{
    margin-left: 4.5em;
}

/**** [Content menu] ****/
#con_menu{
    margin: 0 auto;
    width: 962px;
    position: relative;
    top: 2px;
}
#con_menu li{
    margin: 0 5px 0 0;
    font-size: 1.55em;
    display: block;
    float: left;
    position: relative;
    top: 2px;
}
#con_menu .a_menu a{
    background-image: url(../img/a_c_menu.gif);
    background-repeat: repeat-x;
    height: 26px;
    display: block;
    float:left;
    padding-top: 10px;
    color: #48A31B;
    border-bottom: 1px solid white;
}
#con_menu  .a_menu .lf{
    height: 36px;
    background-image: url(../img/a_l_menu.gif);
    float: left;
    padding-left: 9px;
}
#con_menu  .a_menu .rh{
    height: 36px;
    background-image: url(../img/a_r_menu.gif);
    float: left;
    padding-right: 10px;
}
#con_menu  a{
    background-image: url(../img/c_menu.gif);
    background-repeat: repeat-x;
    height: 26px;
    display: block;
    float:left;
    padding-top: 10px;
    color: white;
    font-weight: bold;
    text-decoration: none;
}
#con_menu  .lf{
    height: 36px;
    background-image: url(../img/l_menu.gif);
    float: left;
    padding-left: 9px;
}
#con_menu  .rh{
    height: 36px;
    background-image: url(../img/r_menu.gif);
    float: left;
    padding-right: 10px;
}

/**** [Content Sub menu] ****/
#con_sub_menu{
    clear: left;
    margin-top: 5px;
    margin: 0 auto;
    width: 960px;
    border-top: 3px solid #48A31B;
}
#con_sub_menu ul{
    margin: 5px 0;
}
#con_sub_menu li{
    margin: 0 1em;
    font-size: 1.45em;
    display: inline;
}
#con_sub_menu .a_sub_menu a{
    border-bottom: 3px solid #48A31B;
    color: black !important;
}
#con_sub_menu a{
    text-decoration: none;
	border-bottom: 0.1em dotted;
}
#con_sub_menu a:hover{
    text-decoration: none;
    border-bottom: 3px solid #48A31B;
    color: black !important;
}

/**** [ Content css ] ****/

#conteiner{
    margin: 0 auto;
    width: 960px;
    padding-top: 15px;
}

.right_green
{
    display:none;
    width:15px;
    background-color:#48A31B;
    float: right;
    background-image: url(../img/r_green.gif);
    background-repeat: repeat-x;
    height: 100%;
    border-bottom: 1px solid #48A31B;
}

.breadcrumbs{
    text-align: right;
    font-size: 0.65em;
}

#content{
    clear:left;
    font-size: 1.3em;
}

#low_baners{
    width: 100%;
    clear:both;
    margin: 0 auto;
    margin-top: 20px;
}
#low_baners img {
    margin: auto;
}
#low_baners a{
	padding-right: 6px;
}
#low_baners a + a + a{
	padding-right: 0 !important;
}
/**** [Footer] ****/
#footer{
    clear: both;
}
.feedback{
    float: left;
    width: 170px;
    padding-top: 3px;
}
.feedback a{
    color: black;
}
.feedback img{
    margin: auto;
    display: block;
}
.feedback div{
    width: 72px;
    padding-top: 7px;
    float: left;
}
.feedback p{
    font-size: 1.4em;
}
.foot_right{    
    margin-left: 170px;
    background-color:#288C3E;
    color: white;
    text-align: center;
    height: 40px;
    background-image: url(../img/b_line.gif);
    background-repeat: repeat-x;
    font-size: 1.1em;
}
.foot_right p{
    padding-top: 5px;
}
#error{
    border: 2px solid red;
    background-color: inherit;
    font-size:0.65em
}
.error{
    color: red;
}
.center{
    text-align: center;
    margin-top: 15px;
    font-size: 1.15em;
    clear: both;
}
h1,h2{
    font-weight: normal;
    font-size: 1.8em;
    clear: left;
    float: left;
}
h2{
    
}
h3{
    
}
.par{
    padding:10px 0px 5px 5px;
    text-align: justify;
    clear: left;
    text-indent: 2em;
}

#content ol,#content ul{
    clear: left;
    list-style-position: inside;
}
.clear{
    clear: left;
}
.pading1{
    padding: 0.5em 0;
}

.tnx{
    height: 10em;
    text-align: center;
    padding-top: 2em;
}
.hidden{
    display: none;
}
/**[promo]**/
a.promo{
	color:white;
	text-decoration: underline;
}
.promoImg a:hover{
	text-decoration: none !important;
}

.tRight{
	text-align: right;
}
.tCenter{
	text-align: center;
}
#phoneInfo img{
    float: left;
    padding-bottom: 20px;
}
#phoneInfo div{
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}
#Atention{
 color: red;
 font-size: 2em;
 display: block
}
#content .tariff_description{
    margin-bottom: 1em;
    padding-top: 1em;
    clear: left;
    text-align: justify;
    text-indent: 2em;
}
div.Atention{
    position: fixed;
    top: 30%;
    right: 0;
    width: 322px;
    height: 220px;
    background-image: url(/img/Atention.png);
    background-repeat: no-repeat;
    z-index: 999;
}
div.Atention input{
    position: absolute;
    right: -2px;
    top: -2px;
}
div.Atention div{
    padding-top: 10px;
}
div.Atention div p{
    padding: 0 22px;
    font-size: 17px;
    padding-top: 20px;
    text-align: center;
}
div.Atention div p + p + p{
    color: red;
}
