body {
	margin: 0px;
	padding: 0px;
	background: #000000;
	line-height: 25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #636363;
}

#masthead {
	width: 1000px;
	height: 475px;
	background: url('images/wynnodom6.jpg') no-repeat;
	position: absolute;
	top: 55px;
	left: 0;
	z-index: 20;

}

#container {
	width: 1000px;
	height: 760px;
	position: relative;
	top: 0;
	left: 0;
	margin: 0 auto;
}

#homelogos {
	width: 1000px;
	height: 169px;
	position: absolute;
	top: 492px;
	left: 0;
	z-index: 20;
	background: url('images/homelogos.jpg') no-repeat;
}

.homelogos {
	margin: 15px 0 0 0;
	padding: 0;
	float: left;
}

.homelogos li {
	list-style-type: none;
	float: left;
	text-align: center;

}

.homelogos a {
	text-decoration: none;
}

.hide {
	visibility: hidden;
}

.chevrolet a {
	margin: 1px 0 0 43px;
	width: 160px;
	height: 127px;
	display: block;
}

.chevroletfade span.hover {
	background: url('images/homelogos.jpg') no-repeat -43px -185px;
	width: 160px;
	height: 127px;
	display: block;
}

.chevroletfade * {
	display: none;
}

.lincolnmercury a {
	margin: 1px 0 0 27px;
	width: 160px;
	height: 127px;
	display: block;
}

.lincolnmercuryfade span.hover {
	background: url('images/homelogos.jpg') no-repeat -230px -185px;
	width: 160px;
	height: 127px;
	display: block;
}

.lincolnmercuryfade * {
	display: none;
}

.preowned a {
	margin: 1px 0 0 31px;
	width: 160px;
	height: 127px;
	display: block;
}

.preownedfade span.hover {
	background: url('images/homelogos.jpg') no-repeat -421px -185px;
	width: 159px;
	height: 127px;
	display: block;
}

.preownedfade * {
	display: none;
}


.volvo a {
	margin: 1px 0 0 28px;
	width: 160px;
	height: 127px;
	display: block;
}

.volvofade span.hover {
	background: url('images/homelogos.jpg') no-repeat -609px -185px;
	width: 160px;
	height: 127px;
	display: block;
}

.volvofade * {
	display: none;
}

.kia a {
	margin: 1px 0 0 28px;
	width: 160px;
	height: 127px;
	display: block;
}

.kiafade span.hover {
	background: url('images/homelogos.jpg') no-repeat -796px -185px;
	width: 160px;
	height: 127px;
	display: block;
}

.kiafade * {
	display: none;
}


#contentbox {
	width: 1000px;
	height: 250px;
	background: url('images/homeback9.jpg') no-repeat;
	position: absolute;
	top: 588px;
	left: 0;
	z-index: 10;
}

#hometweet {
	position: absolute;
	top: 85px;
	left: 718px;
	z-index: 300;
	width: 225px;
}

.tweet-text {
	color: #fff;
}

.tweet-text a {
	color: #fff;
}

.tweet-date {
	color: #fff;
}

#homecontent {
	width: 360px;
	height: 187px;
	position: absolute;
	top: 33px;
	left: 330px;
	z-index: 15;
	color: #fff;
}

#homecontent p {
	font-size: 14px;
	text-align: justify;
	font-family: cambria;
}

#homecontent a {
	color: #fff;
	margin-bottom: 2px;
}

#homecontent h2 {
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1px;
	font-family: cambria;
}

#homeinfo {
	position: absolute;
	top: 23px;
	left: 20px;
	width: 307px;
	font-family: Cambria;
	font-size: 12px;
	color: #fff;
	text-align: justify;
	
}

#homeflash {
	position: absolute;
	top: 31px;
	left: 390px;
	width: 240px;
}

#footer {
	position: absolute;
	top: 725px;
	left: 0;
	background: url('images/homeback3.jpg') no-repeat -3px 0;
	width: 990px;
	height: 85px;
	z-index: 15;
	color: #fff;
	line-height: 100px;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#footer a {
	color: #fff;
	font-size: 10px;
}






/* Menu */


.ddsmoothmenu{
font-family: Trebuchet MS1, Trebuchet MS, sans-serif;
font-size: 21px;
background: url(images/wonav.jpg) no-repeat -35px 0;
width: 950px;
height: 87px;
position: absolute;
top: 6px;
left: 35px;

z-index: 100;
}

.ddsmoothmenu ul{
z-index:100;
margin: 16px 0 0 8px;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
background: none;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background: url(images/fflnav.jpg) no-repeat 3px 3px; /*background of menu items (default state)*/
 
padding: 15px 10px 8px 20px;
color: #fff;
text-decoration: none;
letter-spacing: 0;
text-transform: uppercase;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
 
color: gray;

}

 
 

	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
border: 1px solid #fff;
background: #000; /*background of menu items (default state)*/
margin-top: 0px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
 background: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font-size: 15px;
width: 185px; /*width of sub menus*/
height: 20px;
line-height: 10px;
margin: 0;
text-transform: uppercase; 
border-top-width: 0;
letter-spacing: 0px;
border-bottom: 1px solid gray;
padding-left: 10px;
background: none;
}

.ddsmoothmenu ul li ul li ul li a{
font-size: 12px;
width: 145px; /*width of sub menus*/
line-height: 4px;
margin: 0;
height: 4px;
border-top-width: 0;
letter-spacing: 0px;
border-bottom: 1px solid gray;
padding-left: 8px;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 22px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 15px;
right: 5px;
}

#homefeature {
	width: 950px;
	position: absolute;
	top: 531px;
	left: 30px;
	z-index: 500;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: black;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.5;
}


 
#contentnews {
	position: absolute;
	top: 100px;
	left: 58px;
	width: 215px;
	height: 175px;
	font-family: cambria;
}

#contentnews * {
	margin: 0;
	padding: 0;
}

#contentnews li {
	list-style-type: none;
	width: 215px;
	border-bottom: 1px solid #fff;
}

#contentnews a {
	display: block;
	width: 215px;
	color: #fff;
	text-decoration: none;
	padding-bottom: 2px;
	text-transform: uppercase;
}

#contentnews h2 {
	color: #fff;
	font-size: 12px;
	margin-bottom: 5px;
	font-variant: small-caps;
}

#contentnews li:hover {
	border-bottom: 1px solid #FFFF00;
}

#homefooter {
	position: absolute;
	top: 810px;
	left: 3px;
	background: url('images/homeback3.jpg') no-repeat -3px 0;
	width: 990px;
	height: 85px;
	z-index: 5;
	color: #fff;
	line-height: 100px;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#homefooter a {
	color: #fff;
	font-size: 10px;
}

#homefade {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 72px;
	left: 69px;
}

#homefade li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#homefade img {
	border: 0;
}

#homebrands {
	margin: 100px 0 0 0;
	padding: 0;
}

#homebrands li {
	width: 140px;
	height: 140px;
	float: left;
	margin: 0 0 0 15px;
	padding: 0;
	list-style-type: none;
}

#homebrands a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
}

.facebook {
	position: relative;
	top: -9px;
	left: 51px;
	width: 30px;
	border: 0;
}

/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width:235px;
	height:191px;
	position:relative;
	top: -20px;
	left: -10px;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:185px;
  height:191px;
  overflow:auto; /* allow scrollbar */
  position:relative;
  left: 19px;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:235px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:191px;
}

.slide img {
	width: 145px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:28px;
  height:26px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:100px;
  left:0;
  background:transparent url(images/left.png) no-repeat 0 0;
}
#rightControl {
  top:100px;
  right:0;
  background:transparent url(images/right.png) no-repeat 0 0;
}

