/* -----------------Global Header styles----------------- */
#global_header_wrap{
	background: url('/images/autoweek_header_bg.jpg') no-repeat center 1px;
	height: 114px;
	font-size: 12px;
	margin-bottom: 7px;
}

#global_header{
	height:114px;
	width:984px;
	margin:auto;
}

#logo_bg{
	height:auto;
	width:100%;
	min-height:88px;
	position:relative;
}

a:hover {
    text-decoration: underline;
}

#reg_search_div{
	width:100%;
	float:right;
	position: relative;
	top: 8px;
	height: 33px;
}

#reg_login{
	float:right;
	color: #FFF;
}

#search-box{
	float:right;
	position:relative;
	top: -2px;
	right: -15px;
	padding-left: 10px;
}

.search_input_field{
	border: 2px solid #a7a9ac;
	padding-right: 35px;
	color: #797979;
	font-family: sans-serif,"Arial", "Helvetica";
	font-style: italic;
	font-size: 10px;
}

#logo_div{
	float:left;
}

#logo_autoweek{
	background:url('/images/logo_autoweek.png') no-repeat;
	position:absolute;
	width:252px;
	height:33px;
	top:42px;
	left:68px;
}

#page_desc{
	position: relative;
	float: right;
	height: 13px;
	width: 500px;
	margin: 30px 20px 0 0;
	
}

.racing_desc{
	background: url('/images/racing_desc.png') no-repeat right top;
}

.collector_desc{
	background: url('/images/collector_desc.png') no-repeat right top;
}

.register_link{
	text-transform: uppercase;
	color: #FFF !important;
}

.login_link{
	text-transform: uppercase;
	color: #FFF !important;
	}

.login_user{
	color: #FFF !important;
}

.search_button{
	background: url('/images/go_button.png') no-repeat;
	width:31px;
	height:14px;
	border: none;
	cursor:pointer;
	position: relative;
	top: 2px;
	right: 37px;
}
.search_button:hover{
	background: url('/images/go_hover.png') no-repeat;
}

.search_button:active{
	background: url('/images/go_button.png') no-repeat;
}

/* -----------------Global Nav styles----------------- */
#site_nav{
	position: absolute;
	top: 86px;
	width: 100%;
}

#inner{
	width: 980px;
	margin:0 auto;
	height: 29px;
}

#global_nav{
	float: left;
	width: 100%;
	padding-left: 51px;
	list-style-type: none;
}

li.nav_item{
	float: left;
	margin-right: 1px;
}

.nav_item{
	text-transform: uppercase;
}

.drop{

}

.nav_item ul.menu{
	list-style-type: none;
	z-index:999999;
	display: none;
	position: absolute;
	background: #F0F0F0;
	box-shadow: 4px 1px 4px 0px #A5A5A5;
	-moz-box-shadow: 4px 1px 4px 0px #A5A5A5;
	-webkit-box-shadow: 4px 1px 4px 0px #A5A5A5;
}

.nav_item:hover a.nav_item_text{
	background:url("/images/red_nav_item.jpg") repeat-x;
	color: #FFF;
}

.nav_item:hover ul.menu{
	display: block;
}

.nav_item ul.menu li{

}

.nav_item_text{
	color: #000;
	display:block;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
	height: 23px;
	position: relative;
	line-height: 18px;
}

.nav_item_text:hover{
	text-decoration: none;
}

li.child{
	border-bottom: 1px solid #E1E1E1;
	padding: 3px 0px;
	margin: 0 17px;
}

.in_child{
	color: #686868 !important;
	padding-bottom: 3px;
	display:block;
	padding-left: 5px;
    padding-right: 5px;
	padding: 4px 5px 3px;
	text-align: left !important;
}

.in_child:hover{
	background: #686868;
	color: #FFF !important;
	text-decoration: none;
}

.last_child{

}

.menu_first{
	margin-top: 10px !important;
}

.menu_last{
	margin-bottom: 10px !important;
	border-bottom: none !important;
}

.current_active a.nav_item_text{
	background:url("/images/red_nav_item.jpg") repeat-x;
	color: #FFF;
}
