html {
	margin: 0;
	padding: 0;
	background: #101010 url(images/html_bg.jpg) repeat-x;
	font-size: 75%;
}

/* Body - Wrapper and Typography ----------------------------------------- */
body {
	top: 0;
	position: relative;
	width: 672px;
	float: left;
	left: 50%;
	margin: 0 0 0 -385px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFF;
}

/* Main -------------------------------------------------------------------- */
#main {
	width: 492px;
	float: right;
	display: inline;
	margin: 0;
	padding: 0 9px;
	background: url(images/body_bg.jpg) no-repeat;
}
	.full {
		height: 800px; 
	}
	
	#main_stock {
	width: 492px;
	float: right;
	display: inline;
	margin: 0;
	padding: 0 9px;
	background: url(images/body_bg_stock.jpg) no-repeat;
}


	/* Logo --------------------------------------------------------------- */
	#logo {
		margin: 0;
		padding: 0;
		font-size: 1em;
	}
		#logo {
			width: 230px;
			height: 54px;
			text-indent: -2000%;
			border: 0;
			outline: none;
			float: left;
			display: inline;
		}
		
	/* Flash ------------------------------------------------------------- */
	#flash {
		float: left;
	}

	/* Content ----------------------------------------------------------- */
	#content {
		width: 492px;
		float: left;
		display: inheritl;
	}
		#content h2 {
			height: 26px;
			margin: 0;
			padding: 15px 0 0 10px;
			text-transform: uppercase;
			font-size: 1.45em;
			font-weight: normal;
			background: url(images/content_h2_bg.jpg) repeat-x;
			color: #000;
		}
			#content h2 .red {
				color: #000;
				font-weight: bold;
			}
		#content p {
			margin: 0;
			padding: 10px;
		}
		#content .cars {
			float: right;
			margin: 5px -40px 5px 5px;
			position: relative;
		}
		#content .stock {
			padding-left: 10px;
		}
		
		#content a {
    color: white;
    text-decoration: none;
    }
    #content a:hover {
    color: white;
    text-decoration: underline;
    }
		
		
	
/* Navigation ------------------------------------------------------------ */
#nav {
	width: 162px;
	height: 189px;
	margin: 60px 0 0 0;
	padding: 30px 0 0 0;
	float: left;
	list-style: none;
}
	#nav li {
		margin: 0;
		padding: 0;
		width: 162px;
	}
	#nav li a {
		display: block;
		font-size: 1.1em;
		color: #000;
		width: 132px;
		height: 19px;
		background: url(images/nav_li_bg.gif) no-repeat;
		text-align: right;
		text-transform: uppercase;
		text-decoration: none;
		margin: 1px 0 1px 0;
		padding: 11px 30px 0 0;
	}
	#nav li a:hover {
		background: url(images/nav_li_bg_hover.gif) no-repeat;
		color: #5a5a5a;
	}

/* Sidebar --------------------------------------------------------------- */
#sidebar {
	width: 162px;
	float: left;
	display: inline;
	color: #fff;
	margin: 45px 0 0 0;
	text-align: right;
}
	#sidebar h3 {
		color: #eeeeee;
		margin: 0;
		padding: 0 15px 0 0;
		font-size: 1.25em;
	}
	#sidebar ul {
		margin: 0;
		padding: 2px 15px 15px 0;
		list-style: none;
	}
	#sidebar dl {
		margin: 0;
		padding: 2px 15px 15px 0;
	}
		#sidebar dt {
			float: right;
			padding: 0 0 0 3px;
			font-weight: bold;
			color: #FFF;
		}
		#sidebar dd {
			margin: 0;
			padding: 0;
		}
	#sidebar a {
		color: #fff;
		text-decoration: none;
	}
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	
	
	.map{
  margin-left: 25px;
  
  }