/*
 * template_css.css. Используется для описания стилей меню,
 * элементов раскладки шаблона, уникальных стилей
 *
 * @package     Joostina
 * @subpackage  templates/NewLine
 * @version     $Id: base.css 2009-01-31 11:05 ZaiSL $;
 */

@import "reset.css";
@import "base.css";

html {
  height: 100%;
  width: 100%;
}

body.joo_flex{
  background: url(../images/new_design/bg.jpg) repeat-x top left;
  height: 100%;
  position: relative;
  text-align: center;
  width: 100%;
}

.main_wrap{
 /* background: url(../images/header_left.png) no-repeat top left;*/
  overflow: hidden;
  padding: 0 0 40px 0;
  position: relative;
}

.header{
  background: url(../images/new_design/header2.jpg) no-repeat;
  height: 470px;
  position: relative;
  /*text-align: center;*/
}

a#logo{
  background: url(../images/new_design/logotype.jpg) no-repeat top left;
  cursor: pointer;
  display: block;
  height: 100px;
  left: 202px;
  position: absolute;
  text-decoration: none;
  top: 73px;
  width: 128px;
}

/*.header_center{
  height: 110px;
  margin: 0 auto;
  padding: 24px 0 0 0;
  width: 50%;
}*/

.header_right{
  position: relative;
  right: 0;
  bottom: 80px;
  float: right;
  width: 20%;
  height: 300px;
  
}

.wrapper{
  margin: 0 auto;
  position: relative;
  text-align: left;
  width: 990px;
}

a#about{
  background: url(../images/about.jpg) no-repeat top left;
  cursor: pointer;
  display: block;
  float: left;
  height: 36px;
  text-decoration: none;
  width: 143px;
}

a#rss {
  background: url(../images/rss_small.png) no-repeat center;
}

.content{
  float: left;
  width: 73%;
  padding: 0 0 0px 28px;
  /*position: relative;*/
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  position: relative;
  bottom: 120px;
}

.col{
 /* float: left;*/
  float: left;
  width: 16%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 3px 0 0 0;
}

.col div h3{
  color: Black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  text-indent: 26px;
  font-weight: bold;
  
}

.col-right{
  float: right;
  width: 18%;
  padding: 0 0 0px 0;
  position: relative;
  bottom: 120px;
}

.col-right div h3{
  color: #D43015;
}

.footer{
  background: url(../images/footer_bg.jpg) repeat-x bottom left;
  bottom: 0px;
  clear: both;
  position: relative;
}

.bottom{
  border-top: 3px solid #C7C7C7;
  height: 30px;
  /*line-height: 40px;*/
  /*margin: 0 auto;*/
  padding: 12px 0 12px 0;
  width:100%;
}

.valid {
  float: right;
  width: 180px;
}
/* -----Верхнее меню: BEGIN------  */

ul#mainlevel-nav, ul#mainlevel-nav li{
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

.top_menu{
 /* background: url(../images/topmenu_left.png) no-repeat top left;*/
  background: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 80%;
  float: left;
}

/*.top_menu_2{
  background: url(../images/topmenu_right.png) no-repeat top right;
  padding: 0 24px 0 0;
}
*/
ul#mainlevel-nav{
 /* background: url(../images/topmenu_bg.png) repeat-x center;*/
  display: block;
  height: 51px;
  padding: 0 0 0 28px;
  text-align: left;
}

ul#mainlevel-nav li a{
  display: inline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: Black;
  line-height: 57px;
  margin: 0 10px;
  position: relative;
}

ul#mainlevel-nav li a:hover{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: underline;
  color: Red;
}


ul#mainlevel-nav li a#active_menu-nav{
  color: Red;
  text-decoration: none;
}
/* -----Верхнее меню: END------  */
/* -----Левое меню: BEGIN------  */

.moduletable-round{
  background: #EAECDE;
  padding: 15px 20px 15px 20px;
}

.moduletable-round a{
  border-bottom: 1px dashed #CCC;
  color: #5B5B5B;
  display: block;
  font-size: 13px;
  font-weight: bold;
  padding: 1px 5px;
  text-decoration: none;
}

.moduletable-round a:hover, .moduletable-round a#active_menu{
  background: #DEE0D3;
  color: #BD3620;
}

.moduletable-round ul, .moduletable-round ul li{
  list-style: none;
  margin: 2px 0;
  padding: 0;
}
/* -----Левое меню: END------  */
/* -----Дополнительное меню: BEGIN------  */

.moduletable-help{
  background: url(../images/help.jpg) no-repeat top left;
  margin: 15px 0;
  overflow: hidden;
  padding: 20px 0 10px 0;
}

.moduletable-help h3{
  padding: 0 10px 8px 108px;
}

.moduletable-help ul{
  float: left;
  list-style: none;
  margin: 0 6px 0 0;
  padding: 0;
  width: 46%;
}

.moduletable-help ul li{
  list-style: none;
  margin: 0;
  padding: 0;
}

.moduletable-help ul li a{
  color: #498FC3;
}
/* -----Дополнительное меню: END------  */
/* -----Нижнее меню: BEGIN------  */

.footer ul.menulist-bottom {
  display: inline;
  float: none;
  margin: 0 auto;
  text-transform: uppercase;
  line-height: 32px;
  font-weight: bold;
  color: #888888;
  font-family: Arial, Helvetica, sans-serif;
}

.footer ul.menulist-bottom li{
  display: inline;
  height: 32px;
  /*line-height: 32px;*/
  margin: 0 29px 0 0;
}

.footer ul.menulist-bottom li a{
  /*color: #000;*/
  font-size: 11px;
  color: #888888;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
}
/* -----Нижнее меню: END------  */
/* -----Сервисные ссылки: BEGIN------  */

a.navbar{
  display: block;
  float: left;
  height: 60px;
  text-decoration: none;
  width: 48px;
}

a.navbar#home{
  background: url(../images/home.gif) no-repeat center;
  position: relative;
  left: 93px;
  top: 92px;/*12px*/
}

a.navbar#contacts{
  /*background: url(../images/mail.jpg) no-repeat center;*/
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: Red;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  left: 85px;
  top: 98px;/*18px*/
}

a.navbar#master{
  /*background: url(../images/map.jpg) no-repeat center;*/
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: White;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  left: 84px;
  top: 280px;/*200px*/
  text-align: center;
  
}
/* -----Сервисные ссылки: END------  */

.block_w1,
.block_w2,
.block_w3{
  float: left;
  margin: 0 0 10px 0;
  display: inline;
}
.block_w1{
  width: 98%;
}
.block_w2{
  width: 48%;
}

.block_w3{
  width: 32%;
}

.block_w3.w25{
  width: 25%;
}

.block_w3.w35{
  width: 35%;
}


.block_w2.w25{
  width: 25%;
}

.block_w2.w35{
  width: 70%;
}

.block_w1.w25,
.block_w1.w35{
  width: 95%;
}
/* -----Первый блок (user1, user2, user3)---- */

.block1 .moduletable{
  padding: 5px 10px 5px 2px;
}

.block1 h3{
  /*color: #4B8EC2;
  font-size: 24px;*/
  color: Red;
  font-family: Arial, Helvetica, sans-serif;
}
/* -----Второй блок (user4, user5, user6)---- */

.block2 .moduletable{
  margin: 0 10px 0 0;
  padding: 5px 10px 5px 2px;
}

.block2 h3{
  background: url(../images/listok.jpg) no-repeat 8px 1px #F3F4EE;
  color: #4C8EC0;
  font-size: 20px;
  padding: 5px 2px 5px 52px;
}
/* -----Третий блок (user7, user8, user9)---- */

.block3{
  background: url(../images/block3_bg_top.jpg) repeat-x top left;
  clear: both;
  overflow: hidden;
  padding: 3px 10px 15px 0;
}

.block3_bottom{
  background: url(../images/block3_bg_bottom.jpg) repeat-x bottom left;
  overflow: hidden;
  padding: 0 0 0 10px;
}

.block3 .moduletable{
  margin: 0 10px 0 0;
  padding: 5px 5px 5px 2px;
}

.block3 h3{
  color: #626262;
  font-size: 18px;
  padding: 0 0 10px 0;
}
/* -----Дополнительные стили------ */

div.marker_round {
  font-size: 12px;
  padding: 5px 0;
}

div.marker_round b {
  background: url(../images/ol_big.jpg) no-repeat top left;
  color: #FFF;
  display: block;
  float: left;
  font-weight: bold;
  height: 39px;
  line-height: 32px;
  margin: 3px 6px 4px 0;
  text-align: center;
  width: 36px;
}

div.marker_round br {
  clear: both;
  display: block;
  height: 16px;
  line-height: 16px;
  width: 100%;
}
/* Маркированный список с большими маркерами */

ul.bigred{
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.bigred li{
  background: url(../images/big_marker.png) no-repeat top left;
  list-style: none;
  margin: 0 0 6px 0;
  padding: 0 0 0 40px;
}

#email, #print{
	padding: 3px;
}

.news{
	text-indent: 2px;
}

.contacts_text{
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 24px;
	text-align: left;
	line-height: normal;
	text-transform: uppercase;
	color: Red;	
	font-weight: bold;
	word-spacing: -4px;
	position: relative;
   left: 0px;
   bottom: 0px;/*7px*/
	top: 32px;
}

.contacts_text_black{
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	text-align: left;
	line-height: normal;
	text-transform: uppercase;
	color: Black;	
	font-weight: bold;
	word-spacing: -4px;
	position: relative;
   left: 0px;
   bottom: 0px;/*7px*/
	top: 32px;
}

ul#mainlevel-nav_search{
 /* background: url(../images/topmenu_bg.png) repeat-x center;*/
  display: block;
  height: 51px;
  padding: 0 0 0 28px;
  text-align: left;
  position: relative;
}

ul#mainlevel-nav_search li a{
  display: inline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: Black;
  line-height: 57px;
  margin: 0 15px;
  position: relative;
  top: 3px;
  right: 5px;

}

ul#mainlevel-nav_search li a:hover{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12x;
  font-weight: bold;
  text-decoration: underline;
  color: Red;
}


ul#mainlevel-nav_search li a#active_menu-nav_search{
  color: Red;
  text-decoration: none;
}

ul#mainlevel-nav_search, ul#mainlevel-nav_search li{
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

.user1{
  float: left;
  width: 180px;
  position: relative;
  left: 215px;
}

ul#mainlevel-nav_find{
 /* background: url(../images/topmenu_bg.png) repeat-x center;*/
  display: block;
  height: 51px;
  padding: 0 0 0 28px;
  text-align: left;
  position: relative;
}

ul#mainlevel-nav_find li a{
  display: inline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: Black;
  line-height: 57px;
  margin: 0 15px;
  position: relative;
  top: 24px;
  left: 5px;

}

ul#mainlevel-nav_find li a:hover{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12x;
  font-weight: bold;
  text-decoration: underline;
  color: Red;
}


ul#mainlevel-nav_find li a#active_menu-nav_find{
  color: Red;
  text-decoration: none;
}

ul#mainlevel-nav_find, ul#mainlevel-nav_find li{
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}


.user2{
  float: right;
  width: 180px;
  position: relative;
  top: 228px;
  left: 190px;

}

.moduletable-news td{
  display: inline;
  list-style: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 15px;
  list-style: none;
  position: relative;
  left: 25px;
}

