/*Navigation*/
#navigation {
	position:relative;
	width:1000px;
	height:54px;
	margin-bottom:10px;
	background: url(../graphics/nav-bg.gif) no-repeat;
	z-index: 2;
	}

#links {
	width:1000px;
	height:20px;
	padding:10px 0 10px 0;
	z-index:20;
	}

#links li {
	float:left;
	background:url(../graphics/navigation-line.png) right top no-repeat;
	}

#links li a {
	display:block;
	padding:10px 12px 18px 12px;
	font-size:14px;
	text-decoration:none;	
	color:#fff;			
	}

#links li a:hover {
	color:#ccc;
	background:url(../graphics/navigation-current.png) no-repeat bottom center;
}

#links li .current {
	font-weight:bold;
	background:url(../graphics/navigation-current.png) no-repeat bottom center;
	}

/* Drop Down */
#menu1 {
	visibility:hidden;
	position:absolute;
	left:170px;
	top:58px;
	width:125px;	
	z-index:16666666;
	}

#menu2 {
	visibility:hidden;
	position:absolute;
	left:746px;
	top:58px;
	width:125px;	
	z-index:16666666;
	}

#menu3 {
	visibility:hidden;
	position:absolute;
	left:875px;
	top:58px;
	width:125px;	
	z-index:16666666;
	}


#menu1 ul, #menu2, #menu3 ul {
	width:125px;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;	
	z-index:16666666;
	}

#menu1 li, #menu2, #menu3 li {
	width:125px;
	list-style-type: none;	
	z-index:16666666;
	}

#menu1 a, #menu2 a, #menu3 a {
	display: block;
	width:135px;
	height:20px;
	padding:10px 0 0 10px;
	font-size:12px;
	text-align:left;
	text-decoration:none;
	color: #333;	
	font-weight: normal;
	background-color:#f5f5f5;
	border-bottom:#fff solid 1px;
	border-left:#fff solid 1px;
	border-right:#fff solid 1px;
	z-index:16666666;
	}

#menu1 a:hover, #menu2 a:hover, #menu3 a:hover {
	color: #ccc;
	text-decoration:none;
	}

/* Top Section */
#top {
	clear:both;
	width:1000px;
	height:140px;		
}

#logo {
	display:block;
	float:left;	
	width:120px;
	height:120px;
	margin-left: 15px;
	background:url(../graphics/logo.jpg) no-repeat;	
}

#top #top-right  {
	float:right;
	margin-top:20px;
	padding-right:10px;
	text-align:right;	
}

.top-address {
	
	font-size:16px;
	line-height:30px;
	color: #555;
	}

#fiat-logo {
	margin:10px 0 0 10px;
}

/* Middle Section */
#middle-bar {
	width:1000px;
	height:70px;
}

#quick-search {
	float:left;
	width:250px;
}

#quick-search p {
	float:left;
	padding:4px 5px 0 0;
	font-size:14px;
	font-style:italic;
	color:#FFF;
}

#MakeDropDown, #ModelDropDown, #DrpDnPrice {
	float:left;
	width:90px;
	margin:10px 5px 5px 10px;
	background: #ccc;	
}

.page-title {
	float:left;
	width:650px;
	height:25px;
	padding:5px;
	font-size:11px;
	display:block;
	color:#FFF;
	font-weight:bold;
	border:none;
}

#blog {
	float:left;
	width:750px;
}

#blog a {	
	padding: 0pt 3px 0pt 3px;
	font-size: 13px;
	color: #ffffff;
}
