html, body {height: 100%;}

html{
  background: #596269 url(/t/img/wallpaper.gif) repeat 35px 0;
}

body{
  margin: 0px;
  padding: 0px;
  font: 12px Arial, Tahoma, "Arial Narrow", sans-serif;
  color: #383838;
}

#inner {
  color: #535354;
}

a{
  color: #383838;
  outline: none;
}

a:hover{
  text-decoration:none;
}

h1, h2, h3 {padding:0;margin:0;font-weight:normal;}

#container_wrap{
  border-collapse:collapse;
  height:100%;
  min-width:995px;
  width:100%;
}

* html #container_wrap{
  width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 995)? "995px" : "");
}


#left_column{
  background:  url('/t/img/red_left.png') repeat-y 1px 0;
  width: 84px;
  padding-top: 120px;
  vertical-align:top;
  margin: 0px;
}

#left_darkening{
  background: /*#867485*/ url('/t/img/left_darkening.png') no-repeat 0 0;
  height: 478px;
}


#central_column{
  background: #f3f3f3 url('/t/img/red_dashes.gif') repeat-y 258px 0px;
  padding-top: 120px;
  vertical-align:top;
  margin: 0px;
}


#right_column{
  background:  url('/t/img/red_right.gif') repeat-y 0 0;
  width: 73px;
  padding-top: 120px;
  vertical-align:top;
  margin: 0px;
}

#right_inner{
  background: #f3f3f3;
  width: 16px;
  height: 170px;
  margin-left: -1px;
}

/***************** Header   *********************/ 

#header{
  height: 120px;
  width: 100%;
  min-width:995px;
  position: absolute;
  background: #596269 url(/t/img/wallpaper.gif) repeat 35px 0;
}

* html #header{
  width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 995)? "995px" : "");
}

#header img{
  border: 0px;
}

#header_darkening{
  height: 120px;
  background: url(/t/img/header_darkening.png) no-repeat 0 0;
}

#white_glow_top{
  margin: 0px 100px 0 86px;
  height: 120px;
  background: url('/t/img/header_light.png') repeat-x bottom;
}

#logo{
  margin: 0px 0 0 25px;
  padding: 23px 0 0 0;
  position: absolute;
}

#top_navi{
  height: 31px;
  padding: 59px 133px 0 0;
}

#top_navi_list{
  margin: 0px 0px 0 0;
  padding: 0px;
  float: right;
  list-style-type: none;
}

#top_navi_list li{
  display: inline;
  padding: 0 36px 0 0;
}

#light_over{
  margin: 2px 0 0 0;
}

/***************** Content   *********************/ 

#right_block {
	float:right;
	width:275px;
}

#camera{
  margin: -97px 0 0 0;
  float:right;
  height:130px;
  width:167px;
}
#camera object {
	position: absolute;
	margin-left:75px;
}

#right_block .empt {
	clear:right;
	height:1px;
	line-height: 0px;
	font-size:0;
}

#registration {
	float:right;
	width: 224px;
  	height: 70px;
}

#registration_inner{
  margin-left:75px;
  margin-top:-7px;
  width: 224px;
  height: 70px;
  position:absolute;
  padding-right: 1px;
  background: url('/t/img/shop_bg2.gif') no-repeat 0 0;
  color:#FFFFFF;
  z-index:100;
}

#registration img{
  margin: 8px 0 0 13px;
  float: left;
}

#registration .t {
	height:12px;
	width:69px;
	border:0;
	font-size:10px;
}

#auth_block {
	margin-left:40px;
	margin-top:2px;
	height:45px;
}

#auth_block form {
	margin:0 0 0;
	padding:0;
	position:absolute;
}

#cart_block {
	list-style: none;
	margin: 0 0 0 42px;
	padding:0;
}

#cart_block li {
	float:left;
	background: url('/t/img/marker_auth.gif') 0 60% no-repeat;
	margin: 0 8px 0 0;
	padding:0 0 0 6px;
}
#cart_block li a {
	color:#6adc03;
	font-size:10px;
}

#cart {
	float:right;
    width: 224px;
    height: 59px;	
}

#cart_inner{
  margin-left:75px;
  position:absolute;
  width: 224px;
  height: 59px;
  background: url('/t/img/shop_bg.gif') no-repeat 0 0;
}

#cart a{
  color: #ffffff;
}

#cart img {
  margin: 13px 0 0 13px;
  float:left;
}

#cart p {
  padding-top: 5px;
  font-family: Tahoma, sans-serif;
  line-height: 16px;
  margin: 0px 0 0 45px;
  color: #ffffff;
}

#cart .green_font{
  color: #68dc00;
  font-weight: bold;
}

#catalog {
  float: right;
  width:275px;
  height:427px;
  margin: 0px 0px 0 0;
  padding-bottom: 5px;
}

#catalog object {
  	margin-top:-20px;
	margin-left:60px;
	position: absolute;
}

#menu{
  margin-right: 170px;
  padding: 31px 0 25px 40px;
}

#menu ul{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#menu ul li{
  float: left;
  padding: 0px;
}

#menu ul li a{
  display: block;
  text-transform: uppercase;
  font: 13px "Times New Roman", serif;
  color: #424242;
  font-weight: bold;
  text-decoration: none; 
}

#menu ul li a:hover{
  background: #b22e31 url('/t/img/menu_grad.gif') repeat-x;
  color: #ffffff;
}

#menu .left_grad{
  display: block;
}

#menu a:hover .left_grad{
  display: block;
  background: url('/t/img/left_menu_grad.gif') no-repeat left top;
}

#menu .right_grad{
  padding: 6px 8px 10px 10px;
  display: block;
}

#menu a:hover .right_grad{
  display: block;
  background: url('/t/img/right_menu_grad.gif') no-repeat right top;
}

#menu .menu_underline{
  background: url('/t/img/menu_border.gif') repeat-x bottom;
}

#menu a:hover .menu_underline{
  background: none;
}

#empty_line{
  clear: left;
  height: 25px;
}

#content{
  margin: 0px 275px 0 49px;
}

.red_arrow_link{
  color: #2b306b;
  font-size: 13px;
  padding-right: 12px;
  background: url('/t/img/arrow_mark.gif') no-repeat 100% 7px;
}

#main_text{
   padding: 10px 0px 0px;
}

#main #main_text{
   background: #eeeeef url('/t/img/double_border.gif') repeat-x top;
}


#content .title{
   font: 28px "Times New Roman", serif; 
   margin-bottom: 13px;
   color: #272727;
}

#main_text .title{
  padding-left: 27px;
}

#inner #main_text .title {
  background: #ececec url('/t/img/double_border.gif') repeat-x bottom;
  padding: 5px 0 5px 27px;
}


#main_text #main_out{
  padding: 0;
  margin-bottom: 25px;
}

#main #main_text #main_out{
  background: url('/t/img/double_border.gif') repeat-x bottom;
  padding: 0px 27px 27px;
}

#news{
  float: left;
  width: 290px;
  padding-bottom: 73px;
}

#news #news_d{
  color: #3b4c7b;
  margin: 0px 0 3px;
  font-size: 14px;
}

#news .news_link{
  margin: 0 20px 15px 0;
}

#news .red_arrow_link{
  float: right;
  margin: 0px 20px 0 0;
}

#goods{
  margin-left:310px;
}

#goods ul{
  margin: 3px 0 0;
  padding: 0px;
  list-style-type: none;
}

#goods ul li{
  padding: 0px 0 3px;
}

#goods ul a{
  background: url('/t/img/line-mark.gif') 0px 8px no-repeat;
  padding-left: 7px;
}

#goods ul a:hover{
  color: #912026;
  text-decoration: underline;
  background: url('/t/img/line-mark_over.gif') 0px 8px no-repeat;
}

#empty_block{
  height: 96px;
  clear: both;
}

#inner #empty_block{
  height: 180px;
}

/***************** Footer   *********************/

#footer{
  position: absolute;
  min-width: 995px;
  width: 100%;
  margin-top: -96px;
  height: 96px;
  clear:both;
  background: #939393 url(/t/img/wallpaper.gif) repeat 35px 0;
  color: #84827c;
}

* html #footer{
  width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 995)? "995px" : "");
}

#footer a{
  color: #393c6d;
}

#footer_inner{
  height: 96px;
  background: #596269 url(/t/img/footer_wallpaper.gif) repeat 137px 0;
  margin: 0 75px 0 86px;
}

#contacts{
  float: left;
  margin: -77px 0 0 -85px;
  position: relative;
  background: url('/t/img/phone.png') no-repeat 0 0;
  width: 421px;
  height: 172px;
  color: #44525d;
  font-size: 14px;
}

#contacts_info{
  float: left;
  margin: 41px 0 0 220px;
}

#phone_pic{
  position: absolute;
  margin: 53px 0 0 14px;
}

#fax_pic{
  position: absolute;
  margin: 80px 0 0 10px;
}

#email_pic{
  position: absolute;
  margin: 100px 0 0 -28px;
}

#email_pic img{
  border: 0px;
}

#cont_info{
  position: relative;
  margin-left: 293px;
}

* html #cont_info{
  position: absolute;
  margin-left: 0px;
}


#order{
  width: 277px;
  height: 212px;
  float: right;
  position: relative;
  margin: -116px -74px 0 0;
  background: url('/t/img/pen.png') 0 0 no-repeat;
}

#order .red_arrow_link{
  float: left;
  margin: 81px 0px 0 75px;
}

#copyright{
  margin: 0px 228px 0 357px;
  text-align: center;
  font: 11px Tahoma, sans-serif;
}


#copyright p{
  margin: 0px auto;
  line-height: 18px;
  width: 240px;
  text-align: left;
}