﻿/* CSS Document */

body {
	margin: 0px;
	background: #081f4a url(../images/background.jpg) repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 0px;
	margin-left: 10px;
	padding-left: 20px;
	}
	
input {
	border: 1px #081f4a solid;
    width: 135px;
}
	
select {
	border: 1px #081f4a solid;
    width: 115px;
    height: 24px;
}
	
textarea {
	border: 1px #081f4a solid;
	}
	
#everything {
	margin: 0 auto;
	width: 750px;
	}

#top {
	width: 750px;
	height: 19px;
	background: url(../images/top.jpg) no-repeat top left;
	}
	
#top td.top-nav {
	width: 750px;
	height: 32px;
	background: url(../images/top-nav.jpg) no-repeat top left;
	}
	
#top td.top-nav ul {
	margin: 0px;
	padding: 0px;
	}
	
#top td.top-nav li {
	margin: 0px;
	padding: 0px;
	display: inline;
	float: left;
	}

#top td.top-nav li a {
	width: 60px;
	height: 21px;
	padding: 9px 5px 0px 5px;
	margin: 0px;
	text-align: center;
	display: block;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	}
	
#top td.top-nav li a.longer {
	width: 70px;
	padding: 9px 25px 0px 15px;
	}
	
#top td.top-nav li a.first {
	margin-left: 5px;
	}
	
#top td.top-nav li a:hover {
	color: #CCCCCC;
	text-decoration: underline;
	}
	
#top td.header {
	width: 750px;
	height: 94px;
	background: url(../images/header.jpg) no-repeat top left;
	}
	
#nav {
	width: 749px;
	height: 29px;
	}
	
#nav td.first {
	width: 12px;
	background: url(../images/nav-side-left.jpg) repeat-y top left;
	}
	
#nav td.middle {
	width: 725px;
	border:none;
	background: url(../images/nav-back.jpg) repeat top left;
	text-align: center;
	}
	
#nav td.last {
	width: 12px;
	background: url(../images/nav-side-right.jpg) repeat-y top left;
	}
	
#main {
	width: 750px;
	background: #ffffff;
	}
#main td.inner p.linkMore {
	text-align: right;
	padding-right: 10px;
}
#main td.inner span.underline {
	text-decoration: underline;
}
#main td.border-left {
	width: 13px;
	background: url(../images/outside-border.jpg) repeat-y top left;
	}
	
#main td.main-left-column {
	width: 167px;
	vertical-align: top;
	}

.main-left-column div.top-left {
	background: url(../images/gift-back.jpg) no-repeat top left;
	vertical-align: middle;
	}
	
.main-left-column div.top-left h1{
	display: block;
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	height: 22px;
	padding: 10px 0px 0px 0px;
	margin: 0px 5px 0px 5px;
	color: #ffffff;
	border-bottom: 0;
	}
	
.main-left-column div.top-left p{
	display: block;
	margin: 0px 5px 0px 5px;
	padding: 5px 0px 0px 0px;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	}
	
.main-left-column div.top-left a.button {
	display: block;
	height: 49px;
	width: 102px;
	padding: 6px 4px 0px 0px;
	margin: 30px 0px 0px 60px;
	font-size: 15px; 
	color: #ffffff;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	background: url(../images/card-button-back.jpg) no-repeat top left;
	text-decoration: none;
	}
	
.main-left-column div.top-left a:hover.button {
	background: url(../images/card-button-back-over.jpg) no-repeat top left;
	}
	
.main-left-column div.left-orange img.orange {
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
	}
	
#main td.main-middle {
	width: 382px;
	vertical-align: top;
	}
	
#main td.main-middle p {
	display: block;
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 6px 10px;
	text-indent: 0px;
	}
	
#main td.main-middle p b.guaranteed {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	font-variant: small-caps;
	}
	
#main td.main-middle h1{
	display: block;
	height: 20px;
	margin: 0px 10px 0px 10px;
	padding: 5px 0px 0px 0px;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
	border-bottom: 1px #081f4a solid;
	}
	
#main td.main-right-column {
	width: 174px;
	vertical-align: top;
	}
	
.main-right-column div.top-right {
	background: url(../images/packages-back.jpg) no-repeat top left;
	}
	
td.inner {
	width: 723px;
	background: #ffffff;
	}
	
td.inner h1{
	display: block;
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	height: 22px;
	padding: 10px 0px 0px 0px;
	margin: 0px 20px 0px 20px;
	color: #000000;
	border-bottom: 1px #ffffff solid;
	}
td.inner h1.center{
	display: block;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
	margin: 0px 20px 0px 20px;
	color: #d65b04;
	border-bottom: 1px #ffffff solid;
	text-align: center;
	}
	
td.inner h2{
	display: block;
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	height: 77px;
	padding: 10px 0px 0px 0px;
	margin: 20px 20px 0px 20px;
	color: #000000;
	border-bottom: 1px #000000 solid;
	}
	
td.inner p {
	margin: 0px 0px 0px 30px;
	}
	
td.inner a.big {
	display: block;
	height: 36px;
	width: 200px;
	font-weight: bolder;
	font-style: italic;
	color: #ffffff;
	font-size: 20px;
	text-decoration: none;
	margin: 12px 10px 0px 10px;
	padding: 15px 0px 0px 0px;
	text-align: center;
	border: 2px #000033 solid;
	background: url(../images/inner.jpg) repeat-x top left;
	}
	
td.inner a:hover.big {
	background: url(../images/inner-back.jpg) no-repeat top left;
	}
	
td.inner ul {
	margin: 10px 0px 0px 70px;
	padding: 0px;
	}

p.inside a {
	color: #081f4a;
	font-size: 15px;
	}
	
p.inside a:hover {
	color: #76a2d6;
	text-decoration: none;
	}
	
td.inner li {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	font-weight: bold;
	color: #003366;
	font-style: italic;
	}
	
td.inner li a{
	font-weight: bold;
	color: #003366;
	font-style: italic;
	text-decoration: underline;
	}
	
td.inner li a:hover{
	color: #FF6600;
	text-decoration: none;
	}
td.inner p.padLeft {
	padding-left: 20px;
	display: block;
}
table.service{
	margin-top: 10px;
	width: 100%;
	text-align: center;
	}
	
table.service img {
	border: 2px #000033 solid;
	margin: 20px 0px 0px 0px;
	}
	
table.service td{
	width: 50%;
	}

table.car-wash {
	width: 90%;
	text-align: center;
	margin: 20px 0px 0px 37px;
	border: 4px #7b7b7b solid;
	}
	
table.car-wash2 {
	width: 95%;
	text-align: center;
	margin: 20px 0px 0px 0px;
	border: 4px #7b7b7b solid;
	background: #ffffff;
	}
	
table.car-wash2 h1{
	color: #081f4a;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	}
	
table.car-wash2 h1.package{
	margin-bottom: 10px;
	}
	
table.car-wash2 img.detail{
	border: 2px #000000 solid;
	margin: 5px 0px 5px 0px;
	}
	
table.car-wash2 h2{
	color: #FF9900;
	font-size: 15px;
	padding: 5px 0px 0px 0px;
	margin: 5px 5px 10px 5px;
	height: 20px;
	display: block;
	background: #eeeeee;
	margin: 0px 2px 0px 2px;
	}
	
table.car-wash2 p {	
	display: block;
	margin: 2px 15px 2px 15px;
	padding: 5px 0px 5px 0px;
	text-align: left;
	border-bottom: 1px #eeeeee solid;
	background: #ffffff;
	color: #000000;
	}

td.under {
	border-top: 1px #7b7b7b solid;
	}
	
table.car-wash2 td{
	width: 42%;
	border-right: 1px #7b7b7b solid;
	vertical-align: top;
	}
	
table.car-wash2 td.last{
	width: 42%;
	border: none;
	}
	
table.car-wash2 span.padLeft {
	display: block;
	padding-left: 8px;
}
table.car-wash3 {
	width: 95%;
	margin: 20px 0px 0px 18px;
	border: 4px #7b7b7b solid;
	background: #ffffff;
	}
	
table.car-wash3 h1{
	color: #081f4a;
	font-size: 15px;
	margin: 0px;
	padding: 10px 0px 0px 20px;
	}
table.car-wash3 h1.package{
	margin-bottom: 10px;
	}
	
table.car-wash3 img.detail{
	border: 2px #000000 solid;
	margin: 5px 0px 5px 0px;
	}
	
table.car-wash3 h2{
	color: #FF9900;
	font-size: 15px;
	padding: 0px 0px 0px 0px;
	margin: 0px 5px 10px 5px;
	height: 20px;
	text-align: center;
	display: block;
	background: #eeeeee;
	margin: 0px 2px 0px 2px;
	}
	
table.car-wash3 p {	
	display: block;
	margin: 2px 15px 2px 15px;
	padding-bottom: 5px;
	text-align: left;
	border-bottom: 1px #eeeeee solid;
	background: #ffffff;
	}
	
table.car-wash3 td{
	width: 33%;
	border-right: 1px #7b7b7b solid;
	vertical-align: top;
	}
	
table.car-wash3 td.last{
	width: 42%;
	border: none;
	}
	
h1.price {
	font-size: 20px;
	font-weight: bolder;
	font-style: italic;
	border-bottom: none;
	}
	
table.car-wash td {
	width: 20%;
	border: 1px #ffffff solid;
	color: #ffffff;
	vertical-align: top;
	}
	
table.car-wash h1 {
	border-bottom: none;
	padding-top: 4px;
	}
	
table.car-wash p {
	display: block;
	margin: 5px;
	padding-bottom: 5px;
	text-align: left;
	border-bottom: 1px #ffffff solid;
	}
	
td.one{
	background: #00CC00;
	}
	
.two{
	background: url(../images/blue-back.jpg) repeat-x top left;
	padding-top: 25px;
	}
	
td.three{
	background: url(../images/red-back.jpg) repeat-x top left;
	padding-top: 40px;
	}
	
td.four{
	background: url(../images/yellow-back.jpg) repeat-x top left;
	padding-top: 70px;
	}
	
.main-right-column div.top-right h1{
	display: block;
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	height: 22px;
	padding: 10px 0px 0px 0px;
	margin: 0px 5px 0px 5px;
	color: #ffffff;
	border-bottom: 1px #ffffff solid;
	}
	
.main-right-column div.top-right p{
	display: block;
	margin: 0px 5px 0px 6px;
	padding: 5px 0px 5px 0px;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	}
	
.main-right-column div.top-right img{
	border: 1px #ffffff solid;
	margin: 4px 0px 0px 6px;
	}
	
#main td.border-right {
	width: 14px;
	background: url(../images/outside-border-right.jpg) repeat-y top left;
	}
	
.main-right-column div.top-right a.button {
	display: block;
	height: 38px;
	width: 74px;
	padding: 7px 0px 0px 0px;
	margin: 0px 0px 6px 96px;
	text-align: center;
	font-size: 13px; 
	color: #ffffff;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	background: url(../images/package-button-back.jpg) no-repeat top left;
	text-decoration: none;
	}
	
.main-right-column div.top-right a:hover.button {
	background: url(../images/package-button-back-over.jpg) no-repeat top left;
	}
	
#bottom {
	width: 750px;
	height: 35px;
	background: url(../images/bottom.jpg) no-repeat top left;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	}
	
#bottom p{
	color: #ffffff;
	font-variant: small-caps;
	}

#below {
	margin: 40px 20px 20px 10px; 
	height: 60px;
	border-top: 1px #999999 solid;
	}
	
#below img {
	margin: 10px 6px 5px 10px;
	float: left;
	}
	
#below p {
	margin: 25px 10px 0px 150px;
	font-weight: bold;
	color: #d65b04;
	font-size: 11px;
	}
	
#footer {
	font-size: 10px;
	color: #2f4b7f;
	width: 700px;
	margin: 0 auto;
	}
	
#footer a {
	color: #2f4b7f;
	text-decoration: none;
	}
	
#footer a:hover{
	color: #5f97ff;
	text-decoration: none;
	}
	
#text {
	background: url(../images/body.jpg) no-repeat;
	height: 172px;
	}
	
#text p{
	display: block;
	padding: 0px 10px 0px 0px;
	height: 15px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	}
	
#address {
	font-size: 12px;
	text-align: left;
	color: #999999;
	}
	
table.locate {
	width: 95%;
	margin: 20px 20px 0px 20px;
	}
	
table.locate td {
	width: 47%;
	text-align: left;
	}
	
table.locate img {
	border: 4px #081f4a solid;
	margin: 0px 0px 0px 15px;
	}
	
.image {
	margin: 5px;
	border: 1px #000000 solid;
	}
#text p{
	display: block;
	padding: 0px 0px 5px 0px;
}

/*Dropdown CSS*/
div.divDropDownMenu {
	top:100px;
	left:100px;
	display:none;
	position: absolute;
	width: 212px;
	text-align:right;
}
a.drop{
	background: url(../images/nav-back.jpg) repeat top left;
	width: 200px;
	color: #FFFFFF;
	padding: 3px 0px 3px 0px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	font-size: 9px;
	height: 14px;
	border: 1px #ffffff solid;
	border-bottom: none;
	text-align:center;
}
a.drop2{
	background: url(../images/nav-back.jpg) repeat top left;
	width: 200px;
	color: #FFFFFF;
	padding: 3px 0px 3px 0px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	font-size: 9px;
	height: 14px;
	border: 1px #ffffff solid;
	text-align:center;
}
a:hover.drop{
	background: #000000;
	color: #adadad;
	text-decoration: none;
}
a:hover.drop2{
	background: #000000;
	color: #adadad;
	text-decoration: none;
}

