@charset "utf-8";
/* CSS Document */

body {
	background:#000;
	font:normal 14px Arial, Helvetica, sans-serif;
	margin:0;
}


/*global css-----------------------------------------------------------------*/
.bottom-border {
	border-bottom:3px solid #b0b0b0;
	margin-bottom:20px;
}
.clear-both { clear:both; }
.float-left { float:left; }
.floart-right { float:right; }
.no-spaces {}
.no-spaces li {
	display:block;
	list-style:none;
	margin-bottom:9px;
}
.none { display:none; }

h1 {
	color:#d2000e;
	font-size:42px;
	font-weight:normal;
}

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

/*top*/
#top { text-align:right; }
#top a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
#top ul {
	margin:0;
	padding:20px;
}
#top li {
	line-height:20px;
	list-style:none;
	display:block;
}

/*navigation*/
#navigation { clear:both; }
#navigation-list {
	background:url(../img/images/navbg.gif) repeat-x;
	width:972px; 
}
#navigation-list li {
	border-right:1px solid #000;
	float:left; 
	list-style:none;
	display:block;
	padding:8px 0;
}
#navigation-list li a {
	color:#000;
	font-size:17px;
	font-weight:bold;
	margin:0 10px;
	text-decoration:none;
}
#navigation-list ul, #footer ul, .left-wrap ul, .no-spaces ul, .navleft ul {
	margin:0;
	padding:0;
}

/*body css-----------------------------------------------------------------*/
#banner { background:#000; }
#content-container {
	background:url(../img/images/mainbackground.jpg);
	margin:3.3em 0 2em 0;
}
#content-left {
	float:left;
	padding:9px;
	width:153px;
}
.left-wrap {}
.navleft {
	margin:10px 0;
	font-weight:bold;
}
.navleft a { color:#333; text-decoration:none; }
.navleft li {
	background:#ffcc33;
	border:1px solid #a07a49;
	color:#333;
	display:block;
	list-style:none;
	padding:2px;
}
.navleft ul li ul li {
	background:#fee4a9;
	border:none;
	padding-left:10px;
}
.btnSearch {
	background:url(../img/images/btnSearch.jpg);
	border-style:none;
	height:26px;
	margin-top:5px;
	width:59px;
}

#content-right {
	float:right;
	width:799px;
}

/*product*/
#productt {}
#productt ul {
	margin:0;
	padding:0;
}
body#category #productt li { margin-right:-1px; } 
#productt li {
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	border-top:1px solid #999;
	border-collapse:collapse;
	display:block;
	float:left;
	height:200px;
	list-style:none;
	margin-top:-1px;
	padding:10px;
	width:179px;
}
#productt ul li ul li {
	border:none;
	height:auto;
	line-height:22px;
	margin:0 0 0 10px;
	padding:0;
	width:100px;
}
#productt li.last_item_of_line { border-right:none; }

/*footer css-----------------------------------------------------------------*/
#footer {
	clear:both;
	color:#fff;
	text-align:center;
}
#footer li {
	display:inline;
	list-style:none;
}
#footer li a {
	color:#fff;
	margin:0 5px;
	text-decoration:none;
} 
