/* CSS Document */

html, body {height: 100%;}

body{
  margin: 0px;
  padding: 0px;
  font: 15px "Georgia", "Arial", sans-serif;
  color: #494e60;
}

a{
  color: #1273d0;
  outline: none;
}

a:hover{
  text-decoration:none;
}

h1, h2, h3 {padding:0;margin:0;font-weight:normal;}

#container{
  min-height: 100%;
  margin: 0 auto;
  min-width: 1000px;
}

* html #container{
  width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1000)? "1000px" : "");
  height:100%;
}

/***************** Header   *********************/ 

#header{
  height: 373px;/*520px*/
}

#header img{
  border: none;
}

#menu{
  float: left;
  width: 80%;
  height: 84px;
  background: #3096e8 url(/t/img/menu_bg.jpg);
}

#menu .tmenu{
  width: 100%;
  text-align: center;
  white-space: nowrap;
  height: 82px;
}

#menu .tmenu td{
  border-right: 1px solid #0e518a;
}

#menu .tmenu #menu1{
  width: 16.6%;/*14%;*/
}

#menu .tmenu #menu2{
  width: 16.6%;/*13%;*/
}

#menu .tmenu #menu3{
  width: 16.6%;/*15%;*/
}

#menu .tmenu #menu4{
  width: 16.6%;/*18%;*/
}

#menu .tmenu #menu5{
  width: 16.6%;/*13%;*/
}

#menu .tmenu #menu6{
  width: 16.6%;/*24%;*/
   white-space: nowrap;
}

#menu .tmenu a{
  color: #ffffff;
  display:block;
  padding: 38px 0 26px;
  font-size: 16px;
  margin: 0px;
  border-right: 1px solid #87cdff;
}

#menu .tmenu a:hover{
  background: url(/t/img/menu_hover_bg.jpg);
}

#top_navigation{
  float: left;
  width: 20%;
  height: 84px;
  background: #3096e8 url(/t/img/menu_bg.jpg);
  text-align: center;
}

#top_navigation p{
  color: #ffffff;
  font: 12px Tahoma, Arial, sans-serif;
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 20px;
}

#top_navigation span{
  color: #b0cded;
}

#top_navigation a{
  color: #ffffff;
}

#top_navigation .top_navi{
  display: inline;
  padding: 0px;
  margin: 0px;
}

#top_navigation .top_navi li{
  display: inline;
  padding-right: 55px;
}

#top_navigation .top_navi li.last_li{
  padding-right: 0px;
}

#ice_cream{
  height: 153px;
  clear: both;
  background: url(/t/img/ice_bg.jpg);
}

#ice_cream .ice{
  width: 100%;
  height: 145px;
  text-align: center;
}

#ice_cream .ice td{
  width: 14%;
  vertical-align: bottom;
  white-space: nowrap;
}

#ice_cream .ice #ice1 span{
  margin-left: 40px;
}

* html #ice_cream .ice #ice1 span{
  margin-left: 20px;
}

#ice_cream .ice #ice2 span{
  margin: 0 0 8px 40px;
}  

* html #ice_cream .ice #ice2 span{
  margin: 0 0 8px 20px;
} 

#ice_cream .ice #ice3 img{
  margin: 0 0 10px 10px;
}

* html #ice_cream .ice #ice3 span{
  margin: 0 0 10px 10px;
}

#ice_cream .ice #ice4 span{
  margin: 0 0 0px 30px;
}

* html #ice_cream .ice #ice4 span{
  margin: 0 0 0px 15px;
}

#ice_cream .ice #ice5 img{
  margin: 0 0 0px 10px;
}

#ice_cream .ice #ice6 img{
  margin: 0 0 -4px 13px;
} 

#ice_cream .ice a{
   color: #000000;
   font-size: 16px;
   text-decoration: none;
   display: block;
   padding: 0px 0 20px 0;
} 

#ice_cream .ice a:hover{
   background: url(/t/img/ice_hover_bg.jpg);
}

#ice_cream .ice #ice3 a{
  padding: 30px 0 20px 0;
}

#ice_cream .ice #ice4 a{
  padding: 10px 0 20px 0;
}

#ice_cream .ice #ice5 a{
  padding: 10px 0 20px 0;
}

#ice_cream .ice #ice6 a{
  padding: 2px 0 13px 0;
}

#ice_cream .ice #ice7 a{
  padding: 2px 0 13px 0;
}

#bottom_header{
  clear: both; 
  width: 100%;
  height: 277px;
}

#logo_wrap{
  height: 277px;
  float: left;
  width: 75%;
  margin-right: -100%;
  background: url(/t/img/logo_bg.jpg) 9px 0; 
}


#logo{
  height: 277px;
}

#logo .logo_flash{
  float:left;
  width:677px;
} 

* html #logo .logo_pic{
  margin-left: -3px;
}


#logo h1 img{
  color: #ffffff;
}


#contacts{
  float: left;
  width: 25%;
  margin-left: 75%;
  height: 277px; 
  display: inline;
  background: url(/t/img/coord_bg.jpg) bottom repeat-x;
}

#contacts .main{
  color: #ffffff;
  font-size: 20px;
  padding: 36px 0 0 15px;
  background: #fdffff url(/t/img/contacts_bg.jpg) top repeat-x;
  height: 42px;
}


#coord{
  padding-top: 8px;
}

#coord p{
  font-size: 14px;
  margin: 0 0 0 14px;
  padding: 10px 0 10px 17px;
  border-bottom: 1px dashed #cbc9c9;
  border-left: 1px dashed #cbc9c9;
  line-height: 19px;
}

#coord .top{
  border-top: 1px dashed #cbc9c9;
  font: 14px "Arial", "Arial Narrow", sans-serif;
}

#coord span.arial{
  font: 14px "Arial", "Arial Narrow", sans-serif;
}

#coord a{
  text-decoration: none;
  font-size: 12px; 
}

#coord a:hover{
  text-decoration: underline; 
}


/***************** Content   *********************/ 

.pad_top{
  padding-top: 12px;
  padding-bottom: 10px;
}

.title{
  font-size: 20px;
  color: #494e60;
  margin: 0px 0 12px 0;
  line-height: 22px;
}

.all_text{
  font-size: 11px;
  margin: 0px;
  padding: 2px 0 4px 20px;
  width: 190px;
}

.all_text a{
  color: #ffffff;
}

#blue{
  background: #265894 url(/t/img/news_mark_trans.gif) 5px 5px no-repeat;
}

#pink{
  background: #cc1a3c url(/t/img/news_mark_trans.gif) 5px 5px no-repeat;
  width: 185px;
  margin-bottom:100px;
}

#yellow{
  background: #c9b351 url(/t/img/news_mark_trans.gif) 5px 5px no-repeat;
}

#left_column{
  float: left;
  width: 209px;
  padding-left: 19px;
}


#left_column #weather {
margin-top:20px;
}

#news_piece{
  background: url(/t/img/dot.jpg) repeat-x bottom;
  width: 209px;
  margin-top: 5px;
  padding-bottom: 7px;
}

#left_column .last_one{
  background: none;
}

#news_piece a{
  font: 15px "Georgia", "Arial", sans-serif;
  color: #494e60;
  text-decoration: none; 
}

#news_piece a:hover{
  text-decoration: underline;
  color: #848dad; 
}

#news_piece p{
  margin: 0px;
  padding: 0px;
}

#news_piece .news_info{
   margin-top: 4px;
}

.blue_bg{
  background: #117de4;
  font-size: 11px;
  color: #ffffff;
  padding: 0 3px;
}

.news_mark{
  margin-left: 5px;
}

#text{
  margin: 0 285px 0 285px;
}

#text_inner{
  margin: 0 270px 0 28px;
  font: 12px "Arial", "Arial Narrow", sans-serif;
}

#text .main{
  margin: 0px 0 10px 0;
}

#text_inner .bread_crumbs{
  margin: -5px 0 10px 0;
} 

#text_inner .bigger{
  font-size: 14px;
  font-weight: bold;
}

.product_kind{
  width: 99%;
}

.product_kind td{
  width: 33%;
}

#right_column{
  float: right;
  width: 260px;
}

#right_column_inner{
  float: right;
  width: 235px;
}

#ice_truth{
  width: 212px;
  float: left;
}

#ice_truth .posts{
  padding: 0px;
  margin: 0px 0 13px 0px;
  list-style-type: none;
}

#ice_truth .posts li{
  margin-top: 5px;
}

#ice_truth .posts a{
  background: url(/t/img/posts_mark.jpg) 0px 7px no-repeat;
  padding-left: 14px;
}

#ice_truth .posts a:hover{
  text-decoration: underline;
  color: #848dad;
  background: none; 
}

#message{
  margin-left: 0px;
  padding-bottom: 145px;
}

#message_inner{
  padding-bottom: 145px;
}

#message_inner .inner_navi{
  list-style-type: none;
  color: #494e60;
  font: 14px Arial,"Arial Narrow", sans-serif;
  padding: 5px 0 5px 17px;
  border-bottom: 1px dashed #cbc9c9;
  border-top: 1px dashed #cbc9c9;
  border-left: 1px dashed #cbc9c9;
  margin: 0px; 
}

#message_inner .inner_navi li{
  padding: 7px 0;
}

#message_inner .inner_navi a{
  color: #494e60;
  padding: 3px 0;
}

#message_inner .inner_navi a:hover{
  background: #ed4063;
  color: #ffffff;
  text-decoration: underline;
}

#message p.form, #message_inner p.form{
  padding: 10px 0 10px 10px;
  margin: 0px;
  border-bottom: 1px dashed #cbc9c9;
  border-left: 1px dashed #cbc9c9;
  vertical-align: top;
}

#top_form{
  border-top: 1px dashed #cbc9c9; 
}

#empty_block{
  height: 84px;
  clear: both;
}

.text_area, .email{
  border: 1px solid #b0afaf;
  margin: -18px 0 0 57px;
}

.send{
  margin: 16px 0 14px 83px;
}  

/***************** Footer   *********************/

#footer{
  position: absolute;
  min-width: 1000px;
  width: 100%;
  margin-top: -84px;
  height: 84px;
  clear:both;
  background: #3096e8 url(/t/img/footer_bg.jpg) bottom repeat-x;
  font-size: 10px;
  color: #ffffff;
}

* html #footer{
  width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1000)? "1000px" : "");
}

#copyright{
  margin-top: 0px;
  padding: 0px;
  height: 38px;
  background: url(/t/img/copy_bg.jpg);
}

#copyright p{
  font: 10px "Tahoma", sans-serif;
  color: #868685;
  margin-left: 25px;
  margin-top: 0px;
}

#copyright a{
  color: #868685; 
}

#big_icecream{
  float: right;
  width: 228px;
  height: 229px;
  margin-top: -145px;
  background: url(/t/img/big_ice_bg.jpg) left no-repeat;
}

#big_icecream .flash_right{
  float: right;
}

* html #big_icecream{
  position: absolute;
  right: 0px; 
}

#footer #bot_navi{
  display: inline;
  float: left;
  margin: 7px 0 0 25px;
  padding: 0px;
  font: 11px "Arial", "Arial Narrow", sans-serif;
}

#footer #bot_navi li{
  display: inline;
}

#footer #bot_navi li a{
  color: #ffffff;
}

