html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #B4CC6A; url(../images/homepage01.jpg) repeat left top;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #8A8A8A;
}

h1, h2, h3 {
	margin-top: 0px;
}

h1 {
	color: #8A8A8A;
	text-align: left;/*justify;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
}
h2 {
	color: #8A8A8A;
	text-align: left;/*justify;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}

h3 {
	color: #8A8A8A;
	text-align: left; /*center;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

h4 {
	color: #8A8A8A;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}

p, ol, ul {
	margin-top: 0px;
}

p {
	line-height: 190%;
}

strong {
	color: #606060;
}

a {
	color: #C01540;
}

a:hover {
	text-decoration: none;
}

a img {
	border: 2px solid #FFFFFF;
}

img.border {
	
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
	overflow: hidden;
	background: url(../images/bg01.jpg) repeat-x center top;
}

#wrapper .bgbtm {
	overflow: hidden;
	background: url(../images/bg02.jpg) repeat-x center bottom;
}

.container {
	width: 850px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header-wrapper {
	height: 160px;/*211px;*/
	background: url(../images/bg03.jpg) no-repeat center top;
}

#header {
	width: 850px;
}

/** LOGO */

#logo {
	float: left;
	width: 275px;
	height: 100px;/*211px;*/
	/*background: url(images/homepage02.jpg) no-repeat left top;*/
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	text-indent: -9999em;
}

#logo h1 a {
	display: block;
	top: 0px;
	left: 0px;
	width: 275px;
	height: 160px;/*211px;*/
}
#logo img{
	position:relative; 
	top:50%; 
	float:right;
	margin-right:0px;
	width:260px;

}

/** MENU */

#menu {
	float: right;
	width: 575px;
	height: 160px;/*211px;*/
}

#menu ul {
	margin: 0px;
	/*padding: 117px/*168px 0px 0px 0px;*/
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0px 15px;
	letter-spacing: -1px;
	text-decoration: none;
	text-shadow: 0px 1px 1px #279C5F;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/** PAGE */

#page {
	overflow: hidden;
	background: url(../images/bg05.jpg) repeat-y center top;
}


#page .bgtop {
	background: url(../images/bg04.jpg)  no-repeat center top;
}

#page .bgbtm {
	overflow: hidden;
	padding: 60px 0px 0px 0px;
	background: url(../images/bg06.jpg) no-repeat center bottom;
}

/** CONTENT */

#content {
	float: right;
	width: 575px;
	padding-bottom: 30px;
}

.single #content {
	width: 100%;
}

/** SPLASH PICTURE */

#splash {
	width: 510px;
/*	height:200px;*/
	margin-top: -30px;
	margin-left:65px;
	margin-right:auto;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 225px;
	padding: 0px 0px 0px 30px;
}

/** FOOTER */

#footer-wrapper {
	overflow: hidden;
	background: url(../images/bg07.jpg) repeat-x left top;
}

#footer {
	overflow: hidden;
	height: 176px;
	background: url(../images/bg08.jpg) no-repeat center top;
}

#footer p {
	margin: 0px;
	padding: 30px 0px 0px 0px;
	text-align: center;
	text-transform: lowercase;
	color: #A5ECCB;
}

.box-style {
}

.box-style .title {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	background: url(../images/homepage03.gif) repeat-x left bottom;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 23px;
	font-weight: normal;
	color: #424242;
}

.box-style .content {
	padding: 20px 0px;
}

.box-style .link1 {
	background: url(../images/homepage04.gif) no-repeat left top;
	padding-left: 25px;
}

/** LIST STYLE1 */

ul.style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

ul.style1 li {
	padding: 4px 0px 10px 0px;
}

ul.style1 span {
	display: inline-block;
	width: 49px;
	height: 17px;
	margin: 0px 10px 0px 0px;
	padding: 3px 0px 0px 0px;
	background: url(../images/homepage05.jpg) no-repeat left top;
	text-align: center;
	font-size: 10px;
	color: #CEE4DA;
}

ul.style1 .first {
	padding-top: 0px;
}


#box1 {
}

#box2 {
}

#box3 {
	padding: 0px 50px;
}

#box3 .title {
	font-size: 34px;
}

/*#box3 img {
	float: left;
	margin-top: -10px;
	margin-left: -10px;
	padding-right: 20px;
}*/

fieldset{ 
border:3px solid #B4CC6A; 
width:220px;
margin-bottom:15px;
padding:8px;
}

fieldset.right{ 
width:475px;
}

legend{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #8A8A8A;
}

#res_form{
	/*border:solid 2px #b7ddf2;
	background:#ebf4fb;*/
}

#res_form label{
	color:#000000;
	display:inline;	
	font-weight:bold;
	text-align:left;
	font-size: 12px;
	width:200px;
	float:left;
}

#res_form .small{
	color:#666666;
	display:inline;
	font-size:10px;
	font-weight:normal;
	text-align:left;
	width:200px;
}

#res_form input{
	float:left;
	font-size:11px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:100px;
	margin:2px 0 10px 0px;
}

#res_form select.time{
	float:left;
	font-size:11px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:105px;
	margin:2px 0 10px 0px;
}

#res_form select.loc{
	float:left;
	font-size:11px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:200px;
	margin:2px 0 10px 0px;
}

#res_form button{
	clear:both;
	margin-left:150px;
	height:31px;
	background-color:#FF6600;
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}

#DOsameText{
	font-size:10px;
}

.black_overlay
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 150%;
	background-color: black;
	z-index:100;
	-moz-opacity: 0.9;
	opacity:.90;
	filter: alpha(opacity=90);
}

.white_content{
	display: none;
	position: absolute;
	top: 25%;
	left: 35%;
	width: 250px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 10px;
	font-size: 10px;
	margin-top: 10px;
	margin-left: 20px;
	border: 16px solid #B4CC6A;
	background-color: white;
	z-index:200;
	overflow: auto;
}

.white_content_extra {
	display: none;
	position: absolute;
	top: 25%;
	left: 35%;
	width: 400px;
	height: 275px;
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 10px;
	margin-top: 10px;
	margin-left: 20px;
	border: 16px solid #B4CC6A;
	background-color: #FFF;
	z-index:200;
	overflow: auto;
}

.totals{
	color:#0099CC;
	font-size:1em;
	font-weight:bold;
}

.grandtotal{
	color:#0033FF;
	font-size:1.1em;
	font-weight:bold;
}

#invoice
{
	background:#FFF;
	width: 700px ;
	height: 900px;
	padding: 10px 10px;
	margin-left: auto ;
	margin-right: auto ;
	border-style:solid;
	border-width:2px;
}

.shade{
	background-color:#DBDBDB;
}

#thanks{
	height:400px;
	width:500px;
}

#changes {
	text-align:right;
}

.button
{
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFF;
	background-color:#4D498E;
	/*width:250px;*/
}

.buttonpartial
{
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFF;
	background-color:#C01540;
}

.imgbox
{
	float:left;
	text-align:center;
	width:145px;
	height:210px;
	border:2px solid gray;
	margin:4px;
	margin-bottom:8px;
	padding:0px;

}

.thumbnail 
{
	width:140px;
	height:90px;
	margin:3px;
	background: #B4CC6A;
}

.box
{
	width:175px;
	padding:0px;
}

img.pass
{
	vertical-align:text-bottom;
}

img.lug
{
	vertical-align:text-bottom;
}

.similar
{
	float:left;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-size:0.8em;
	color:#4C7599;
	display:block;
	border-top:1px solid black;
	margin:10px 0 10px 0;
	width:140px;

}

#vehicleimg 
{
	width:575px;
	height:350px;
	float:right;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background: #FFF; /*url(images/vehimgbg.jpg) no-repeat center ;*/

}

#err
{
	margin-left:15px;
	color:#FF0033;
	display:block;
}

.due
{
	color: #C01540;
}

.line
{
	border-top: solid 2px #000;
	width:650px;
}

.imp
{
	color:#0033FF;
}

table.listingform
{
	width:300px;
}





*{ margin:0px; padding: 0px; }
 
#nav {
padding: 100px 0px 0px 20px;
}
 
#nav ul {
    list-style-type: none;
	
}
 
#nav ul li {
    float: left;
    position: relative;
	
 }
 
#nav ul li a {
     text-align: center;
    /* border-right:1px solid #e9e9e9;
    /* padding:20px;*/
    /* display:block;*/
     text-decoration:none;
     /*color:#999;*/
}
 
#nav ul li ul {
    display: none

}
 
#nav ul li:hover ul {
     display: block;
     position: absolute;
}
 
#nav ul li:hover ul li a {
     display:block;
     /*background:#12aeef;*/
     color:#ffffff;
     width: 110px;
     text-align: center;
     /*border-bottom: 1px solid #f2f2f2;*/
     border-right: none;
}
 
#nav ul li:hover ul li a:hover {
     /*background:#6dc7ec;*/
     color:#fff;
}