body{
	background: #000 url('../_img/main/bg.jpg') repeat;
	color:#fff;
	font-family: Tahoma, Verdana, Arial;
	padding: 0;
	margin: 0;
	font-size: 11px;
}
a, img, div, input, textarea, form, table, td, tr, ul, li, hr, h4{
	border: 0;
	padding: 0;
	margin: 0;
}
h4{
font-size: 13px;
}
table{
	border-collapse: collapse;
}

a.none{
	text-decoration: none;
}
a.none:hover{
	text-decoration: underline;
}
a.underline{
	text-decoration: underline;
}
a.underline:hover{
	text-decoration: none;
}
div#container{
	width: 810px;
	margin: 0 auto;
}
div#topLinks{
	width: 100%;
	height: 20px;
	margin-top: 10px;
	text-align: right;
}
div#topLinks a{
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	 font-weight: bold;
}
div#main{
	background: #363636;
	width: 100%;
	height: 600px;
	border: 2px solid #666;
}
div#top{
	height: 55px;
	background: url('../_img/main/top_bg.jpg') repeat-x;
}
div#content{
	height: 530px;
}
div#bottom{
	height: 15px;
	background: #facd04;
}
div#menu{
	background: url('../_img/main/menu_bg.jpg') repeat-x;
	height: 30px;
}
div#topLogo{
	width: 30%;
}
div#topMenu{
	width: 60%;
	height: 19px;
	margin-top: 20px;
}
div#topMenu a {
/*	width: 85px;*/
	display: block;
	overflow: hidden;
}
div#topMenu a.rollover img {
	display: block;
}
div#topMenu a.selected img {
	display: block;
/*	margin-left: -85px;*/
}
div#topMenu a.rollover:hover img {
/*	margin-left: -85px;*/
}
div.left{
	float: left;
}
div.right{
	float: right;
}
.black{
	color: #000;	
}
div#homeBaner{
	width: 100%;
	height: 140px;
	background: #000;
}
div#homeContent{
	background: #363636 url('../_img/main/home_bg.jpg') repeat-x;
	height: 358px;
	text-align: center;
	color: #fff;
	overflow: auto;
}
div#homeContent ul{
	margin-left: 20px;
}
div#homeContent a{
	color: #fff;
}
input.search{
	background: url('../_img/main/search_input.gif') no-repeat;
	color: #fff;
	width: 130px; 
	height: 15px; 
	font-size: 11px;
}
div#catalogMenu{
	float: left;
	height: 498px;
	width: 180px;
	color: #000;
	background: #fbcd05 url('../_img/main/catalog_menu_bg.jpg') repeat-x;
}
div#catalogMenu ul{
	margin: 0px 5px 0 5px;
}
div#catalogMenu ul.catalogSubmenu{
	margin: 0;
	background: #e68f05;
}
div#catalogMenu ul.catalogSubmenu a{
	color: #000;	
}
div#catalogMenu ul.catalogSubmenu li{
	border-bottom: 1px solid #fbcd05;
	padding-left: 10px;
}
div#catalogMenu h4{
	font-size: 13px;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-top: 5px;
	padding-bottom: 5px;
	color: #000;
	border-bottom: 1px #000 solid;
}
div#catalogMenu a{
	color: #000;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	line-height: 18px;
}
div#catalogMenu a:hover{
	color: #555;
}
div#catalogMenu a.selected{
	font-weight: bold;
}
div#catalogMenu li{
	padding-left: 5px;
	list-style: none;
	border-bottom: 1px solid #000;
}
div#catalogContent{
	float: right;
	height: 496px;
	width: 630px;
	overflow: auto;
	background: #363636 url('../_img/main/catalog_content_bg.jpg') fixed repeat-x ;
}
div#navigation{
	padding: 6px 10px 7px 10px;
	border-bottom: 1px #fff solid;
}
div#navigation a{
	color: #fff;
	text-decoration: none;
}
div#navigation a:hover{
	text-decoration: underline;
}
div.product{
	float: left; 
	margin-left: 20px; 
	border: 2px solid #facd04; 
	padding-top: 10px; 
	padding-left: 10px; 
	margin-top: 20px; 
	background: #fff; 
	width: 250px; 
	height: 120px; 
	color: #000;
}
div.product table{
	height: 110px;
}
div.product td{
}
div.product td a{
	color: #000;
	text-decoration: underline;
}
div.product td a:hover{
	text-decoration: none;
}