/*Navigation*/
#header {
	float:left;
	clear:both;
	width:1000px;
	height:170px;
	background-color:#FFF;
	z-index:20;
	position: relative;
	background-image:url(../graphics/header.jpg);
	background-repeat: no-repeat;
	margin:0 10px 0 10px;
	}
	
#header_text {
	float:right;
	margin-top:15px;
	margin-right:30px;
}

#header_text a {
	color:#FFF;
}

#header_text a {
	color:#ccc;
}

#header p  {
	color: #fff;
	float:left;
	font-size:11px;
	margin-bottom:20px;
	text-align:right;
}

#header img  {
	position:absolute;
	left: 28px;
	top: 17px;
}


#social {
	position:absolute;
	top:80px;
	right:90px;
	font-size:22px;
	color:#999999;
	font-family: 'Cuprum', arial, serif;
	line-height:30px;
	}
	
#facebookheader {
	padding-left:40px;
	color:#fff;
	background: url(../graphics/facebook.png) center left no-repeat;
	}
	
#twitterheader {
	padding-left:40px;
	color:#fff;
	background: url(../graphics/twitter.png) center left no-repeat;
	}
	
#facebook:hover, #twitter:hover {
	color:#ccc;
	text-decoration:none;
	}

#navigation_wrap {
	width:980px;
	clear:both;
	margin-left:10px;
	*margin-top:20px;
}

#navigation {
	float:left;
	width:740px;
	height:37px;
	margin-top:5px;
	background:url(../graphics/navigation.gif) top right repeat-x  ;
	}

#links {
	height:15px;
	margin:10px 0 0 10px;
	float:left;
	}

#links ul {
	list-style:none;
	margin:0;
	padding:0;
	}

#links li {
	list-style:none;
	float:left;
	margin:0px;
	border-right:1px solid #ccc;
	}

#links li a {
	text-decoration:none;
	list-style:none;
	padding-right:16px;
	padding-left:16px;
	color:#000;	
	}

#links li a:link,#links li a:visited {
	/*display:block;/*   /*Uncomment if defining a width for each button*/
	font-size:11px;
	font-weight:bold;
	text-align:center;
	height:11px;
	}

#links li a:hover,#links li a:active, #links li .current {
	color:#c7c7c7;
	text-decoration:none;
	}

#navigation-search {
	float:left;
	width:240px;
	height:37px;
	margin-top:5px;
	background:url(../graphics/navigation.gif) top left;
	background-repeat: repeat-x;
	}

#MakeDropDown {
	float:left;
	margin-top:8px;
	margin-left:15px;
	width:95px;
	background-color:#ffffff;
	color:#000000;
	font-size:11px;
	}

#ModelDropDown {
	float:left;
	margin-top:8px;
	margin-left:10px;
	width:95px;
	background-color:#ffffff;
	color:#000000;
	font-size:11px;
	}

/* Drop Down */
#menu1 {
	position:absolute;
	left:325px;
	top:153px;
	width:130px;
	visibility:hidden;
	z-index:2000
	}

#menu1 ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	width:130px;
	}

#menu1 li {
	list-style-type: none;
	width:132px;
	}

#menu1 a {
	display: block;
	height:19px;
	padding-top:3px;
	width:130px;
	text-align:center;
	text-decoration: none;
	color:#000000;
	font-size:11px;
	font-weight: normal;
	background-color:#f0f0f0;
	border-top:#fff solid 1px;
	z-index:2000
	}

#menu1 a:hover {
	color:#c7c7c7;
	text-decoration:none;
	}

