/*
	DrivingSales Stylesheet: Home Page
	Created: 1/29/2009
	Updated: 1/29/2010
*/

#site-description {
	line-height: 14pt;
	font-size: 12pt;
	margin-bottom: 1em;
	}

#featured .frame {
	background-color: white;
	border: solid #376295 2px;
	height: 218px;
	width: 642px;
	padding-left: 4px;
	display: none;
	}
	
#featured .top {
	height: 30px;
	line-height: 30px;
	width: 652px;
	}
	
#featured .top h2 {
	color: #444;
	font-weight: normal;
	font-size: 16px;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}
	
#featured .top .menu {
	float: right;
	padding-right: 2px;
	padding-top: 12px;
	}
	
#featured .top .menu .item {
	float: left;
	background: url(../images/dot.png) top left no-repeat;
	width: 20px;
	height: 20px;
	margin-left: 2px;
	text-align: center;
	line-height: 20px;
	font-size: 10pt;
	font-weight: bold;
	}
	
#featured .top .menu .item.active {
	background: url(../images/dot_active.png) top left no-repeat;
	}
	
#featured .frame .item {
	float: left;
	margin: 4px;
	margin-left: 0px;
	padding: 4px;
	height: 200px;
	width: 200px;
	border: solid #adadad 1px;
	background-color: #fff;
	}
	
#featured .frame .item a {
	color: #000;
	display: block;
	width: 200px;
	height: 200px;
	text-decoration: none;
	font-size: 10pt;
	overflow: hidden;
	}
	
#featured .frame .item:hover {
	border-color: #000085;
	}
	
#featured .frame .item img {
	width: 200px;
	height: 100px;
	}
	
#featured .frame .item h2 {
	font-size: 12pt;
	}
	
#featured .frame a h2 { color: #009E00; text-transform: uppercase; }

#see-more {
	width: 642px;
	margin-top: 10px;
	font-size: 10pt;
	text-align: right;
	line-height: 16px;
	}
	
#see-more .links {
	display: inline;
	padding-left: 10px;
	font-weight: bold;
	}
	
#see-more .links a {
	margin-left: 10px;
	font-weight: normal;
	text-decoration: none;
	}
	
#see-more .links a:hover {
	text-decoration: underline;
	}
	
#see-more .links a img {
	vertical-align: middle;
	}

#search-home {
	background: url(../images/search_bg.png) top left no-repeat;
	width: 640px;
	height: 50px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 10px;
	clear: left;
	}

#search-home #search-input {
	float: left;
	height: 30px;
	width: 400px;
	margin-top: 10px;
	padding-top: 3px;
	}
	
#search-home input {
	height: 24px;
	width: 400px;
	margin: 0px;
	border: 0px;
	font-size: 12pt;
	/*font-weight: bold;*/
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #008500;
	}
	
#search-home #search-button {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	width: 80px;
	height: 30px;
	}
