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

body

{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #EEE;
	background-color: #211E20;
	background-image: url(../graphics/backgrounds/page.bkd.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	margin: 0 auto;
}

h1, h2

{
	color: #FC3;
}

h1 + p, h2 + p

{
	font-size: 16px;
	color: #FC0;
	font-weight: bold;
}

.wrapper

{
	width: auto;
	margin: 0 auto;
}

/* Basic navigation */

a:link, a:visited

{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFC;
	font-weight: bold;
	text-decoration: underline;
}

a:hover, a:focus

{
	color: #FC0;
	text-decoration: underline;
}

/* HEADER SECTION */

.header

{
	width: 1080px;
	height: 96px;
	margin: 0 auto;
	padding: 0px;
	border: 0px;
	text-align: left;
	display: block;
}

.header .logo

{
	float: left;
	margin-top: 10px;
	display: inline;
}

.header .quicknav

{
	float: right;
	font-size: 13px;
	margin-top: 25px;
	color: #FC0;
	display: inline;
}

.header .quicknav a:link, .quicknav a:visited

{
	color: #FC3;
	text-decoration: none;
}

.header .quicknav a:hover

{
	color: #FF6;
	text-decoration: none;
}

.header .quicknav a:focus

{
	color: #FFC;
	text-decoration: none;
}

/* FOOTER SECTION */

.footer

{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	font-size: 11px;
}


/* FLORAL DECORATION STYLES 680 x 300 */

.leadcontent

{
	width: 680px;
	height: 300px;
	overflow: hidden;
	margin: 0 auto;
	padding: 10px 40px 30px 40px;
	border: 0px;
	display: block;
}

/* lead content photos 470 x 98 */

.leadsubpics

{
	width: 470px;
	height: 60px;
	overflow: hidden;
	margin: 0 auto;
	padding: 9px 0px 9px 0px;
	text-align: center;
	display: block;
}

/* car displays */

.cardisplays

{
	width: 900px;
	height: inherit;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	display: block;
}

.cardisplays .picture

{
	width: 300px;
	height: 200px;
	border: 10px solid #EEE;
	margin: 0px;
	text-align: center;
	display: inline;
	float: left;
}

.cardisplays .data

{
	width: 500px;
	height: inherit;
	padding: 0px 0px 15px 50px;
	margin: 0px;
	text-align: left;
	display: inline;
	float: right;
}

.cardisplays .linkthumbs

{
	
	font-size: 10px;
	font-weight: bold;
	width: 300px;
	height: 125px;
	overflow: hidden;
	margin: 10px;
	position: relative;
	display: block;
	float: left;
	text-align: center;
}

.object

{ 
	background-color: #252525;
	padding: 2px;
	border: 1px solid #EEE;
	text-align: center;
}

.object a:link, .object a:visited

{ 
	background-color: #252525;
	padding: 2px;
	border: 1px solid #EEE;
}

.object a:hover

{ 
	background-color: #454545;
	padding: 2px;
	border: 1px solid #FC3;
}

/* buffer division for padding */

.buffer

{
	width: auto;
	height: 3px;
	margin: 0 auto;
	padding: 20px 0px 22px 0px;
	text-align: center;
	display: block;
}

.buffer .stroke

{
	margin: 0 auto;
	height: 1px;
	width: 600px;
	background-color: #FC3;	
}

/* standard lists */

li.standard

{
	color: #F4D86D;
	list-style-type: circle;
}
	
/* clear for floaters */

.clear

{
	clear: both;
}
