	html{
		height: 100%;
		}

	body{
		height: 100%;
		margin: 0px; padding: 0px;
		background: #fff url('bgtile.jpg') top center repeat-y; color: #000; 
		font-family: verdana; font-size: 8pt; text-align: center;
		}
	#car-unlocks-contain{
		margin: auto; margin-bottom: 0px; padding: 0px;
		background: #e7e7e7; color: #000; 
		font-family: verdana; font-size: 8pt; text-align: center;
		width: 700px;
		min-height: 100%;
		height: auto !important;
		height: 100%;
		overflow: none;
		}
	#car-unlocks-title{
		clear: both;
		width: 700px; 
		height: 150px;
		background: url('title.jpg') no-repeat;
		}
	#car-unlocks-menu{
		clear: both;
		margin: auto 0px;
		height: 50px;
		text-align: left;
		}
	#car-unlocks-menu ul{
		margin: 0px; padding: 0px;
		list-style-type: none;
		position: relative top: 0px; left: 0px;
		height: 50px;
		}
	#car-unlocks-menu ul li{
		float: left;
		}
	#car-unlocks-menu ul li a{
		text-indent: -9999px;
		}

	#car-unlocks-menu ul li a.services{
		float: left;
		width: 151px; 
		height: 50px;
		background: url('menu.jpg') 0px 0px;
		}
	#car-unlocks-menu ul li a.services:hover{
		float: left;
		width: 151px; 
		height: 50px;
		background: url('menu.jpg') 0px -50px;
		}
	#car-unlocks-menu ul li a.services-selected{
		float: left;
		width: 151px; 
		height: 50px;
		background: url('menu.jpg') 0px -50px;
		}

	#car-unlocks-menu ul li a.products{
		float: left;
		width: 150px; 
		height: 50px;
		background: url('menu.jpg') -151px 0px;
		}
	#car-unlocks-menu ul li a.products:hover{
		float: left;
		width: 150px; 
		height: 50px;
		background: url('menu.jpg') -151px -50px;
		}
	#car-unlocks-menu ul li a.products-selected{
		float: left;
		width: 150px; 
		height: 50px;
		background: url('menu.jpg') -151px -50px;
		}

	#car-unlocks-menu ul li a.contact{
		float: left;
		width: 150px; 
		height: 50px;
		background: url('menu.jpg') -301px 0px;
		}
	#car-unlocks-menu ul li a.contact:hover{
		float: left;
		width: 150px; 
		height: 50px;
		background: url('menu.jpg') -301px -50px;
		}
	#car-unlocks-menu ul li a.contact-selected{
		float: left;
		width: 150px; 
		height: 50px;
		background: url('menu.jpg') -301px -50px;
		}

	#car-unlocks-menu ul li.sidebar{
		float: left;
		background: url('menu.jpg') -451px 0px;
		width: 249px; height: 50px;
		}

		
	a, a:visited, a:active{
		color: #ff5400;
		text-decoration: underline;
		}
	a:hover{
		color: #9c3401;
		text-decoration: underline;
		}
	

	#car-unlocks-text{
		margin: auto; padding: 10px;
		font-family: verdana; font-size: 12pt;
		text-align: left;
		overflow: hidden;
		}

	#car-unlocks-foot{
		margin: auto; padding: 0px;
		width: 700px; height: 100px; overflow: hidden;
		background: #466db4 url('foot-tile.gif') repeat-x top left;
		font-size: 8pt;
		text-align: center;
		}

	#car-unlocks-foot p{
		padding: 10px;
		}

	#car-unlocks-testimonial{
		width: auto;
		height: auto;
		background: ;
		padding: 5px;
		/*margin-top: 10px;*/
		/*margin-bottom: 10px;*/
		border: solid 1px #d3d3d3;
		font-family: verdana; 
		font-size: 12pt;
		text-align: left;
		}
	#car-unlocks-testimonial p{
		font-family: verdana;
		font-size: 8pt;
		font-style: normal;
		text-align: left;
		}
	#car-unlocks-testimonial p.name{
		font-family: verdana;
		font-size: 8pt;
		font-style: italic;
		font-weight: none;
		text-indent: 2em;
		text-align: left;
		}
	a.hiring{
		float: right;
		background: url('employment.png') no-repeat 0px 0px;
		width: 200px;
		height: 90px;
		text-indent: -9999px;
		}
	a.hiring:hover{
		background: url('employment.png') no-repeat 0px -90px;
		}
	h1{
		margin: 0px;
		padding: 10px 20px;
		width: auto;
		background: #d3d3d3;
		font-size: 1em;
		text-shadow: 1px 1px 2px #808080;
		}
	p{
		padding: 0px 20px;
		}