/* begin wide-scroller index code */
#content{
	margin: 0;
	padding: 0;
	width: 1000px;
	background: url(images/page-bg.jpg);
	color: #fff;
}
#flash {
	height: 230px;
	margin: 0;
	margin-bottom: 23px;
	padding: 0;
	width: 100%;
	color: #ccc;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	text-align: justify;
	border-top: 3px solid #fbd301;
	background: #111;
}
#indexleft {
	float: left;
	margin-left: 23px;
	margin-bottom: 23px;
	width: 318px !important;
	padding: 0;
}
#indexleft ul {
	width: 318px !important;
	margin: 0;
	padding: 0;
	list-style: none;
}
#indexleft li{
	width: 298px !important;
	margin: 0;
	padding: 5px;
	padding-right: 15px;
	list-style: none;
}
#indexleft li:hover{
	background-color: #111;
}
.toggleheader{
	width: 318px;
	height: 166px;
	padding: 0;
	margin-left: 0;
	background-color: #111;
	cursor: hand;
	cursor: pointer;
}
.opencontent{
	width: 318px;
	margin: 0;
	margin-bottom: 20px;
	padding: 0px;
	background-color: #333;
	text-align: right;
	line-height: 27px;
	color: #777;
}
#indexmiddle {
	float: right;
	margin-right: 25px;
	margin-top: -1px;
	width: 248px;
	margin-bottom: 23px;
}
#indexmiddle #homedealers{
	width: 218px;
	margin-top: 25px;
	background: #000 url(images/home/dealers.jpg) no-repeat top left;
	text-transform: uppercase;
	padding-top: 60px;
	padding-left: 30px;
	padding-bottom: 20px;
	font-size: 14px;
}
#indexmiddle #homedealers a{
	text-decoration: underline !important;
	line-height: 26px !important;
}
#indexmiddle #homedealers a:hover {
	color: #fbd301 !important;
}
#indexmiddle #homegray{
	width: 248px;
	height: 35px;
	background-color: #9c9b9b;
	text-align: center;
}
#indexright {
	float: right;
	margin-right: 23px;
	width: 338px;
	margin-bottom: 23px;
}
body{
	overflow: -moz-scrollbars-vertical;
}