body
{
	margin: 0;
	/*	background-color: white;*/
	background-color: #369;
	color: gray;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

a {
	text-decoration: none;
	color: #669;
}
a:visited {
	text-decoration: none;
	color: #669;
}
a:hover {
	text-decoration: none;
	color: red;
}

.pagestart {
	background-color: silver;
	text-align: center;
	border-bottom: #99B;
	border-width: 0 0 medium 0;
	border-style: none none solid none;
	margin: 0;
	padding: 0;
}
.pagestartloginstatus {
	background-color: white;
	text-align: center;
	white-space: nowrap;
	padding: 2px 5px 2px 5px;
}
.pagetop {
	text-align: center;
	color: #000;
/*	background-image: url(../images/headerback.gif);*/
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 100%;
	float: left;
	clear: right;
	border-bottom: #99B;
	border-width: 0 0 thick 0;
	border-style: none none solid none;
	margin: 0;
	padding: 0;
}
.pagemiddle
{
	color: #555555;
	text-align: center;
}
.pagebottom {
/*	background-image: url(../images/headerback.gif);*/
	background-repeat: repeat-x;
	text-align: center;
	width: 100%;
	height: 30px;
	border-bottom: #99B;
	border-width: 0 0 medium 0;
	border-style: none none solid none;
}
.pageend {
	color: black;
	background-color: silver;
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: left;
}

.loginstatus {
	background-color: white;
	width: 100%;
	height: 20px;
	padding: 5px 0 0 0;
}

.logoname {
	font-weight: bolder;
	font-style: oblique;
	font-stretch: wider;
	color: silver;
	font-size: 5em;
	text-align: center;
}

.logoimage
{
	position: absolute;
	top: 0px;
	left: 0px;
}

.navprog
{
	display: block;
	width: 240px;
	height: 30px;
	padding: 10px 2px 2px 2px;
	font-weight: 900;
	font-size: large;
	text-decoration: none;
	text-align: center;
	color: white;
	background-color: #99C;
}

.navprog:visited
{
	display: block;
	width: 240px;
	height: 30px;
	padding: 10px 2px 2px 2px;
	font-weight: 900;
	font-size: large;
	text-decoration: none;
	text-align: center;
	color: white;
	background-color: #99C;
}

.navprog:focus
{
	display: block;
	width: 240px;
	height: 30px;
	padding: 10px 2px 2px 2px;
	font-weight: 900;
	font-size: large;
	text-decoration: none;
	text-align: center;
	color: red;
	background-color: white;
}

.navprog:hover
{
	display: block;
	width: 240px;
	height: 30px;
	padding: 10px 2px 2px 2px;
	font-weight: 900;
	font-size: large;
	text-decoration: none;
	text-align: center;
	color: red;
	background-color: white;
}

.container
{
	/*	background-color: rgb( 152,175,205 ); */
	background-color: white;
}

#middlecenter
{
	background-image: url(../images/logo128.gif);
	background-repeat: no-repeat;
	background-position: 64px top;
}

.sideleft
{
	/*	background-image: url(../images/side_border.gif);*/
	background-repeat: repeat-y;
	padding-right: 18px;
	background-image: url(../images/globalcontentedgeleft.gif);
	background-position: left;
}

.sideright
{
	/*	background-image: url(../images/side_border.gif);*/
	background-repeat: repeat-y;
	padding-left: 18px;
	background-image: url(../images/globalcontentedgeright.gif);
	background-position: right;
}

.top
{
/*	background-image: url(../images/top_border.gif);*/
	background-repeat: repeat-x;
}

.corner01
{
/*	background-image: url(../images/corner01_border.gif);*/
	background-repeat: repeat-y;
	padding-right: 18px;
	background-image: url(../images/globalcontentedgeleft.gif);
	background-position: left;
}

.corner02
{
/*	background-image: url(../images/corner02_border.gif);*/
	background-repeat: repeat-y;
	padding-right: 18px;
	background-image: url(../images/globalcontentedgeright.gif);
	background-position: right;
}

.corner03
{
/*	background-image: url(../images/corner03_border.gif);*/
	background-repeat: repeat-y;
	padding-right: 18px;
	background-image: url(../images/globalcontentedgeleft.gif);
	background-position: left;
}

.corner04
{
/*	background-image: url(../images/corner04_border.gif);*/
	background-repeat: repeat-y;
	padding-right: 18px;
	background-image: url(../images/globalcontentedgeright.gif);
	background-position: right;
}

.navrow
{
	margin-bottom: -3px;
}

.navtab
{
	background-color: #333;
	text-align: center;
}

.navtab:hover
{
	background-color: #888;
}

.navtabedgeleft
{
	background-image: url(../images/tab_l.gif);
	background-repeat: no-repeat;
}

.navtabedgeright
{
	background-image: url(../images/tab_r.gif);
	background-repeat: no-repeat;
}

.navtabselected
{
	background-color: #888;
	text-align: center;
}

.navtabselected
{
	background-color: #888;
}

.navtablink
{
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10pt;
	font-weight: bold;
	padding: 5px;
	white-space: nowrap;
}

.navtablink:visited
{
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10pt;
	font-weight: bold;
	padding: 5px;
	white-space: nowrap;
}
.navtablink:hover
{
	color: gold;
	font-weight: bolder;
}

.navtablinkselected
{
	color: gold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10pt;
	font-weight: bold;
	padding: 5px;
	white-space: nowrap;
}

.navtablinkselected:visited
{
	color: gold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10pt;
	font-weight: bold;
	padding: 5px;
	white-space: nowrap;
}

.formlabel
{
	padding: 6px 2px 2px 2px;
	text-align: right;
	vertical-align: top;
}
.formfield
{
	padding: 2px;
	text-align: left;
	vertical-align: top;
}

.error_message
{
	background-color: #333;
	color: #F30;
	margin-right: -16px;
	margin-left: -16px;
	margin-bottom: 10px;
	padding: 4px;
}

.contactlogobackground
{
	font-size: 10pt;
	background-image: url(../images/logobackground.gif);
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: top;
}

.thankyou
{
	vertical-align: top;
	padding: 32px;
	color: #555;
}

.contact
{
	padding: 2px 0 0 4px;
}

.rowodd
{
	background-color: white;
	white-space: nowrap;
	color: #369;
}

.roweven
{
	background-color: #CCC;
	white-space: nowrap;
	color: #369;
}

.content
{
	vertical-align: top;
	width: 600px;
	min-width: 600px;
	max-width: 1000px;
}

.contentleft
{
	text-align: justify;
	background-color: white;
	font-size: 10pt;
	width: 600px;
	height: 400px;
	vertical-align: top;
	padding: 8px 16px 8px 16px;
}

.contentright
{
	color: white;
	vertical-align: top;
}

.featuredvehicle
{
	padding: 2px;
	font-size: 8pt;
}

.rightsection
{
	padding: 8px 4px 4px 4px;
	width: 100%;
	font-size: 10pt;
}

.rightsectionlabel
{
	color: #369;
	padding: 0 0 6px 24px;
	text-transform: uppercase;
	margin-bottom: 12px;
	font-size: 10pt;
	white-space: nowrap;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 0;
	text-align: left;
}

.rightsectionbox
{
	padding: 2px;
	border: thin silver solid;
	color: white;
	background-color: #369;
	background-repeat: repeat-x;
	font-size: 10pt;
	width: 100%;
}

.rightsectionmessage
{
	font-size: 8pt;
	padding: 6px 0 2px 0;
	text-align: center;
	color: #369;
	line-height: 10pt;
}

.footer
{
	color: white;
	font-size: 7pt;
	height: 24px;
	border-top: 4px silver solid;
	text-align: center;
	background-color: #369;
}

.vehdesc
{
	text-align: left;
	padding: 2px;
	white-space: nowrap;
}

.vehprice
{
	text-align: right;
	padding: 2px;
}

.companyname
{
	color: #369;
	font-weight: bold;
	font-style: italic;
}

#slogancontainer
{
	padding-top: 8px;
}

#sloganname
{
	color: #F93;
	font-size: 24pt;
	font-style: italic;
	font-weight: bolder;
}

#slogan
{
	color: #369;
	font-size: 12pt;
	font-style: italic;
	font-weight: bolder;
	padding-top: 24px;
}

#linkred
{
	color: red;
	text-decoration: none;
}

#contacttop
{
	margin: 8px auto 16px auto;
}
#contacttoplabel
{
	color: #F93;
	font-size: 9pt;
	font-style: italic;
}

#contacttopvalue
{
	color: #369;
	font-size: 9pt;
	font-style: italic;
}

#aboutus
{
	margin: 8px auto 16px auto;
}

#textaccent
{
	color: #369;
	font-weight: bold;
	font-style: italic;
}

#eventtitle
{
	font-size: 10pt;
	font-weight: bolder;
	text-align: center;
	background-color: #CCC;
	color: #369;
	padding: 2px;
	margin: 2px;
}

#eventmessage
{
	font-size: 10pt;
	background-color: white;
	color: #369;
	padding: 2px;
	margin: 2px;
	white-space: pre-line;
}

/* GLOBALHEADER */
#globalheader
{
	width: 650px;
	height: 38px;
	margin: 18px auto;
	position: relative;
	z-index: 9998;
}

#globalheader #globalnav { margin: 0 24px 0 24px; padding: 0; }
#globalheader #globalnav li { display: inline; }
#globalheader #globalnav li a { float: left; width: 117px; height: 0; padding-top: 38px; overflow: hidden; }
#globalheader #globalnav li a,
#globalheader #globalsearch { background-image: url(../images/globalnavbackground.png); _background-image: url(../images/globalnavbackground.gif); background-repeat: no-repeat; }
#globalheader #globalheaderend { background-image: url(../images/globalnavbackground.png); _background-image: url(../images/globalnavbackground.gif); background-repeat: no-repeat; }

/* GLOBAL HEADEREND */
#globalheaderend { width: 40px; height: 38px; position: absolute; top: 0; right: 0; background-position: -740px 0; background-repeat: no-repeat; }

/* BUTTONS */
#globalheader #globalnav li#gn-dealerready a { background-position: 0 0; }
#globalheader #globalnav li#gn-about a { background-position: -117px 0; }
#globalheader #globalnav li#gn-sellersguide a { background-position: -234px 0; width: 235px; }
#globalheader #globalnav li#gn-contact a { background-position: -470px 0; }
#globalheader #globalnav li#gn-end a { background-position: -740px 0; }

/* OVER STATES */
#globalheader #globalnav li#gn-dealerready a:hover { background-position: 0 -38px; }
#globalheader #globalnav li#gn-about a:hover { background-position: -117px -38px; }
#globalheader #globalnav li#gn-sellersguide a:hover { background-position: -234px -38px; }
#globalheader #globalnav li#gn-contact a:hover { background-position: -470px -38px; }

/* PRESSED STATES */
#globalheader #globalnav li#gn-dealerready a:active { background-position: 0 -76px; }
#globalheader #globalnav li#gn-about a:active { background-position: -117px -76px; }
#globalheader #globalnav li#gn-sellersguide a:active { background-position: -234px -76px; }
#globalheader #globalnav li#gn-contact a:active { background-position: -470px -76px; }

/* ON STATES */
#globalheader.dealerready #globalnav li#gn-dealerready a:hover { background-position: 0 0; cursor: default; }
#globalheader.about #globalnav li#gn-about a { background-position: -117px -114px !important; }
#globalheader.sellersguide #globalnav li#gn-sellersguide a { background-position: -234px -114px !important; }
#globalheader.contact #globalnav li#gn-contact a { background-position: -470px -114px !important; }
