/* Start Clearfix */

.bg_left:after,
.bg_right:after,
#search:after,
.nav:after,
#header:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.bg_left,
.bg_right,
#search,
.nav,
#header
{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .bg_left,
* html .bg_right,
* html #search,
* html .nav,
* html #header
{
	height: 1%;
}
.bg_left,
.bg_right,
#search,
.nav,
#header
{
	display: block;
}
/* End hide from IE-mac */

/* End Clearfix */


#header {
	margin: 0 auto;
	width: 1000px;
}

#logo {
}

#logo a {
	display: block;
	margin: 0 auto;
	width: 250px;
}

#logo a img {
	display: block;
	margin: 0 auto;
}

.nav {
	margin: 0 auto;
	/*width: 550px;*/
	width: 650px;
	
	background: url('../images/nav_bg.jpg') repeat-x top left;
}

.nav .bg_left {
	background: url('../images/nav_cap_left.jpg') no-repeat top left;
	margin: 0;
	padding: 0;
}

.nav .bg_right {
	background: url('../images/nav_cap_right.jpg') no-repeat top right;
	margin: 0;
	padding: 0;
	
	min-height: 33px;
}

.nav h2 {
	display: none;
}

.nav ul {
	list-style: none;
	padding: 0 14px;
}

.nav li {
	float: left;
	margin: 0;
	padding: 0 10px;
	
	height: 33px;
	/*overflow: hidden;*/
	
	position: relative;
}

.nav .sub_nav {
	background: #474141;/*#494748;*/
	
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	
	position: absolute;
	top: 25px;
	left: 12px;
	z-index: 999;
	
	width: 81px;
	
	font-size: 11px;
	
	display: none;
}

.nav .sub_nav ul {
	background: url('../images/sub_nav_bg_bottom.jpg') no-repeat bottom left;
	margin: 0;
	padding: 10px 0;
}

.nav .sub_nav li {
	float: none;
	padding: 2px 10px;
	height: auto;
}

.nav .sub_nav li a {
	color: #FFFFFF;
}

.nav li.sfhover .sub_nav,
.nav li:hover .sub_nav {
	display: block;
}

.nav li iframe {
	display: none;
}
/* http://www.hedgerwow.com/360/bugs/css-select-free.html */
.nav li.sfhover iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:12px;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:82px;/*must have for any big value*/
	height:100px/*must have for any big value*/;
}

#primary_nav {
	/*width: 555px;*/
	/*width: 655px;*/
	width: 765px;
}

#category_nav {
	/*width: 652px;*/
	/*width: 752px;*/
	width: 860px;
	margin-right:70px;
}

#category_nav ul {
	padding: 0 10px;
}

#category_nav ul li a:visited{
	color:#000000;
}
#category_nav ul li a{
	color:#000000;
}
#cart {
	float: right;
	padding-right: 2px;/*4px;*/
	
	height: 33px;
	overflow: hidden;
	
	margin-top: -5px;
	margin-right: -5px;
}

#search {
	margin: 0 auto;
	/*width: 550px;*/
	width: 650px;
	
	background: url('../images/nav_bg.jpg') repeat-x top left;
}

#search .bg_left {
	background: url('../images/nav_cap_left.jpg') no-repeat top left;
	margin: 0;
	padding: 0;
}

#search .bg_right {
	background: url('../images/nav_cap_right.jpg') no-repeat top right;
	margin: 0;
	padding: 5px;
	
	min-height: 33px;
}

#search h2 {
	float: left;
	padding: 3px 7px;
	
	color: #239198;
	font-size: 14px;
}

#search ul {
	list-style: none;
}

#search li {
	float: left;
	width: 165px;
}

#search li select {
	width: 95%;
}

#submit_search {
	/*float: right;
	padding-right: 14px;*/
	float: left;
	padding-left: 5px;
}

