/* header*/
#head {
	min-height:43px;
	background: #FFF url("images_2/header.png") no-repeat 7px -5px;
	/*border:1px solid red;*/
}


#searchbox {
	margin:6px auto auto 560px;
	width:265px;
	height:27px;
	float:left;
	border:1px solid transparent;
}

#searchbox input {
	/*margin-top:5px;*/
	height:18px;
	width:230px;
	border:none;
	font-size:14px;
	color:#999;
}

#searchbox input:focus{
	outline:none;
}

#view_cart {
	margin:6px auto auto 18px;
	width:75px;
	height:30px;
	float:left;
	border:1px solid transparent;
}

#view_cart_link {
	text-decoration:none;
}

#mainmenu {
	margin-left:7px;
	/*border:1px solid red;*/
}

#mainmenu ul {
	padding:0;
	margin:0;
	list-style:none;
	display:table;
	width: 903px;
	/*border:1px solid transparent;*/
}

#mainmenu li {
	display:table-cell;
}

#mainmenu a {
	/*float:left;*/
	font-family: 'Arial', sans-serif;
	font-size:13px;
	font-weight:bold;
	white-space:nowrap;
	/*margin-left:2px;*/
	padding:10px;
	background:#0099CB;
	color:#FFF;
	text-decoration:none;
	/*font-weight:bold;*/
	display: block;
	text-align: center;
}

#mainmenu a:hover {
	background:#006599;
	color:#FFF;
}
