body, html {
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	background: #000 url('Bg.jpg') left top;
}

a {
	color: #ffa800;
}

#box {
	margin: 0 auto;
	width: 980px;
	
	}

#header {
	padding: 0 25px;
	background: url('HeaderBg.png') top repeat-x;
	_background: #000;
	height: 98px;
}

#logo {
	float: left;
	margin: 15px 0 0;
	_display: none;
}

#logoIE6{
	float: left;
	margin: 15px 0 0;
}

#menu {
	float: right;
	margin: 58px 0 0;
}

#menu ul{
	margin: 0;
}

#menu li {
	float: left;
	margin: 0 0 0 2px;
	height: 40px;
	width: 150px;
	line-height: 40px;
	text-align: center;
	display: block;
	background: url('MenuBg.png');
	_background: #000;	
	font-weight: bold;
	font-size: 18px;
}

#menu li a {
	text-decoration: none;
	_text-decoration: underline;
	color: #fff;
	display:block
}

#menu li a:hover {
	border: 1px solid #fff;
	line-height: 38px;
}

#menu .active {
	background: url('MenuActiveBg.png');
}

#content
{
	clear: both;
	padding: 2px 25px;
	background: url('ContentBg.png');
	_background: #000;
	overflow: hidden;
	_height: 100%;
	_overflow-y: hidden;
}

a img {
	border: 0;
}

h1 {
	border-bottom: 1px solid #ffa800;
	margin: 0;
	font-weight: normal;
}

#mainphoto {
	border: 10px solid #fff;
	height: 130px;
	overflow: hidden;
}

#leftcol {
	margin: 20px 0 30px 0;
	overflow: hidden;
	text-align: justify;
}

#leftcol p {
	line-height: 26px;
}

#rightcol {
	background: #fff;
	float: right;
	color: #000;
	min-width: 280px;
	_width: 280px;
	padding: 10px;
	margin: 20px 0 30px 30px;
}

.producer {
	width: 270px;
	margin: 20px 0 0 15px;
	_margin: 20px 0 0 10px;
	height: 120px;
	padding: 10px;
	text-align: center;
	display: box;
	background: #fff;
	float: left;
	overflow: hidden;
}

.producer .producerName {
	color: #666;
	font-size: 13px;
	margin: 5px 0 0;
}

.producer a {
	text-decoration: none;
	display: block;
}

.producer h1, .producers  h1 {
	line-height: 100px;
	border-bottom: 0;
	color: #777;
	font-weight: bold;
}

.producers {
	text-align: center;
}

.producers a {
	display: block;
	margin: 10px 0;
}

.product {
	width: 210px;
	height: 150px;
	border: 10px solid #fff;
	background: #fff;
	float: left;
	margin: 10px 10px 0 0;
	text-align: center;
	overflow: hidden;
}

#productMenu {
	float: left;
	width: 190px;
	margin: 10px 0 0;
	padding: 0;
	color: #ffa800;
	font-size: 18px;
}

#productMenu li {
	background: url('MenuBg.png');
	_background: #000;
	margin: 0 0 2px 0;
	height: 36px;
}

#productMenu li a {
	display: block;
	padding: 5px 10px;
	_text-decoration: underline;
}

#menu li a:hover, #productMenu li a:hover {
	border: 1px solid #fff;
}


#products {
	width: 720px;
	float: right;
}

#footer {
	clear: both;
	margin: 0 0 18px 0;
	font-size: 12px;
	overflow: hidden;
	_overflow: auto;
	line-height: 22px;
}

#footer ul{
	margin: 0;
	padding: 0;
	float: left;
}

#footer li {
	float: left;
	width: 100px;
	height: 24px;
	text-align: center;
	display: block;
	border-right: 3px solid #000;
	background: url('MenuBg.png');
	_background: #000;
}

#footer li a {
	color: #fff;
	text-decoration: none;
	display:block;
	font-weight: bold;
	_text-decoration: underline;
}

#footer li a:hover {
	border: 1px solid #fff;
}


#footer .active {
	background: url('MenuActiveBg.png') bottom;
}

#copyright {
	float: right;
	margin: 0 10px 0 0;
}
