* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Arial", cursive;
	font-size: 14px;
	color: #969696;
	width: 100%;
}

#head {
	background: #f9f9f9;
	height: 95px;
	padding-top: 10px;
	border-bottom: 1px solid #d5dce8;
}
#wrap {
	width: auto;
	margin: 0 auto;
}
#head h1
{
	float:left;
}
#head a
{
	float:right;
}
input,select
{
	width:500px;
	height:10px;
	background: #235fff;
}

/* nav menu */
#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	border-left: 1px solid #d5dce8;
	border-right: 1px solid #d5dce8;
	border-bottom: 1px solid #d5dce8;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	height: 74px;
	padding-left: 10px;
	padding-right: 10px;
	background: #ffffff;
}
#nav li {
	float: left;
	display: block;
	background: #ffffff;
	position: relative;
	z-index: 0;
	margin: 0 2px;
}
#nav li a {
	display: block;
	width: 140px;
	padding: 0;
	font-weight: 80;
	line-height: 40px;
	text-decoration: none;
	color: #999999;
	zoom: 0;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	padding: 0px 10px;
}
#nav li a:hover {
	background-color: #ffffff;
	z-index: 0;
	border-left: 1px solid #d5dce8;
	border-right: 1px solid #d5dce8;
	color: #121212;
}
/* subnav */
#nav ul {
	position: absolute;
	left: 1px;
	display: none;
	margin: 0;
	padding: 0;
	z-index: 0;
	list-style: none;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	padding-bottom: 5px;
}
#nav ul li {
	width: 200px;
	float: left;
	z-index: 0;
	border-top: 1px solid #fff;
	text-align: left;
}
#nav ul li:hover {

	border-left: 2px solid transparent;
	border-right: 4px solid transparent;
}
#nav ul a {
	display: block;
	height: 20px;
	z-index: 0;
	line-height: 20px;
	padding: 8px 5px;
	color: #ffffff;
	border-bottom: 1px solid transparent;
	text-transform:  uppercase;
/* 		text-transform:  lowercase; */
	color: #999979;
	font-weight: normal;
}
#nav ul a:hover {
	text-decoration: none;
	z-index: 0;
	border-right-color: transparent;
	border-left-color: transparent;
	background: #FE9A2E;
	color: #4f4f4f;
}
