html,
body {
    font: 0.8em Arial, Helvetica, sans-serif; /* Шрифт на веб-странице */
    color: #727272; /* Цвет текста */
    background-color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 9pt;
    font-weight: normal;
    margin: 0;
    padding: 00;
	height: 100%;
}


.wrap {
	width:950px;
	margin:auto;
	background-color:#fff;
	overflow:hidden;
	min-height: 100%;
	position: relative;
}
.wrap [rel="main"] {
	padding-bottom: 100px;
}
.wrap footer {
	position: absolute;
	width: 100%;
	height: 20px;
	left: 0;
	bottom: 0;
    clear: both; /* Отменяем действие float */
    padding: 5px; /* Отступы вокруг текста */
    background: #BDBCBC; /* Цвет фона подвала */
    margin: 0 auto;
}

ul {-moz-padding-start: 20px;}

a { color: #727272; /* Цвет ссылок */ }
   
a.class1 { 
   color: #FF9400;
   font-size: 18pt;
   text-decoration: none;
   }
   
a.class1:hover { 
    text-decoration: underline; /* Добавляем подчеркивание при наведении курсора на ссылку */
    color: red; /* Ссылка красного цвета */
   } 
   
#container {
    width: 100%; /* Ширина макета */
    margin: 0 auto; /* Выравниваем по центру */
   }
   
#header { 
    font-size: 2.2em; /* Размер текста */
    margin: auto;  /* Выравнивание по центру */
    padding: 5px; /* Отступы вокруг текста */
	width: 65%;
   }
   
#nav {
    float: left; width: 50px; padding: 5px;
   }
   
#content {
    margin: auto;  /* Ширина колонок */
    padding: 10px;
    width: 65%; /* Ширина макета */	
   }
   
#aside {
    width: 330px; /* Ширина макета */
    float: right; color: #000;
	background: #EEEEEE;
	margin-right:10px; 
	border:1px solid #BDBCBC;
    color: #1A1A1A; /* Цвет текста */
    padding: 10px; /* Поля вокруг текста */
    -moz-border-radius: 15px; /* Для Firefox 3 */
    -webkit-border-radius: 15px; /* Для Safari 4 и Chrome */
    border-radius: 15px; /* Для современных браузеров */	
   }
   
#contact {
    width: 340px; /* Ширина макета */
    float: right; color: #000;
	background: #EEEEEE;
	margin-right:10px; 
	border:1px solid #BDBCBC;
    color: #1A1A1A; /* Цвет текста */
    padding: 10px; /* Поля вокруг текста */
    -moz-border-radius: 15px; /* Для Firefox 3 */
    -webkit-border-radius: 15px; /* Для Safari 4 и Chrome */
    border-radius: 15px; /* Для современных браузеров */	
   }
   
   h2 { margin: 0 0 0em; }
   
#footer { 
    clear: both; /* Отменяем действие float */
    padding: 5px; /* Отступы вокруг текста */
    background: #BDBCBC; /* Цвет фона подвала */
   }


#bodyWrapper {
    background-color: #FFFFFF;
    margin: 0 auto;
    padding: 0;
    width: 1200px;
}
h1 {
    color: #FF9400;
    font-size: 20pt;
    font-weight: normal;
	text-align:center;
	padding: 10px 0;
}
h2 {
    color: #FF9400;
    font-size: 16pt;
    font-weight: normal;
}
h3 {
    color: #E6E6E6;
    font-size: 18pt;
    font-weight: normal;
}
h4 {
    color: #727272;
    font-size: 18pt;
    font-weight: normal;
}
h5 {
    color: #FFBB00;
    font-size: 15px;
    line-height: 24px;
    margin: 0;
    padding: 0 0 0 8px;
}
hr {
    background-color: #E8C8A8;
    border: medium none;
    color: #E8C8A8;
    height: 1px;
}
A IMG {
    border: medium none;
	width: 100%;
}
form button {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    padding: 0;
}
form button img {
    cursor: pointer;
    display: block;
}
.formstyle INPUT, SELECT, TEXTAREA {
    background-color: #FFFFFF;
    border-color: #EEEEEE;
    border-style: solid;
    border-width: 1px;
    color: #1A1A1A;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 9pt;
}
.noborders INPUT, SELECT, TEXTAREA {
    background-color: #FFFFFF;
    border-style: none;
    color: #1A1A1A;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 9pt;
}
FORM {
    margin: 0;
    padding: 0;
}
.buttons INPUT {
    background-color: #EEEEEE;
    border-color: #1A1A1A;
    border-style: solid;
    border-width: 1px;
    color: #1A1A1A;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 9pt;
}
.menu_item {
    margin: 0 0 2px;
    padding: 0;
}
.menu_item a:link {
    border-bottom: 1px dashed #1A1A1A;
    color: #1A1A1A;
    font-size: 9pt;
    text-decoration: none;
}
.menu_item a:visited {
    border-bottom: 1px dashed #1A1A1A;
    color: #1A1A1A;
    font-size: 9pt;
    text-decoration: none;
}
.menu_item a:hover {
    border: 0 none;
    color: #FFBA00;
    text-decoration: none;
}
.menu_item_sub {
    margin: 0 0 12px;
    padding: 0;
}
.menu_item_sub a:link {
    border-bottom: 1px dashed #1A1A1A;
    color: #1A1A1A;
    font-size: 9pt;
    text-decoration: none;
}
.menu_item_sub a:visited {
    border-bottom: 1px dashed #1A1A1A;
    color: #1A1A1A;
    font-size: 9pt;
    text-decoration: none;
}
.menu_item_sub a:hover {
    border: 0 none;
    color: #FFBA00;
    text-decoration: none;
}
.menu_item_sub_b {
    margin: 0 0 16px;
    padding: 0;
}
.menu_item_sub_b a:link {
    color: #1A1A1A;
    font-size: 18pt;
    text-decoration: underline;
}
.menu_item_sub_b a:visited {
    color: #1A1A1A;
    font-size: 18pt;
    text-decoration: underline;
}
.menu_item_sub_b a:hover {
    color: #FFBA00;
    margin-bottom: 8px;
    text-decoration: none;
}
.content {
    color: #1A1A1A;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 9pt;
    font-weight: normal;
    margin: 0;
    padding: 0 65px 0 45px;
}
.content a:link {
    color: #1A1A1A;
    font-size: 9pt;
    text-decoration: underline;
}
.content a:visited {
    color: #1A1A1A;
    font-size: 9pt;
    text-decoration: underline;
}
.content a:hover {
    color: #FFBA00;
    text-decoration: none;
}
.footerWrapper {
    background-image: url("/skins/default/img/bline.gif");
    background-repeat: repeat-x;
    color: #A1A1A2;
    margin: 64px 0 0;
    padding: 0;
}
.footer {
    height: 54px;
    margin: 0 auto;
    padding: 0;
    width: 1200px;
}
.footer a:link {
    color: #A1A1A2;
    font-size: 9pt;
    text-decoration: underline;
}
.footer a:visited {
    color: #A1A1A2;
    font-size: 9pt;
    text-decoration: underline;
}
.footer a:hover {
    color: #A1A1A2;
    text-decoration: none;
}
.right_panel_frame {
    margin: 0;
    padding: 8px 0 8px 23px;
}
.numpages a:link {
    border: 1px solid #1A1A1A;
    color: #1A1A1A;
    font-size: 9pt;
    padding: 2px;
    text-decoration: none;
}
.numpages a:visited {
    border: 1px solid #1A1A1A;
    color: #1A1A1A;
    font-size: 9pt;
    padding: 2px;
    text-decoration: none;
}
.numpages a:hover {
    border: 1px solid #FFBA00;
    color: #1A1A1A;
    padding: 2px;
    text-decoration: none;
}
.numpages_h a:link {
    border: 1px solid #FFBA00;
    color: #FFBA00;
    font-size: 9pt;
    padding: 2px;
    text-decoration: none;
}
.numpages_h a:visited {
    border: 1px solid #FFBA00;
    color: #FFBA00;
    font-size: 9pt;
    padding: 2px;
    text-decoration: none;
}
.numpages_h a:hover {
    border: 1px solid #FFBA00;
    color: #FFBA00;
    padding: 2px;
    text-decoration: none;
}
.copyright {
    color: #999999;
    font-size: 8pt;
}
.copyright a:link {
    color: #FF8A24;
    font-size: 8pt;
    text-decoration: none;
}
.copyright a:visited {
    color: #FF8A24;
    font-size: 8pt;
    text-decoration: none;
}
.copyright a:hover {
    color: #FF8A24;
    text-decoration: underline;
}
.warn {
    color: #CC3333;
    font-size: 9pt;
}
.text_style_1 {
    color: #CCCCCC;
    font-size: 14pt;
}
.text_style_2 {
    color: #666666;
    font-size: 9pt;
}
.text_style_3 {
    color: #1A1A1A;
    font-size: 9pt;
}
.text_style_4 {
    color: #888888;
    font-size: 10pt;
}
.text_style_5 {
    color: #1A1A1A;
    font-size: 16pt;
    font-weight: normal;
}
.text_style_6 {
    color: #760000;
    font-size: 9pt;
}
.bfnt {
    color: #FF9400;
    font-size: 24pt;
    font-weight: normal;
    line-height: 22pt;
}
.leftblocks {
    color: #757575;
    font-size: 8pt;
    width: 225px;
}
.counters {
    margin: 0;
    padding: 0;
}
.counters a:hover img {
    opacity: 1;
}
.counters a img {
    opacity: 0.3;
}
.projects {
    margin: 0;
    padding: 0;
}
.projects img {
    opacity: 0.3;
}
.corners {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EFEFEF;
}
.corners div {
    background: url("/skins/default/img/ltc.gif") no-repeat scroll left top transparent;
    margin: -1px;
    position: relative;
}
.corners div div {
    background: url("/skins/default/img/rtc.gif") no-repeat scroll right top transparent;
    margin: 0;
}
.corners div div div {
    background: url("/skins/default/img/rbc.gif") no-repeat scroll right bottom transparent;
}
.corners div div div div {
    background: url("/skins/default/img/lbc.gif") no-repeat scroll left bottom transparent;
}
.table {
    border: 1px solid #AAAAAA;
    border-collapse: collapse;
}
.table th {
    background-color: #EEEEEE;
    border: 1px solid #AAAAAA;
    color: #000000;
    padding: 4px;
    text-align: center;
}
.table td {
    border: 1px solid #AAAAAA;
    padding: 4px;
}
.topPanelWrapper {
    background-color: #EEEEEE;
    border-bottom: 2px solid #BDBCBC;
    margin: 0 0 0px;
    padding: 0;
}
.topPanel {
    margin: 0 auto;
    padding: 0 0 5px 0;
    vertical-align: top;
    width: 65%;
}
.clear {
    clear: both;
    display: block;
    line-height: 0;
    max-height: 0;
    min-height: 0;
    visibility: hidden;
}
.topText {
    float: left;
    margin: 3px 12px 0 6px;
    padding: 0;
}
