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: 0px;
	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/homeback8.jpg') no-repeat;
	position: absolute;
	top: 476px;
	left: 0;
}


#content {
	width: 625px;
	height: 187px;
	position: absolute;
	top: 35px;
	left: 325px;
	z-index: 5;
	color: #fff;
}

#content p {
	font-size: 14px;
	text-align: justify;
	font-family: cambria;
}

#content a {
	color: #fff;
	margin-bottom: 2px;
}

#content 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: 11px;
	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;
}



/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	font-family: 		Cambria;
	text-transform: uppercase;
	font-size:		14px;
	font-weight: bolder;
	text-align: left;
	font-family: arial;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
	margin:			0;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;

}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			1.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	
	padding: 		0.25em 1.25em 0.25em 0.50em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#FFF;
}
.sf-menu li {
	background:		none;
}
.sf-menu li li {
	border: 1px solid #fFF;

		background: 		black;
}
.sf-menu li li li {

}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		none;
	color: #fff;
	outline:		0;
}


.sf-menu li li a {
	font-size:		12px;
}

.sf-menu li li a:hover {
	background: #fff;
	color: #000;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.05em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			1.25em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 		-999em;
	overflow:		hidden;
	background:		url('images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.5em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('images/shadow.png') no-repeat bottom right;
	padding: 0 15px 16px 0;

}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


#menu {
	width: 950px;
	position: absolute;
	top: 9px;
	left: 37px;
	z-index: 100;
}

#menu ul {
	float: left;
}

#contentnews {
	position: absolute;
	top: 50px;
	left: 56px;
	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: 15px;
	font-variant: small-caps;
}

#contentnews li:hover {
	border-bottom: 1px solid #FFFF00;
}

#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;
}
