@CHARSET "ISO-8859-1";
*{font-family: Arial, Verdana, Sans Serif;}

h1, h2, h3, h4, h5, h6, p, dl, dt, dd{
	margin					: 0;
	padding					: 0;
}

img{
	border					: none;
	border-radius			: 5px;
	-moz-border-radius		: 5px;
	-webkit-border-radius	: 5px;
}

a{
	text-decoration			: none;
}

.hidden{
	display					: none;
}

#wrapper{	
	width					: 1000px;
	margin					: auto;
}

#header{
	width					: 1000px;
	height					: 67px;
	float					: left;
	background-image		: url(../images/headerBg.png);
}

#header .logo{
	float					: left;
	margin-top				: 5px;
	margin-left				: 5px;
}

#header h1{
	float					: left;
	font-family				: Arial, Verdana, Sans Serif;
	font-size				: 34px;
	margin-bottom			: 0px;
	margin-top				: 13px;
	margin-left				: 13px;
}

#header h5{
	float					: right;
	font-family				: Arial, Verdana, Sans Serif;
	margin-bottom			: 0px;
	margin-top				: 45px;
	margin-right			: 10px;
}

#menu{
	width					: 998px;
	height					: 50px;
	float					: left;
	background-color		: #683724;
	border					: 1px solid #461502;
	border-top				: none;
	border-radius			: 0px 0px 5px 5px;
	-moz-border-radius		: 0px 0px 5px 5px;
	-webkit-border-radius	: 0px 0px 5px 5px;	
}

#menu .mainMenu{
	margin-top				: 12px;
	margin-left				: 10px;
	padding					: 0;
}

#menu .menuItem{
	margin-left				: 5px;
	padding					: 10px;
	padding-top				: 3px;
	padding-bottom			: 3px;
	height					: 20px;
	display					: inline-block;
}

#menu .menuItem:first-child{
	margin-left				: 0;
}

#menu .active{
	background-color		: #b29d7c;
	background-image		: url(../images/menuItemBg.png);
	/*border					: 1px solid #111111;*/
	border-radius			: 5px;
	-moz-border-radius		: 5px;
	-webkit-border-radius	: 5px;
}

a.active{
	float					: left;
	background-color		: #b29d7c;
	background-image		: url(../images/buttonBg.png);
	/*border				: 1px solid #111111;*/
	border-radius			: 5px;
	-moz-border-radius		: 5px;
	-webkit-border-radius	: 5px;
	margin-top				: 10px;
	padding					: 4px 10px 6px 10px;
	font-weight				: bold;
	color					: #B29D7C;
}

#menu .menuItem a{
	color					: #000000;
	font-size				: 16px;
	font-weight				: bold;
	text-decoration			: none;
}

#container{
	width					: 1000px;
	height					: auto;
	float					: left;
	margin-top				: 10px;
}

#footer{
	float					: left;
    font-size				: 12px;
    font-weight				: bold;
    height					: 23px;
    margin-top				: 10px;
    padding-left			: 10px;
    padding-top				: 7px;
    width					: 988px;
	background-color		: #683724;
	border					: 1px solid #461502;
	border-radius			: 5px;
	-moz-border-radius		: 5px;
	-webkit-border-radius	: 5px;	
}



/** CONTENT AND DEEPER CSS **/

.oneCol{
	float					: left;
	width					: 980px;
	padding					: 10px;
	background-color		: #b29d7c;
	border-radius			: 5px;
	-moz-border-radius		: 5px;
	-webkit-border-radius	: 5px;
}

.images{
	float					: left;
	width					: 160px;
}

.contentText{
	float					: left;
	width					: 820px;
}

.sideMenu{
	float					: left;
	width					: 150px;
	padding					: 10px;
	background-color		: #b29d7c;
	border-radius			: 5px;
	-moz-border-radius		: 5px;
	-webkit-border-radius	: 5px;
	margin-right			: 10px;
}

.sideMenu ul{
	margin					: 0;
	padding					: 0;
}

.sideMenu ul li{
	list-style				: none;
	list-style-type			: none;
	margin-bottom			: 3px;
}

.sideMenu ul li a{
	text-decoration			: none;
	color					: #000000;
	font-weight				: bold;
	font-size				: 12px;
}

.sideMenu ul li.active a{
	color					: #ffffff;
}

.mainCol{
	float					: left;
	width					: 800px;
	padding					: 10px;
	background-color		: #b29d7c;
	border-radius			: 5px;
	-moz-border-radius		: 5px;
	-webkit-border-radius	: 5px;	
}

.productList{
	float					: left;
	width					: 126px;
	height					: 106px;
	display					: inline-block;
	margin-left				: 10px;
}

dl.first{
	margin-left				: 0;
}

.productList dt{
	height					: 20px;
	color					: #000000;
	padding-left			: 3px;
}

.productList dd{
	height					: 80px;
	width					: 120px;
	overflow				: hidden;
	border					: 3px solid #461502;
	border-radius			: 5px;
	-moz-border-radius		: 5px;
	-webkit-border-radius	: 5px;
}

.productList dd img{
	border					: none;
}

.itemImg{
	float					: left;
	width					: 136px;
	padding-right			: 15px;
}

.itemImg img{
	float					: left;
	width					: 130px;
	overflow				: hidden;
	border					: 3px solid #461502;
	border-radius			: 5px;
	-moz-border-radius		: 5px;
	-webkit-border-radius	: 5px;
	margin-right			: 10px;
}

.itemInfo{
	float					: left;
	width					: 624px;
	font-size				: 12px;
	padding-left			: 15px;
	border-left				: 1px solid #461502;
}

.itemInfo .title, .itemInfo .desc{
	float					: left;
	width					: 150px;
	margin-bottom			: 5px;
	font-weight				: bold;
}

.itemInfo .desc{
	width					: 654px;
}

.itemInfo .descSub{
	float					: left;
	width					: 654px;
}

.itemInfo .data{
	float					: left;
	width					: 474px;
	margin-bottom			: 5px;
}

.oneCol .infoTab{
	float					: left;
	width					: 357px;
	text-align				: right;
	padding-right			: 10px;
}

.infoTab h2{
	margin-bottom			: 10px;
}

#contactForm{
	text-align				: left;
	float					: right;
	width					: 459px;
	padding-left			: 10px;
	margin-right			: 143px;
	border-left				: 1px solid #683724;
}

#contactForm h2{
	text-align				: center;
	margin-bottom			: 10px;
}

.contactLabel{
	float					: left;
	width					: 150px;
	padding-top				: 4px;
}

#contactForm input{
	float					: left;
	width					: 300px;
	height					: 20px;
	margin-bottom			: 5px;
}

#contactForm textarea{
	float					: left;
	width					: 300px;
	height					: 150px;
}

#contactForm button, #requestForm button{
	float					: right;
	font-weight				: bold;
	margin-right			: 2px;
	margin-top				: 5px;
	color					: #b29d7c;
	background-color		: #683724;
	background-image		: url(../images/buttonBg.png);
	border					: none;
	height					: 26px;
	padding-bottom			: 5px;
	border-radius			: 5px;
	-moz-border-radius		: 5px;
	-webkit-border-radius	: 5px;
}


#requestForm{
	float					: left;
	width					: 300px;
	font-size				: 12px;
}

#requestForm span{
	float					: left;
	width					: 100px;
	padding-top				: 4px;
	padding-bottom			: 3px;
	margin-bottom			: 5px;
}

#requestForm input{
	float					: left;
	margin-bottom			: 5px;
	width					: 191px;
}

#requestForm span.tips{
	width					: auto;
	margin-bottom			: 3px;
	padding					: 0;
	font-style				: oblique;
	font-size				: 11px;
}