* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	padding: 0px;
	margin: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65.2%;
	color: #000000;
	background-color: #ffffff;
	background: transparent url('/img/header_bg.gif') repeat-x left top;
}

h1 {
  font-size: 1.8em;
  font-weight: normal;
  color: #7f8689;
  margin-bottom: 15px;
}
h1.title-main {
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: .5em;
}
h2 {
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: .5em;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
}
p, ul, label {
	font-size: 1.1em;
}
p, ul, dl {
	padding-bottom: 20px;
}
ul {
	padding-left: 2em;
	list-style: outside;
}
dd ul {
	margin: 0;
	padding: 0;
	list-style: none outside;
}
a {
	color: #0072ff;
}
a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

.wraper {
	clear: both;
	height: 0;
}
.left-side {
	width: 300px;
	float: left;
	padding: 0 50px 0 0; 
	/*border: 1px fuchsia solid;*/
}
.left-side, #container-contacts {
	color: #999999;
}
.left-side h1 {
	margin-bottom: 30px;
}
.right-side {
	width: 450px;
	float: left;
	/*margin-left: 350px;
	border: 1px fuchsia solid;*/
}
.center-col {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	/*border: 1px fuchsia solid;*/
    /*border: 1px solid red;*/
	color: #72787c;
}
p.add-info{
	width: 355px;
}
table.price {
	width: 100%;
	border-collapse:collapse;
	border-spacing:0;
}
table.price tr td{
	height: 30px;
	vertical-align: middle;
}
table.price thead tr td{
	color:#FFFFFF;
	background-color:#7F8589;
}

table.price tr td{
	border: 1px solid #7F8589;
	border-collapse: collapse;
	vertical-align: middle;
	text-align: center;
}
table.price tr td.two{
	text-align: left;
	padding: 0 0 0 5px;
}
/* ---------------------------------------------------- */
#container-page {
	margin: 0 auto;
	width: 100%;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/*background: #1e367e url('/img/body_bg.gif') left bottom repeat-x;*/
	background: transparent url(../img/pan_bg.jpg) bottom no-repeat;
}
#container-head {
	background: #7f8689 url('../img/header_bg.gif') repeat-x left top;
}
#container-head:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: " ";
  height: 0px;
  visibility: hidden;
}
#container-content {
	padding-top: 15px;
	padding-bottom: 250px;
}
#container-footer {
	width: 100%;
	position: absolute;
	bottom: 0 !important;
	height: 200px;
	background: #ebeaea url('../img/footer_bg.gif') repeat-x left bottom;
}
/* ---------------------------------------------------- */
#container-header {
	height: 75px;
	padding-top: 23px;
	color: #72787c;
}
#logo {
	float: left;
	margin-right: 30px;
}
/* ---------------------------------------------------- */
#container-menu-lev1 {
	font-size: 1.1em;
	padding-bottom: 15px;
    padding-top: 30px;
}
#menu-lev2, #container-menu-lev1 ul {
	margin: 0;
	padding: 0;
	list-style: none outside;
	line-height:14px;
}
#container-menu-lev1 a {
	text-decoration: none;
	color: #ffffff;
}
#container-menu-lev1 a:hover {
	color: #fff601;
}
#container-menu-lev1 li.h a {
	color: #fff601;
}

.add_link {
	font-size: 12px;
	display: block;
	color: #92999D;
	padding: 0 0 4px 0;
}
.add_link:hover {
	color: #FFF601;
	text-decoration:underline;
}
/* ---------------------------------------------------- */
#container-content li {
    line-height: 1.6em;
}
/* ---------------------------------------------------- */

#container-contacts {
    height: 145px;
	padding-top: 10px;
}
#container-contacts .left-side {
	text-align: right;
}

#container-copyrights {
	padding-top: 20px;
	text-align: right;
}
#container-copyrights a {
	color: #72787c;
}
.filter td {
    padding-bottom: 10px;
    padding-right: 5px;
    vertical-align: middle;
}

ul.left-menu {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
	width: 231px;
}
ul.left-menu li{
	margin: 0;
	padding: 0 0 20px 0;
	
}
ul.left-menu li a{
	color: #72787c;
}

.poll {
	position:relative;
	background-color:#fff;
	width: 410px; height:153px;
	padding:0 4px;
	background: #FFF url('../img/bg-gray.jpg') 0 0 repeat-x;
	color:#fff;
	-moz-box-shadow: 0px 0px 24px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 24px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 24px rgba(0,0,0,0.3)
	}
.top-poll-block{ width:396px; height: 56px;  padding:12px 0 0 14px; background:#FFF url('../img/bg-gray-top.jpg') 0 0 repeat-x;}
.corner { position:absolute;top:-2px; left:-2px;}
.poll-header {text-transform: uppercase; font-size: 128%; color:#c1bfbf}
.poll-header span {color: #eee229;}
.top-poll-block p {margin-top:7px;color:#c1bfbf}
.button {position:absolute;bottom:0; right:0;}
.noshow {	border:0;background-color:#372f31; cursor:pointer;padding:5px 9px; color:#fff;}
.radio {
	width: 18px;height: 8px;
	cursor:pointer;
	background: url('../img/radio.png') no-repeat;
	display: block;
	clear: left;	float: left;
	margin: 5px 0 0 15px;}
.cover {margin-bottom:-15px;}
.cover.first {margin-top:3px;}
.foto-link {
	padding-left: 12px; margin-left:6px;
	background: url('../img/link.png') 2px 2px no-repeat;
	color: #a2a9ad;}
.linklist {
	position: absolute;
	top: 70px;	left: 230px;}

.clear { clear:both; font-size:0; }
/* review code */
.reviews {width:720px;}
	.reviews H2 {font-size:18px; color:#7f8689;font-weight:normal;margin-top:5px;}
	.reviews P A, .reviews P {color:#999;}
	.reviews .hr {height:1px; background-color:#a9b0b4;margin-top:40px;margin-bottom:15px;}
.review-block H3 {font-size:14px; color:#3d3130; font-style:normal; margin-top:5px;margin-bottom:5px;}
.review-block SPAN {font-size:11px; color:#999;}
.review-block SPAN.black {color:#3d3130;}
.review-block P {color:#7f8689;margin-bottom:15px;}

.center-col .thank-line1, .center-col .thank-line2, .center-col .thank-line3 {display:block;color:#999;}
.center-col .thank-line1 {width:309px;margin: 54px auto 0; font-size:18px; color:#3e3130;}
.center-col .thank-line2 {width:654px;margin: 10px auto 0; font-size:18px;}
	.center-col .thank-line2 A {color:#999;}
.center-col .thank-line3 {width:362px;margin: -2px auto 0; font-size:11px;}

.new-review {background-color:#fbfbfb; border-bottom:1px solid #e1e1e1;}
	.new-review	SPAN {width:305px;display:inline-block;color:#000;font-size:11px;margin-left:12px;padding-top:5px;}
	.new-review SMALL {color:red;}
	.new-review INPUT {width:99%;height:18px;}
.input-wrapper { padding-left:12px; width:305px; float:left; }
.input-wrapper.looong { width:621px; }
.input-wrapper.shrt { width:179px; }
	.new-review IMG {width:180px; height:40px;margin-left:12px;}
	.new-review TEXTAREA {width:651px; height:225px;margin-top:10px;}
	.new-review .bttn {width:auto; height:auto;margin-bottom:10px;}
.dgrayline {font-weight: normal;display:block; background-color:#6c6c6c;height:19px; color:#fff;font-size:11px;padding:3px 0 0 12px;}
.wgrayline {font-weight: normal;display:block; background-color:#e7e7e7;height:19px; color:#000;font-size:11px;padding:3px 0 0 12px;margin-top:10px;}
