/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0; }
 
/* Basics */
a:link,a:visited {
	color: #c50011;
	text-decoration: none; }
 
a:active { color: #be0b26; }
 
a:hover { color: #0f083a; }
 
img {
	border: 0;
	vertical-align: top; }
 
body,html {
	background: #70030c;
	color: #282828;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	margin: 0px;
	padding: 0px; }
 
div {
	text-align: left;
	vertical-align: top; }
 
.clear {
	clear: both;
	font-size: 0; }
 
#outer_wrapper { background: #ffffff url(images/content_background.jpg) repeat-x top center; }
 
#inner_wrapper { background: url(images/footer_background.jpg) repeat-x bottom; }
 
/* Header */
#header {
	background: url(images/header.jpg) no-repeat top center;
	text-align: center; }
 
#content {
	margin: 0 auto;
	padding-top: 127px;
	width: 780px; }
 
/* Navigation */
#navigation { height: 45px; }
 
	#navigation ul li {
		float: left;
		list-style: none;
		margin: 0px;
		padding: 0px;
		width: auto;
		background: url(images/navigation.jpg) no-repeat; }
 
		#navigation ul li a {
			
			cursor: pointer;
			display: block;
			height: 45px; }
 
	#navigation.homepage ul li { background: url(images/navigation_homepage.jpg) no-repeat; }
 
	#navigation ul li.home {
		background-position: 0px 0px;
		width: 87px; }
		
	#navigation ul li.home:hover { 
		background-position: 0px -45px; }
 
	#navigation ul li.about {
		background-position: -87px 0px;
		width: 81px; }
		
	#navigation ul li.about:hover {
		background-position: -87px -45px; }
 
	#navigation ul li.showcase {
		background-position: -168px 0px;
		width: 127px; }

	#navigation ul li.showcase:hover {
		background-position: -168px -45px; }
 
	#navigation ul li.partners {
		background-position: -295px 0px;
		width: 112px; }
		
	#navigation ul li.partners:hover {
		background-position: -295px -45px; }
 
	#navigation ul li.cars4sale {
		background-position: -407px 0px;
		width: 132px; }
		
	#navigation ul li.cars4sale:hover {
		background-position: -407px -45px; }
 
	#navigation ul li.guestbook {
		background-position: -539px 0px;
		width: 127px; }
		
	#navigation ul li.guestbook:hover {
		background-position: -539px -45px; }
 
	#navigation ul li.contact {
		background-position: -666px 0px;
		width: 114px; }
		
	#navigation ul li.contact:hover {
		background-position: -666px -45px; }
 
/* Main Content */
.content_footer_left { background: url(images/gradiant.jpg) no-repeat bottom left; }
 
.content_footer_right { background: url(images/gradiant.jpg) no-repeat bottom right; }
 
.content_header {
	background: url(images/banner.jpg) no-repeat top center;
	height: auto;
	min-height: 320px;
	padding: 260px 21px 0px 21px; }
	
.content_header#nobanner {
	background: url(images/banner_alt.jpg) no-repeat top center;
	height: auto;
	min-height: 560px;
	padding: 20px 21px 0px 21px; }
 
/* Left Column */
#column_left {
	float: left;
	padding-bottom: 20px;
	width: 467px; }
	
#column_left.full {
	float: none;
	padding-bottom: 20px;
	width: 738px; }
 
	#column_left h1 {
		color: #c50011;
		font-size: 15px;
		font-weight: normal;
		padding: 15px 0px 10px 0px; }
 
/* Right Column */
#column_right {
	float: right;
	width: 250px; }
 
	#column_right h2 {
		background: transparent url(images/sidebar_headline.jpg) no-repeat top left;
		color: #ffffff;
		font-size: 15px;
		font-weight: normal;
		height: 45px;
		line-height: 45px;
		padding: 0px 20px; }
 
	#column_right .background {
		background: url(images/sidebar_background.jpg) repeat-y center;
		margin-bottom: 20px; }
 
	#column_right .header { background: url(images/sidebar_top.jpg) no-repeat top center; }
 
	#column_right .footer {
		background: url(images/sidebar_bottom.jpg) no-repeat bottom center;
		padding: 12px 20px; }
 
/* Footer */
#footer {
	background: transparent url(images/footer.jpg) no-repeat top center;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
	padding: 0px 21px; }
 
	#footer a { color: #ff8d97; }
 
		#footer a:hover {
			background: transparent;
			color: #ffffff; }
