* {
	margin:0px;
	padding:0px;
	text-decoration:none;
}
body {
	/*background:#000 url(../images/bg.jpg) repeat-x fixed;*/
	background:#d32e01 url(../images/bg.jpg) repeat-x fixed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
body.home {
	background:#000 url(../images/home_bg.jpg) repeat-x fixed !important;
}

h1{font-size:1.8em; font-weight:bold; color:#980000;}
h2{font-size:1.5em; font-weight:bold; color:#000098;}
h3{font-size:1.2em; font-weight:bold; color:#980000;}
h4{font-size:1em; font-weight:bold; color:#000098;}
h5{font-size:.85em; font-weight:bold; color:#980000;}
div, p{font-size:1em;font-weight:normal;}

h1, h2, h3, h4, h5, p, ul, ol, li, blockquote {
	margin-top:1em;
	margin-bottom:1em;
}

table h1, table h2, table h3, table h4, table h5, table p, table ul, table ol, table li {
	margin-top:0;
	margin-bottom:0;
}

ul li {
	list-style-position:outside;
	list-style-type:disc;
}

ul, ol {
	margin-left:20px;
}

hr {
	margin:5px auto;
}

img, a img, table {
	border:none;
}
a, #content a {
	outline:none;
	color:#666666;
}
a:hover, #content a:hover {
	color:#782327;
}

#bodyWrapper { 
	background:transparent url(../images/sillouette_bg.png) bottom center no-repeat;
}

/* Wrap */
#wrap {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background:none;
	position:relative;
	z-index:0;
}

/* Header */
#header {
	height:150px;
	background:url(../images/header_bg.png) no-repeat;
	position:relative;
}
#header.home {
	height:325px;
	background:url(../images/headerHome_bg.png) no-repeat;
}
#homeLink {
	position:absolute;
	top:25px;
	left:25px;
	height:110px;
	width:240px;	
}

#headerPhone {
	position:absolute;
	top:145px;
	left:25px;
	width:251px;
	height:25px;
	text-align:center;
	color:#fff;
	font-size:19px;
	line-height:25px;
	font-weight:bold;
}

#logoBrands {
	position:absolute;
	top:0;
	right:0;
	width:719px;
	height:60px;
	text-align:center;
	overflow:hidden;
	white-space:nowrap;
}

#logoBrands a {
	display:inline-block;
	margin:0 5px;
}

#familyPic {
	position:absolute;
	background:transparent url(../images/family.png) no-repeat;
	height:242px;
	width:210px;
	top:130px;
	left:292px;
	z-index:999;
}

/* SlideShow */

#slideshowWrap {
	position:absolute;
	width:460px;
	height:220px;
	overflow:hidden;
	top:60px;
	left:461px;
}

/* Wrap - Middle Section (Nav & Content) */
#wrapMid {
	clear:both;
	width:888px;
	background:transparent;
	padding-left:24px;
	padding-right:88px;
}
body.home #wrapMid {
	background:transparent url(../images/swirl_bg.gif) no-repeat top left;
}

/* Nav */
#nav {
	width:257px;
	float:left;
}

body.int #nav {
	background:transparent url(../images/interior/nav_top.gif) no-repeat;
	padding-top:54px;
}

/* Cover */
#cover {
	width:620px;
	float:right;
	padding-top:47px;
}

#coverText {
	background:transparent url(../images/textbox_bg.gif) no-repeat;
	padding:16px 20px;
	width:580px;
	height:162px;
	overflow:hidden;
}
#coverText p {
	font-size:15px;
	line-height:18px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	margin-top:0;
}
#coverText p strong {
	font-weight:bold;
	color:#990000;
}

/* SubNav */

#subnav {
	margin-top:10px;
}

#subnav a {
	display:inline-block;
	padding-top:85px;
	height:26px;
	width:200px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	color:#fff;
}
#subnav a#subnavNew {
	background:transparent url(../images/subnav_new.png) no-repeat;
}
#subnav a#subnavUsed {
	background:transparent url(../images/subnav_used.png) no-repeat;
}
#subnav a#subnavCredit {
	background:transparent url(../images/subnav_credit.png) no-repeat;
}
#subnav a:hover {
	color:#FFC600;
}

/* Content */
#contentWrap {
	float:right;
	width:620px;
	padding-bottom:20px;
	background:transparent url(../images/content_base.gif) no-repeat bottom center;
}
#content {
	background:#fff;
	width:580px;
	padding:20px;
}

/* Footer */
#footer {
	clear:both;
	width:950px;
	margin:0 auto;
	margin-top:40px;
	position:relative;
	height:80px;
}
#footerText {
	position:relative;
}

#footerAddy {
	font-size:14px;
	font-weight:bold;
	color:#fff;
	margin-top:4px;
}

#footerAddy span#fife {
	font-size:12px;
	font-weight:normal;
	display:inline-block;
	margin-left:55px;
}

#footerPhone {
	font-size:22px;
	font-weight:bold;
	text-align:right;
}

#sitemapLink {
	padding-top:6px;
	padding-left:6px;
	display:inline-block;
}
#sitemapLink a {
	font-size:11px;
	font-weight:normal;
	color:#ccc;
}

/* Pages */

div.textPage {
}

/* About Us */
#about img#aboutImg {
	float:right;
	margin:0 0 10px 10px;
	padding:10px;
	border:1px solid #980000;
}

blockquote {
	font-size:1.4em;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:2em;
        color:#980000
}

/*
*/
blockquote:first-letter {
	font-size:3.3em;
	width:1em;
	float:left;
	font-weight:bolder;
    padding:5px;
    margin-right:5px;
    margin-top:5px;
    border:3px double #980000;
	line-height:1em;
}


/* Special Classes and IDs */
.left {
	float:left;
}
.right {
	float:right;
}
p.right {
	text-align:right;
}
img.center {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.contactheader {
	display:none;
}
.BrowseBox1, hr {
	margin:3px auto 3px auto;
}

.orange {
	color:#ff8200;
}

.clearFix {
	clear:both;
}

strong {
	color:#980000;
}
