body
{
  margin: 0px;
}

ul.ulmain
{
  list-style-type: square;
}

p.pmain
{
  text-align: left;
	padding: 10px;
}

h3.h3main
{
  text-align: center;
	color: #993300;
}

a.amain
{
  /* fix for IE7 bug*/
	position: relative;
	top: 1px;
	
  border: 1px solid #cc9966;
	border-right-width: 5px;
	border-left-width: 5px;
	
	font: 10pt arial black;
	background: #eee8db;
	padding: 5px;
	text-decoration: none;
}

a.amain:hover
{
  background: #ffffcc;
	border-color: #ff9933;
}


#b0
{
  width: 750px;
	height: 140px;
	
	background: url("images/b0.jpg") no-repeat;
}

#b1
{
  width: 750px;
	height: 20px;
	
	border: 1px solid #cc9966;
	border-left: none;
	
	background: #eee8db;
	text-align: center;
	font: 8pt arial;
	font-weight: bold;
	font-style: italic;
}
#b2
{
  width: 175px;
	height: 420px;
	
	position: relative;
	bottom: 1px;
	
  border-right: 1px solid #cc9966;
	border-top: 1px solid #eee8db;
	border-left: none;
	border-bottom: 1px solid #cc9966;
	z-index: 2;
	background: #eee8db;
}
  #b2 ul
  {
    list-style: none;
	  padding: 0;
	  margin: 0;
  }
	
	  #b2 li
		{
		  border-bottom: 1px dotted #cc9966;
		}
	
    #b2 a
    {
      height: 20px;
	    font: 10pt arial black;
			color: #993300;
			text-decoration: none;
			padding-left: 5px;
			display: block;
    }
		#b2 ul a:hover
		{
		  background: #ffffcc;
			color: red;
		}
		
#b2l0
{
  
  width: 100px;
	
  position: absolute;
	left: 170px;
	top: 182px;
  z-index: 3;
	border: 1px solid #cc9966;
  visibility: hidden;
	background: #eee8db;
	list-style: none;
	margin: 0;
	padding: 0;
	
}

#b2l1
{
  width: 100px;
  position: absolute;
	left: 170px;
	top: 224px;
	
	border: 1px solid #cc9966;
  visibility: hidden;
	background: #eee8db;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 3;
}
		
  #b2l0 a, #b2l1 li { border-bottom: 1px solid #cc9966;}
	#b2l0 a, #b2l1 a
	{
	  display: block;
		color: #993300;
		font: 10pt arial;
		font-weight: bold;
		text-decoration: none;
		padding: 2px;
	}
	#b2l0 a:hover, #b2l1 a:hover
	{
	  background: #ffffcc;
		color: red;
	}
	
	#b2d0, #b2d1
	{
	  font: 8pt arial;
		border-bottom: 1px dotted #a3a3a3;
		text-align: center;
		padding: 2px;
	}
	
	
#b3
{
  width: 572px;
	height: 395px; 
					
  position: absolute;
	left: 177px;
	top: 163px;
	
	overflow: auto;
	border: 1px solid #cc9966;
	font: 10pt arial;
}

#b3 a
{
  color: black;
	
}
#b3 a:hover { text-decoration: none; color: red; } 

#b4
{
  width: 575px;
	height: 20px;
	
	position: absolute;
	top: 561px;
	left: 175px;
	
	border: 1px solid #cc9966;
	border-left: none;
	
	font: 8pt arial;
	background: #eee8db;
	z-index: 3;
	text-align: center;
}


#h_b3t
{

  width: 100%;
	height: 52px;
	margin: 0;
	padding: 0;
	border: none;

}
#h_b3t td
{
  width: 150px;
  border: 1px solid #cc9966;
	vertical-align: bottom;

}
#h_b3t a
{
  font: 10pt arial;
	font-weight: bold;
	text-decoration: none;
	color: white;
	padding: 0px;
	background: #cc9966;
	padding: 2px;
	padding-bottom: 0px;
	padding-top: 0px;
}

#h_b3t a:hover
{
	text-decoration: underline;
}

/* QUOTE FORM FORMATTING/STYLE */

#quoteform
{
  width: 500px;
	text-align: left;
}
td.ttop
{
  padding: 2px;
	text-align: left;
}
#quoteform input
{
  padding: 2px;
  
}
#quoteform textarea:focus,input:focus
{
  background: #ffffcc;
	border-color: #ff9933;
}
input.submit
{
  background: #eee8db;
	border: 2px solid #cc9966;
	width: 60px;
}
input.submit:hover
{
  background: #ffffcc;
}

input.fn
{
  width: 100px;
}
input.ln
{
  width: 100px;
}
input.dob
{

}
.tix
{
  width: 200px;
	overflow: hidden;
	overflow-y: scroll;
	height: 75px;
}

td.head_dr_vh
{
  background: #eee8db;
	padding: 2px;
	font: 10pt arial black;
}

input.year
{
  width: 30px;
}

input.make
{
  width: 100px;
}

input.model
{
  width: 100px;
}
input.cyl
{
  width: 15px;
}
input.vin
{
  width: 200px;
}

input.displacement
{
  width: 40px;
	text-align: center;
}

.sel_drv_veh
{
  display: none;
}

.required
{
  font-weight: bold;
	color: red;
}