img {
	border: 0;
}

body {
	margin: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #231f20;
}
#wrapper {
	background: #fff;
}
#hdr-wrapper {
	background: #231f20;
}
#header {
	width: 908px;
	margin: 11px auto;
}
#mid-wrapper {
	background: #135160;
	margin: 0 auto 11px auto;
}
#mid-body {
	width: 908px;
	margin: 0px auto;
}
#mid-left {
	width: 500px;
	float: left;
	text-align: center;
}
#slideshow {
	width:481px;
	height: 361px;
	text-align: center;
	background: url(../images/slideshow_bg.jpg) top center repeat-y;
	position: relative;
}


#slideshow * { 
	margin: 0;
	padding: 0;
}
#slideshow #menu-wrapper, #slideshow #pictures-wrapper, #slideshow #loading {
	position: absolute;
}
#menu-wrapper {
	display: none;
}
#slideshow #loading {
	background: url('../images/spinner.gif');
	display: block;
	top: 158px;
	left: 205px;
	text-indent: -5000px;
	width: 24px;
	height: 24px;
	visibility: hidden;
	z-index: 5;
}
#slideshow #pictures-wrapper {
	background: url('../slideshow/Nissan.jpg');
	width: 481px;
	height: 361px;
	left: 10px;
	overflow: hidden;
}
#slideshow #pictures li {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 481px;
}
#slideshow #pictures li img {
	display: block;
	bottom: 0;
}

#slidemenu li.background {
	position: absolute;
	font-size: 1px;
	height: 14px;
	width: 14px;
	z-index: 5;
	display: none;
}

#slidemenu { position: relative; list-style:none;overflow:hidden;}
/*
#slidemenu li { width: 14px; height: 14px; margin:0; background: url('../images/button.png') top left no-repeat; float:left; display: block; margin-right:2px; position: relative; z-index: 1000;}
#slidemenu li.current { background: url('../images/button_selected.png') top left no-repeat !important;
*/
#slidemenu li { width: 20px; height: 20px; margin:0;  float:left; display: block; margin-right:2px; position: relative; z-index: 1000;}
#slidemenu li.lastitem {border-bottom: none;}
#slidemenu li a {color: #fff; font-size; 8px; display:block; background: #008ECA; padding:2px; }
#slidemenu li.current a { background: #4A4A4A;}
#slidemenu li a:hover {color:#7f9dc3}
#flyer {
	width: 908px;
	margin: 0 auto;
}
#ftr-wrapper {
	background: #231f20;
	margin-top: 11px;
}
#form {
	width: 900px;
	margin: 0 auto;
	height: 361px;
	background:#231f20;
	text-align: center;
	color: #fff;
}
#mid-right {
	width: 380px;
	height: 361px;
	padding-left: 10px;
	padding-right: 10px;
	float: right;
	background:#231f20;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
}
#mid-right p {
	text-align: left;
	margin: 0 10px;
}
#contact, #message { 
	width: 380px;
	margin: 0 auto;
	text-align: center;
}
#contact form h1{
	font-size: 24px;
	font-family: Georgia, Aria;
}
#contact table#formFields {
	width: 100%;
	color: #fff;
	text-align: left;
}
#contact table#formFields input,
#contact table#formFields textarea {
	width: 230px;
	margin-bottom: 5px;
}
#contact table#formFields input#submit {
}
#message {
	color: #fff;
}
.clr {
	clear: both;
}
