body
{
	padding: 0px;
	margin: 0px;
	background-color: #000;
	background-image: url(/images/back.gif);
	background-repeat: repeat-y;
	background-position: center;
}


/* /////////// THE PAGE \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.page
{
	padding: 0px;
	margin: 0px;
	background-image: url(/images/main_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display:block;
}

/* /////////// HEADER \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.header
{
	margin: 0px;
	padding: 0px;
	height: 160px;
	width: 996px;
	overflow: hidden;
}

.dealer_resources
{
	width: 1024px;
	height: 33px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	text-transform: inherit;
}

/* /////////// NAV \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.nav_main
{
	margin: 0px;
	padding: 0px;
	height: 30px;
	overflow: hidden;
}

.nav_main li
{
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
}

.nav_sub
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
	color: #838383;
	overflow: hidden;
	background-image: url(/images/sub_nav_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 996px;
	height: 29px;
	line-height: 25px;
	text-align: left;
}

.nav_sub li
{
	margin: 0px;
	padding: 0px 0px 0px 20px;
	display: inline;
	list-style-type: none;
}

.nav_sub a:link, .nav_sub a:visited, .nav_sub a:link.active, .nav_sub a:visited.active
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.nav_sub a:hover, .nav_sub a:hover { color: #585858; }

.nav_int
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
	color: #838383;
	overflow: hidden;
	line-height: 25px;
	width: 150px;
	background-color: #C6C6C6;
	text-indent: 10px;
}

.nav_int a:link, .nav_int a:visited, .nav_int a:link.active, .nav_int a:visited.active
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.nav_int a:hover, .nav_int a:hover { color: #585858; }

/* /////////// CONTENT \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.content
{
	width: 996px;
	margin: 0px;
	padding: 0px;
}

.int
{
	width: 800px;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	text-transform: inherit;
}

.int a:link, .int a:visited, .int a:link.active, .int a:visited.active
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.int a:hover, .int a:hover { color: #585858; }

.int big
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-color: black;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	display: block;
}

big
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-color: black;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	display: block;
}

big a:link, big a:visited, big a:link.active, big a:visited.active
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

big a:hover, big a:hover { color: #585858; }

/* /////////// footer \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
#footer
{
	margin: 0px;
	padding: 10px;
	width: 984px;
	height: 30px;
	text-align: right;
	text-transform: inherit;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	border-color: white;
	border-width: 3px 0px 0px 0px;
	border-style: solid;
}

#footer a:link, #footer a:visited, #footer a:link.active, #footer a:visited.active
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover, #footer a:hover { color: #585858; }

pre
{
	margin: 0px;
	padding: 4px;
	display: block;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10px;
	line-height: 11px;
	clear: both;
	border-color: red;
	border-width: 1px;
	border-style: solid;
	background-color: white;
	text-align: left;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 102;
}

