﻿/* ----------------------------------------------------------

author:   Boris Perepelitsa
email:     borisss777@gmail.com
icq:         9843194
site:        x-html.ru
blog:       templates-world.ru
---------------------------------------------------------- */
@import"reset.css";


/* Page 
------------------------------------------------------------------------------------------------------------------------------*/
#wrapper {
	width:100%;
	background:url('./images/footer-bg.gif') repeat-x bottom center;
	padding-bottom:32px;
	z-index:1;
}
*+html #wrapper {
	padding-bottom:12px;
}
#page {
	width:1000px;
	margin:0 auto;
}
#header {
	overflow:hidden;
	padding-bottom:24px;
}
#header-top {
	overflow:hidden;
	padding-bottom:12px;
}
#menu {
	padding-left:14px;
}
#menu ul {
	width:386px;
	float:left;
}
#menu ul li {
	display:block;
	float:left;
	width:90px;
	font-size:11px;
	border-right:1px solid #88929f;
	text-align:center;
}
#menu ul li a {
	color:#e9e9ea;
	display:block;
	width:90px;
	height:19px;
	padding-top:4px;
}
#menu ul li.active {
	background:#88929f;
}
#menu ul li.active  a{
	text-decoration:none;
}
#search {
	width:360px;
	float:left;	
}
.form-field {
	background:#fff;
	width:148px;
	height:15px;
	position:relative;top:-1px;left:-4px;
	font-size:11px;
	padding:1px 4px 0 8px;
	color:#c9c9c9;
}
.form-submit {
	position:relative;top:3px;
}	
#feedback {
	width:100px;
	float:right;
}
.feed-name a{
	color:#cfdce6;
	text-decoration:none;
	border-bottom:1px dashed #cfdce6;
	font-size:11px;
	position:relative;top:2px;
}

#logo {
	padding:0 0 10px 26px;
}
#main-menu {
	width:900px;
	position:relative;left:76px;
	font:18px "Trebuchet MS";
	overflow:hidden;
}
#main-menu ul li {
	display:block;
	float:left;
	padding:0 42px 18px 42px;
}
#main-menu ul li a {
	color:#000;
}
#main-menu ul li.active {
	background:url('./images/on.gif') no-repeat center bottom;
}
#main-menu ul li.active a {
	color:#0a78bd;
}
#sub-menu {
	width:952px;
	background:#545c66;
	font-size:12px;
	padding:8px 0 8px 0;
	position:relative;left:30px;
	overflow:hidden;
}
#sub-menu li {
	display:block;
	float:left;
	padding:0 8px 0 8px;
}
#sub-menu li a {
	display:block;
	color:#e9e9ea;
	padding:1px 3px 3px 3px;
}
#sub-menu li.active a{
	background:#0a78bd;
}
#sub-menu li a:hover {
	background:#5b99bf;
}	

#container {
	overflow:hidden;
	width:1000px;
	padding-bottom:80px;
}
#content {
	width:650px;
	float:right;
}
.img1 {
	width:650px;height:215px;
	margin-left:-20px;
	padding-bottom:18px;
}
.contacts {
	width:235px;
	height:65px;
	background:#fff;
	filter: alpha(opacity=84); -moz-opacity: 0.84; -khtml-opacity: 0.84; opacity: 0.84;
	padding:18px 0 8px 22px;
	font:14px "Trebuchet MS";
	color:#000;
}
.cont {
	font-size:18px;
}
.img1 .contacts {
	position:relative;top:97px;left:3px;
}

.text {
	font-size:12px;
	line-height:16px;
	margin-left:-20px;
	width:580px;
}
.text h1 {
	font:18px "Trebuchet MS";
	padding-bottom:8px;
}
.text p {
	padding-bottom:20px;
}
#sidebar {
	float:left;
	width:300px;
}
#sub-menu2 {
	background:#e9e9ea url('./images/menu-top.gif') no-repeat;
	width:281px;
	margin:0 0 24px 30px;
	font-size:12px;
}
#sub-bot {
	background:url('./images/menu-bot.gif') no-repeat bottom;
	padding:20px 0 24px 16px;
}
#sub-menu2 ul {
	line-height:21px;
	font-size:12px;
}
#sub-menu2 li a {
	color:#0a78bd;
}
#sub-menu2 li.active a{
	color:#000;
	text-decoration:none;
}

#news {
	width:250px;
	margin:0 0 16px 30px;
	font-size:11px;
}
#news a {
	color:#0f99ba;
	font-size:12px;
}
.news-block {
	padding-bottom:14px;
}
.news-date {
	padding-bottom:4px;
}
.news-date {
	color:#c4c4c4;
}
#news h2 {
	font:18px "Trebuchet MS";
	padding-bottom:8px;
}

#banner {
	margin-left:28px;
}

#footer {
	color:#daf7ff;
	font-size:11px;
}
#footer a {
	color:#daf7ff;
}
.copy {
	float:left;
	width:316px;
	margin-left:14px;
}
.phone {
	float:left;
	width:220px;
}
.counter {
	float:right;
	width:105px;
	padding-top:6px;
}

.form {
	position:absolute;
	z-index:2;
	width:293px;
	height:355px;
	margin:12px 0 0 -210px;
	background:url('./images/form.png') no-repeat;
	padding:18px;
}
*+html .form {
	margin:25px 0 0 -295px;
}
.form input {
	color:#424242;
}
.form input, .form textarea {
	background:#fff;
	width:251px;
	margin-bottom:8px;
	padding:4px;
	font-size:11px;
}
.form textarea {
	height:103px;
	font-family:Tahoma;
}
*+html .form textarea {
	height:93px;
}
.form-submit2 {
	width:80px !important;
	height:24px;
	position:relative;top:3px;_top:0px;
	background:#545c66 !important;
	color:#fff !important;
}
*+html .form-submit2 {
	top:0px;
}

.table-border {
border:1px solid #000
}

