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


/*---------------Basic Styling---------------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: left;
	font-family:"Times New Roman", Times, serif;
	font-size: 85%;
}
#clear {
	clear: both;
}

/*-----------------------------------------------------------Main Template Layout-----------------------------------------------------------*/	
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 900px;
	background:#0033CC;
	
}

#banner {
	position: relative;
	width: 900px;
	height: 90px;
	padding: 0;
	margin: 0;
}

#border {
	position: relative;
	top: 0;
	left: 0;
	width: 894px;
	height: auto;
	border:#0033CC 4px solid;
}

#leftPanel {
	position: relative;
	float: left;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100px;
	height: auto;
	background: #0033CC
}	
/*-----------------The #bottomLeftPanel is am embadded sytle------------*/

/*---------------Navbar Begins ---------------*/
#navbar ul {
	top: 0;
	left: 0;	
	margin: 0;
	padding: 0;
	border:#FF66CC 1px solid;
}
#navbar ul li{
	float:left;
	list-style: none;
	background: url(Graphics%20and%20Logo/blueNavButton.gif) no-repeat;
}
ul.nav li {
	display: inline;
}
#navbar ul a {
	font-size: 16px;
	font: "Bookman Old Style", "Hoefler Text";
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	width: 130px;
	height: 35px;
	display: block;
	text-align: left;
	text-indent: 0.5em;
	line-height: 2em;
}
#navbar ul a:hover {
	background:url(Graphics%20and%20Logo/redNavButton.gif) no-repeat;
} 
.toolong {
	font-size: 12px;
	width: 130px;
	height: 35px;
}
.rightHere {
	background: url(Graphics%20and%20Logo/redNavButton.gif) no-repeat;
}
/*---------------Navbar Ends---------------*/


	
#mainContent {
	float: right;
	top: 0px;
	right: 0px;
	width: 760px;
	height: auto;
	background: #FFFFFF;
}

#footer {
	bottom: 0;
	left: 0;
	width: 892px;
	padding: 5px;
	font-family: "Bookman Old Style", "Hoefler Text", serif;
	font-size: 15px;
	color:#FFFFFF;
	text-align: center;
	background:#0033CC;
}
#footer a {
	font: inherit;
	color: #FFFFFF;
}
#footer a:hover {
	font: inherit;
	text-decoration: none;
	border-bottom:dashed;
	font-style: italic;
}
.designBy  {
	font-family: "Bookman Old Style", "Hoefler Text", serif;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	color: #0033CC;
}
.designBy a {
	font: inherit;
	color: #0033CC;
	border-bottom: 1px solid #0033CC;
	text-decoration: none;
}
.designBy a:hover {
	font: inherit;
	color: #000099;
	border-bottom: 1px dashed #000099;
}
/*-----------------------------------------------------------Vehicle Info Styles-----------------------------------------------------------*/	
#leftColumn {
	position: relative;
	float: right;
	top: 0;
	left: 0;
	width: 340px;
	padding-left: 10px;
	padding-right: 410px;
	background: #FFFFFF;
}
.redCells {
	height: 20px;
	background: #FF0000;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	padding-left: 5px;
	padding-right: 5px;
	color:#FFFFFF;
}
.whiteCells {
	height: 20px;
	background: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	padding-left: 5px;
	padding-right: 5px;
	color: #000000;
}
.warranty {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style:italic;
	font-weight: bold;
}																																	
.14BlackText {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 5px;
}
.16BlackText {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	padding: 5px;
}
.vin {
	font-size: 14px;
}
.vehPrice {	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
}
.cityHighway  {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
.mileage {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: bold;
}
#rightColumn {
	position: absolute;
	float: right;
	top: 0;
	right: 0;
	width: 400px;
}
#vehFeatures {
	position: relative;
	width: 315px;
	height: 400px;
	overflow: auto;
	overflow-x: hidden;
	padding-left: 15px;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000000;
	border: solid 4px #0033CC;
}
.featuresHeading {
	font-family: "Bookman Old Style", "Hoefler Text";
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #0033CC;
	border-bottom: solid 3px #FF0000;
	width: 290px;
	padding-left: 5px;
	padding-right: 5px;
}
.featurePadding {
	height: 5px;
}
#vehPictures {
	position: relative;
	width: 400px;
	height: 200px;
	padding-top: 320px;
}
/*---------------#vehPictures Gallery---------------*/
#vehPictures {
	position: relative;
	width: 388px;
	height: 550px;
	padding: 0;
	margin:0 auto;
	border: 4px solid #666666;
}
#placeHolder{
	position: relative;
	width: 376px;
	height: 281px;
	margin: 0 auto;
	padding-top: 3px;
}
#thumbNails ul{ 
	position: relative;
	width: 388px;
	height: auto;
	padding: 0;
}
#thumbNails ul li {
	float: left;
	list-style: none;
	padding: 0;
} 
#thumbNails ul li a img{
	width: 80px;
	height: 60px;
	margin: 5px;
	padding: 0;
	border: 2px double #CCCCCC;
}

/*---------------#vehPictures Gallery---------------*/

#vehContact {
	position: relative;
	text-align: center;
	width: 300px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	border: #FF0000 5px groove;
	padding: 10px;
	margin-left: 35px;
}
#vehContact a {
	font-size: 17px;
	color: #000000;
}
#vehContact a:hover {
	text-decoration: none;
	border-bottom:dashed;
	font-style: italic;
}
#vehContact .bigGeorgiaText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color:#000000;
}

#vehContact .thankYou {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-style:italic;
	font-weight: bold;
	color: #0000FF;
}
