/* CSS Document */
<!--
body {
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
}

.header4_td {
	background-color: #FFFFFF;
	width: 660px;
	height: 36px;
}

.header5_td {
	width: 194px;
	height: 64px;
	background-image: url(images/header5.jpg);
	padding-left: 10px;
	padding-top: 19px;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

.header7_td {
	background-image: url(images/header7.jpg);
	width: 660px;
	height: 64px;
	background-color: #000000;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 19px;
	color: #FFC836;
}

.nav_td {
	background-color: #000000;
	width: 194px;
	height: 350px;
	vertical-align: top;
	border-right: 1px solid #8400C4;
	padding-top: 10px;
}

.content_td {
	background-color: #000000;
	width: 786px;
	vertical-align: top;
	padding: 10px 15px 10px 15px; /* top rt bot left */
}

h1 {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	color: #FFC836;
	font-weight: bold;
}

.help {
	list-style-image: url(images/FREE.jpg);
	padding-left: 40px;
	line-height: 35px;
	vertical-align: middle;
}

.sales {
	font-size: 10px;
}

.black {
	color: #000000;
}

.gold {
	color: #FFC836;
}

.foot_td {
	background-color: #000000;
	font-size: 11px;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align: middle;
	text-align: center;
	border-top: 1px solid #8400C4;
	height: 25px;
}

a:link {
	color: #FFFFFF;
	text-decoration: underline
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline
}
a:hover {
	color: #FFC836;
	text-decoration: none
}
a:active {
	color: #FFFFFF;
	text-decoration: underline
}

.nav_on {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFC836;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	line-height: 23px;
	display: block;
	text-align: left;
	vertical-align: middle;
	margin: 0px 0px 12px 0px;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	line-height: 23px;
	display: block;
	text-align: left;
	vertical-align: middle;
	margin: 0px 0px 12px 0px;
}
a.nav:link {
	background-color: #000000;
	color: #FFFFFF;
}
a.nav:visited {
	background-color: #000000;
	color: #FFFFFF;
}
a.nav:hover {
	background-color: #8400C4;
	color: #FFFFFF;
}
a.nav:active {
	background-color: #000000;
	color: #FFFFFF;
}

a.footer:link {
	font-size: 11px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.footer:visited {
	font-size: 11px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.footer:hover {
	font-size: 11px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a.footer:active {
	font-size: 11px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.cruise {
	font-size: 24px;
	font-weight: bold;
}
/*******************************/
/* Styles for Restoration page */
/*******************************/

table.cartype {
	margin: 0 178px;
	width: 400px;
	text-align: center;
}

tr.label {
	background-color: #FFC836;
}

td.label {
	color: #000000;
	font-weight: bold;
	height: 20px;
}

tr.purple {
	background-color: #8400C4;
	height: 20px;
}

tr.gray {
	background-color: #333333;
	height: 20px;
}

td.make {
	width: 250px;
	text-align: left;
}

td.before {
	width: 75px;
}
td.after {
	width: 75px;
}
/**************************************/
/* tables for images for Restorations */
/**************************************/

table.images {
	margin: 0 53px;
	text-align: center;
	border: 1px solid #8400C4;
}

td.header {
	color: #FFC836;
	font-weight: bold;
	height: 20px;
	text-align: left;
}

td.img {
	width: 25%;
	border: 1px solid #333333;
} 

img.nobrdr {
	border: 0;
}
/* used first on the detailing page, also used on nfl customer page */
.style8 {
	color: #f9c921;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}

-->
