/* 
    Document   : typhography
    Created on : 17.08.2013, 12:07:51
    Author     : Sviatoslav Andrushchak
    Description:
        Purpose of the stylesheet follows.
*/


/*links group*/
#header a, #footer a{
    color: #fff;
}
#header a:hover, #footer a:hover{
    color:#21b0d5;
}
#wrapper a{
    color:#21b0d5;
}
#right_menu{
    font-family: Verdana, sans-serif;
}
a{text-decoration: none;}
a:hover{color:#21b0d5;}
a:active{}
a:link{}
a:visited{}
a:focus{border: none;}

/*head title group*/
h1{
    font-family: Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}
h2, h2 a{
	font-size: 20px;
    color: #21b0d5!important;
    font-weight: bold;
    margin: 0 0 20px 0; 
}
h3{font-weight: bold;}
h4{font-weight: bold; color: #21b0d5;}
h5{}
h6{}

.left_coll h2{
    margin: 10px 0 10px 0;
}

.left_coll p{
    text-indent: 36px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 150%;
	margin-top: 15pt;
    margin-bottom: 15pt;
}

th{
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}

.left_coll li{
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 150%;
    background: url(/design/img/list_marker.png) no-repeat left 9px;
    padding-left: 10px;
}
.active{}
.current{}