
img {border:0px}


body
{
	background-color:#000000;
}

a:link, a:visited {
	color:#ededed;
}

a:hover, a:active {
	
	background-color:#ededed;
	color:#000000;
	text-decoration:none;
}


h1 {
font-family:Tahoma;
font-size:17px;
color:#af0e0e;
font-weight:bold;
padding-left:10px;
background-image:url(../images/arrow.gif);
background-position:0px 8px;
background-repeat:no-repeat;
text-transform:uppercase;
}



.maindiv{
	position:relative;
	top:0px;
	width:766px;
	margin:auto;
}

#main_content{
	width:766px;
	text-align:left;
	font-family:Tahoma;
	font-size:15px;
	color:#d2d1c6;
	padding: 30px 0px 0px 0px;
}

#header{
	width:766px;
	height:329px;
	background-image:url(../images/title_slogan.jpg);
	background-repeat:no-repeat;
	background-position:0 57px;
	text-align:left;
}



.menu{
	background-image:url(../images/menu_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	display:block;
	width:766px;
	list-style-type:none;
	padding:0;
	margin:0;
}
.menu li{
	display:inline;
	margin-left:6px;
}

#footer{
	background-color:#262525;
	font-family:Tahoma;
	font-size:11px;
	color:#9c9c9c;
	padding:20px 0px 20px 30px;
	text-align:left;
	margin-top:20px;
}



.copy{
	padding:7px 20px 7px 20px;
	margin:0 20px 0 0 
}
.copy a{
	font-family:Tahoma;
	font-size:11px;
	color:#9c9c9c;
	text-decoration:underline
}
.copy a:link{text-decoration:underline}
.copy a:visited{text-decoration:underline}
.copy a:hover{text-decoration:none}

.column_main{
	background-image:url(../images/dash.gif);
	background-position:top right;
	background-repeat:repeat-y;
	width:541px;
	text-align:left;
	padding: 0 30px 0 0;
	float:left;
	min-height:515px;
}

.column{
	width:541px;
	text-align:left;
	padding: 0 30px 0 0;
	float:left;
}

.column2{
	width:170px;
	text-align:left;
	float:right;
	position:relative;
}

.column img{margin:14px 0 14px 0}
.column_main img{margin:14px 0 14px 0}


.forminputs
{
	font:bold 11px Tahoma;
}

.formlables
{
	font:bold 11px Tahoma;
	text-align:left;
}

.small_title{
font-family:Tahoma;
font-size:17px;
color:#af0e0e;
font-weight:bold;
padding:20px 0 10px 0
}
.arrow{
padding:0 0 0 10px;
width:135px;
background-image:url(../images/arrow.gif);
background-position:0px 8px;
background-repeat:no-repeat
}
.small_title_index{
font-family:Tahoma;
font-size:17px;
color:#af0e0e;
font-weight:bold;
padding:20px 0 10px 0
}
.arrow_index{
padding:0 0 0 10px;
width:500px;
background-image:url(../images/arrow.gif);
background-position:0px 8px;
background-repeat:no-repeat
}

.arrow_dealer{
padding:0 0 0 10px;
width:500px;
background-image:url(../images/arrow.gif);
background-position:0px 8px;
background-repeat:no-repeat
}
.small_title_dealer{
font-family:Tahoma;
font-size:17px;
color:#af0e0e;
font-weight:bold;
padding:0 0 10px 10px
}

#spotlight_team td img {display:block;margin:0 auto;}



/********||  Font adjuster styles  ||****************/

#textSizeIcons {
	position: absolute;
	z-index: 3;
	left: 583px;
	top: 355px;
	width: 140px;
	text-align: right;
	font-size: 10px;
	white-space: nowrap;
	height: 21px;
}

#textSizeIcons a {
	color: #000;
	text-decoration: none;
	background-image:  url(../images/iconTextSizeXLrgNOA.gif);
	background-repeat: no-repeat;
}

.fontsmall {
	font-size: 9px;
	padding: 4px 6px 6px 6px;
}

.fontnormal {
	font-size: 11px; 
	padding: 3px 6px 4px 6px;
}

.fontlarge {
	font-size: 13px;
	padding: 2px 6px 4px 6px;
}

.fontxlarge {
	font-size: 15px;
	padding: 0 4px 3px 4px;
}





@charset "utf-8";
/* CSS Document */
/* =Clear Floated Elements
--------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * ul#mainNav li.clear,
html body * dd.clear {
    border: 0;
    clear: both;
    float: none;
    margin: 0;
    padding: 0;
    width: 0;
    display: block;
    list-style: none;
    background: none;
    font-size: 0;
    overflow: hidden;
    visibility: hidden;
    height: 0;
}

html body * span.clearRight,
html body * div.clearRight,
html body * li.clearRight,
html body * dd.clearRight {
    border: 0;
    clear: right;
    float: none;
    margin: 0;
    padding: 0;
    width: 0;
    display: block;
    list-style: none;
    background: none;
    font-size: 0;
    overflow: hidden;
    visibility: hidden;
    height: 0;
}

html body * span.clearLeft,
html body * div.clearLeft,
html body * li.clearLeft,
html body * dd.clearLeft {
    border: 0;
    clear: left;
    float: none;
    margin: 0;
    padding: 0;
    width: 0;
    display: block;
    list-style: none;
    background: none;
    font-size: 0;
    overflow: hidden;
    visibility: hidden;
    height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after{
    clear: both;
    display: block;
    content: '.';
    visibility: hidden;
    height: 0;
}

.clearfix{
    display: inline-block;
}

* html .clearfix{
    height: 1%;
}

.clearfix{
    display: block;
}


