/*===================WEATHER STYLE=======================*/
.gmtbl{background-color: #CCCCCC; border: none;}
.gmtdttl{font-size: 100%; font-weight: bold; color: #666666; text-align:center; text-decoration:none;  background-color: #CCCCCC}
.gmtdtext{font-size: 85%; font-weight: normal; color: #666666; text-align:center;}
/* CSS Document */
* html body {
  height:100%; /*min-height не работает в ИЕ, фильтр не будет работать в ИЕ7*/
}
/*========================================================================LAYOUT==========*/
html {height: 100%;}
body {
  padding:0; margin:0 auto; /*для совместимости используем оба padding и margin (его устанавливаем ауто для лефт и райт - центрируем)*/
  width:990px;
  position:relative;
  min-height: 100%;
}
/*=HEADER*/
#bk-separator1 {
width: 100%; height: 5px;
display: none;
}
#contact-info {
width: 100%; height: 80px;
}
#logo {
z-index: 1;
/*float:left;*/
position:absolute;
left: 68px; top: 0px;}
#mainmenu {
float:right;
width: 225px; height: 155px;}

#bigpic {
z-index: -1;

width: 765px;
height: 155px;
/*margin-bottom:0px;*/ 
}
* html #bigpic {
position:absolute;
left: 0px;
top: 80px;
}
#bk-separator2 {
width: 100%; height: 5px;
display: none;
}
#header {
width: 100%;}
/*=============================================================CONTENT*/
* html #bottom-pic { 
position: absolute;
}
* html #bottom-pic { /*IE Fix*/
position: absolute;
}
#textbody h1, h2 {
display: none;
}
#textbody {
float:left; width: 765px;
}
#textbody div.bigger {

}
#submenu {
float:right; width: 225px;
}
#content {
width:100%;
position:absolute;
top: 235px; bottom: 65px; /*убрали полоски значит уже не 245 а 235*/
padding-bottom: 65px;
}
/*=FOOTER*/
#bk-separator3 {
width: 100%; height: 5px;
display: none;
}
#copyright {
float:right;
padding-right:15px;
padding-top: 30px;
}
#footer {
/*bottom: 0;*/
display:none;
position:absolute;
width: 990px; height: 65px;
padding: 1px 0; /*4 what?*/}
/*=====================================================================COLORS & FONTS========*/
html {
background-color:#6C92AF;
font-size:12px;
font-weight:normal;
font-style:normal;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#333333;
}
img {
border:0px;}
/*============================================================HEADER*/
#bk-separator1 {
background-color:#333333;
}
#contact-info {
background-color:#28497E;
text-align:right;}
#phones address {
float:right;
padding-right: 15px;
padding-top: 20px;
font-stretch:expanded;
font-size:10px;
font-weight:normal;
font-style:normal;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#949494;}
#mainmenu {
background-color:#CCCCCC;}
#mainmenu h2 {display: none;}

#mainmenu ul {list-style:none; margin-top: 10px; padding-left: 10px; padding-top: 10px; margin-left:10px;}
* html #mainmenu ul {list-style:none; margin-top: 5px; margin-left: 5px; } /*IE Fix*/
#mainmenu li a
{
display:block;
text-transform:uppercase;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
color:#666666;
/*margin-top: 0px;*/
margin: 0;
}
* html #mainmenu li a {height: 1%;} /*mighty holly hack IE fix*/
#mainmenu li a:hover
{
color:#FFFFFF;
}
#mainmenu li a.selected
{
display:block;
text-transform:uppercase;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
color:#666666;
margin-top: 3px;
font-weight:bold;
}
#bigpic {}
#bk-separator2 {
background-color:#333333;
}
/*============================================================CONTENT*/
#textbody {
background-color:#CCCCCC;
}

#textbody ul {list-style:none;}

#textbody li a
{
text-decoration: underline;
color:#28497E;
}
* html #textbody li a {height: 1%;} /*IE fix*/ 
#textbody li a:hover
{
text-decoration: none;
}


#textbody div.bigger
{
font-size: 13px;
margin-top: 120px;
margin-left:120px;
margin-right: 26px;
margin-bottom: 60px;
}
#textbody p.blue {
color:#28497E;
font-size:13px;
font-weight:bold;
}
#textbody h3{
font-size:13px;
}
#textbody h4{
font-size:12px;
}
#submenu {

}
#submenu h3 {display: none;}
#submenu ul { list-style:none; margin-top: 20px; padding-left: 10px; padding-top: 20px; margin-left:10px;}
* html #submenu ul {margin-top: 10px; margin-left:5px;} /*IE fix*/ 
#submenu li a
{
display:block;
padding-left:20px;
margin-right: 1px;
margin-top: 3px;
font-size:16px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
color:#666666;
}
* html #submenu li a {height: 1%;} /*IE fix*/ 
#submenu li a:hover
{
padding-left:20px;
background-image:url(images/left-sel.gif);
background-repeat:no-repeat;
background-color:#CCCCCC;
}
#submenu li a.selected
{
display:block;
padding-left:20px;
font-size:16px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
color:#666666;
background-color:#CCCCCC;
background-image:url(images/left-sel.gif);
background-repeat:no-repeat;
}
#content {
background-image:url(images/fake-cols.jpg);
background-repeat:repeat-y;
}
/*===========================================================FOOTER*/
#bk-separator3 {
background-color:#333333;
}
#footer {
background-color:#28497E;
}
#copyright
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#949494;
}