/*
 * Разработано в "НоваСтар"
 * novastardesign.ru
 */ 
* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}
body{
	background-image: url("/images/body.gif");
}
#montage{
	background-image: url("/images/montage.gif");
	background-position: top center;
	background-repeat: repeat-y;
}
#montage2{
	background-image: url("/images/montage2.gif");
	background-position: top left;
	background-repeat: repeat-x;
}
#wrapper {
	width: 1004px;
	margin: 0px auto;
	background-color: #f0f0f0;
}
#header {
    height: 89px;
    background-color: #ffffff;
    position: relative;
}
#logo {
    padding-left: 40px;
    float: left;
    width: 300px;
}
#logo a{
	display: block;
	width: 300px;
	height: 89px;
	background-image: url("/images/logo.png");
}
#menu {
    width: 664px;
    height: 89px;
    float: left;
}
#menu ul {
    list-style: none inside;
	margin: 0px;
	padding: 0px;
	border: none;
}
#menu ul li {
    float: left;
}
#menu ul li a {
    display: block;
    text-align: center;
    padding-top: 50px;
    height: 39px;
    width: 160px;
    font-size: 14px;
    color: #a19e9e;
    text-decoration: none;
    text-transform: uppercase;
}
#menu ul li a:hover {
    background-image: url("/images/menu.png");
}
#menu ul li.last a:hover {
    background-image: url("/images/menulast.jpg");
}
#menu ul li a.active {
    color: #1839ff;
	background-image: url("/images/menu.png");
}
#menu ul li.last a.active {
    color: #1839ff;
	background-image: url("/images/menulast.jpg");
}
#seo{
	background-image: url("/images/seo.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #f0f0f0;
	padding: 20px;	
	padding-left: 400px;
	color: #888888;
	font-size: 10px;
	font-family: Tahoma;
}
#seo p{
	display: inline;
}
#seo a{
	color: #888888;
	text-decoration: none;
}
ul#slovar li{
	width: 30%;
	float: left;
}
#footer{
	height: 140px;
	background-color: #cccccc;
}
#copyrights{
	float: left;
	width: 254px;
	background-color: #545ee8;
	border-left: 11px solid #252525;
	height: 90px;
	color: #cccccc;
	font-size: 11px;
	padding: 25px;
	padding-right: 50px;
	background-image: url("/images/copyrights.jpg");
	background-position: top right;
	background-repeat: no-repeat;
}
#contacts{
	padding: 25px;
	height: 90px;
	margin-left: 340px;
	padding-left: 120px;
	background-image: url("/images/contacts.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}
#contacts h2{
	color: #0066ff;
	font-size: 26px;
	font-weight: normal;
	font-family: Geneva, Arial, sans-serif;
}
.prodheader{
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
	display: block;
}
.prodheadertd{
	border-bottom: 1px red solid;
}
.non{
	/* position: absolute;
	top: 0px;
	left: 0px; */
	text-decoration: none;
}
.production-items{
	padding-top: 10px;
}
.production-items img{
	padding-right: 2px;
	padding-top: 3px;
}
#faces a img{
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}
#faces a:hover img{
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
table.production td{
	vertical-align: bottom;
	padding-bottom: 7px;
}
#lang{
	position: absolute;
	top: 3px;
	right: 3px;
}
#lang img{
	border: 1px gray solid;
}
