﻿/* 
    Document   : general
    Created on : 22.12.2008, 18:39:37
    Author     : oleg
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
#lang{
    text-decoration: none;
    padding-top: 100px;
    padding-left:1000px;
}
a:link.langa{
    text-decoration: none;
    font-weight: bold;
    color: #000000;
    font-family: Arial,Times New Roman,Times,serif;
   
}
a:hover.langa{
    text-decoration: none;
    font-weight: bold;
    color: #df0024;
    font-family: Arial,Times New Roman,Times,serif;
}
a:visited.langa{
    text-decoration: none;
    font-weight: bold;
    color: #000000;
    font-family: Arial,Times New Roman,Times,serif;
}
.header {
    background-image: url(../images/top.jpg);
    width: 1200px;
    height: 274px;
}
.average{
     width: 1200px;
     
   
}
.center {
     
     
     padding: 20px;
     width: 706px;
    
     float: left;
}
.menu {
    text-decoration: none;
    background-image: url(../images/left.jpg);
    background-repeat: repeat-y;
    width: 200px;
    height: 500px;
    float: left;
    padding-left: 20px;
   
}

.banner {
    background-image: url(../images/right.jpg);
    background-repeat: repeat-y;
    top: 100px;
    width: 232px;
    height: 500px;
    float: right;
    
}
.footer {
	float:none;
     background-image: url(../images/footer.jpg);
     width: 1200px;
     height: 38px;
}
.item {
    text-decoration: none;
    padding-top: 15px;
    height: 21px;
    font-size:14px;
    font-weight: bold;
    font-family: Arial,Times New Roman,Times,serif;
}
.submenu {
    text-decoration: none;
    background-image: url('../images/submen.png');
    width: 100%;
    height: 20px;
    font-size:12px;
    font-weight: bold;
    font-family: Arial,Times New Roman,Times,serif;
}
a:visited.sub {
    text-decoration: none;
    font-size:12px;
    font-weight: bold;
    font-family: Arial,Times New Roman,Times,serif;
    color: #000000;

}
a:link.sub {
    text-decoration: none;
    font-size:12px;
    font-weight: bold;
    font-family: Arial,Times New Roman,Times,serif;
    color: #000000;
}
a:hover.sub {
    text-decoration: none;
    font-size:12px;
    font-weight: bold;
    font-family: Arial,Times New Roman,Times,serif;
    color: #ffffff;
}
a:link.men {
    text-decoration: none;
    padding-left: 20px;
    color: #000000;
}
a:visited.men {
    text-decoration: none;
    padding-left: 20px;
    color: #000000;
}
a:hover.men {
    text-decoration: none;
    padding-left: 20px;
    color: #000000;
}