@CHARSET "Koi8-r";

* { }

html,body { height: 100%; margin: 0px; padding: 0px;}
body {font-family: Tahoma, Arial, sans-serif;  background: #FFF repeat-x top center url('../i/bg.jpg');}

h1    { color: #ff3719; }
h2    { color: #ff3719; }
h3    { color: #ff3719; }
h4    { color: #ff3719; }
h1 *  { color: #ff3719; }
h2 *  { color: #ff3719; }
h3 *  { color: #ff3719; }
h4 *  { color: #ff3719; }

a img   { border: 0; }
a       {	text-decoration: underline; color: #0075a6;}
a:HOVER { text-decoration: none; }

div {   
	 /* border: solid 1px #000; */ 
}

div.main {
  min-height: 100%;
  _height: 100%;
  margin: 0px;
  padding: 0px;
  position: relative;
}

div.main div.head {
	position: relative;
	height: 270px;
}

div.head div.logo {
	height: 270px;
	width: 45%;
	background: no-repeat top right url('../i/head/logo-bg.png');
	position: absolute;
	top: 0;
	left: 0;
}

div.logo a.home {
	display: block;
	width: 223px;
  height: 87px;
  position: absolute;
  top: 37px;
  left: 0;
}

div.logo div.text {
  position: absolute;
  top: 0px;
  left: 150px;
  font-family: Times, serif;
  font-size: 49px;
  line-height: 49px;
  font-style: italic;
  text-transform: lowercase;
  color: #ffb400;
}

div.logo a.home img {
  width: 223px;
  height: 87px;
}

div.head div.contacts {
  position: absolute;
  top: 146px;
  left: 45px;
  width: 50%;
  height: 120px;
  font-size: 12px;
  color: #808080;
}

div.head div.contacts div.vcard div.adr {
  font-size: 12px;
	font-style:  italic;
  position: absolute;
  top: 20px;
  left: 0;
}

div.head div.contacts div.vcard div.adr span {
  font-size: 18px;
}

div.head div.contacts div.vcard div.phones {
  font-size: 12px;
  position: absolute;
  top: 0px;
  left: 50%;
}

div.head div.icons {
	position: absolute;
	top: 47px;
	right: 10px;
	width: 45px;
}

div.head div.icons a {
	display: block;
	width: 45px;
	margin: 35px 0;
	text-align: center;
}

div.phones span {
  font-size: 18px;
}
div.phones span.code {
  font-size: 12px;
}

div.head div.style {
	width: 447px;
	height: 173px;
	position: absolute;
	top: 47px;
	right: 57px;
}

div.head div.style img {
	position: absolute;
	top: 4px;
	left: 4px;
}

div.head div.style img.style_border {
  top: 0px;
  left: 0px;
}

table.top_menu {
	width: 100%;
	border: 0;
	border-collapse: collapse;
}

table.top_menu td {
	width: 20%;
	height: 116px;
	vertical-align: top;
	text-align: center;
}

table.top_menu td a {
  /*height: 30px;
  _height: 116px;*/
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #ff3719;
  padding-top: 85px;
  line-height: 30px;
}

table.top_menu td div.c1 { background: url('../i/top-menu/c1-bg.png') no-repeat top center; }
table.top_menu td div.c2 { background: url('../i/top-menu/c2-bg.png') no-repeat top center; }
table.top_menu td div.c3 { background: url('../i/top-menu/c3-bg.png') no-repeat top center; }
table.top_menu td div.c4 { background: url('../i/top-menu/c4-bg.png') no-repeat top center; }
table.top_menu td div.c5 { background: url('../i/top-menu/c5-bg.png') no-repeat top center; }

div.bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 228px;
	background: repeat-x bottom center url('../i/bottom/bg.gif');
}
div.bottom div.style {
	position: relative;
  height: 228px;
  background: no-repeat bottom right url('../i/bottom/style.gif');
}

table.main {
	width: 100%;
	border: 0;
	border-collapse: collapse;
}

table.main td.lcol, table.main td.ccol { padding-bottom: 228px; vertical-align: top;}
table.main td.lcol { width: 300px;}
table.main td.lcol div.content, table.main td.ccol div.content { padding: 20px 20px 0 20px; font-size: 14px;}

div.block          { background: repeat-y  center center url('../i/content/lcol/block-bg.gif') #FFF; margin-bottom: 15px; font-size: 12px; _width: 258px;}
div.block div.top  { background: no-repeat center top url('../i/content/lcol/block-top.gif');}
div.block div.bot  { background: no-repeat center bottom url('../i/content/lcol/block-bottom.gif'); }

div.block div.bot {
	min-height: 150px;
	width: 213px;
  /* _width: 258px;*/
  _height: 150px;
  padding: 11px 23px 18px 23px;
}

div.block div.cap {
	text-align: center;
	color: #FFF;
	font-weight: bold;
	padding-bottom: 20px;
	font-size: 16px;
}

a.smenu {
	line-height: 24px;
	 font-size: 16px; 
}

a.more {
	display: block;
	text-align: right;
	color: #ff3719;
	padding: 7px 0; 
}

div.path {
	font-size: 11px;
}

div.bottom div.copy {
	position: absolute;
	bottom: 100px;
	left: 35px;
	font-size: 12px;
}

div.bottom div.link {
  position: absolute;
  bottom: 35px;
  right: 180px;
  font-size: 12px;
}