@charset "UTF-8";
/* CSS Document */

html, body, h1, h2, h3, h4, h5, h6, blockquote, small, p, form, ol, ul, li {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #121d46;
}
a:link, a:visited {
	color: #32697e;
}
a:hover, a:active {
	color: #000;
}
.orange {
	color: #f36d21;
}
.blue {
	color: #121d45;
}
.lt_blue {
	color: #7CB0E0;
}
img {
	border: none;
}
#main_container {
	width: 980px;
	margin: 0 auto;
	background: #fff;
}
#header {
	background: url(images/header-phone.jpg) top right no-repeat;
	width: 980px;
	height: 133px;
	float: left;
}

/* --------------------------------- Horizontal Navigation styles -------------------------------------- */

#hnav {
	height: 33px;
	float: right;
	width: 626px;
	margin-top: 100px;
}


/*#hnav_box {
	width: 896px;
	height: 62px;
	font-size: 11px;
	padding-left: 40px;
}*/
#topnav, #topnav ul {
	list-style-type: none;
	list-style-position: outside;
}
#topnav a {
	display: block;
	color: #58595b;
}

#topnav a:hover {
}
#topnav li {
	float:left;
	position:relative;
}
.btn_margin {
	margin-right: 0px;
}
#topnav ul {
	position: absolute;
	left: 0;
	background: url(images/dropdown-bg.png) bottom center no-repeat;
	padding-bottom: 17px;
	margin-left:-30px;
	z-index: 1000;

}
#topnav li ul a {
	width: 192px;
	height: auto;
	float: left;
	line-height: 12px;
	padding: 5px 15px;
	margin: 0 35px;
	color: #58595b;
	border-top: 1px #ccc solid;
	background-position: 5px 7px;
}
#topnav li ul a:hover {
	color: #58595b;
	text-decoration: none;
}

#topnav li ul.services a:hover {
	background-color: #f1d5a4;
}

#topnav li li {
	border: none;
}
#topnav li ul {
	width: 292px;
	display: none;
}
ul#topnav li ul li:hover {
	width: 292px;
	background-image: none;
}
#topnav ul ul {
	top:auto;
}
#topnav li ul ul {
	left: 150px;
}
#topnav a a, #topnav a:hover li a {
	background-image: none;
}
#topnav li:hover ul ul, #topnav li:hover ul ul ul, #topnav li:hover ul ul ul ul {
	display: none;
}
#topnav li:hover ul, #topnav li li:hover ul, #topnav li li li:hover ul, #topnav li li li li:hover ul {
	display: block;
}
.services_hook h1 {
	color: #F27A24;
}


/* ---------- styles for homepage slide show ----------*/

.slideshow_home {
	width: 696px;
	height: 247px;
	margin-left: 1px;
	background-color: #FFFFFF;
	z-index: 0;
}
.slideshow_home img{
}


/*           */




#content_container {
	width: 980px;
	float: left;
	background-color: #fff;
}
#blue_bar {
	background-color: #121d45;
	border-top: 1px #71778f solid;
	border-bottom: 1px #d0d2da solid;
	width: 980px;
	height: 28px;
	text-align: right;
	font-size: 13px;
	color: #f36d21;
	float: left;
	line-height: 28px;
}
#blue_bar p {
	padding-right: 20px;
}
h1.title {
	font-size: 22px;
	font-style: italic;
	line-height: 22px;
	margin: 20px;
	padding-bottom: 10px;
	border-bottom: 3px solid #F46C22;
	float: left;
	width: 940px;
	display: inline;
}
h1.title small {
	color: #7CB0E0;
	font-size: 14px;
}
h1.title span {
	color: #7CB0E0;
	font-size: 18px;
}
blockquote {
	background: url(images/quote-mark.gif) top left no-repeat;
	font-style:italic;
	margin: 0 30px;
	text-indent: 25px;
	width: 920px;
	clear: both;
}
p.quoter {
	font-size: 14px;
	margin: 10px 20px 20px 20px;
	padding-bottom: 20px;
	border-bottom: 1px #F46C22 dotted;
	width: 940px;
}
.narrow_col_box {
	width: 243px;
	float: left;
	display: inline;
	margin: 15px 0 0 20px;
}
.narrow_col_box .orange_box {
	background: #F46C22 url(images/orange-box-top.gif) top no-repeat;
	width: 243px;
	float: left;
	padding-top: 15px;
}
.narrow_col_box .orange_box h1 {
	color: #121d45;
	font-size: 22px;
	font-style: italic;
	padding-left: 15px;
}
.narrow_col_box .orange_box p {
	color: #fff;
	padding: 5px 15px;
}
.narrow_col_box .orange_box li {
	margin-left: 30px;
	color: #fff;
	padding: 3px 0;
	font-size: 13px;
}
.content_col {
	width: 696px;
	float: right;
	display: inline;
}
.content_col .main_banner2 {
	width: 696px;
	height: 247px;
	float: left;
}
.content_col .main_banner {
	width: 696px;
	height: 255px;
	float: left;
	background: url(images/content-banner-main.jpg) top no-repeat;
	margin-top: 5px;
	padding-top: 30px;
}
.main_banner h1 {
	font-size: 22px;
	color: #f36d21;
	padding-left: 20px;
	padding-bottom: 10px;
	font-style: italic;
	font-weight: 400;
}
.main_banner h2 {
	font-size: 24px;
	color: #fff;
	font-style: italic;
	line-height: 24px;
	padding-left: 20px;
}
.main_banner p {
	padding-left: 20px;
	width: 330px;
	margin-top: 10px;
	line-height: 20px;
}
.reason_box2 {
	width: 696px;
	float: left;
	background:url(images/top-5-reasons-image.jpg) top no-repeat;
	}
ol.reasons2 {
	margin: 45px 0 5px 30px;
}
.reasons2 li {
	font-size: 22px;
	line-height: 22px;
	font-style: italic;
	font-weight: 700;
}
.reasons2 small {
	font-size: 13px;
	font-weight: 400;
	font-style: normal;
}

.reason_box {
	width: 696px;
	float: left;
	}
ol.reasons {
	margin: 0px 0 5px 30px;
}


.reasons li {
	font-size: 22px;
	line-height: 22px;
	font-style: italic;
	font-weight: 700;
}
.reasons small {
	font-size: 13px;
	font-weight: 400;
	font-style: normal;
}
ul.description {
	margin-left: 40px;
	margin-bottom: 20px;
	font-size: 16px;
}
.description li {
	line-height: 16px;
}
.service {
	float: left;
}
img.before_after {
	float: left;
	margin: 3px 0 0 20px;
}
.form_box {
	width: 260px;
	float: left;	
	padding-left: 75px;
	display: inline;
	margin-top: 20px;
}
form {
	color:	#121d45;
}
input {
	border: 1px solid #121d45;
	margin-bottom: 5px;
}
select {
}
textarea {
	border: 1px solid #121d45;
}
.padding {
	color: #555;
	font-weight: bold;
	padding-top: 5px;
}
.smltext {
	font-size: 10px;
	font-weight: 400;
}
.form_box h2 {
	color: #121d45;
	font-size: 22px;
	font-style:italic;
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
} 
.form_box p {
	padding: 0;
	padding-bottom: 10px;
}
.form_box ul {
	margin-left: 15px;
}

.six_image_container {
	float: left;
	display: inline;
	margin-left: 115px;
	width: 770px;
}
.six_image {
	float: left;
	margin: 5px 20px 0 0;
	width: 108px;
	display: inline;
	font-size: 13px;
	text-transform: uppercase;
}
.six_image a img {
	text-decoration:none;
	border:none;
}
.six_image p {
	font-size: 9px;
	line-height: 12px;
	padding: 0;
}
.six_image p span {
	display: block;
	text-align: right;
	margin-top: 5px;
	font-size: 10px;
	padding-right: 20px;
}
h2.images_title {
	padding: 30px 50px 10px 115px;
	font-size: 16px;
	clear: both;
	font-style: italic;
}
#rlcfooter {
	width: 940px;
	padding-top: 10px;
	margin: 0 Auto;
}
#rlcfooter p {
	color: #F46C22;
	font-size: 11px;
}
#rlcfooter a:link, #rlcfooter a:visited {
	color: #F46C22;
	text-decoration: underline;
	font-size: 11px;
}
#rlcfooter a:hover, #rlcfooter a:active {
	color: #F46C22;
	text-decoration: none;
	font-size: 11px;
}
#footer {
	width: 940px;
	height: 55px;
	clear: both;
	margin: 0 auto;
	background: url(images/footer-top.gif) #121d46 top no-repeat;
	padding-top: 15px;
}
#footer p {
	color: #fff;
	line-height: 20px;
	padding-left: 20px;
	width: 300px;
	float: left;
	clear: left;
}

#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox a img{ border: none; }


#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer {
	padding: 10px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav { left: 0;}
#hoverNav a { outline: none;}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(images/gallery/lightbox-blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/gallery/lightbox-btn-prev.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/gallery/lightbox-btn-next.gif) right 50% no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText {
color: #b10c12;
font-weight:bold;
text-decoration: none;
}
#nextLinkText {
padding-left: 20px;
}
#prevLinkText {
padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}
#imageData{
	padding:0 10px;
}
#imageData #imageDetails{ width: 80%; float: left; text-align: left; }	
#imageData #caption{ display: block; clear: left; padding-bottom: 1.0em; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	/*filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;*/
	display: none;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}
* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}	

/********* Detail Services Intro *********/
#detailintro {
	background:url(images/color-solutions-detail-services-bkg.jpg) no-repeat;
	width:940px;
	height:233px;
	margin: 10px 0 10px 20px;
	color:#ffffff;
}	
#detailintro h1 {
	width:580px;
	line-height:22px;
	font-size:22px;
	font-weight:bold;
	float:right;
	margin-top:10px;
}
#detailintro p {
	width:560px;
	line-height:15px;
	font-size:10pt;
	float:right;
	margin:5px 20px 0 0;
}

/********* Valet Services Intro *********/
#valetintro {
	background: url(images/color-solutions-valet-services-bkg.png);
	width:942px;
	height:107px;
	margin: 10px 0 20px 18px;
	color:#ffffff;
}	
#valetintro p {
	width:755px;
	line-height:17px;
	font-size:10pt;
	float:right;
	margin:10px 20px 0 0;
}
#valetintro a{
	color:#F37A1F;
}



/********* Interior Detail Package *********/
#intdetailpack {

}	
#intdetailpack h1 {
	width:628px;
	height:30px;
	border-bottom:3px solid #F37A1F;
	margin:0px 0 0 20px;
	line-height:32px;
	font-size:22px;
	font-style:italic;
	float:left;
}
#intdetailpack h2 {
	width:146px;
	height:30px;
	padding-left:10px;
	border-bottom:3px solid #F37A1F;
	margin:0px 0 0 0;
	line-height:32px;
	font-size:15px;
	float:left;
}

.intcontainer{
	width:940px;
	height:355px;
	margin-left:20px;
}
.intcol1 {
	background-color:#BED9EE;
	width:628px;
	float:left;
}
.intcol1 ul li {
	background-color:#BED9EE;
	border-bottom:1px solid #9BB4C8;
	list-style:none;
	padding:5px;
	height:15px;
}
.intcol2 {
	background-color:#BED9EE;
	border-left:1px solid #9BB4C8;
	width:155px;
	float:left;
}
.intcol2 ul li {
	background-color:#BED9EE;
	border-bottom:1px solid #9BB4C8;
	list-style:none;
	padding:5px;
	height:15px;
}

.intcol3 {
	background-color:#BED9EE;
	border-left:1px solid #9BB4C8;
	width:155px;
	float:left;
}
.intcol3 ul li {
	background-color:#BED9EE;
	border-bottom:1px solid #9BB4C8;
	list-style:none;
	padding:5px;
	height:15px;
}
.intprice {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	width:312px;
	background-color:#F37A1F;
	display:inline-block;
	border-top:1px solid #FFFFFF;
	float:right;
}
.intprice p {
	color: #FFFFFF;
	font-size:15pt;
	font-weight:bold;
	padding:10px;
	float:left;
	border-left:1px solid #FFFFFF;
	width:135px;
}

/********* Exterior Detail Package *********/
#extdetailpack {

}	
#extdetailpack h1 {
	width:428px;
	height:30px;
	border-bottom:3px solid #F37A1F;
	margin:0px 0 0 20px;
	line-height:33px;
	font-size:22px;
	font-style:italic;
	float:left;
}
#extdetailpack h2 {
	width:118px;
	height:30px;
	padding-left:10px;
	border-bottom:3px solid #F37A1F;
	margin:0px 0 0 0;
	line-height:33px;
	font-size:15px;
	float:left;
}

.extcontainer{
	width:940px;
	height:440px;
	margin-left:20px;
}
.extcol1 {
	background-color:#BED9EE;
	width:428px;
	float:left;
}
.extcol1 ul li {
	background-color:#BED9EE;
	border-bottom:1px solid #9BB4C8;
	list-style:none;
	padding:5px;
	height:15px;
}
.extcol2 {
	background-color:#BED9EE;
	border-left:1px solid #9BB4C8;
	width:127px;
	float:left;
}
.extcol2 ul li {
	background-color:#BED9EE;
	border-bottom:1px solid #9BB4C8;
	list-style:none;
	padding:5px;
	height:15px;
}

.extcol3 {
	background-color:#BED9EE;
	border-left:1px solid #9BB4C8;
	width:127px;
	float:left;
}
.extcol3 ul li {
	background-color:#BED9EE;
	border-bottom:1px solid #9BB4C8;
	list-style:none;
	padding:5px;
	height:15px;
}
.extcol4 {
	background-color:#BED9EE;
	border-left:1px solid #9BB4C8;
	width:127px;
	float:left;
}
.extcol4 ul li {
	background-color:#BED9EE;
	border-bottom:1px solid #9BB4C8;
	list-style:none;
	padding:5px;
	height:15px;
}
.extcol5 {
	background-color:#BED9EE;
	border-left:1px solid #9BB4C8;
	width:127px;
	float:left;
}
.extcol5 ul li {
	background-color:#BED9EE;
	border-bottom:1px solid #9BB4C8;
	list-style:none;
	padding:5px;
	height:15px;
}

.extprice {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	width:512px;
	background-color:#F37A1F;
	display:inline-block;
	border-top:1px solid #FFFFFF;
	float:right;
}
.extprice p {
	color: #FFFFFF;
	font-size:15pt;
	font-weight:bold;
	padding:10px;
	float:right;
	border-left:1px solid #FFFFFF;
	width:107px;
}


/********* The Ultimate Detail Package *********/
#ultdetailpack {

}	
#ultdetailpack h1 {
	width:940px;
	height:30px;
	border-bottom:3px solid #F37A1F;
	margin:0px 0 0 20px;
	line-height:33px;
	font-size:22px;
	font-style:italic;
	float:left;
}
.ultcontainer{
	width:940px;
	height:460px;
	margin-left:20px;
}
.ultcontainer h2{
	font-size:22px;
	color:#F37A1F;
}
.ultcol1 {
	margin-left:5px;
	width:315px;
	float:left;
}
.ultcol1 h2 {
	font-size:22px;
	color:#F37A1F;
	height:23px;
	margin-top:20px;
}

.ultcol1 ul li {
	margin-left:35px;
	padding:5px;
	height:15px;
}
.ultcol2 {
	margin-left:25px;
	width:328px;
	float:left;
}
.ultcol2 ul li {
	padding:5px;
	height:15px;
}
.ultprice {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	width:270px;
	background-color:#F37A1F;
	display:inline-block;
	float:right;
}
.ultprice h3 {
	color: #FFFFFF;
	font-size:15pt;
	font-weight:bold;
	padding-top:10px;
	line-height:25px;
}
.ultprice p {
	color: #FFFFFF;
	font-size:10pt;
	padding-bottom:10px;
	line-height:15px;
}




/********* Motorcycle Detail Package *********/
#motodetailpack {

}	
#motodetailpack h1 {
	width:428px;
	height:30px;
	border-bottom:3px solid #F37A1F;
	margin:0px 0 0 20px;
	line-height:33px;
	font-size:22px;
	font-style:italic;
	float:left;
}
#motodetailpack h2 {
	width:118px;
	height:30px;
	padding-left:10px;
	border-bottom:3px solid #F37A1F;
	margin:0px 0 0 0;
	line-height:33px;
	font-size:15px;
	float:left;
}

.motocontainer{
	width:940px;
	height:270px;
	margin-left:20px;
}
.motocol1 {
	background-color:#BED9EE;
	width:428px;
	float:left;
}
.motocol1 ul li {
	background-color:#BED9EE;
	border-bottom:1px solid #9BB4C8;
	list-style:none;
	padding:5px;
	height:15px;
}
.motocol2 {
	background-color:#BED9EE;
	border-left:1px solid #9BB4C8;
	width:127px;
	float:left;
}
.motocol2 ul li {
	background-color:#BED9EE;
	border-bottom:1px solid #9BB4C8;
	list-style:none;
	padding:5px;
	height:15px;
}

.motocol3 {
	background-color:#BED9EE;
	border-left:1px solid #9BB4C8;
	width:127px;
	float:left;
}
.motocol3 ul li {
	background-color:#BED9EE;
	border-bottom:1px solid #9BB4C8;
	list-style:none;
	padding:5px;
	height:15px;
}
.motocol4 {
	background-color:#BED9EE;
	border-left:1px solid #9BB4C8;
	width:127px;
	float:left;
}
.motocol4 ul li {
	background-color:#BED9EE;
	border-bottom:1px solid #9BB4C8;
	list-style:none;
	padding:5px;
	height:15px;
}
.motocol5 {
	background-color:#BED9EE;
	border-left:1px solid #9BB4C8;
	width:127px;
	float:left;
}
.motocol5 ul li {
	background-color:#BED9EE;
	border-bottom:1px solid #9BB4C8;
	list-style:none;
	padding:5px;
	height:15px;
}

.motoprice {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	width:512px;
	background-color:#F37A1F;
	display:inline-block;
	border-top:1px solid #FFFFFF;
	float:right;
}
.motoprice p {
	color: #FFFFFF;
	font-size:15pt;
	font-weight:bold;
	padding:10px;
	float:right;
	border-left:1px solid #FFFFFF;
	width:107px;
}

/********* Additional Services *********/
#addservices {

}	
#addservices h1 {
	width:940px;
	height:30px;
	border-bottom:3px solid #F37A1F;
	margin:0px 0 0 20px;
	line-height:33px;
	font-size:22px;
	font-style:italic;
	float:left;
}
.addservcontainer{
	width:940px;
	height:330px;
	margin-left:20px;
}
.addservcontainer h2{
	font-size:22px;
	color:#F37A1F;
}
.addservcol1 {
	margin-left:5px;
	margin-top: 10px;
	width:315px;
	float:left;
}
.addservcol1 h2 {
	font-size:22px;
	color:#F37A1F;
	height:23px;
	margin-top:20px;
}

.addservcol1 ul li {
	margin-left:35px;
	padding:5px;
	height:15px;
}

/********* Boat RV Fleet *********/
#boatrvfleetservices {
	background:url(images/boat-rv-fleet-bkg.png) no-repeat;
	width:940px;
	height:49px;
	margin:0 0 30px 20px;
}	
#boatrvfleetservices h1{
	margin:17px 0 0 20px;
	height:49px;
	font-size:22px;
	font-style:italic;
	float:left;
	color:#ffffff;
}
#boatrvfleetservices h2{
	margin:17px 20px 0 0;
	height:49px;
	float:right;
	font-size:22px;
	font-style:italic;
	color:#101D4A;
}


