
* {
	margin: 0;
	padding: 0;
}
a {
	color: #36C;
}
a:hover {
	color: #06F;
}

.sidenav img
{
border: 0;
}

body {
	background-color: #000;
	color: #444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	width:80em;

}

.topdesc
{
color: #fff;
text-align: center;
}

.topdesc p
{
padding-top: 10px;
}

input {
	color: #555;
	font-size: 11px;
}
p,cite,code,ul {
	
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
	padding-top: 8px;
	color: #000;
	text-align: center;
}

h2
{
font-size: 1.2em;
}


h2, h3 {
	color: #060f61;
	padding-top: 6px;
}

.right
{
float: right;
}

.left
{
float: left;
}

.container {
	background-color: #fff;
	color: #000;
	margin: 10px auto;
	width:83em;
}
.header {
	background-color: #000;
	color: #fff;
}


.main {
	clear: both;
	padding: 8px 18px;
}


/* title */
.title h1 {
	color: #FFF;
	font: normal 3em Verdana,sans-serif;
	height: 150px;
	line-height: 150px;
	margin-bottom: 8px;
	text-align: center;
}

/* TOP NAVIGATION */
/* Top Navigation Start*/

#navcontainer ul
{
padding-left: 0;
padding-top: 0;
margin-top: 0;
margin-left: 0;
margin-bottom: 0;
padding-bottom: 0;
float: right;
width: 100%;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
background-color: #000;
color: #fff;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.4em .7em;
background-color: #000;
color: #fff;
text-decoration: none;
float: right;
border-left: 1px solid #fff;
border-top: 1px solid #fff;
font-weight: bold;
}

#navcontainer ul li a:hover
{
background-color: #000;
color: #487dff;
font-weight: bold;
}
.navigation {
	margin-bottom: 4px;
}
.navigation a {
	background-color: #0F54AE;
	color: #FFF;
	float: left;
	font: bold 1.2em Verdana,Arial,sans-serif;
	padding: 4px 0;
	width: 19%;
	border-right: 1px solid #FFF;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #1B62BE;
	color: #FFF;
}


/* SIDE NAVIGATION */
.sidenav h3,.sidenav ul {
	padding-left: 12px;
}
.sidenav {
	background-color: #fff;
	border: 1px solid #E5E5E5;
	float: left;
	width: 180px;
	margin-bottom: 5px;
}
.sidenav h3 {
	color: #000;
	font-size: 1.2em;
	height: 20px;
	margin-top: 1.2em;
	background-color: #fff;
}
.sidenav ul {
	border-top: 1px solid #FAFAFA;
	background-color: #fff;
	margin: 0;
	padding: 0;
}
.sidenav li {
	border: 1px solid #FAFAFA;
	border-top: none;
	list-style: none;
	margin: 0;
}
.sidenav li a {
	color: #0c0ffa;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 14px;
	text-decoration: none;
	font-weight: bold;
}
.sidenav li a:hover {
	color: #000;
}

/* CONTENT */
.content {
	float: right;
	width:55em;
	font-size: 1.2em;
}
.content .section {
	/*padding: 6px 12px;*/
	padding: 4px;

	background: #FFF;
	margin-bottom: 8px;
}
.content .descr {
	color: #333;
	margin-bottom: 6px;
}
.content li {
	list-style: url(images/li.gif);
	margin-left: 18px;
}


dl

{
margin: 12px 0px 12px 0px;
}

dd
{
margin: 2px 0px 10px 0px;
}



dt

{
font-weight: bold;

}


/* search form */
form.searchbox {
	padding: 4px;
	background-color: #000;
}
.styled {
	border: 1px solid #DDD;
	padding: 0 0 0 2px;
	height: 20px;
	vertical-align: top;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.button {
vertical-align: middle;
}

.testimonial
{
background-color: #f2f2f2;
border: 1px solid #ccc;
padding: 3px;
}

/*MISC */

.calltoaction
{
padding: 5px;
background-color: #f4ff4c;
color: #000;
border: 1px solid #dfea39;
text-align: center;
font-weight: bold;
margin-bottom: 5px;
}

.calltoaction p
{
padding: 0;
}


.instantquotecontainer
{
width: 580px;
}
.instantquote
{
background-color: #000;
color: #fff;
width: 360px;
float: right;
}

.instantquotesub
{
background-color: #000;
color: #fff;
}





/* FOOTER */
.footer {
	background: #FFF;
	border: 1px solid #EEE;
	color: #666;
	font-size: 11px;
	margin: 0 auto 10px;
	text-align: center;
padding-top: 10px;
padding-bottom: 10px;
	width: 91em;
}
.footer a {
	color: #36C;
	text-decoration: none;
}
.footer a:hover {
	color: #06F;
	text-decoration: underline;
}

.footer ul li
{
display: inline;
list-style-type: none;
padding: 2px;
}

.limofooter
{
width: 83em;
margin: 0 auto;
background-image: url(images/bg-limofooter.jpg);
background-repeat:repeat-x;
color: #000;
padding: 0;
background-position: left;
height: 194px;
}
/* MISC. */
.clearer {
	clear: both;
}

	
	


/* CONTACT FORM */

#contactform
{
color: #000;
background-color: #fff;
padding: 10px;
font-size: 12px;
margin: 0 auto;
}

form#contactform input.contactbuttonsubmit
{
width: 100px;
font-size: 12px;
height: 25px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

form#contactform input.contactbuttonreset
{
width: 100px;
font-size: 12px;
height: 25px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

textarea { overflow: auto; }

.contactmessage
{
border: 1px solid #d5d6d5;
}

address
{
font-style: normal;
margin: 0 0 20px 8px;
}

.headingbar
{
width: 70%;
color: inherit;
background-color: #3235ff;
padding: 4px;
color: #fff;
font-weight: bold;
}

/* SIGN UP FORM */

table.signup
{
width: 500px;
border: 0;
}


/*  vehicle pages */

#inline-list {
	border: 1px solid #000;
margin:2px auto;
	width: 80%;
	padding: 5px;
	
	text-align: center;
	}

#inline-list p {
	display: inline;
	}

#inline-list ul, #inline-list li {
	display: inline;
	margin: 0;
	padding: 0;
	color: #339;
	background-color: #FFF;
	font-weight: bold;
	}

#mainimg
{
border: 2px solid #000;
}

.centeredimage
{
text-align: center;
margin: 0 auto;
}

.thumbimg
{

text-align: center;
border: 2px solid #000;
}

.booknow
{
border: 1px solid #A6A6D9;
margin: 6px;
padding: 6px;
text-align: center;
background-color: #C7C7ED;
color: inherit;
}

.booknowlink
{
font-size: 1.6em;
}

.disclaimer
{

background-color:#fff;
color: #666;
line-height: normal;
font-size: .8em;
padding: 4px 0px 2px 0px;

}

.smalltype
{
text-align: center;
font-size: .8em;
margin: 2px 0 2px 0;
}

.special
{
padding: 4px 10px 4px 10px;
border: 1px solid #f2f2f2;
}

table#sample {
    background-color:#FFF;
	color: #000;
    border: solid #000 1px;
    width: 400px;
	margin: 10px auto;

}

table#sample td {
    padding: 4px;
    border: solid #000 1px;

}

.data {
    color: #000;
    text-align: center;
    background-color: #fff;
}

.toprow {
    font-style: italic;
	font-weight: bold;
    text-align: center;
    background-color: #f2f2f2;
	color: #000;

}

.leftcol {
    font-weight: bold;
    text-align: center;
    width: 150px;
    background-color: #fff;
	color: #000;
}

.columncontainer
{
margin: 15px auto;
height: 140px;

}
 
.first {
float: left;


}
.last {
float: right;


}
 .first ul li
{
list-style-type: none;
line-height: normal;
}
.last ul li
{
list-style-type: none;
line-height: normal;
}

table#vehiclequote {
    background-color:#FFF;
	color: #000;
    border: solid #000 1px;
    width: 400px;
	margin: 0 auto;

}

table#vehiclequote td {
    padding: 4px;
    border: solid #000 1px;

}

.vehicle {
    color: #000;
    text-align: right;
    background-color: #b6b7ff;
}

.quotedata {
    color: #000;
    text-align: center;
    background-color: #fff;
}

.quotetoprow {
    font-style: italic;
	font-weight: bold;
    text-align: left;
    background-color: #fff;
	color: #000;

}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#quoteform {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0 auto;
  padding: 0;
  /*min-width: 500px;
  max-width: 600px;*/
  width: 400px;
  background-color: #fff;
  color: #000;
}

#quoteform fieldset {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

#quoteform label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}


fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

#quoteform input, #quoteform textarea, #quoteform select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

#quoteform input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

#quoteform small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

#quoteform .required{font-weight:bold;} /* uses class instead of div, more efficient */

#quoteform br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
/* Contact/Quote Form End */

.contentol
{
padding: 0 0 20px 25px;
font-style:italic;
font-weight:bold;
}

table#personalinfo {
    background-color:#FFF;
	color: #000;
    width: 400px;
	margin: 0 auto;

}

table#personalinfo td {
    padding: 4px;
}

/* Link Page Start */
.add-link
{
padding-top: 1em; 
padding-bottom: 1em; 
}

.link-content
{

margin-bottom: 1em;
padding: 10px;
border: 2px dotted #ccc;
}

#linkcontainer
{
margin: 0 auto;
}

.link-content dt
{
font-size: .8em;
font-style: italic;
color: #000;
background: #fff;
}
table#pimpnav
{
width: 510px;
color: #000;
background-color: #fff;
margin: 0 auto 5px auto;
border-top: 2px solid #ccc;
border-bottom: 2px solid #ccc;
}

table#pimpnav td
{
margin: 0;
padding: 0;
border: 0;
}

.imgbtn
{
border: 2px solid #fff;
vertical-align:top;
margin: 0;
padding: 0;
}

#pnmainimg
{
vertical-align: top;
border-right: 2px solid #FFF0D1;
}

table#pimpnav img
{
border: 0;
}

table#pimpnav a
{
border: 0 !important;
}


/* Link Page End */
