body {
	min-width: 1000px;
}

.ui-menu-cont{
	position: relative;
	height: 60px;
	background: #e67243 url("header-right.jpg") no-repeat right top;
}
.ui-menu-cont:before{
	content: "";
	position: absolute;
	right: 967px;
	top: 0;
    z-index: 1;
	height: 60px;
	width: 100%;
	background: url("header.jpg") repeat-x 0 0;
}
.ui-menu-cont .ui-menu-maxwidth{
    position: relative;
	padding: 0 0 0 20px;
    z-index: 2;
}
.logo{
	float: left;
	width: 175px;
	height: 60px;
	background: url("logo_double.png") no-repeat center 0;
}
.logo:hover{
	background-position: center -60px;
}

.ui-menu{
	padding: 14px 0 0 0;
}

.ui-menu li{
	position: relative;
	border: none !important;
	float: left;
	height: inherit;
}
.ui-menu li > a{
	position: relative;
	z-index: 2;
	display: block;
	height: inherit;
	padding: 0 15px;
	color: #fff6b8;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
	-moz-text-shadow: 0 2px 3px rgba(56, 25, 0, .7);
	-webkit-text-shadow: 0 2px 3px rgba(56, 25, 0, .7);
	text-shadow: 0 2px 3px rgba(56, 25, 0, .7);
	border: none !important;
}
.ui-menu li > a:hover{
	height: inherit;
	border-width: 0;
	background: none;
	line-height: 30px;
	color: #fff;
}
.ui-menu > li:hover:before{
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: -14px;
	display: block;
	width: 265px;
	height: 60px;
	margin-left: -132.5px;
	background: url("menu_hover.png") no-repeat 0 0;
}
.ui-menu li.selected a{

}
.ui-menu li.selected a{
	padding: 0 15px;
	height: inherit;
	border: none;
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	line-height: 30px !important;
    color: #fff;
    -moz-text-shadow: 0 -2px 0 rgba(56, 25, 0, .5);
    -webkit-text-shadow: 0 -2px 0 rgba(56, 25, 0, .5);
    text-shadow: 0 -2px 0 rgba(56, 25, 0, .5);
}
.ui-menu li.last a{
	height: inherit;
	border: none;
	line-height: 30px;
}
.ui-menu li.dropdown-toggle a{
	position: relative;
	z-index: 1102;
	padding: 0 18px 0 15px;
	background: url("arrow_drop.png") no-repeat right 14px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.ui-menu li.dropdown-toggle.selected:before{
	display: none;
}
.ui-menu li.dropdown-toggle.selected{
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	background: #fff;
	-webkit-box-shadow: 0 0 2px #aaa;
	-moz-box-shadow: 0 0 2px #aaa;
	box-shadow: 0 0 2px #aaa;
}
.ui-menu li.dropdown-toggle.selected a{
	background: none;
}
.dropdown-menu{
	left: 0;
	top: 31px;
	-webkit-box-shadow: 0 3px 2px #AAAAAA;
	-moz-box-shadow: 0 3px 2px #AAAAAA;
	box-shadow: 0 3px 2px #AAAAAA;
}

/* begin searchform */
.search_form{
	background: url("searchform.jpg") no-repeat 0 0;
}
.search_form .search_form_in{
	height: 88px;
	padding: 14px 3%;
}
.search_form .search_form_action{
	background: transparent;
}
.search_form .search_form_action_in{
	padding: 8px 0;
}
/* end searchform */

/* begin footer */
.footer-container{
	height: 98px;
	background: url("footer.jpg") repeat-x center top;
}
.footer-container .footer{
	padding-top: 25px;
}
.footer-container .footer div{
	margin: 0 0 4px 0;
}
.footer-container .ui-footer-menu{
	margin-top: 11px;
}
.footer-container .ui-footer-menu li {
	background: none;
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
}
/* end footer */


































