* {
	padding: 0px;
	margin: 0px;
	border: none;
}
body{
	background-color: #e0e0e0;
	background-image: url("/images/body.png");
	background-repeat: repeat-x;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
strong {
	color: #8a6000;
}
#wrapper{
	width: 801px;
	padding-left: 199px;
	background-image: url("/images/wrapper.jpg");
	background-repeat: no-repeat;
}
#logo{
	background-image: url("/images/logo.jpg");
	padding-top: 30px;
	height: 106px;
}
p{
	padding-bottom: 10px;
}
#showroom{
	background-image: url("/images/showroom.jpg");
	height: 300px;
	position: relative;
	overflow: hidden;
}
#welcometext{
	top: 75px;
	left: 40px;
	position: absolute;
	display: block;
	height: 144px;
	width: 300px;
	overflow: hidden;
	color: #ffffff;
	font-size: 12px;
}
#welcometext small{
	font-size: 11px;
	color: #ffffff;
}
#productionlist{
	font-size: 12px;
	position: absolute;
	top: 50px;
	left: 575px;
}
#productionlist ul{
	list-style-image: url("/images/pl.gif");
}
#productionlist ul li{
	padding-bottom: 2px;
}
#productionlist a{
	color: #b5ff4a;
}
#productionlist a:hover{
	text-decoration: none;
}
#productionlist a.active{
	color: #ffffff;
}
#navigation{
	height: 80px;
	width: 695px;
	position: absolute;
	top: 220px;
	left: 39px;
}
#navigation table {
	width: 100%;
}
#navigation table td#left, #navigation table td#right{
	width: 160px;
	background-repeat: no-repeat;
	background-position: center;
}
#left{
	background-image: url("/images/left.jpg");
}
#right{
	background-image: url("/images/right.jpg");
}
#left a, #right a{
	font-size: 11px;
	color: #fff200;
	display: block;
	height: 24px;
	width: 160px;
	text-align: center;
	padding-top: 55px;
}
#center a{
	font-size: 19px;
	color: #ffffff;
}
#center{
	text-align: center;
	padding-top: 50px;
}
#decor{
	width: 595px;
	height: 249px;
	position: absolute;
	top: 51px;
	left: 142px;
}
#menu{
	padding-top: 30px;
	padding-left: 28px;
	height: 88px;
}
#menu ul{
	list-style: none;
	padding-top: 10px;
}
#menu ul#topmenu li{
	display: inline;
	padding-right: 45px;
	font-size: 28px;
}
#menu ul#topmenu li a{
	color: #f5d761;
	font-family: Arial, Helvetica, sans-serif;
}
#menu ul#topmenu li a:hover, #menu ul#topmenu li a.active{
	color: #ffffff;
}
a.active{
	color: #ffffff;
}
#menu ul#submenu{
	padding-top: 2px;
}
#menu ul#submenu li{
	display: inline;
	padding-right: 10px;
}
#menu ul#submenu li a{
	font-size: 11px;
	color: #ffffff;
}
h1{
	font-weight: normal;
	padding-bottom: 20px;
}
h2{
	font-weight: normal;
}
#content{
	background-color: #ffffff; 
	width: 687px;
	padding: 25px;
}
#content ul{
	padding: 10px 20px 20px 40px;
}
#content ul li{
	padding-bottom: 5px;
}
#footer{
	background-color: #67b014;
	/* height: 130px; */
	padding-bottom: 10px;
	border-bottom: 15px #79d017 solid;
}
#contacts{
	color: #ffffff;
	font-family: "Palatino Linotype";
	padding-left: 280px;
	padding-top: 20px;
}
#developers{
	font-family: "Arial";
	padding-left: 280px;
	padding-top: 10px;
	font-size: 11px;
	color: #ffffff;
}
#developers a{
	color: #ffffff;
}
table td{
	vertical-align: top;
}
#content img{
	margin: 0px 10px;
}
#content ul{
	clear: left;
}
#content a{
	color: #000000;
}
#logo a{
	display: block;
	width: 298px;
	height: 89px;
	background-image: url("/images/logo.png");
}
#links a{
	color: #fff;
}