* {
	padding:0px;
	margin:0px;
}
body {
	margin:0px;
	padding:0px;
	background:url("/templates/speedy_lube/img/back_grad.jpg") #000000 repeat-x scroll center top;
}
#main {
	background:url("/templates/speedy_lube/img/back.jpg") no-repeat scroll center top; padding-top:45px;
}
#header {
	width:920px;
	margin:0 auto;
	background:url("/templates/speedy_lube/img/head.jpg") no-repeat scroll center top; height:100px;
}
#menu {
	padding:0px;
	background-color:#333333;
	color:#FFFFFF;
	width:920px;
	margin:0 auto;
	display:block;
	height:30px;
}
#content {
	width:920px;
	margin:0 auto;
	display:block;
	padding-top:10px;
	vertical-align:bottom;
	background: #FFFFFF url("/templates/speedy_lube/img/tyre.jpg") no-repeat scroll right 30px;
}
#content_l {
	float:left;
	width:581px;
	padding:4px 0px;
	border-top:#941113 1px dotted;
	border-right:#941113 1px dotted;
	margin-left:30px;
	min-height:380px;
}
#content_r {
	float:right;
	bottom:0px;
	width:300px;
	padding:4px;
	height:100%;
	min-height:367px;
	vertical-align:bottom;
	border-left:#941113 1px dotted;
	/*background: url("/templates/speedy_lube/img/tyre.jpg") no-repeat scroll right top;*/
}
#bot_border {
	background:url("/templates/speedy_lube/img/base.jpg") no-repeat scroll center top; height:35px;
	width:920px;
	margin:0 auto;
}
#bottom {
	font-size:11px;
	background-color:#333333;
	width:920px;
	margin:0 auto;
	height:auto;
	display:block;
}
#copyright, #byline, #byline a, #contact, body, #content_l, #content_r {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#copyright {
	color:#999999;
	float:left;
	width:30%;
	padding:10px 30px;
}
#byline, #byline a {
	margin:10px 0 0 0;
	font-size:10px;
	color:#999999;
}
#contact {
	color:#999999;
	float:right;
	text-align:right;
	width:30%;
	padding:10px 30px;
}
.clear {
	clear: both;
	height: 0px;
}
.middle {
	vertical-align: middle;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	padding: 10px 0 10px 10px;
	color:#941113;
}

/* navigation */
ul#nav {padding:0; margin: 0px; list-style:none;}
#nav a{display:block; color:#999999; text-decoration:none; padding: 6px 10px 10px 10px;}
#nav li{float:left; margin: 0 1em 0 1em; }
#nav li.current{background:url("/templates/speedy_lube/img/btn_back.jpg") no-repeat scroll center top; padding: 6px 10px 15px 10px;}
#nav li.current span{color:#FFFFFF;}
/* end navigation */

/* Form stuff */
form.wForm {margin-top: 5px;}
span.required{font-size: 85%;}
.wForm label {width: 6em; float: left; text-align: left; margin-right: 0.5em; display: block; }
.wForm input {}
.wForm textarea {}
div.ctrlHolder {padding: 2px 0 2px 0px; }
div.buttonHolder{margin-left: 6.5em;}

#errorMsg {width: 360px; border: 2px solid #ED1C25; margin: 1em 0; padding: 0 2em;} /* #f44537 */
#errorMsg h3 {margin: 3px 0 0 0; padding: 0;}
div.error input {border: 2px solid #ED1C25;}
div.error textarea {border: 2px solid #ED1C25;}
/* end form stuff */