﻿/* base styles */
html, body, fieldset, div, p, h1, h2, h3, h4, h5, h6, iframe, img, legend, ol, ul, label, li, span, table, th, td, tr
{
	border: 0;
	margin: 0;
	padding: 0;
}
html
{
	overflow-y: scroll;
}
body
{
	background-color: white;
	color: black;
	margin: 0 auto 0 auto;
	width: 800px;
	border-left: solid 1px black;
	border-right: solid 1px black;
}
table
{
	border-collapse: collapse;
}
th, td
{
	vertical-align: top;
}
hr
{
	clear: both;
}
/* base link styles */
a
{
	color: dimgray;
	font-weight: bold;
	text-decoration: none;
}
a:link
{
}
a:visited
{
}
a:active
{
}
a:hover
{
	text-decoration: underline;
}
/* base typography styles */
body, textarea, input[type="text"], input[type="password"], textarea, select, input[type="submit"], input[type="reset"], input[type="button"], button
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
}
h1, h2, h3, h4, h5, h6
{
	font-weight: bold;
	margin-bottom: 2px;
}
h1
{
	font-size: 2.0em;
}
h2
{
	font-size: 1.8em;
}
h3
{
	font-size: 1.6em;
}
h4
{
	font-size: 1.4em;
}
h5
{
	font-size: 1.2em;
}
h6
{
	font-size: 1.0em;
}
ol, ul
{
	font-size: 1em;
	margin-bottom: 1ex;
}
li
{
	margin-bottom: 1ex;
}
ul.noBullets
{
	list-style: none;
}
p
{
	font-size: 1em;
	line-height: 1.2em;
	margin-bottom: 1ex;
}
pre
{
	font-family: monospace;
	font-size: 1em;
}
strong, b
{
	font-weight: bold;
}
/* field set styles */
fieldset > h3
{
	text-align: center;
}
fieldset table
{
	width: 100%;
}
fieldset table > tbody > tr > th
{
	font-weight: bold;
	padding: 0 1px 2px 0;
	text-align: right;
	width: 200px;
}
fieldset table > tbody > tr > td
{
	padding: 0px 0px 2px 1px;
}
fieldset table > tbody > tr > td > span.composite
{
	vertical-align: top;
	float: left;
	white-space: nowrap;
}
/* base input styles */
input[type="text"], input[type="password"], textarea, select
{
	border: solid 1px black;
	margin: 0;
	padding: 1px;
}
input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus
{
	background-color: lemonchiffon;
}
input[disabled], select[disabled], textarea[disabled]
{
	background-color: gainsboro;
	color: black;
	cursor: default;
}
/* modal popup styles */
.modal_popup
{
	background-color: white;
	padding: 6px;
	border: solid 1px black;
	width: 600px;
}
.modal_popup_background
{
	opacity: .7;
	filter: alpha(opacity=70);
	background-color: gray;
}
/* misc styles */
p.done
{
	text-align: center;
	font-size: 1.4em;
	color: Blue;
}
.left
{
	text-align: left;
}
.floatLeft
{
	float: left;
}
.center
{
	text-align: center;
}
.right
{
	text-align: right;
}
.floatRight
{
	float: right;
}
.clear
{
	clear: both;
}
.hidden
{
	visibility: hidden;
	display: none;
}
.validator
{
	background: url(Images/Exclamation.png) no-repeat scroll center center;
	color: red;
	cursor: help;
	text-align: center;
	padding: 0px 9px 0px 9px;
	margin-left: 2px;
}
.required
{
	color: crimson;
	font-weight: bold;
}
/* master page header */
#master_header
{
	text-align: center;
	height: 125px;
}
#master_header img
{
	margin: 0 auto 0 auto;
}
/* master page menu */
#master_menu
{
	text-align: center;
	padding: 2px 6px 2px 6px;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}
#master_menu a
{
	text-decoration: none;
	padding: 2px 6px 2px 6px;
}
#master_menu a:hover
{
	background-color: gainsboro;
}
/* master page bread crumbs */
#master_breadCrumbs
{
	padding: 2px 6px 2px 6px;
	border-bottom: solid 1px black;
}
#master_breadCrumbs a
{
	text-decoration: none;
	padding: 2px;
}
#master_breadCrumbs a:hover, #master_breadCrumbs a:focus
{
	text-decoration: underline;
}
/* master page flash */
#master_flash
{
	border-bottom: solid 1px black;
}
#master_flash object, #master_flash embed
{
	height: 60px;
	width: 800px;
}
/* master page body and content */
#master_body
{
}
#master_contentWrapper
{
}
#master_content
{
	padding: 4px;
}
#master_backToTop
{
	text-align: center;
	clear: both;
	padding: 5px 0 5px 0;
}
/* default.aspx */
#default_intro
{
	width: 375px;
	float: left;
}
#default_steps
{
	float: right;
	width: 375px;
}
#default_steps div
{
	margin-bottom: 1ex;
	height: 48px;
}
#default_steps a
{
	float: left;
	margin-right: 1em;
}
#default_steps h5
{
	text-decoration: underline;
}
/* locations.aspx */
#locations
{
	border-collapse: separate;
	margin: 0 auto 0 auto;
	border-spacing: 1em;
}
#locations .location
{
	text-align: center;
	border: solid 1px black;
	padding: 1ex;
}
#locations .location iframe
{
	width: 600px;
	height: 400px;
	overflow: hidden;
}
/* staff.aspx */
div.staffList td
{
	padding: 1ex;
}
div.staffList h4
{
	margin-bottom: 0;
}
div.staffList p
{
	margin-top: 1ex;
}
div.staffList img
{
	float: left;
	margin-right: 1ex;
}
/* inventory.aspx */
#inventoryTop
{
	text-align: right;
	padding: 0 4px 0 4px;
}
#inventoryTop #count
{
	float: left;
}
div.inventory td, div.inventory th
{
	padding: 1ex;
}
div.inventory div.links a
{
	font-size: .8em;
}
div.inventory h4
{
	margin-bottom: 0;
	vertical-align: top;
}
div.inventory h4 img
{
	float: right;
	height: 24px;
	width: 128px;
	margin: 0;
}
div.inventory h4 span.tag_line
{
	color: crimson;
	float: right;
	text-transform: uppercase;
}
div.inventory div.main
{
	margin-top: 1ex;
}
div.inventory img
{
	float: left;
	margin-right: 1ex;
	width: 140px;
	height: 105px;
}
div.inventory table.info
{
	float: left;
	width: 600px;
}
div.inventory table.info th
{
	text-align: right;
	width: 15%;
	padding: 2px;
}
div.inventory table.info td
{
	width: 35%;
	padding: 2px;
}
div.inventory div.special
{
	font-size: 1.4em;
	color: crimson;
	font-weight: bold;
	float: left;
	width: 600px;
	text-align: center;
}
div.inventory div.special img
{
	float: none;
	height: 40px;
	width: 40px;
	margin: 0;
	vertical-align: middle;
}
div.inventory #status
{
	float: left;
	width: 600px;
	text-align: center;
}
div.inventory #status img
{
	float: none;
	height: 24px;
	width: 128px;
	margin: 0;
	vertical-align: middle;
}

/* vehicle.aspx */
#vehicle h2
{
	text-align: center;
}
#vehicle h4.tag_line
{
	text-align: center;
	color: crimson;
	text-transform: uppercase;
}
#vehicle fieldset#contact, #vehicle table#info
{
	float: left;
	width: 392px;
	margin-left: 4px;
}
#vehicle table
{
	float: left;
	width: 392px;
	margin-left: 4px;
}
#vehicle table th
{
	text-align: right;
	width: 125px;
	padding: 2px;
}
#vehicle table td
{
	padding: 2px;
}
#vehicle #photos
{
	float: right;
	width: 392px;
	text-align: center;
	margin-right: 4px;
}
#vehicle #photos #photo
{
	width: 392px;
	height: auto;
	margin-bottom: 1px;
}
#vehicle #photos a.thumb
{
	float: left;
	margin: 1px;
}
#vehicle #photos img.thumb
{
	width: 122px;
	height: auto;
}
#vehicle #photos div.video_link
{
	text-align: center;
	white-space: nowrap;
	font-size: 1.4em;
	margin-bottom: 1px;
}
#vehicle #photos div.video_link img
{
	vertical-align: middle;
}
#vehicle #photos div.video_link a
{
	color: crimson;
}
#vehicle #photos div.thumbs
{
	max-height: 321px;
	overflow-y: auto;
}
/* CreditApplication.aspx */
#creditApp
{
}
#creditApp table th
{
	width: 225px;
}
#creditApp p.done
{
	text-align: center;
	font-size: 1.4em;
	color: Blue;
}

