/* REDEFINED STYLES ---------------------------------------------------- */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height:16px;
	color: #000000;
	margin:0;
	background-color:#000000;
}
a {
	color:#990000;
}
a:hover {
	color:#CC6633;
}
a:active {
	color:#FF3300;
}
input, select, textarea {
	border: 1px solid #333333;
	background: #FFCC66;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #000000;
}
input:hover, select:hover, textarea:hover {
	border: 1px solid #333333;
	background: #FFFFFF;
	color: #000000;
}
input:focus, select:focus, textarea:focus {
	border: 1px solid #333333;
	background: #FFFFFF;
	color: #000000;
}
ul {
	list-style-type:square;
}
h1 {
	color:#333300;
	font-size:26px;
	font-weight:lighter;
	line-height:32px;
	margin:0px;
}
h2 {
	color:#333333;
	font-weight:lighter;
	font-size:20px;
	line-height:24px;
	margin:0px;
}
h3 {
	color:#333300;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	margin:0px;
}

/* --- HEADINGS ---------------------------------------------------- */

.subhead1 {
	font-size:20px;
	font-weight:bold;
	color:#990000;
	line-height:22px;
}
.subhead2 {
	font-size:18px;
	line-height:22px;
	color:#333333;
}
.subhead3 {
	font-size:15px;
	line-height:20px;
	color:#333300;
	font-weight: bold;
}
.subhead-alert {
	font-size:16px;
	line-height:18px;
	color:#990000;
	font-weight: bold;
}
.subhead-rev {
	font-size:18px;
	line-height:22px;
	color:#FFFFFF;
}

/* --- FONTS ---------------------------------------------------- */

.txt-intro {
	font-size:15px;
	line-height:20px;
	color:#333;
}
.txt-intro-reverse {
	font-size:12px;
	line-height:15px;
	color:#FFFFFF;
}
.smallcaps {
	font-size:12px;
	color:#666666;
	font-variant:small-caps;
}
.smallcaps-big {
	font-size:14px;
	font-weight:bold;
	color:#666666;
	font-variant:small-caps;
}
.breadcrumb {
	font-size:10px;
	color:#666666;
	text-transform: uppercase;
	margin-bottom:10px;
}
.txt-sm-gray {
	font-size: 11px;
	line-height:15px;
	color: #333333;
}
.txt-caption {
	font-size: 10px;
	color: #666666;
	line-height:12px;
}
.txt-med {
	font-size:12px;
	color:#333333;
	line-height:16px;
}
.txt-med-white {
	font-size:11px;
	color:#FFFFFF;
	line-height:15px;
}
.txt-moreinfo {
	font-size: 10px;
	line-height: 20px;
	color: #999999;
}
.txt-moreinfo a {
	color:#6699CC;
	text-decoration:none;
}
.tagline-small {
	font-size:13px;
	color:#FFFFFF;
	line-height:18px;
}
.tagline-big {
	font-size:18px;
	color:#AA5500;
	line-height:18px;
	font-weight:lighter;
	font-variant:small-caps;
}
.dealers-headline {
	font-size:24px;
	color:#AA5500;
	line-height:18px;
	font-weight:lighter;
	font-variant:small-caps;
}
.dealers-subhead {
	font-size:18px;
	color:#AA5500;
	line-height:18px;
	font-weight:lighter;
	font-variant:small-caps;
}
.dealers-subhead2 {
	font-size:16px;
	color:#eeeeee;
	line-height:18px;
	font-weight:lighter;
}
.gallery-intro {
	font-size:14px;
	line-height:18px;
	color:#FFFFFF;
}
.gallery-header {
	font-size:20px;
	line-height:24px;
	color:#EB702B;
}
.gallery-caption {
	font-size: 10px;
	color: #CCCCCC;
	line-height:14px;
}
.txt-phone {
	font-size: 14px;
	color: #FF9933;
}

/* --- BORDERS ---------------------------------------------------- */

.border {
	border: 1px solid #FFCC99;
}
.border-orange {
	border: 1px solid #FF9966;
}
.sidebar-sm {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

/* --- FORMS ---------------------------------------------------- */

.button-submit {
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	border:#CCCCCC 2px solid;
	background-color: #333333;
	margin: 4px 4px 4px 4px;
}


/* --- TABLES ---------------------------------------------------- */ 

.table-header {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom:#333333 1px solid
}
#box-special {
	font-size:12px;
	color:#333333;
	width:400px;
	border: 1px dashed #CCCC66;
	padding: 17px 20px 30px 20px;
	background-color:#f7f7f7;
}

/* UTILITY STYLES ---------------------------------------------------- */

.utility {
	font-size:11px;
	color:#FFF;
	text-transform:capitalize;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.utility a {
	font-size:11px;
	color:#FFF;
	text-decoration:none;
}
.utility a:hover {
	font-size:11px;
	color:#CCCCCC;
	text-decoration:none;
}


/* FOOTER STYLES ---------------------------------------------------- */

.footer {
	font-size:10px;
	color:#FFF;
	font-weight:bold;
}
.footer a {
	font-size:10px;
	color:#FFF;
	text-decoration:none;
}
.footer a:hover {
	font-size:10px;
	color:#FF9900;
	font-weight:bold;
	text-decoration:none;
}


/* IMAGE STYLES ---------------------------------------------------- */

.img-right {
	padding:15px 0 15px 15px;

}

