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

body {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	background:url(http://racerwash.com/images/bg.jpg) no-repeat;
	background-position:center;
	background-attachment:fixed;
}

a {
	color:#ff0000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1 {
	color:#ff0000;
}

h2 {
	color:#ff0000;
}

.style1 {
	font-size: 24px;
	font-style: italic;
	color: #FFFFFF;
}

.container {
	width:100%;
}

.header-outer {
	width:100%;
	height:135px;
}

.header {
	width:900px;
	height:135px;
	margin:0 auto;
	text-align:right;
}

.header-right {
	width:300px;
	height:135px;
	float:right;
	font-size:12px;
	font-weight:bold;
}

.logo {
	background:url(images/logo.png);
	width:243px;
	height:217px;
	margin:0 0 -80px -120px;
	z-index:1001;
	position:relative;
	float:left;
}

.menu-outer {
	background:url(http://racerwash.com/images/menu-bg.png) repeat-x;
	width:100%;
	height:60px;

}

.menu {
	width:775px;
	height:40px;
	margin:0 auto;
	padding:20px 0 0 225px;
	text-align:left;
}

.menu a {
	color:#ffffff;
	margin:0 0 0 10px;
	text-decoration:none;
	font-weight:100;
}

.menu a:hover {
	color:#7fc6cd;
}

.banner-outer {
	width:100%;
	height:346px;

}

.banner {
	background:url(http://racerwash.com/images/banner.png) no-repeat;
	width:900px;
	height:65px;
	margin:0 auto;
	text-align:center;
	padding:281px 0 0 0;
}

.banner2 {
	width:900px;
	height:65px;
	margin:0 auto;
	text-align:center;
	padding:0px 0 0 0;
}

.line-break {
	background:url(http://racerwash.com/images/line-break-bg.png) repeat-x;
	width:100%;
	height:12px;
}

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

.sub-menu {
	width:900px;
/*	height:236px;*/
	padding:14px 0 0 0;
}

.content {
	width:900px;
}

.left-column {
	background:url(http://racerwash.com/images/content-bg.png) repeat;
	width:690px;
	float:left;
	padding:0 5px 0 5px;
}

.right-column {
	width:185px;
	float:right;
	padding-top:10px;
}

.footer {
	width:900px;
	height:45px;
	text-align:center;
	margin: 10px 0 0 0;
	font-size:14px;
}

.clear {
	clear:both;
}