* {margin: 0; padding: 0;}
html {height: 100%;}
body {
	font: 16px Trebuchet MS, Tahoma, sans-serif;
	height: 100%;
  background: #EEE;
}

a {color: #000;}
a:hover {color: #555;}

img {
  margin: 2px;
  border: none;
}
input {
	vertical-align: middle;
}

H1 {
	font-size: 30px;
	}
H2 {
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 0px;
	color: #360;
}
H3 {
  color: #360;
  margin-top: 20px;
  margin-bottom: 0px;
}

/* STRUCTURE ***********************************/
#wrapper {
  width: 984px;
	min-width: 900px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
  margin: 0 auto;
  position: relative;
}

/* Header -----------------------------------------------------------------------------*/
#header {
  width: 100%;
	height: 150px;
	background: url('images/top.jpg') no-repeat center;
  position: absolute;
  top: -8px; left: 0;
	text-align: center;
	z-index: 50;
}

/* Middle -----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 170px 0 80px;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 0 0 280px;
}

/* Sidebar Left -----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 250px;
	margin-left: -100%;
	position: relative;
}

/* Footer -----------------------------------------------------------------------------*/
#footer {
  width: 984px;
	min-width: 900px;
	margin: -80px auto 0;
	height: 80px;
  position: relative;
}
.text-footer {
  background: #DDDDE7;
  padding: 0 20px 0;
  height: 50px;
}
.foot_left {
	width: 900px;
	float: left;
}
.foot_right {
	margin: 0 0 0 900px;
	text-align: right;
}
/* structure end */

/****************************/
/*all pict*/
.lmenu, .rmenu, .lmenub, .rmenub, .text-top-l, .text-top-r , .text-bottom-l , .text-bottom-r  {background: url('images/2.gif');}
.space, .menutop, .text-top-center, .text-bottom-center  {background: url('images/3.gif');}
/*all pict end*/

/*menu*/
.menu .text UL {margin: 0px 0 -1px; padding: 0; list-style-type: none;}
.menu .text UL  LI A {
	margin: 0px -20px 0;
	padding: 5px 20px 5px;
	display: block;
	font-size: 18px;
	color: #2c2c2c;
	text-decoration: none;
	border-bottom: 1px solid #999999
}
.menu .text UL  LI A:hover {
	background: #c3c3d3; color: #000;
}
/*menu end*/

/*frames ***********/
.text-top-center {
	height: 30px;
	margin: 0 40px 0;
	background-position: 0 120px;
	overflow:visible;
}

.text-top-l {
	width: 40px; 
	height: 30px;
	position:relative;
	left: -40px;
	float: left;
	overflow:visible;
}

.text-top-r {
	width: 40px; 
	height: 30px;
	position:relative;
	right: -40px;
	background-position: 40px 0;
	float: right;
}

.text-bottom-center {
	height: 30px;
	margin: 0 40px;
	background-position: 0 -50px;  
	margin-bottom: 15px;
}

.text-bottom-l {
	width: 40px; 
	height: 30px;
	position:relative;
	left: -40px;
	background-position: 0 -50px;  
	float: left;
}

.text-bottom-r {
	width: 40px; 
	height: 30px;
	position:relative;
	right: -40px;
	background-position: -40px -50px;  
	float: right;
}

.text {
	background: #DDDDE7;
	padding: 0 20px 0;
	margin-bottom: -7px;
}

.menu .text { margin-bottom: 0px;}
.text UL {padding-left: 15px;}

.text P {margin-bottom: 7px;}
/* frames end */

/* header **********/
.h1 {
	width: 100%;
	padding: 25px 0 0;
	text-align: center;
	position: absolute;
	z-index: 100;
}
.h1 H1 {
	width: 360px;
	margin: 0 auto;
}
.h1 DIV {
	width: 360px;
	font-size: 30px;
	font-weight: bold;
	margin: 0 auto 0;
	z-index: 200;
}

/* news *********************************/
.news H2 {
	margin: 0 0 5px;
	font-size: 16px;
}
.news H3 {
	margin: 0;
	font-size: 14px;
}
.news P {font-size: 12px;}
/* news end */


/* content *******************************/
#content H1 {
	margin: 0 20px 5px;
	position: static;
	font-size: 25px;
	color: #360;
}
.text H3 {
	margin: 0 0 5px;
}
.text H3 A {
	color: #360;
}
.green {color: #360;}
.zvezd{
	color: #360;
	font-size: 20px;
	font-weight: bold;
	cursor: POINTER;
}
.gray {
	color: #333;
	font-size: 10px;
}

.price {
	margin: 15px 0 0;
	padding: 0 0 10px;
	text-align: center;
}
.price  TABLE  {
	margin: 5px auto;
	border: 1px solid green;
}
.price  TABLE TD{
	padding: 3px; border: 1px solid #336600;
}
/* content end */

/*anons in radel *********************/
.preview A {font-size: 16px; color: #360;}
.preview P {font-size: 80%;}

/**/
.tooltip { 
  border: 1px #336600 solid; 
  padding: 5px; 
  background: #eeeeee; 
  color: #000000; 
  font: normal 12px Arial, Verdana; 
}
