/*
skelet #0050A3
====================================================================================================
*/

html, body {
    height: 100%;
    background: #fff;
}

.gen_container {
    width: 1002px;
    position: relative;
    left: 50%;
    margin-left: -501px; 
    display:table;
    padding: 0px;
}

.sla_container{
    display:table;
    padding: 0px;
}

.tbl_header {display:table-header-group;}
.tbl_content {display:table-row-group;}
.tbl_footer {display:table-footer-group;}
.tbl_header .cell, .tbl_footer .cell {height: 1px;}
.cell {display: table-cell; padding: 0px; margin: 0px;}

#left_column{
    float:left;
    width: 220px;
}

#right_column{
    float: right;
    width: 100%;
    margin-left: -220px;
}

#content {margin-left: 230px; width: 772px;}

/* =header
=========================================================================================================
*/

#clickable {
    height: 109px;
    width: 638px;
    margin: 0px;
    padding: 0px;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 3;
}

#clickable  img{border: none;}

#header{
    width: 100%;
    height: 170px;
    background-image: url('img/header_tl.jpg');
    background-repeat: no-repeat;
}

#header_address{
    background-image: url('img/header_tr.jpg');
    background-repeat: no-repeat;
    position:relative;
    left: 650px;
    height: 140px;
    width: 352px;
    padding-left: 17px;
    padding-top: 23px;
    margin-bottom: -23px;
    color: rgb(0, 80, 163);
    z-index: 2;
    }

#header_course {
    color: #006600 ;
    font-weight: bold ;
    margin-left: 60px;
    margin-top: 0px;
    padding-top: 0px;
}    
    
#header_address .addrhead {
    font-family: Tahoma;
    color: rgb(214, 1, 0);
    font-weight: bold ;
    font-size: 12px;
    margin-left:20px;
}
    
#header_address .addrlink {
    background-image: url('img/symb_metro.jpg'); 
    background-repeat: no-repeat ;
    background-position: left center;
    padding-left: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}
    
#header_address .addrlink b{
    font-size: 11px;
}    
    
#header_address .addrlink a:link, #header_address .addrlink a:visited{
    color: rgb(0, 80, 163);
    font-size: 11px;
    text-decoration: none;
}    

#header_address .addrlink a:hover{
    text-decoration: underline;
}    
    
#header_address .addrtime{
    background-image: url('img/poloska.png'); 
    background-repeat: no-repeat ;
    background-position: left top;
    padding-left: 20px;
    padding-top: 6px;
    font-size: 11px;
}

#header_address .addrphone {
    background-image: url('img/symb_phone.jpg'); 
    background-repeat: no-repeat ;
    background-position: left center;
    padding-left: 20px;
    font-size: 11px;
}
    
#header_address .addrphone *{
    font-size: 11px;
}    

.colorred{
    color: rgb(214, 1, 0);
}

#header_address .icq {
    font-size: 11px;
}
    
#hotline_banner{
    background-image: url('img/banner.jpg');
    height: 75px;
    width: 210px;
    background-repeat: no-repeat;
    margin: 0;
	padding: 0;
    }
    
#hotline_fs, #hotline_ss{
    font-family: Tahoma;
    color: rgb(214, 1, 0);
    font-weight: bold ;
    position:relative;
    }

#hotline_fs{
    left: 58px;
    top: 38px;
    font-size: 18px;    
    }

#hotline_ss{
    font-size: 12px;    
    left: 96px;
    top: 32px;    
    }
    

/* =leftcolumn
=========================================================================================================
*/

ul.menu_left{
    padding-left: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
}

ul.menu_left ul {
    padding-left: 20px;
    padding-top: 7px;
}

.menu_left li{
    list-style-type: none;
    list-style-image: url('img/el01.gif'); 
    padding-bottom: 5px;
    background-image: url('img/grey.gif'); 
    background-repeat: repeat-x ;
    background-position: left bottom;
}

.menu_left li.active{
    list-style-image: url('img/el02.gif'); 
}

.menu_left > li.active{
    background-image: none; 
}

.menu_left a{text-decoration: none; color: #0050A3;}
.menu_left a:link { color: #0050A3; }
.menu_left a:hover{  text-decoration: underline; }

.left_banner img {
    margin-top: 10px;
}

/* =topmenu
=========================================================================================================
*/

#menu_right_container{
    margin: 0px; padding: 0px;
    margin-left: 220px;
    }

#menu_right{
    margin: 0px; padding: 0px;
    list-style: none;
    }

#menu_right li{
    margin: 0px; padding: 0px;
    display: block;
    float: left;
    width: 125px;
    text-align: center ;
    }

#menu_right li a {
    margin: 0px; padding: 0px;
    font-family: Tahoma;
    color: #0050A3;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    line-height: 14px;
    }

#menu_right li a:link {color: #0050A3;}
    
#menu_right li a:hover {
    text-decoration: underline ;
    }
    
#menu_right li a img {
    margin: 0px; padding: 0px;
    display: block;
    border: none;
    margin-left:30px;
    margin-right:30px;
    margin-bottom: 5px;
    }
    
/* = newsblock
=========================================================================================================
*/    
    
#newsblock{margin-left: 240px; margin-top: 25px;}
    
.news {
    float:left;
    width: 185px;
    font-size: 11px;
    font-family: Tahoma;
    }    
    
.news_date {
    font-weight: bold;
    color: rgb(106, 106, 106);
    }    
    
.news_stext img{ margin-left: 15px; margin-bottom: 15px; border: 1px dotted lightgray;}
.news a:link { font-weight: bold; color: rgb(106, 106, 106); font-size: 11px; }    
    
.news_stext {
    color: rgb(106, 106, 106);
    font-size: 11px;
    line-height: 13px;
    padding-right: 15px;
    text-align: justify;
    }    

    
/* = newspage
=========================================================================================================
*/    
    
.newslist {  margin-bottom: 20px;  }    
.newslist .stext, .newslist .newsdate, .newslist .header {   margin-left: 90px; }    
.newslist .stext {   text-align: justify;  }
.newslist .newsdate {  font-weight: bold;   color: rgb(106, 106, 106); }    

/* = articlepage
=========================================================================================================
*/    
    
.article .date {
    font-weight: bold;
    color: rgb(106, 106, 106);
    display: inline;
}
    
.article {
    margin-bottom: 20px;
}    

.article .stext {
    margin-bottom: 6px;
    margin-top: 6px;
    text-align: justify;
    text-indent: 35px;
}

.article .header {
    display: inline;
    font-size: larger;
    font-weight: bold;
    padding-left: 12px;
}

.article .tags , .article .tags a:link{
    font-size: small;
}
    
    
/* = Pic scheme block
=========================================================================================================
*/    
    
#TablePicSelect td:hover {
    background-color: #CBCCC8;
    }

table#TablePicSelect {
    width: 100%;
    border-collapse: collapse;
    }
    
#TablePicSelect img{
    float: left;
    border: none;
    }
    
#TablePicSelect td{
    border: 4px solid #f8f7f3;
    }
    
#TablePicSelect a{
        text-decoration: none;
        clear: both;
    }

/*    
#TablePicSelect a:hover {
        text-decoration: underline;
    }     */

#TablePicSelect small{ 
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 11px;
    font-family: Tahoma;
    color: Black;
    }
    
#TablePicSelect a:link h3{color: #0050A3; }
    
#TablePicSelect h3{
    color: #0050A3;
    font-family: Tahoma;
    font-size: 13px;
    text-decoration: none;
    text-align: left ;
    }
    
#TablePicSelect h3:hover {
        text-decoration: underline;
    }    
    
/* =Price_Table
=========================================================================================================
*/    
    
.PriceTable{
    font-family: Arial;
    font-size: 11px;
    }
    
.PriceTable td{
    text-align: center ;
    padding: 3px;
    word-wrap: break-word;
    }

.PriceTable td.AlignLeft{
    text-align: left ;
    }
    
    
.PT_subheader {
    font-family: Tahoma;
    font-size: 13px;
	background-color:#85817e;
	color:#FFFFFF;
	font-weight:bold;
    text-align: center ;
    }

.PT_header {
    font-family: Tahoma;
    font-size: 11px;
	background-color:#85817e;
	color:#FFFFFF;
    text-align: center ;
    font-weight:bold;
    padding: 3px;
    }

.odd { background: #f8f7f3; }
.even { background: #fff; }
.odd_hover { background: #cbccc8}
.even_hover { background: #cbccc8}

    
    
/* =contacts
=========================================================================================================
*/        

.contactlist { width: 100%; }
.contactlist h2{ color: rgb(214, 1, 0); font-weight: bold ; }
.contactlist p{ text-indent: 0px; margin-left: 220px; margin-top: 0px; }
.contactlist a:link, .contactlist a:visited{ text-decoration: none; font-weight: bold; color: #0050A3; }
.contactlist a:hover{text-decoration: underline; }
div.imgtagan, div.imgmarin {   float: left;   padding-bottom: 30px;    margin-bottom: 10px; }    
p.contactmap { line-height: 170%;}    
.contactmap strong{ font-weight: bold;  color: rgb(106, 106, 106); }    
.contactmap .winprint {  margin-left: 330px;  }

.contactmap a:link{ 
    margin-top: 13px;
    color: black;
    text-decoration: none;
    font-size: smaller;
    font-weight: bold;
}
    
    
/* =floaters (buttons, etc...) and forms
=========================================================================================================
*/   

div#zayavka {margin-bottom: 20px; padding: 5px; font-size: 15px; font-weight: bold; text-align: center; background-color: lavender;}
#zayavka  a {text-decoration: none;}
#zayavka  a:link, #zayavka  a:hover, #zayavka  a:visited{color: rgb(214, 1, 0); }
#zayavka  a:hover {text-decoration: underline;}

div#orderbutton {
	position: fixed;
	top: 50%;
	right: 0px;
    background-color: lavender;
    padding: 5px;
 }

#orderbutton  a{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #0050A3;
    text-decoration: none;
} 
 
#orderbutton  a:hover{ text-decoration: underline; }

 
#orderbutton img{
	border: none;
 }

.orderform  input, .orderform  textarea{
    border: none;
    background-color: lavender;
}


.orderform .button {
    background-color: silver;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid gray;
    border-right: 2px solid gray;
    border-top: 2px solid lightgray;
    border-left: 2px solid lightgray;
    padding: 4px;
}

.orderform input.button:active{
    border-bottom: 2px solid lightgray;
    border-right: 2px solid lightgray;
    border-top: 2px solid gray;
    border-left: 2px solid gray;
}

div.errors {
    color: red;
    width: 590px;
    font-size: smaller;
}
    
    
/* =footer        background-color: rgb(112,178,230);
=========================================================================================================
*/        

#footer, .rzgn {text-align: center;}
div#footer {
    margin-top: 50px;
    margin-bottom: 20px;
    width: 100%;
}

#footer .otboinik {height: 10px; background-color: rgb(112,178,230); margin-bottom: 10px;}

#footer .counter {width: 230px; float: left; text-align: left;}
#footer .keywords {margin-left: 230px; margin-bottom: 20px;}
.backfooter {text-align: center;}
    
/* =tools
=========================================================================================================
*/    

.wide {  width: 100%;  }
.wide80 {  width: 80%;  }
.clear {  clear: both;  }
.floatleft { float: left; }    
.AlignLeft {  text-align: left ;  }
    

/* =world
=========================================================================================================
*/

#toppageheader {
    margin-left: 0px; margin-top: 20px; margin-right: 0px; margin-bottom: 10px;
    color: #0050A3;    
}

#toppageheader  h1{
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding-top: 10px; padding-bottom: 3px;
}

#mainheader h2, #mainheader h1 {
    margin-left: 0px; margin-top: 20px; margin-right: 0px; margin-bottom: 10px;
    background-image: url('img/header_bg.gif'); 
    background-repeat: repeat;
    padding: 12px;
    color: rgb(214, 1, 0);
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-align: left ;
}    

    
h2, h3{
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
	text-align: center ;
    color: #0050A3;
    padding-bottom: 10px;
}

p {
    letter-spacing: 0.1ex;
    text-indent: 1.5em; 
    text-align: justify;
    padding-bottom: 15px;
}

img {  border: none; }

#content ul li, #content ol li {
    padding-bottom: 10px;
    margin-left: 40px;
    padding-left: 10px;
}

#content ol ul li {padding: 0px; padding-bottom: 3px;}
#content ol ul ul {padding-top: 5px;}

#content p , #footer p, #footer div {
    font-family: Tahoma, sans-serif ;
    font-size: 13px;
	margin: 0px;
	padding: 0 0 8px 0;
    letter-spacing: 0.04ex;
}

.upcase {text-transform: uppercase;}
#content span {color: #0050A3; font-size: 12px; font-weight: bold;}

.action {padding: 15px 5px 15px 5px; margin: 15px 0 15px 0; border: 1px dashed red;}
.action  .intro {color:  red !important;}
span.strike {font-weight: normal; text-decoration: line-through;}

.fakehead {padding: 10px 0 10px 0; display: block;}

* {
    font-family: Tahoma, sans-serif ;
    font-size: 13px;
	margin: 0px;
	padding: 0px;
}

.pricesubstr{ display: block;  color: rgb(214, 1, 0);  font-size: 11px; }
.pricesubstr a:link {font-size: 11px;}

.blue  {color: #0050A3; }  
.red    {color: rgb(214, 1,0); }

/*
EOF
====================================================================================================
*/
