@charset "utf-8";
/* CSS Document */

body {
	background: #01327e url(../images/bg.jpg) 0 0 repeat-x;
	font-size: 12px;
}

/*------------- Site Classes ----------------*/

.clearleft, .clearright, .clearboth {
	height: 1%;
	font-size: 1px;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

.clearboth {
	clear: both;
}

.actionContainer {
	float: left;
	width: 202px;
	margin: 10px 31px 20px 12px;
}

a.actionTitle {
	display: block;
	font: 14px normal "Lucida Grande", "Arial", sans-serif;
	margin: 6px 0;
	color: #ee1c24;
	font-weight: normal;
	text-decoration: none;
}

a:hover.actionTitle {
	font-weight: bold;
}

.actionText {
	font: 12px normal "Lucida Grande", "Arial", sans-serif;
	color: #676767;
	line-height: 1.5em;
	margin: 0 auto;
}

.inventoryLink {
	display: block;
	color: #666;
	font: 12px normal "Verdana", "Arial", sans-serif;
	margin: 8px 0;
	text-decoration: none;
	font-weight: 600;	
}

.borderBlack {
	border: 1px solid black;
}

/*-------------- Site ID's --------------------*/

#chatBar {
	width: 950px;
}

#siteToolbarLeft {
	width: 765px;
}

#container {
	margin: 0 auto 10px;
	width: 950px;
	background: #971b1e;
	border: 1px solid #b15456;
	clear: both;
}

#innerContainer {
	margin: 17px;
	padding: 8px;
	background-color: #999;
	clear: both;
}

/* Start of Make Line Up Styling */
#makeLineUp {
	margin: 8px 0;
	padding: 0 16px;
	height: 252px;
	background: transparent url(../images/top_bg.jpg) 0 0 no-repeat;
}

#makeLineUp li {
	margin: 20px 5px 0;
	padding: 70px 0 0;
	width: 114px;
	height: 152px;
	float: left;
	color: #fff;
	text-align: center;
	font-size: 11px;
}

.phoneNumber {
	font-size: 12px;
}

#makeLineUp a {
	width: 92px;
	height: 20px;
	display: block;
}

#makeLineUp .doubleAddress a {
	margin: 7px auto 6px;
}

#makeLineUp .singleAddress a {
	margin: 43px auto 0;
}

#armored_make p {
	padding: 0 2px;
	font-size: 12px;
}

#armored_make a {
	margin: 21px auto 0;
}

#lincoln_make {
	background: transparent url(../images/makes/lincoln.jpg) 0 0 no-repeat;
}

#mercury_make {
	background: transparent url(../images/makes/mercury.jpg) 0 0 no-repeat;
}

#chevy_make {
	background: transparent url(../images/makes/chevy.jpg) 0 0 no-repeat;
}

#kia_make {
	background: transparent url(../images/makes/kia.jpg) 0 0 no-repeat;
}

#lotus_make {
	background: transparent url(../images/makes/lotus.jpg) 0 0 no-repeat;
}

#lamborghini_make {
	background: transparent url(../images/makes/lamborghini.jpg) 0 0 no-repeat;
}

#armored_make {
	background: transparent url(../images/makes/tjaarda.jpg) 0 0 no-repeat;
}

#gms_make {
	background: transparent url(../images/makes/gms.jpg) 0 0 no-repeat;
}
/* End of Make Line Up Styling */

#flashContainer {
	margin: 0 auto;
	width: 892px;
}

#bottomContainer {
	margin: 8px 0;
	height: 210px;
	background: transparent url(../images/bottom_bg.jpg) 0 0 no-repeat;
}

/* Start of Search Styling */
#search_front {
	margin: 13px 14px 0;
	padding: 8px;
	width: 338px;
	height: 168px;
	float: left;
	background: transparent url(../images/searchContainer_bg.jpg) 0 0 no-repeat;
}

#search_front br {
	clear: left;
	height: 1px;
	font-size: 1%;
}

#search_front h2 {
	padding-top: 0;
	color: #000;
	font-weight: bold;
	font-size: 17px;
}

#search_front h3 {
	width: 102px;
	height: 23px;
	background-color: #003078;
	color: #fff;
	text-align: center;
}

.homeform {
	height: 120px;
	background: #000 url(../images/search_bg.jpg) 0 0 repeat-x;
}

#search_front fieldset {
	width: 270px;
	float: left;
}

#search_front input {
	display: inline;
	width: 9em;
	float: left;
	margin-bottom: 5px;
}

#search_front select {
	margin: 0 0.2em 8px 0;
	padding: 0;
	display: block;
	width: 130px;
	height: 19px;
	float: left;
	font-size: 11px;
}

#search_front label {
	width: 7em;
	float: left;
	display: inline;
	text-align: right;
	padding-right: 10px;
	padding-left: 5px;
	font-size: 12px;
	color: #fff;
}

#search_front label.wideLabel {
	width: 100px;
}

#search_front .searchButton {
	margin: 60px 0 0;
	width: 52px;
	height: 44px;
	display: block;
	float: left;
	background: transparent url(../images/searchSubmit.gif) 0 0 no-repeat;
	border: none;
	cursor: pointer;
	color: #8e191c;
	font-weight: bold;
}

.clear {
	margin: 0;
	padding: 0;
	clear: both;
	height: 1px;
	font-size: 1px;
}

#searchButtons {
	width: 100%;
	margin: 5px 0 0 5px;
}

#searchButtons li {
	display: inline;
	margin-right: 10px;
}

#frontBlurb {
	padding: 13px 0 0;
	/*padding: 15px 0 0;   -- with text*/
	width: 504px;
	float: left;
	color: #fff;
}

#frontBlurb h2 {
	color: #fff;
}

#frontBlurb p {
	margin: 5px 0;
}

#storeColRight, #storeColLeft {
	margin-bottom: 0;
}