/* The general style for all the pages */
body {
	background-color: #93C7EC;
	margin-top: 0px;
	background-image: url(images/bg2.jpg);
	background-repeat: repeat-x;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

#powered_by_4morehits { text-align:right; width:96%; color: #000; font-size:10px; }
#powered_by_4morehits a:link { text-decoration:none; color:#000000; }
#powered_by_4morehits a:active { text-decoration:none; color:#000000; }
#powered_by_4morehits a:visited { text-decoration:none; color:#000000; }
#powered_by_4morehits a:hover { text-decoration:none; color:#ffa700; }

/* This is the style for the belt */
#belt {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #AF1619;
}
#belt a:link {
	color: #AF1619;
	text-decoration: none;
}
#belt a:visited {
	text-decoration: none;
	color: #AF1619;
}
#belt a:hover {
	text-decoration: none;
	color: #0142FF;
}
#belt a:active {
	text-decoration: none;
	color: #AF1619;
}

/* The style for the main color tags */

#maincolor {
	color: #FFFFFF;
	background-color: #0142FF;
}

#maincolor a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#maincolor a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#maincolor a:hover {
	color: #FFC827;
	text-decoration: none;
}

#maincolor a:active {
	color: #FFFFFF;
	text-decoration: none;
}


/* The style for the secondary color tags */

#secondarycolor {
	color: #000000;
	background-color: #ECECEC;
}

#secondarycolor a:link {
	color: #000000;
	text-decoration: none;
}

#secondarycolor a:visited {
	color: #000000;
	text-decoration: none;
}

#secondarycolor a:hover {
	color: #0142FF;
	text-decoration: none;
}

#secondarycolor a:active {
	color: #000000;
	text-decoration: none;
}

/* The style for the inventory display tags */

.inventoryrow {
	background-color: #BBCCFF;
}

#inventorytitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0142FF;
}

#inventorytitle a:link {	
	color: #0142FF;
	text-decoration: none;
}

#inventorytitle a:visited {
	color: #0142FF;
	text-decoration: none;
}

#inventorytitle a:hover {
	color: #FFC827;
	text-decoration: none;
}

#inventorytitle a:active {
	color: #0142FF;
	text-decoration: none;
}

.inventoryinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.calculator {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0142FF;
	font-style: italic;
}

#inventoryinfo a:link {
	color: #333333;
	text-decoration: none;
}

#inventoryinfo a:visited {
	color: #333333;
	text-decoration: none;
}

#inventoryinfo a:hover {
	color: #FFC827;
	text-decoration: none;
}

#inventoryinfo a:active {
	color: #333333;
	text-decoration: none;
}
.inventorycall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0142FF;
}

#formlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0142FF;
	font-style: italic;
}

#formlinks a:link {	
	color: #0142FF;
	text-decoration: none;
}

#formlinks a:visited {
	color: #0142FF;
	text-decoration: none;
}

#formlinks a:hover {
	color: #FFC827;
	text-decoration: none;
}

#formlinks a:active {
	color: #0142FF;
	text-decoration: none;
}

.rowseperator {
	bgcolor: #6699FF;
	color: #0142FF;
}


/* The style for the vehicle display tags */

#vehicletitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 20px;
}
#carfax {
	float:left;
}
#formtext {
	font-size: 10px;
	font-weight: bold;
}
#tableseperatorinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#tableseperatorlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
}
#vehicleinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 60px;
}
#retailinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.tablesperator {
	background-color: #6699FF;
}


/* The style for the payment calculator tags */
