/* Print CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	}
/* Overall */
#menu, #main ul {
	display: none;
	}

.waynelewis {
	margin: 10px 0 5px 0;
	}

#copyright {
	text-align: center;
	border-top: 1px solid #CCCCCC;
	margin: .05in 0 0 0;
	padding: .05in 0 0 0;
	}

/* Secondary */
/*****************
	=PAGES
******************/
.pages {
	float: left;
	}
.pages h3, .options h3 {
	text-transform: uppercase;
	font-size: 1.0em;
	display: inline;
	padding: 0 5px 10px 0;
	margin: 0;
	}
	
/**************
	=OPTIONS
*****************/
.options {
	text-align: right;
	padding: 0 10px 0 0;
	}
.options strong {
	color:#000000;
	text-transform: uppercase;
	padding: 0 0 0 30px;
	}
select {
	margin: 0;
	padding: 0;
	}

/****************
	=TABLE
****************/
table {	
	width: 100%;
	margin-top: 10px;
	text-transform: uppercase;
	background-image: url(../images/bg_vehicle_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 20px;
	}
th {
	text-align: center;
	color: #FFFFFF;
	padding: 8px 0;
	}
td {
	text-align: center;
	}

/*******************
	=VEHICLE1
******************/
table .vehicle1 img {
	margin: 10px 0;
	}

/********************************
	=ALTERNATING VEHICLE BGs
********************************/
table .vehicle2 {
	color: #FFFFFF;
	background-image: url(../images/bg_table_vehicle2.jpg);
	background-color: #ee2824;
	background-repeat: repeat-x;
	}

/* aligns the photos left */
.photo {
	text-align: left;
	}
.photoheader {
	text-align: left;
	}
