/* 
    Document   : main
    Created on : 27.09.2010, 22:41:09
    Author     : macrom
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body {
    background-color: white;
    margin: 0px;
    font-size: 10px;
    background-image: url(http://sportshkola9.ru/doc_upload/9734/bedge_grunge.png);
}

#main_table {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}




#bg {
    background-color: #f9fafc;
    /*
    background-image: url("../img/bg3.jpg");
    background-position: left;
    background-repeat: repeat-y;
    */
}

.bg_vert {
    /*
    background-color:#324e6b;
    background-image: url("../img/bg2.jpg");
    */
    background-position: top;
    background-repeat: repeat-x;
}
.about{
    /*
    border-style: dashed; border-width: 1px; border-color: #557a9f; padding: 10px;
    */
    background-image: url("../img/bg.jpg");
    background-position: right;
    background-repeat: repeat-y;
    color: #0e2842;
}

#baner_img {
    
    background-image: url("http://sportshkola9.ru/img/logo.png");
    /*
    background-image: url("http://sportshkola9.ru/img/baner_3.jpg");
    
    background-image: url("http://sportshkola9.ru/doc_upload/6007/31/baner_2.jpg");
    
    background-position: 400px 20px;
    background-repeat: no-repeat;
    */
}

.col1 {    
    vertical-align: top;
    text-align: justify;
}

.col {
    margin-left: 70px;   
}

#tbl_menu {
    color: white; font-family: sans-serif; font-size: 9pt;
    text-decoration: none;
}

#left_menu {
    margin-top: 30px;
    margin-left: 10px;    
    margin-right: 10px;
}

#lm {
  background-image: url("http://sportshkola9.ru/doc_upload/9734/5/fabric_of_squares_gray.png");
}

#tbl_left_menu {
    font-family: sans-serif;
    font-size: 12px;
    color: #0e2842;
}

.left_menu {
    text-decoration: none;
    color: #557a9f;
}

.left_main_menu {
    text-decoration: none;
    font-family: sans-serif;
    font-size: 12px;
    color: #0e2842;
}

#footer {
    /*
    background-image: url("../img/bg_bottom.jpg");
    background-position: top;
    background-repeat: repeat-x;
    */
}

#logo {
  position: absolute;
  /*background-color: #CCC;*/
  width: 700px;
  height: 100px;
  top: 70px;
  left: 190px;
  color: #FFF;
  font-family: Sans;
}

#org_info h1 {
    font-size: 28px;
}

.subserv {
    display: none;
    margin: 20px;        
}

.serv h3{
    cursor: pointer; cursor: hand;    
}
    
.serv h3:hover {
    color: #484896;
    text-decoration: underline;
}

.round-img {
    border-radius: 50%;
}