/* CSS Document */

body {
	margin: 0px;
	background-color: #6aba1d;
	background-image: url(../images/dealers_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height:100%;
}
.loginbox {
	background-image: url(../images/dealers_login_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #FFFFFF;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #2a0b8c;
	padding: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

td, li, ul, ol, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.dealersnav {
	background-color: #f5f5f5;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e1e1e1;
}
.dealerscontent {
	background-color: #FFFFFF;
}
.navitem {
	background-image: url(../images/dealers_nav_bg.gif);
	background-color: #f5f5f5;
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e1e1e1;
	border-bottom-color: #e1e1e1;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.hoveritem {
	background-color: #b6ec32;
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e1e1e1;
	border-bottom-color: #e1e1e1;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	cursor:pointer;
}

a.nav {
	color: #2f0ba1;
	text-decoration: none;
}

a.nav:hover {
	color: #2f0ba1;
	text-decoration: none;
}

a {
	color: #2f0ba1;
}

a:hover {
	color: #5bb307;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #5bb307;
	font-weight: bold;
}

.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #5bb307;
	font-weight: bold;
}

.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}

.header3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	padding-top: 4px;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}

.field {
	width: 95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


#contentwrapper {
	padding: 0px;
	margin: 0px;
}

.imgborder {
	border: 1px solid #d3d3d3;
}
