@charset "UTF-8";
#bigBtn   {
	background-image: url(images/home/big-btn-bg.gif);
	height: 140px;
	width: 117px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	float: left;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	padding-right: 4px;
	padding-left: 4px;
	margin-bottom: 30px;
}
#bigBtn a   {
	color: #666;
}
#bigBtn a:hover {
	color: #333;
}
#bigBtn img   {
	margin-top: 12px;
	margin-bottom: 12px;	
}/* CSS Document */

#catchphrase  {
	font-size: 11px;
	color: #D7E124;
	background-color: #b2bb1e;
	height: 20px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .5em;
}
#leftCol  {
	float: left;
	width: 200px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
	font-size: 10px;
}
#leftCol a  {
	color: #666;
}
#leftCol a:hover {
	color: #333;
}
#leftCol #headlines{
	width: 160px;
	text-align: left;
	margin-bottom: 24px;
	list-style-type: none;
	padding-left: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	border-top-style: solid;
	border-bottom-style: solid;
	padding-bottom: 8px;
	margin-left: 20px;
}
#leftCol  #headlines li{
	list-style-type: none;
	padding-bottom: 2px;
	padding-top: 2px;
}
#leftCol #greenBox {
	background-image: url(images/home/eco-globe.gif);
	background-repeat: no-repeat;
	padding-left: 60px;
	padding-top: 26px;
	text-align: left;
	background-position: 20px 0px;
}
#leftCol #autospecBox {
	width: 150px;
	font-size: 10px;
	color: #666;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#leftCol #leedBox {
	background-image: url(images/home/LEED.gif);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-left: 60px;
	text-align: left;
	background-position: 18px 0px;
}
#rightCol  {
	float: right;
	width: 405px;
	margin-right: 2px;
	margin-left: 2px;
	text-align: justify;
}
#carRacks {
	padding: 3px;
	border: 1px solid #CCC;
	text-align: center;
}
#carRacks ul {
	margin: 12px;
	padding: 0px;
}
#carRacks li {
	display: inline;
	margin-right: 8px;
	margin-left: 8px;
}

