@charset "windows-1251";

* {
	margin: 0; padding: 0;
	}

html, body {
	width: 100%; height: 100%;
	}

body {
	min-width: 1000px;
	}

#wrapper {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	z-index: 0;
	background: #e6e6e6 url(../images/addColBack.jpg) right repeat-y;
	}

#wrapper .empty {
	width: 100%;
	height: 111px;
	}

/* Верхнее меню
------------------------------------*/
#highMenu {
	position: relative;
	width: 100%; min-width: 1000px;
	height: 40px;
	font-size: 0.8em;
	background: url(../images/highMenuBack.png) repeat-x;
	}

#highMenu #searchWord {
	position: absolute;
	right: 213px; top: 10px;
	line-height: 18px;
	color: white;
	}

#highMenu #searchInput {
	position: absolute;
	right: 36px; top: 10px;
	width: 157px; /* 167px */
	height: 19px;
	padding: 0 5px;
	border: 0;
	background: url(../images/highMenuSearch.png) no-repeat;
	}

#highMenu #searchGlass {
	position: absolute;
	right: 11px; top: 10px;
	width: 19px; height: 18px;
	border: 0;
	cursor: pointer;
	background: url(../images/highMenuSearchGlass.png) no-repeat;
	}

/* Верхнее дополнительное меню
--------------------------------------------------*/
#highMenu #secondaryMenu {
	width: 600px;
	background: url(../images/secondaryMenuBack.png) top repeat-x;
	}

#highMenu #secondaryMenu #secondaryMenuLeft {
	background: url(../images/secondaryMenuLeft.png) left top no-repeat;
	}

#highMenu #secondaryMenu #secondaryMenuLeft #secondaryMenuRight {
	width: 600px;
	height: 29px;
	line-height: 27px;
	padding-left: 30px;
	padding-right: 30px;
	background	: url(../images/secondaryMenuRight.png) right top no-repeat;
	}

#highMenu #secondaryMenu a {
	text-decoration: none;
	color: black;
	}



/* Шапка - Логотип, Слоган
-----------------------------------------*/
#headerWrap {
	width: 100%; min-width: 1000px;
	position: relative;
	background: white;
	}

#headerBuilding {
	width: 322px; height: 180px;
	background: url(../images/headerBuild.jpg) left top no-repeat;
	}

#headerLogo {
	width: 31%; height: 180px;
	position: absolute;
	left: 32%; top: 0;
	text-align: center;
	}

#headerLogo img {
	width: 265px; height: 182px;
	border: none;
	}

#headerPhone {
	width: 35%; height: 180px;
	position: absolute;
	right: 4%; top: 0;
	background: url(../images/headerPhone.jpg) right top no-repeat;
	}

/* Основное содержимое
------------------------------------------*/
#contentWrap {
	width: 100%;
	background: #e6e6e6;
	}

#content {
	width: 100%;
	min-width: 1000px;
	position: relative;
	}

#basicColumn {
	width: 100%;
	}

#basicColumn #firstInner {
	background: url(../images/basicColTopBack.jpg) top repeat-x;
	}

#basicColumn #secondInner {
	background: url(../images/basicColTopLeft.jpg) left top no-repeat;
	}

#basicColumn #thirdInner {
	width: 100%; min-height: 400px;
	padding-top: 30px;
	background: url(../images/basicColTopRight.jpg) right top no-repeat;
	}



/* Дополнительная колонка
---------------------------------------------*/
#additionalColumn {
	position: relative;
	width: 344px;
	background: url(../images/addColBack.jpg) right repeat-y; /* вертикальное заполнение правой колонки */
	}

#additionalColumn #addColContent {
	width: 344px;
	min-height: 300px; height: 300px;
	background: url(../images/addColUp.jpg) right top no-repeat; /* верх правой колонки */
	}




/* Подвал
----------------------------------------------*/
#footer {
	position: relative;
	width: 100%;
	min-width: 1000px;
	height: 117px;
	margin-top: -117px;
	font-size: 80%;
	background: url(../images/footerBack.jpg) bottom repeat-x;
	}

#footer #leftHand {
	position: absolute;
	left: 0; bottom: 0;
	width: 382px; height: 117px;
	background: url(../images/footerLeft.jpg) left bottom no-repeat;
	z-index: 1;
	}

#footer #rightHand {
	position: absolute;
	right: 0; bottom: 0;
	width: 378px; height: 117px;
	background: url(../images/footerRight.jpg) right bottom no-repeat;
	}

#footer #counters {
	position: absolute;
	left: 40px; top: 79px;
	width: 600px; height:31px;
	z-index: 2;
	}

#footer #home {
	position: absolute;
	right: 45px; top: 83px;
	width: 30px;
	height:20px;
	}

#footer #contacts {
	position: absolute;
	right: 98px; top: 83px;
	width: 30px;
	height:20px;
	}

#footer #home a,
#footer #contacts a {
	display: block;
	height: 20px;
	}

#footer #copyright {
	position: absolute;
	right: 180px; top: 85px;
	}
