/* Start of CMSMS style sheet 'main' */
/*
    Bobby Lee 
    L2 Computing Solutions, LLC
    www.L2computingsolutions.com
    775.527.1378
    Published: 8/12/2008
*/

/* general */

html {
	margin: 0;
	padding: 0;
}
body {
	margin: 50px auto;
	padding: 0;
	width: 1024px;
	height: auto;
	background-color: #b4ccce;
	border: thin #00181a solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
h1 {
	margin: 0;
	padding:0;
	color: #be1708;
}
h2 {
	margin: 15px 0px 0px 0px;
	padding: 0;
}
#sidebar h3 {
	margin: 0px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	background: url(images/title_bg.jpg) no-repeat;
	font-size: 95%;
	text-align: left;
}
h4 {
	background: url(images/module-h3.png);
	margin: 0;
	padding: 5px;
}
h5 {
	margin: 0;
	padding: 0;
}
ul {

}
li {

}
a {
	color: #be1708;
	text-decoration: none;
}
a:hover {
color: #b4ccce;
	text-decoration: none;
}
/* main blocks */

#container {
	margin: 0;
	padding: 0;
	width: 1024px;
	height: auto;	
	background-color: #013c3e;
}

/* nav */
#nav {
	text-align: center;
	height: 56px;
	background-image: url(images/menu-bg.png);
}
#nav ul {
	list-style: none;
	padding: 19px;
	vertical-align: middle;
	height: 56px;
}
#nav li {
	display: inline;
}

/* sidebar */

#sidebar {
	width: 200px;
	height: auto;
	margin: 20px 0px 60px 40px;
	border: thick #00181a solid;
	background-color: #ffffff;
}
#sidebar p {
	margin: 0px 5px 0px 5px;
	padding: 5px 5px 5px 5px;
}
#sidebar img {
	margin: 0px 5px 0px 5px;
	padding: 5px 5px 5px 1px;
text-decoration: none;
}
#sidebar a img {
border: 0;
}
#search {
	margin: 5px 5px 5px 5px;
	padding: 0;
}
/* main content */

#main_content {
	width: 660px;
	height:auto;
	margin: 20px 40px 20px 20px;
	padding: 20px;	
	border: thick #00181a solid;
	background-color: #ffffff;
	float: right;	
}
#main_content_coupon {
	width: 950px;
	height:auto;
	margin: 0px auto;
	padding: 20px;	
	border: thick #00181a solid;
	background-color: #ffffff;	
}
#auto_body {
	width: 310px;
	height: 400px;
	padding: 5px;
	float: left;
	border: thin solid #d1e5eb;
}
#rv_repair_customization {
	width: 310px;
	height: 400px;
	padding: 5px;
	float: right;
	border: thin solid #d1e5eb;
}
#certified_pro {
	height: auto;
	clear: both;
	padding: 10px 0px 0px 0px;
}

/* testimonials */
#testimonials {
clear: both;
text-align: center;
padding: 10px 0px 0px 0px;

}
#left_testimonial {
float: left;
padding: 0px 0px 0px 55px;
}
#right_testimonial {
float: right;
padding: 0px 55px 0px 0px;
}
/* footer */
#footer_content {
clear: both;
padding: 10px 0px 0px 0px;
}
#footer {
	clear: both;
	height: auto;
padding: 10px 0px 10px 0px;
	background-color: #99bdc3;
	text-align: center;
	color: #666666;
}
/* End of 'main' */

