/*header*/
#header{
	z-index:2000;
	position:relative;	
	float:left;
	display:inline;
	width:928px;
	padding:10px 21px 0 21px;
	margin:0 0 0 1px;
}
#header div.headerlogo{
	float:left;	
	display:inline;
	margin:10px 0 15px 19px;
	width: 170px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/logo.jpg) no-repeat 0 0;
}
#header div.headerlogo a{
	float:left;	
	width:149px;
	height:72px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/logo.jpg) no-repeat 0 0;
}
#header div.headerlogo2{
	float:left;	
	display:block;
	margin:10px 0 0 0;
	width:255px;
	height:100px;
	background:url(../images/header2.jpg) no-repeat 0 0;
}
#header div.right{
	float:right;	
	display:inline;
	padding:0 0 1px 0;
	margin:0;
	width:475px;
	height:100px;
	text-decoration:none;
}
#header div.right div.holiday{
	float:left;	
	display:inline;
	margin-top:10px;
	width:150px;
	height:20px;
	padding-left:30px;
	text-decoration:none;
}
#header div.right div.holiday h2{
	padding:0;
	margin:0;
	font-size:1.0em;
	line-height:1.1786em;
	font-weight:normal;
	color:#FB7242;
}
#header div.right div.search{
	float:right;	
	display:inline;
	margin-top:10px;
	width:250px;
	height:20px;
	text-decoration:none;
}
#header div.search div.search-form{
	position:relative;
	width:100%;
	padding:5px;
	margin:-5px;
	overflow:hidden;
}
#header div.search div.search-form form{
	float:right;
}
#header div.search div.search-form fieldset{
	float:left;
}
#header div.top-menu{
	width:100%;
	padding:0 0 10px;
	overflow:hidden;
}
#header div.top-menu ul{
	float:right;
	padding:0;
	font-size:0.9167em;
	line-height:1.1819em;
	list-style:none;
	color:#5B2501;
}
#header div.top-menu ul li{
	display:inline;
	text-decoration:none;
}
#header div.top-menu a{
	padding:0 5px;
	color:#5B2501;
}
input.text{
	width:185px;
	height:17px;
	padding:3px 3px 2px;
	margin:0;
	border:1px solid #c3c3c3;
	font:11px Arial,Helvetica,sans-serif;
	color:#666;
}
#header div.search-form input.text{
	float:left;
}
input.submit{
	height:22px;
	padding:0 0 1px;
	border:0;
	margin:0 0 0 3px;
	font:bold 10px Arial,Helvetica,sans-serif;
	cursor:pointer;
	color:#fff;
	background:#ec7a35;
}
#header div.search-form input.submit{
	float:left;
	display:inline;
	width:51px;
	background-color:#FB7242;
}
#header div.search-form input.hover,
#header div.search-form input.submit:hover{
	background-position:0 -22px;
}
#header div.menu{
	float:left;
	width:100%;
	background-color:#fff;
}
#header div.menu ul{
	float:left;
	display:inline;
	margin:0;
	padding:0;
	font-size:.81em;
	line-height:29px;
	font-weight:bold;
	list-style:none;
	background:url(../images/bg-menu-brown.png) repeat-x 0 0;
}
#header div.menu ul li{
	position:relative;
	float:left;
	margin:0 0 0 -1px;
}
#header div.menu a{
	float:left;
	padding:0 24px 0 25px;
	white-space:nowrap;
	color:#fff;	
}
#header div.menu ul li.active{
	background:url(../images/bg-menu-orange.png) repeat-x 0 0;
}
#header div.menu ul li.hover,
#header div.menu ul li:hover{
	background:url(../images/bg-menu-orange.png) repeat-x 0 0;
}
#header div.menu ul li.hover a,
#header div.menu ul li:hover a{
	text-decoration:none;
	background:url(../images/bg-menu-orange.png) repeat-x 0 0;
}
#header div.menu ul li.hover ul,
#header div.menu ul li:hover ul{
	display:block;
}
#header div.menu ul li ul{
	display:none;
	position:absolute;
	left:0;
	top:29px;
	z-index:9999;
	float:none;
	width:100%;
	border-bottom:1px solid #fff;
	font-size:11px;
	line-height:16px;
	font-weight:normal;
	overflow:hidden;
	background:#5C2F11;
}
#header div.menu ul li.hover ul li,
#header div.menu ul li:hover ul li,
#header div.menu ul li ul li{
	position:static;
	float:none;
	background:none;
}
#header div.menu ul li.hover ul li a,
#header div.menu ul li:hover ul li a,
#header div.menu ul li ul li a{
	float:none;
	display:block;
	height:1%;
	padding:4px 0 4px 10px;
	border-top:1px solid #fff;
	background:none;
}
#header div.menu ul li.hover ul li a:hover,
#header div.menu ul li:hover ul li a:hover,
#header div.menu ul li ul li a:hover{
	padding:4px 0 4px 10px;
	background:#311305;
}
