@CHARSET "UTF-8";

html, body { height: 100% }

body {
	width: 100%; min-width: 990px; max-width: 1680px;
	min-height: 590px;
	margin: 0 auto; padding: 0;
	position: relative;
	font: normal 10pt 'Arial';
	color: white;
}
h1, h2, h3, h4, h5, h6 { margin: 1% 0 }
h1, h2, h3 { color: #aeaeff }
h1 { font-size: 1.8em }
a { outline: none; color: #71c5ff }
img { border: none }
p { margin: 3px 0; text-align: justify }
p:first-letter {
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1em;
	color: #fffc9e
}
b, strong { color: #fffc9e }
ul {
	margin: 5px 0; padding-left: 30px;
	list-style: circle
}

.reset {
	margin: 0; padding: 0;
	list-style: none
}

.layout {
	width: 100%; height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0; left: 0;
	z-index: -2;
	background: black
}

.layout img {
	width: 100%;
	display: block;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
}

.font1 {
	font-size: 0.8em;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: white
}

/* Блоки */
.block, .wrap-block-left { position: absolute }
.block-right, .wrap-block-left {
	height: 68%;
	top: 140px;
}
.block-right, .wrap-production { width: 60%; max-width: 800px }
.block-right { right: 0; background: url(/themes/default/images/block-right-bgr.png) repeat 0 0 }
.block-left {
	width: 300px; height: 84%;
	left: 0; bottom: 24px
}
.wrap-block-left { width: 100%; left: 0 }

/* Тень */

.shadow .wrap {
	width: 100%; height: 100%;
	overflow: hidden;
	position: relative;
}
.block-left .wrap { margin: -24px -1px 0 0; padding: 24px 1px 0 0 }
.block-right .wrap { margin: -2px 0 0 -3px; padding: 2px 0 0 3px }
.shadow .sh-cn { position: absolute; z-index: -1 }
.block-left .sh-cn { left: -1px; background: url(/themes/default/images/block-left-shadow.png) no-repeat 0 0 }
.block-right .sh-cn { left: 0; background: url(/themes/default/images/block-right-shadow.png) no-repeat 0 0 }
.shadow .sh-tl, .shadow .sh-tr { height: 600px }
.block-left .sh-tl { top: -24px }
.block-left .sh-tr { top: 0 }
.block-right .sh-tl, .block-right .sh-tr { top: -11px }
.shadow .sh-tl, .shadow .sh-bl { width: 100% }
.shadow .sh-tr, .shadow .sh-br { margin-left: 100% }
.block-left .sh-tr, .block-left .sh-br { width: 1px }
.block-right .sh-tr, .block-right .sh-br { width: 3px }
.block-left .sh-bl, .block-left .sh-br { height: 24px }
.block-right .sh-bl, .block-right .sh-br { height: 11px; left: -3px }
.block-left .sh-bl { padding-right: 1px }
.block-left .sh-br { left: 0 }
.block-right .sh-br {  background-position: -11px 0 }

/* END Тень */

.block-right .text-wrap {
	height: 93%;
	padding: 2% 0 2% 3%;
	font-size: 0.9em
}

.block-right .content {
	height: 100%;
	overflow: auto;
	padding-right: 3%
}

.block-left .text-wrap {
	padding: 20px 10px 0;
	overflow: hidden;
}

/* END Блоки */

.logo, .phones, .menu-main, .production, .wrap-production {
	position: absolute;
}

.logo {
	display: block;
	width: 341px; height: 88px;
	left: 3%; top: 18px;
}

.phones {
	width: 141px; height: 109px;
	padding: 0 0 0 58px;
	right: 0; top: 30px;
	overflow: hidden;
	background: url(/themes/default/images/phones-bgr.gif) no-repeat 0 15px;
	font: italic 1.2em 'Arial';
	line-height: 1em;
}

.phones span {
	font-size: 0.6em;
	font-style: normal;
	color: #9ebefc;
	display: block;
}

.phones .email {
	font-size: 0.9em
}

/* Менюшки */

.menu {
	overflow: hidden;
	clear: both;
}

.menu li {
	float: left;
}

.menu li.last {
	margin: 0
}

.menu a {
	display: block;
	float: left;
	padding: 0 0 2px 2px;
	border-bottom: 1px dashed #aac6fc;
	text-decoration: none;
	white-space: nowrap;
	color: white;
}

.menu-main {
	width: 312px;
	left: 3%; top: 91px
}

.menu-main li {
	width: 96px;
	margin-right: 8px;
}

.production {
	width: 285px;
	bottom: 0; left: 0
}

.wrap-production {
	height: 123px;
	right: 0; top: 0; 
}

.production li {
	width: 81px;
	margin-right: 14px;
	position: relative;
	z-index: 1;
}

.construction {
	width: 230px; height: 100px;
	position: absolute;
	left: 23%; bottom: 0;
	background: url(/themes/default/images/construction-bgr.png) no-repeat 100% 0
}

.construction .with-line {
	display: block;
	margin: 0; padding: 0 20px 4px 0;
	float: left;
	background: url(/themes/default/images/h-line.gif) no-repeat 100% 100%
}

/* END Менюшки */

/* Новости */

.news {
	width: 180px;
	right: 0; top: 120px;
	margin: 3% 0 1%; padding: 0 3% 0 1%;
	border-left: 1px solid #9ebefc;
	font-size: 0.9em
}

.news li {
	overflow: hidden;
	clear: both;
}

.news .date, .news .more, .more a {
	display: block;
}

.news .date, .more a {
	/*color: #9ebefc*/
}

.news .date {
	text-decoration: underline;
}

.more a {
	text-transform: lowercase;
	float: right;
}

/* END Новости */

.label {
	display: block;
	position: absolute;
	right: -50px; top: -50px;
	z-index: 10;
}

.block-left .carousel {
	width: 100%;
	position: absolute;
	bottom: 0
}

.catalog img {
	float: left;
	margin: 0 1em 1em 0;
}

ul.products, .products li {
	overflow: hidden;
}

ul.products {
	margin: 3% 0;
}

.products li {
	float: left;
	width: 14%;
	margin: 0 2% 3% 0
}

.products img {
	display: block;
	width: 100%;
	margin-bottom: 3%;
}

.products a {
	display: block;
	text-align: center;
}

#content ul { overflow: hidden }

/* Footer */

.footer {
	position: absolute;
}

.footer {
	width: 100%;
	left: 0; bottom: 0;
}

.footer .counter, .footer .maker {
	padding: 6px 34px;
	float: left;
}

.footer .maker {
	width: 150px;
	padding-left: 0;
	display: block;
	
}

/* END Footer */




