﻿/* ----------------------------------------------------------

author:   Boris Perepelitsa
email:     borisss777@gmail.com
icq:         9843194
site:        x-html.ru
blog:       templates-world.ru
---------------------------------------------------------- */
@import"reset.css";


/* Page 
------------------------------------------------------------------------------------------------------------------------------*/
#page {
	background:url('./images/header-bg.jpg') no-repeat top center;
	min-width:1000px;
	_width: expression(document.body.clientWidth > 1000 ? "100%" : "1000px")
}

#header {
	background:url('./images/bg-repeat.png') repeat-x;
	height:332px;
}
#header-left {
	background:url('./images/header-left.jpg') no-repeat top left;
	height:332px;
}
#header-right{
	background:url('./images/header-right.jpg') no-repeat top right;
	height:332px;
}

#menu {
	background:#242424;
	height:26px;
	overflow:hidden;
}
#menu ul {
	float:right;
	position:relative;left:-60px;
	margin-top:5px;
}
#menu li {
	display:block;
	float:left;
}
#menu ul  a {
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
}
#menu li {
	background:url('./images/dot.gif') no-repeat right 3px;
	display:block;
	padding-right:14px;
	margin-right:9px;
}
#menu ul  a:hover {
	text-decoration:underline;
}

#links a{
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	font-size:15px;
}
#links a:hover {
	background:#feaf3c;
	padding:2px 3px 3px 3px;
	color:#000;
}
.cot {
	float:left;
	width:200px;
	position:relative;top:112px;left:392px;
}
.off {
	float:right;
	width:200px;
	position:relative;left:-152px;top:6px;
}	
.app {
	float:right;
	width:200px;
	position:relative;left:-84px;top:86px;
}	
.active span{
	background:#feaf3c;
	padding:2px 3px 3px 3px;
	color:#000;
}

.submenu 
{
padding-left:5px;
padding-right:5px;
margin-right:15px; 
margin-bottom:5px; 
float:left;
border: medium double Black;

}

#logo {
	width:300px;
	position:relative;
	left:18px;top:12px;
}
#logo a{
	display:block;
	height:80px;
	width:352px;
	background:url('./images/logo.jpg') no-repeat;
}
#logo a span {
	display:none;
}
#slogan {
	float:right;
	background:url('./images/slogan.png') no-repeat;
	_background:url('./images/slogan.gif') no-repeat;
	width:586px;
	height:49px;
	position:relative;top:162px;left:-12px;
}
#slogan span {
	display:none;
}


/* Content #Begin */
#container {
	overflow:hidden;
	background:url('./images/bg-content-repeat.png') repeat-x;
	_height:1%;
}
#main {
	width: 100%; float: left; 
	background:url('./images/bg3.jpg') repeat-x 94% 0;
}
#content { 
	margin-left:330px;
	padding:12px 35px 0 0;
	color:#3a3637;
	font-size:13px;
}
#content h1 {
	font:18px Tahoma;
}
#left { 
float:left; width:315px; margin-left:-100%; 
padding-left:15px;
background:#ccc url('./images/bg-content-repeat.png') repeat-x;
}

#list {
	background:url('./images/menu-repeat.gif') repeat-y;
	width:295px;
}
#list-top {
	background:url('./images/bg1.jpg') no-repeat top;
	width:295px;
}
#list-bot {
	background:url('./images/menu-end.gif') no-repeat bottom;
	width:295px;
	padding:12px 0 28px 0;
}
#list h2 {
	font:18px Tahoma;
	position:relative;left:55px;
}
#list ul {
	margin:12px 0 0 92px;
	font-size:14px;
}
#list ul li {
	width:175px;
	padding-bottom:6px;
}
#list ul a {
	text-decoration:none;
}
#list2 {
	background:url('./images/bg2.jpg') no-repeat;
	width:295px;
	padding:24px 0 295px 0;
}
#list2 h2 {
	font:18px Tahoma;
	position:relative;left:55px;
}
#list2 ul {
	margin:12px 0 0 92px;
	font-size:14px;
}
#list2 ul li {
	width:175px;
	padding-bottom:6px;
}
#list2 ul a {
	text-decoration:none;
}

.text {
	padding-bottom:24px;
}
.text h1 {
	padding-bottom:8px;
}

#footer {
	background:url('./images/footer.jpg') repeat-x;
	height:169px;
}
.copy {
	color:#fff;
	font-size:12px;
	float:left;
	margin:85px 0 0 20px; 
}
.copy a {
	color:#feaf3c;
	font-size:12px;
}
.address {
	float:left;
	font-size:12px;
	color:#fff;
	margin:85px 0 0 34px
}

.counter {
	float:right;
	position:relative;left:-84px;
	margin:85px 0 0 0;
}
.counter img {
	padding:0 12px 0 12px;
}