@charset "utf-8";
/* CSS Document */

body{
	padding:0;
	margin:0;
	font-size:10pt;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	background: url(images/bg.gif) #fff;
	background-repeat:repeat-x;
}

.container{
	width:900px;
	margin:0 auto;
}

.header {
	height: 120px;
}

.header_right{
	float: right;
	width: 582px;
	margin-right: 20px;
	text-align:right;
}

	.call{
	height: 74px;
	padding: 0px 0px 10px 0px
	}
	
	.links{
	height: 36px;
	}
	
/*
*	top links
*/
ul.toplink {
	list-style: none;
	padding: 0px;
	margin: 0px;
	}

.displace {
	position: absolute;
	left: -5000px;
	}

ul.toplink li {
	float: left;
	list-style-type:none;
	}

ul.toplink li a {
	display: block;
	width: 115px;
	height: 36px;
	background:url(images/link_sprite.gif);
	}

/*
*	Normal Links
*/
ul.toplink li.home a {
	background-position: 0 0;
	}

ul.toplink li.services a {
	background-position: 0 -36px;
	}

ul.toplink li.cars a {
	background-position: 0 -72px;
	}
	
ul.toplink li.corporate a {
	background-position: 0 -108px;
	}
	
ul.toplink li.contact a {
	background-position: 0 -144px;
	}

ul.toplink li.Links a {
	background-position: 0 -180px;
	}
	

/*
*	Hover Links
*/

ul.toplink li.home a:hover {
	background-position: -115px 0px;
	}

ul.toplink li.services a:hover {
	background-position: -115px -36px;
	}

ul.toplink li.cars a:hover {
	background-position: -115px -72px;
	}

ul.toplink li.corporate a:hover {
	background-position: -115px -108px;
	}
	
ul.toplink li.contact a:hover {
	background-position: -115px -144px;
	}

ul.toplink li.Links a:hover {
	background-position: -115px -180px;
	}

/* End Menu */

.header_left{
	width: 96px;
}

.banner {
	height: 283px;
}

.sidebar {
background:transparent url(images/sidebar_bg.gif) repeat-y scroll left center;
float:right;
margin-bottom:20px;
margin-left:20px;
padding-left:20px;
text-align:right;
width:270px;
}

.main {
	width: 560px;
	padding-left: 20px;
	padding-bottom: 20px;
}

.footer {
	height: 114px;
	background:url(images/footer.gif) repeat-x;
	text-transform: uppercase;
	color: white;
	font-size:10px;
	clear:both;
}

.footer_main {
	margin: 0 auto;
	width: 900px;
}

.footer_right {
	float: right;
	padding: 20px;
	text-align: right;
}

.footer_left {
	padding: 20px;
}

/* text styles */

h1,h2,h3,h4 {
	color: #0b0b3c;
}

strong {
	color: #245987;
}

a{
	color: #333;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}

a img{
	border: 0px;
}

.footer a, .footer a:hover{
	color: white;
	text-decoration:none;
}

.footer a:hover, .footer a.current{
	scolor: white;
	text-decoration:underline;
}	

/* END text styles */

