/* @override http://hawleyauto.com/base.css */

/* CSS Document */

* { 
	margin: 0;
	padding: 0;
}

body {
	font: 90%/1.25em "Lucida Grande","Lucida Sans Unicode",sans-serif;
	background: #fff url(images/bg_home_test.jpg) top left repeat-x;
	color: black;
}

#wrap {
	width: 750px;
	margin: 0 auto;
}

#header {
	width: 750px;
	height: 95px;
	background: url(images/logo.jpg) 0px 0px no-repeat;
}

#top {
	width: 750px;
	height: 265px;
	margin-top: 10px;
}

#top_image {
	float: left;
	width: 500px;
	height: 265px;
	border: thin dotted #ccc;
	padding: 4px;
	background-color: #FFFFFF;
}

#nav {
	width: 225px;
	height: 265px;
	float: right;
	clear: right;
}

#right_column {
	display: block;
	width: 230px;
	float: right;
}

#main {
	display: block;
	width: 500px;
	padding-left: 5px;
}


.restoration a{
	width: 200px;
	height: 70px;
	display: block;
	background-image:url(images/collision_care.gif);
	text-decoration: none;
	background-repeat: no-repeat;
}

.restoration a:hover{
	width: 200px;
	height: 70px;
	display: block;
	background-image:url(images/collision_care2.gif);
	text-decoration: none;
}


.restoration h1{
	font: 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	padding: 12px 0 0px 40px;
}

.restoration h2{
	font: 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	padding-left: 40px;
}


#logos {
	width: 180px;
	height: 200px;
	border: thin dotted #ccc;
	margin:40px 0 0 20px;
}

.logos {
	width: 105px;
	height: 100px;
	display: block;
	padding: 10px 0px 5px 30px;
}

#main img {
	padding:10px 20px 10px 0;
	float: left;
}

/*---------------------------------------------TYPE STARTS HERE--------8CC63F-----------------------------------*/

h1 {
	font: 32px  Georgia, "Times New Roman", Times, serif;
	line-height: 2em;
}

h2 {
	font: 20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;	
	color: #b40808;
	padding-left: 10px;
}

h3 {
	font: 16px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #b40808;
	padding: 20px 0px 2px 20px;
}

h4 {
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #b40808;
	padding: 5px 0px 0px 0px;
	margin:0px 0px 5px -10px;
	border-bottom: thin dotted #b40808;
	display: block;
}

h5 {
	font: 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #b40808;
	padding: 25px 0px 0px 0px;
	margin:0px 0px 0px 20px;
	border-bottom: thin dotted #ccc;
	display: block;
}

.main{
	font: 13px/1.5 em;
	word-spacing: 0.1em;
	padding: 10px 0 0px 20px;
}

.ul {
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.1 em;
	word-spacing: 0.1em;
	padding: 10px 0 0px 30px;
	list-style-position: inside;
	list-style-type: square;
}

.nested {
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.1 em;
	word-spacing: 0.1em;
	padding: 10px 0 0px 40px;
	list-style-position: inside;
	list-style-type: disc;
}

.customer_name {
	display: inline;
	padding-left:300px;
	font-style: italic;
	color: #b40808;
	font-size: 12px;
}

a {
	color: #b40808;
}





/*---------------------------------------------TYPE ENDS HERE-------------------------------------------*/






/*-----------------------#279bb4----------NAV STARTS HERE----------F1F1F2-------------------------*/


#navcontainer {
	width: 230px;
	height: 255px;
	padding-top: 40px;
	/*background: transparent url(../images/nav_back.jpg) 0px right no-repeat;*/
	font-size:13px;
}

#navcontainer ul {
	list-style-type: none;
	text-align: left;
}

#navcontainer ul li a {
	background: transparent url(images) 20px center no-repeat;
	padding-left: 15px;
	text-align: left;
	text-decoration: none;
	color: #000;
	line-height: 1.6em;
}

#navcontainer ul li a:hover {
	background: transparent url(images/list_on.gif) 0px center no-repeat;
	color: #b40808;
}

ul.list {
	padding: 0px;
	margin: 20px 0px 20px 40px;
	font-size: 11px;
	}
	
ul.list li {
	padding: 0px;
	margin: 5px 0px;
	font-size: 11px;
	}

#main ol {
	font-size: 12px;
	margin: 10px 0px 10px 40px;
	}

#navcontainer ul li a#current {
	background: transparent url(images/list_off.gif) 0px center no-repeat;
	color: #b40808;
	font-weight:bold;
	font-size:16px;
}

/*-------------#B2E561-------------------NAV ENDS HERE----------------------------------------*/


#footer {
	margin-top: 50px;
	height:170px;
	float:left;
	background:#ffffcc;
	width:100%;
	font:12px "Lucida Grande","Lucida Sans Unicode",sans-serif;
}

#footer ul {
	width:700px;
	margin:0 auto;
	height:120px;
	list-style:none;
	padding:20px 0 0 0;	
}

#footer ul li {
	float:left;
	width:170px;
}

#footer ul li.center {
	width:330px;
	font-weight: bold;
}

#footer ul li.first {
	font-weight: bold;
}

#footer ul li.last {
	width:200px;
}

#footer ul li.last {
	font-size:10px;
}

/*---------------------------Quote----------------------------------*/


#quote {
	margin: 15px 0 0px 10px;
	width: 200px;
	background: url(images/middle.gif) repeat-y;
	font-size: 12px;
}
	
#quotetop {
	background: url(images/top.gif) top left no-repeat;
}

#quotebottom {
	background: url(images/bottom.gif) bottom left no-repeat;
	padding: 30px 30px 50px 30px;
	font-style: bold;
	color: #000;
	line-height: 1.6em;
}
	
.author {
		width: 100px;
		padding: 0px 40px 0px 2px;
		color: #000;
		line-height: 1.2em;
		text-align: left;
		float: right;
		font-size:10px;
	}
	
.author b {
		color: #000;
	}

.viewall {
		margin: 0px 0px 10px 30px;
	}#bbb {
	margin: 30px auto 0px;
	text-align: center;
}

