/* /resources/components/header/style.css */

#bug {
	background: url(/resources/images/site/lady_bug.gif)  no-repeat;
	border: none;
	height: 2.7em;
	margin:-0.7em 0.5em 0 0 !important;
	width: 3em;
	position: absolute;
	left: 0;
	cursor: pointer;
}
#headerArea {
	width: 100%;
/*	height: 100%;/**/
/*	background: url(/resources/images/site/bg-header.gif) repeat-x;/**/
/*	background-image: -webkit-linear-gradient(#fff 75px, #73c0ba 76px, #008c82 87px, #008c82 109px, #fff 110px);*/
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.6818, #fff), color-stop(0.6909, #008080), color-stop(0.7909, #008080), color-stop(0.9909, #008080), to(#fff));
	background-image: -moz-linear-gradient(#FFFFFF 120px, #008080 121px, #008080 132px, #008080 154px, #FFFFFF 155px);
	background-image: -o-linear-gradient(#FFFFFF 120px, #008080 121px, #008080 132px, #008080 154px, #FFFFFF 155px);
	background-image: linear-gradient(#FFFFFF 120px, #008080 121px, #008080 132px, #008080 154px, #FFFFFF 155px);
	-pie-background: linear-gradient(#FFFFFF 120px, #008080 121px, #008080 132px, #008080 154px, #FFFFFF 155px);
/*
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.6818, #fff), color-stop(0.6909, #73c0ba), color-stop(0.7909, #008c82), color-stop(0.9909, #008c82), to(#fff));
	background-image: -moz-linear-gradient( #fff 75px, #73c0ba 76px, #008c82 87px, #008c82 109px, #fff 110px);
	background-image: -o-linear-gradient(#fff 75px, #73c0ba 76px, #008c82 87px, #008c82 109px, #fff 110px);
	background-image: linear-gradient(#fff 75px, #73c0ba 76px, #008c82 87px, #008c82 109px, #fff 110px);
	-pie-background:  linear-gradient(#fff 75px, #73c0ba 76px, #008c82 87px, #008c82 109px, #fff 110px);
*/
}
#headerArea .headerComponent {
	width: 1000px;
	height: 155px;
	overflow: hidden;
	margin: 0 auto;
}
#headerArea .top-nav {
	/*margin: 0 0 25px;	/* space under logo */
	overflow: hidden;/*FF*/
	zoom: 1.0;/*ie6*/
}
#headerArea .logo{
	float: left;
	margin: 30px 0 35px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/resources/images/site/logo.png) no-repeat;
}
#headerArea .logo a {
	width: 284px;
	height: 61px;
	display: block;
}
#headerArea .box-menu {
	float: right;
	overflow: hidden;
}
#headerArea .menu {
	margin: 5px -30px 0 0;
	padding: 0;
	float: right;
	list-style: none;
}
#headerArea .menu li {
	display: inline;
	padding: 0 20px 0 0;
	font-weight: bold;
}
#headerArea .menu li a{
	color: #666;
}
#headerArea .sub-nav{
	/*width: 310px;*/
	padding: 8px 0 0 10px;
	overflow: hidden;
	float: right;
	margin: 0;
	/*padding: 5px 0 0 25px;*/
	list-style: none;
	height: 24px;
	/*width: 285px; /* keeps bg image from being trunked */
	background: url(/resources/images/site/bg-menu.gif) no-repeat;
	white-space: nowrap;
}
#headerArea .sub-nav li{
	float: left;
	display: inline;
	margin: 0 0 0 20px;
	font-weight: bold;
	white-space: nowrap;
}
#headerArea .sub-nav li a { 
	color:#008c82;
}
#headerArea .nav-bar {
	overflow: hidden;
	width: 1000px;
/*	padding-bottom: 1em;/**/
}
#headerArea .nav {
	float: left;
	width: 750px;
	overflow: hidden;
}
#headerArea .nav ul {
	overflow: hidden;
	margin: 0;
	padding: 5px 0 0;
	list-style: none;
	width: 770px;
}
#headerArea .nav ul li {
	float: left;
	display: inline;
	margin: 0 34px 0 0;
	font-weight: bold;
	text-transform: uppercase;
}
#headerArea .nav ul li a {
	color: #fff;
}
#headerArea .nav ul li a:hover {
	color: #ffe896;
	text-decoration: none;
}
#headerArea .search {
	float: right;
	width: 232px;
	overflow: hidden;
	margin: 1px 0 0;
}
#headerArea .search span {
    background:  #FBFBFB;
    border: 1px solid #CCCCCC;
    height: 16px;
    padding: 0 7px;
    width: 188px;
	float: left;
	/*height: 18px;
	padding: 2px 8px 0;
	background: url(/resources/images/site/bg-input.gif) no-repeat;*/
}
#headerArea .search input {
	line-height: 1.1em;
    font-family: Helvetica,Arial,Verdana,sans-serif;
    font-size: 1.1em;
    font-weight: normal;
	/*font-weight: bold;*/
	color: #999;
	/*width: 188px;*/
	border: 0;
	background: none;
	padding: 0;
	margin: 0;
}
#headerArea .search input[type="text"] {
    padding-top: 2px;
}
#headerArea .btn-search {
	width: 28px !important;
	/*height: 19px;*/
	float: left;
	margin: 1px 0 0;
}
#headerArea .headerMoreInfo {
	float:left;
	margin-top:35px;
	margin-left:55px;
	text-align:right;
}