* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	overflow-y: scroll;
}

body {
	background-color: #CACACA;
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:18px;
}

a, a:link, a:visited, a:active {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #333333;
}

	#wrapper {
		width: 975px;
		margin: 0 auto 0 auto;
		position: relative;
	}

		#top {
			width: 915px;
			position: absolute;
			text-align: right;
			right: 40px;
			z-index: 10;
			top: 3px;
		}
			#top a {
				margin: 2px;
			}

		#header {
			position: relative;
		}
			#header h1 {
				background-position: center bottom;
				background-repeat: no-repeat;
				text-indent: -999999px;
				overflow: hidden;
			}
			.nosub #header h1 {
				background-image: url(../img/layout/carconcepts-2009_01.jpg);
				height: 161px;
				line-height:161px;
			}
			.sub #header h1 {
				background-image: url(../img/layout/carconcepts-noindex_01.jpg);
				height: 186px;
				line-height:186px;
			}
			#logo {
				z-index: 5;
			}
				#logo h1 {
					visibility: hidden;
				}
			#menu {
				position: absolute;
				top: 96px;
				left: 55px;
				z-index: 10;
				width: 100%;
			}
				#menu ul {
					list-style: none;
				}
					#menu ul li {
						float: left;
						display: inline-block;
						margin-right: 20px;
					}
						#menu ul li a,
						#menu ul li a:link,
						#menu ul li a:visited {
							display: block;
							font-size: 16px;
							font-weight: bold;
							height: 20px;
							letter-spacing: 0.2em;
							text-decoration: none;
							color: #666666;
							display: block-inline;
						}
/*							#menu ul li a:active,*/
							#menu ul li a.active,
							#menu ul li a:hover {
								color: #009900;
							}
		
		#content {
			background-image: url(../img/layout/carconcepts-2009_03.jpg);
			background-position: center top;
			background-repeat: repeat-y;
			padding: 10px 48px 10px 52px;
			position: relative;
			
			min-height: 275px;
			height: auto !important;
			height: 275px;
		}
			#content .left {
				float: left;
				width: 320px;
			}
			#content .right {
				float: right;
				width: 530px;
			}
			
			#content h2 {
				margin-bottom: 10px;
			}
			#content p {
				margin-bottom: 10px;
			}
				#content p.error {
					margin: 0;
					color: #CC0000;
					font-weight: bold;
				}
			
			#content .col1 {
				width: 45%;
				float: left;
			}
			#content .col2 {
				width: 45%;
				float: right;
			}
			
			#submenu {
				width: 876px;
				margin-top: -45px;
				position: absolute;
				left:50%;
				margin-left:-435px;
			}
				#submenu .left {
					font-size: 18px;
					text-decoration: none;
					display: inline-block;
					padding-left: 10px;
				}
				#submenu .right {
					width: 531px;
				}
				#submenu a,
				#submenu a:link,
				#submenu a:visited {
					font-family: Arial, Helvetica, sans-serif;
					font-size: 17px;
					text-decoration: none;
					display: inline-block;
					padding: 2px;
					margin-right: 10px;
					color: #666666;
				}
				#submenu a:hover,
				#submenu a:active,
				#submenu a.active, #submenu .active {
					color: #009900;
				}
		#footer {
			background-image: url(../img/layout/carconcepts-2009_05.jpg);
			background-position: top center;
			background-repeat: no-repeat;
			padding: 23px 50px 10px 50px;
		}
			#footer p {
				height: 34px;
				text-align: right;
				color: #666666;
				font-size: 10px;
				letter-spacing: 0.1em;
			}
				#footer p a, #footer p a:link, #footer p a:active, #footer p a:visited {
					text-decoration: none;
				}
				#footer p a:hover {
					color: #333333;
				}

#slide {
	position: relative;
	width: 320px;
	height: 275px;
	background-color: #FFFFFF;
	display: inline-block;
}
	#slide_controls {
		position: absolute;
		height: 30px;
		z-index: 6;
		width: 320px;
		margin-top: 227px;
	}
		#slide_controls #prev {
			margin-left: 10px;
			float: left;
			cursor: pointer;
			height: 30px;
			width: 15px;
		}
		#slide_controls #next {
			margin-right: 10px;
			float: right;
			cursor: pointer;
			height: 30px;
			width: 15px;
		}
	#slide_window {
		position: absolute;
		z-index: 4;
		width: 320px;
		height: 275px;
	}
	#slideshow {
		z-index: 3;
		position: absolute;
		background-color: #FFF;
	}
		#slideshow div {
			background-color: #FFF;
		}
			#slideshow img {
				position: relative;
				z-index: 5;
			}
			#slideshow div h4 {
				position: relative;
				width: 200px;
				height: 36px;
				margin: 7px auto 0 auto;
				color: #666666;
				font-weight: bold;
				font-size: 14px;
				text-align: center;
				vertical-align: middle;
				display: block;
				z-index: 3;
			}

table {}
	table tr {}
		table tr th {
			font-size: 12px;
			font-weight: bold;
			text-align: left;
			padding: 5px;
			border-bottom: 2px solid #333;
		}
		table tr td {
			padding: 3px;
			border-bottom: 1px solid #666;
			vertical-align: top;
		}
	table tr.over td {
		background-color: #EEE;
	}

form {}
	form label {
		display: block;
		font-size: 13px;
		margin-bottom: 2px;
		width: 200px;
	}
	form input {
		display: block;
		border: 1px solid #333333;
		padding: 3px;
		margin-bottom: 5px;
		color:#000000;
		width: 200px;
	}
	form textarea {
		border: 1px solid #333333;
		color:#000000;
		font-family:Arial,Helvetica,sans-serif;
		font-size:12px;
		line-height:18px;
		padding: 3px;
		width: 200px;
	}
	form input.submit {
		margin-top: 10px;
		padding: 3px;
		width: 208px;
	}

.clearFix {
	clear: both;
	width: 100%;
	visibility: hidden;
	height: 0;
	line-height: 0;
	display: block;
}
/* diverse fixes */
.clearfix2:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix2 {
	display: inline-block;
}
 
html[xmlns] .clearfix2 {
	display: block;
}
 
* html .clearfix2 {
	height: 1%;
}	
