@charset "windows-1251";

* {
	margin: 0;
	padding: 0;
	}

html, body {
	width: 100%;
	height: 100%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	}

#content {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 1000px;
	margin: 0 auto;
	}

#content .empty {
	height: 75px;
	}

/* Шапка
--------------------------------------*/

#header {
	position: relative;
	width: 1000px;
	height: 290px;
	background: url(images/header.jpg) no-repeat;
	}

/* Три ссылки в левом верхнем углу шапки 
------------------------------------------------------*/

#header #iconOne {
	position: absolute;
	left: 67px; top: 68px;
	}

#header #iconTwo {
	position: absolute;
	left: 128px; top: 68px;
	}

#header #iconThree {
	position: absolute;
	left: 189px; top: 68px;
	}

	#header a.icons {
		width: 33px; height: 25px;
		display: block;
		}

/* логотип 
-------------------------------------------*/

#header #logo {
	position: absolute;
	left: 330px; top: 43px;
	}

#header #logo a {
	width: 340px; height: 185px;
	display: block;
	}

/* поисковая форма 
-------------------------------------------*/

#header #searchGlass {
	position: absolute;
	left: 41px; top: 108px;
	width: 24px; height: 25px;
	background: url(images/searchGlass.png) no-repeat;
	}

#header #searchInput {
	position: absolute;
	left: 67px; top: 109px;
	width: 153px; height: 17px;
	border: 1px solid 4f4f4f;
	font-size: 80%;
	}

#header #searchButton {
	position: absolute;
	left: 227px; top: 106px;
	width: 38px; height: 25px;
	line-height: 25px;
	border: 0;
	cursor: pointer;
	color: white;
	font-weight: bold;
	font-size: 12px;
	background: url(images/searchButton.png) no-repeat;
	}

/* контакты 
---------------------------------------*/

#header #phone, #phone2, #icq, #skype {
	position: absolute;
	left: 738px;
	width: 170px; line-height: 20px;
	padding-left: 30px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	}

#header #phone {
	top: 95px;
	color: #fff1ce;
	font-size: 18px;
	background: url(images/picPhone.png) left no-repeat;
	}

	#header #phone span {
		color: #bfedf8;
		}

#header #phone2 {
	top: 122px;
	color: white;
	font-size: 18px;
	background: url(images/picPhone.png) left no-repeat;
	}

#header #icq {
	top: 122px;
	color: white;
	font-size: 16px;
	background: url(images/picICQ.png) left no-repeat;
	}

#header #skype {
	top: 148px;
	text-decoration: underline;
	color: #bfedf8;
	font-size: 17px;
	background: url(images/picSkype.png) left no-repeat;
	}

/* Меню
--------------------------------------------------*/

#menu {
	width: 998px;
	height: 54px;
	list-style: none;
	padding-top: 4px;
	padding-left: 2px;
	font-size: 11px;
	font-weight: bold;
	background: url(images/menuBack.png) bottom repeat-x;
	}

	#menu a {
		color: #f1d77d;
		text-decoration: none;
		}

	#menu a:hover {
		color: white;
		}

#menu li {
	width: 165px; /* height = 59px */
	margin-left: 1px;
	text-align: center;
	float:left;
	background: url(images/menuIcon1.jpg) no-repeat;
	}

#menu li.paddingOne {
	height: 15px;
	padding: 17px 0;
	}

#menu li.paddingTwo {
	height: 30px;
	padding: 10px 0;
	}

/* ОСНОВНОЕ СОДЕРЖИМОЕ
-----------------------------------------*/

#mainContent {
	margin-top: 15px;
	font-size: 80%;
	}

.colHeading {
	width: 191px;
	line-height: 38px;
	padding-left: 20px;
	color: #fbf5ea;
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	background: url(images/colHead.jpg) top no-repeat;
	}

.colText {
	width: 189px;
	padding: 20px 10px;
	border: 1px solid #e4e4e4;
	border-top: none;
	background-color: #fbf5ea;
	background-image: url(images/colBack.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	}

.aforizmBreak {
	margin: 10px 0 5px;
	text-align: center;
	}

/* левая колонка
--------------------------------------*/

#leftCol {
	width: 211px;
	}

.leftColProposition {
	list-style: none;
	margin-bottom: -10px;
	}

.leftColProposition li {
	margin-bottom: 10px;
	padding-left: 20px;
	background: url(images/leftColItems.gif) 0 2px no-repeat;
	}

	.leftColProposition li a {
		color: black;
		}

/* список в середине пунктов левой колонки
--------------------------------------------------------*/

.listInside {
	margin-left: 12px;
	padding-top: 10px;
	}

.listInside li {
	margin-bottom: 0;
	padding-left: 0;
	background: none;
	}

/* центральная колонка
--------------------------------------*/

#centerCol {
	padding: 0 15px 20px;
	}

#centerCol h1 {
	line-height: 39px;
	margin-bottom: 15px;
	color: #8c6e0c;
	font-size: 170%;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	}

#centerCol h2 {
	color: #8c6e0c;
	font-size: 110%;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	}

#centerCol p {
	margin-bottom: 5px;
	}

#centerCol img {
	float: left;
	margin-right: 15px;
	}

#centerCol ul {
	float: left;
	padding-left: 35px;
	}

/* правая колонка
--------------------------------------------*/

#rightCol {
	width: 211px;
	}

/* ПОДВАЛ
--------------------------------------------*/

#footer {
	position: relative;
	margin: 0 auto;
	margin-top: -75px;
	padding-top: 15px;
	width: 1000px;
	height: 60px;
	font-size: 70%;
	text-align: center;
	background: url(images/footer.jpg) no-repeat;
	}

#footer ul {
	margin: 0 auto;
	}

#footer ul li {
	list-style: none;
	display: inline;
	}

	#footer ul li a {
		text-decoration: none;
		font-weight: bold;
		color: black;
		}
