/*
|
|	decorator-n.ru CSS v2
|
*/


/*
|	Мелочи оформления
*/


body {
	background-color: #000;
	font: 12px Tahoma;
	height: 100%;
	margin: 0;
}
a {
	text-decoration: none;
	color: #f1cda0;
}
img {
	border: none;
}
.title, .title-space {
	color: #f1b663;
}
.space, .title-space {
	padding-top: 14px;
}
.text {
	text-indent: 20px;
}


/*
|	Шапка и лого
*/


#main-head {
	background-image: url('/content/head.jpg');
	height: 450px;
	width: 100%;
}
#logo {
	background-image: url('/content/logo.png');
	position: relative;
	height: 70px;
	width: 400px;
	float: left;
	left: 200px;
	top: 50px;
}


/*
|	Тело документа
*/


#content {
	background-color: #060606;
	margin-bottom: -80px;
	margin-left: -512px;
	position: relative;
	min-height: 100%;
	#height: 100%;
	width: 1024px;
	left: 50%;
}
#main-body {
	margin-left: -494px;
	text-align: justify;
	line-height: 1.2em;
	position: relative;
	padding: 18px 0;
	color: #f1cda0;
	width: 988px;
	left: 50%;
}
#main-gallery {
	margin-bottom: 20px;
	margin-left: -384px;
	position: relative;
	margin-top: 20px;
	height: 552px;
	width: 768px;
	left: 50%;
}


/*
|	Подвал и его содержимое
*/


#empty {
	height: 50px;
	clear: both;
}
#basement {
	margin-left: -512px;
	position: relative;
	width: 1024px;
	height: 80px;
	float: left;
	left: 50%;
}
#copy {
	background-color: #000;
	padding-bottom: 5px;
	text-align: center;
	position: relative;
	margin-top: 20px;
	font-size: 10px;
	height: 12px;
	width: 100%;
	color: #555;
	float: left;
}
#addr {
	background-color: #000;
	text-align: center;
	position: relative;
	font-size: 11px;
	padding: 10px 0;
	bottom: -20px;
	width: 100%;
	float: left;
}


/*
|	Меню в шапке
*/


#main {
	background-image: url('/content/main.png');
	left: 100px;
}
#showroom {
	background-image: url('/content/showroom.png');
	left: 135px;
}
#projects {
	background-image: url('/content/projects.png');
	left: 170px;
}
#partners {
	background-image: url('/content/partners.png');
	left: 205px;
}
#contacts {
	background-image: url('/content/contacts.png');
	left: 240px;
}
.head-link {
	position: relative;
	cursor: pointer;
	display: block;
	height: 15px;
	width: 70px;
	float: left;
	top: 424px;
}
.head-link:hover {
	background-position: 70px 0;
}


/*
|	Оформление фото и ссылок в шоу-руме
*/


.main-thumb {
	border: 1px solid #f1b663;
	margin: 11px 22px;
	display: inline;
	padding: 5px;
	float: left;
}
.main-foto {
	border: 1px solid #f1b663;
	margin-bottom: 20px;
	margin-left: -406px;
	position: relative;
	margin-top: 30px;
	padding: 5px;
	float: left;
	left: 50%;
}
.main-foto a img {
	border: 0;
}
.thumb-link {
	#filter: alpha(opacity = 70);
	display: block;
	height: 150px;
	opacity: 0.7;
	width: 200px;
}
.thumb-link:hover {
	#filter: alpha(opacity = 100);
	opacity: 1;
}


/*
|	Оформление фото и ссылок в проектах
*/


.proj-body {
	width: 1024px;
	float: left;
}
.proj-area {
	text-align: center;
	display: table;
	margin: 0 auto;
}
.proj-thumb {
	border: 1px solid #f1b663;
	#display: inline;
	padding: 5px;
}
#proj-back {
	margin-left: -18px;
	text-align: center;
	padding-top: 14px;
	width: 1024px;
}


/*
|	Ссылки в виде стрелочек в шоу-руме
*/


.arrow {
	position: relative;
	float: left;
	top: 310px;
	left: 50%;
}
.arrow a {
	display: block;
	height: 32px;
	width: 17px;
}
.arrow a:hover {
	background-position: 17px 0;
}
#arrow-right {
	margin-left: 27px;
}
#arrow-left {
	margin-left: -450px;
}
#arrow-right a {
	background-image: url('/content/right.png');
}
#arrow-left a {
	background-image: url('/content/left.png');
}


/*
|	Оформление партнеров
*/

.part-body {
	padding-bottom: 14px;
	width: 988px;
	float: left;
}
.part-img {
	margin-right: 10px;
	position: relative;
	height: 120px;
	width: 370px;
	float: left;
}


/*
|	Скругленные уголки внизу сайта
*/


.corner {
	background-image: url('/content/corner.png');
	position: relative;
	bottom: -20px;
	font-size: 0;
	height: 10px;
	width: 10px;
	float: left;
}
#corner-left {
	background-position: 0 0;
	left: 0;
}
#corner-right {
	background-position: -10 0;
	left: 1004px;
}


/*
|	Карта гугла и контакты
*/


#map {
	height: 250px;
	opacity: 0.8;
	width: 734px;
	float: left;
}
#mini-contacts {
	height: 250px;
	width: 250px;
	float: left;
}


/*
|	Фикс прозрачности .png для IE6
*/


#logo, .head-link, #map {
	#behavior: url('/iepngfix.htc');
}