/* CSS Document */

/* general stuff */
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {
    margin-bottom: 1em;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333333;
}
.maintable {
	margin: auto;
	background-color: #FFFFFF;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-family: Verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FF8500;
}
h2, .heading2 {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0C2E86;
}
p,li,body {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
}



/* left bar */
.dealersloungelogin h1 {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF8500;
}
.dealersloungelogin p {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FF8500;
}
.featuredproduct h1 {
	font-family: Verdana, sans-serif;
	font-size: 20px;
	color: #FF8500;
}
.featuredproduct p {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
}


/* main content area */
.maincontent {
	margin: 0px;
	padding: 15px;
}


.photogallery {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}

/* dealer lounge */
.dealerloungemenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}

/* PHOTO GALLERY */
.photogallery img, .imagewithborder, #photogallery {
	border: 2px solid #FF8500;
}

/*VIDEOS */
.videoborder1 {
	border: 5px solid #FF8500;
	width: 352px;
}
.videoborder2 {
	border: 2px solid #0C2E87;
	width: 362px;
}


/* dealer lounge file listings */
.columnborder {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FF8500;
}


.bottomcopyrightstuff {
	font-size: 9px;
	color: #999999;
	text-align: center;	
}
.bottomcopyrightstuff a {
	color: #999999;
}