html,body {
    margin: 0px;
    padding: 0px;
    width: 100%; 
    height: 100%;
    background: #3d3d4c; 
    font-size: 12px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;  
}
a {
    text-decoration: none;
    font-family: Tahoma, Arial, Helvetica, sans-serif; 
}
img {
    border: none;
}
.wrap {
    float: left; 
    width: 100%;  
    margin: 0;
    padding: 0 0 53px 0;
    _padding: 0 0 32px 0;
    min-height: 95%;
    _height: 95%;
    background: #fff; 
}
#branding, #branding .wrapper-sup, #nav-main, #content-main, #content-sup, #site-info {
    float: left; 
    width: 100%;  
    margin: 0;
    padding: 0;    
}
#branding .wrapper, #nav-main .wrapper, #content-main .wrapper, #site-info .wrapper, #content-sup .wrapper{
    clear: both;
    margin: 0 auto;
    width: 1005px;
    _width: 1003px; 
}
#branding {
    height: 266px;
    background: #ed7926 url(../img/bg_header_fon.gif) 0% 100% repeat-x;
}
    #branding .wrapper-sup {
        height: 266px;
        background: url(../img/bg_header.gif) 50% 100% no-repeat;
    }
ul.useful-info {
    position: relative;
    top: 72px;
    left: 570px;  
    width: 362px;
}   
    ul.useful-info li{
        margin: 0;
        padding: 0 0 3px 42px;
        list-style-type:none; 
        color: #fff;  
        font-size: 11px;
        line-height: 16px;
    }
    ul.useful-info li.number{
        padding: 5px 0 5px 42px;
        background: url(../img/number.gif) 0% 50% no-repeat;
        font-size: 24px;
        line-height: 24px;
    } 
.text-decor {
    text-decoration: underline;
} 
.text-small {
    font-size: 9px;
}       
#nav-main {
    border-top: 5px solid #ec792e;
    border-bottom: 5px solid #d53246;
    background: #3f3d4c;
}
    #nav-main ul{
        margin: 0 0 0 6px;
        padding: 0;
    }
    #nav-main li{
        float: left;
        padding: 0;
        list-style-type:none; 
    }
    #nav-main li.current{
        background: #da7929 url(../img/bg_nav.gif) 0% 100% repeat-x; 
    }    
    #nav-main a{
        display: block;
        padding: 15px 20px 12px;
        _padding: 13px 20px 12px;        
        font-size: 14px;
        color: #fff;
		text-decoration:none;
    }  
    #nav-main a:hover{
        background: #da7929 url(../img/bg_nav.gif) 0% 100% repeat-x;
		text-decoration:underline;
    }      
#content-sup {
    margin: 13px 0 0;
    padding: 0;
    background: #7ba0db url(../img/bg_content.gif) 0% 0% repeat-x;
}
#site-info {
    margin-top: -60px;
    _margin-top: -50px;
    height: 50px;
    border-top: 9px solid #f07740;
    background: #3d3d4c;
}

*+html #site-info {margin-top: -57px; }
body:last-child:not(:root:root) #site-info {
  margin-top: -55px;
}

#content-sup .wrapper{
    padding: 0 0 9px;
    background: url(../img/bg_stars.gif) 0% 0% no-repeat;
}
#content-sup .wrapper p {
    margin: 0 0 0 40px;
    padding: 18px 0 9px;
    width: 675px;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
}
h2 {
    margin: 0 0 10px;
    color: #414655;
    font-size: 20px;
}    
h4 {
    margin: 0 0 20px;
    color: #008cff;
    font-size: 13px;
    font-weight: bold;
}    
.row {
    margin: 0 0 0 40px;
    padding: 0;
    width: 965px;
    _width: 963px; 
}
    .row.top-bottom-border {
        float: left;
        width: 925px;
        margin: 10px 0 0 40px;
        _margin: 10px 0 0 20px; 
        padding: 3px 0;
        border-top: 1px solid #cedffa;
        border-bottom: 1px solid #cedffa;
    }
    .row.top-bottom-border span{
        font-size: 11px;
        line-height: 16px;
    }    
    .row.top-border {
        width: 925px;
        margin-top: 5px;
        padding: 0;
        border-top: 1px solid #cedffa;
    }    
.four-columns {
    float: left;
    width: 200px;
    _width: 190px;
    margin: 0 5px 0 0;
    padding: 10px;

}
.four-columns ul {height:66px;}

    .four-columns.width-medium {
        width: 235px;
        margin: 0 5px 0 0;
        padding: 10px;
    }
    .four-columns.last {
        width: 190px;
        margin: 0 0 0 0;
        padding: 10px;;
    }   
.block-child {
    float: left;
    width: 122px;
    min-height: 200px;
    _height: 200px;
    margin: 0 55px 0 0;
    padding: 0 0 10px 0;
}

.block-child  .img 
{
	display:block;
	width:122px;height:122px;
}
a.btn-arrow {
    display: none;
    width: 28px;
    height: 27px;
    background: url(../img/link-arrow.gif) 0% 50% no-repeat;
    cursor: pointer;
}
a.btn-arrow-dop {
    display: none;
    width: 28px;
    height: 27px;
    background: url(../img/link-arrow-dop.gif) 0% 50% no-repeat;
    cursor: pointer;
}
a.btn-arrow span, a.btn-arrow-dop span{
    display:none;
}
    a.btn-arrow-dop.position-above-img {
        float: right;
        margin-top: -29px;
        margin-left: 94px;       
        overflow: hidden;
        position:absolute; z-index:999;  
        _margin-left: -27px;
        _margin-top: 95px;
    }
    *+html a.btn-arrow-dop.position-above-img {
        margin-left: -27px;
        margin-top: 95px;
    }
.block-child  p {
    float: left;
    margin: 0;
    padding: 0;
    font-size: 11px;
}  
   .block-child  p.data {
    width: 100%;
    text-align: right;
    margin: 5px 0 3px 0;
    font-size: 9px;
    color: #33a3ff;
} 

.four-columns ul {
    margin: 0;
    padding: 0;
}
    .four-columns li {
        background:transparent url(../img/list-circle.gif) no-repeat scroll 0 0.5em;
        list-style-image:none;
        list-style-position:outside;
        list-style-type:none;
        padding:0 0 7px 10px;
    }
.four-columns h2 {
    min-height: 90px;
    _height: 80px;
}    
ul.nav-content {
    margin: 0 0 0 40px;
    padding: 0;
}
    ul.nav-content li{
        float: left;
        margin: 11px 0 20px;
        padding: 0 5px 0 0;
        list-style-type:none; 
        color: #3d3d4c;  
        font-size: 9px; 
    }
    ul.nav-content a{
        font-size: 9px;
        color: #3d3d4c;
        text-decoration: underline;
    } 
.clear-block {
    clear: both;
}     
.copy {
    float: left;   
    width: 280px;
    margin-top: 4px;
    padding-left: 40px;
    font-size: 9px;
    color: #fff;
    line-height: 15px;
}   
    .copy a{
        color: #fff;
    }   
.create {
    float: right;
    width: 200px;
    margin: 10px 20px 0 0;
    font-size: 9px;
    color: #fff;  
}
    .create img {
        margin: 0;
        padding: 0;
        display: inline;
        position: relative;
        top: 3px;
    }
.hm {     
    margin: 3px 0 0 3px;
    padding: 10px 0 10px 0px; 
    width: 59px;
    height: 14px;
    background: none;  
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #a4a4aa;  
}
.hm span{
    display: none;
}
.clear {
    clear: both;
    width: 100%;
    height: 0px;
}
.clear span, .text-hide {
    display: none;
}
#content-sup .wrapper .text-medium {
    font-size: 14px;font-weight:bold;color:white;
}
#content-sup h3 {padding-left:40px;}
.show-img {
    display: none;
    visibility: hidden;
}
*html .show-img {
    _visibility: visible;
}
.quote {
    position: relative;
    top: 7px;
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; 
    font-size: 24px;
}
.article {
    float: left;    
    padding-bottom: 20px;
    font-size: 13px; 
    line-height: 18px;
}
.article img {
   border: 1px solid #000; 
   padding: 2px;   
}
.text-blue {
  margin-bottom: 18px;  
}
.img-space-right {
    margin-right: 18px;
}
.img-space-left {
    margin-left: 18px;
}
.block-quote {
    display: block;
    float: right;
    width: 559px;
    color: #008cff;
    line-height: 12px;  
}

.block-signature {
    display: block;
    float: right;
    text-align: right;
    width: 519px;
    color: #00abff;
    line-height: 15px;  
}

a:link , a:visited {    color: #008cff;text-decoration:underline;}


/*  */

#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
	background:white;
	border:1px solid black;
	width:450px;
	z-index:99999;
	}

#tooltip2{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
	background:white;
	border:1px solid black;
	width:150px;
	z-index:99999;
	}

#tooltip.tooltip_child {
	opacity:1;
	width:300px;
}		

#tooltip.custom {
	opacity:1;
	width:500px;;
}		

a.ajaxedtooltip {text-decoration:none;cursor:pointer;}


.font1 {font-size:100%;line-height:1;}
.font2 {font-size:120%;line-height:1;}
.font3 {font-size:140%;line-height:1;}
.font4 {font-size:160%;line-height:1;}
.font5 {font-size:180%;line-height:1;}
.font6 {font-size:200%;line-height:1;}

/*  */

ul.errorlist {padding:0px;}
ul.errorlist li {color:red;list-style:none;font-size:10px;}
