* {
	margin:0;
	padding:0;
	outline:none;
	text-decoration:none;
}
body {
	background:url(images/body_bg.gif) repeat #fff199;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	position:relative;
	min-height:840px;
	padding-top:20px;
}
#bodyWrapTop {
	background:transparent url(images/bodyWrapTop_bg.gif) repeat-x;
	height:447px;
	width:100%;
	position:absolute;
	top:-20px;
	left:0;
}
#bodyWrapBottom {
	background:transparent url(images/bodyWrapBottom_bg.gif) repeat-x;
	height:447px;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	z-index:-1;
}
/*
*/

h1{font-size:1.8em; font-weight:bold; color:#f00;}
h2{font-size:1.5em; font-weight:bold; color:#00f;}
h3{font-size:1.2em; font-weight:bold; color:#f00;}
h4{font-size:1em; font-weight:bold; color:#00f;}
h5{font-size:.85em; font-weight:bold; color:#f00;}

h1, h2, h3, h4, h5, p, ul, ol, li {
	margin-top:10px;
	margin-bottom:10px;
}

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 {
	color:#782327;
}
a:hover, #content a:hover {
	color:#782327;
}

/* wrap */
#wrap {
	width:1000px;
	margin:0 auto;
	background:url(images/wrap_bg.gif) repeat-y;
	position:relative;
}

/* header */
#header {
	height:105px;
	background:url(images/header_bg.gif) no-repeat;
	position:relative;
}

#header #headerText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:right;
	position:absolute;
	top:10px;
	right:10px;
	line-height:20px;
}

#header #headerText #headerName, #header #headerText #headerPhone {
	font-size:18px;
}
#header #headerText #headerPhone {
	line-height:32px;
}

#headerHomeLink {
	position:absolute;
	height:90px;
	width:260px;
	top:8px;
	left:18px;
}

/* Nav */
#nav {
}

/* Content */
#cover {
}
#content {
	padding:20px;
}
#brandSelect {
	clear:both;
	position:relative;
	width:1000px;
	height:50px;
	margin-top:1px;
}
#brandLocations {
	position:absolute;
	display:block;
	left:375px;
	bottom:45px;
	background:#781F1C;
	border:solid 1px #000;
}

#brandLocations p{
	color:#FFF280;
	font-size:13px;
	font-weight:normal;
	text-align:center;
	margin:5px 0;
	padding:0 10px;
}

#brandLocations p.location{
	padding:0;
	margin:0;
}
#brandLocations a{
	color:#FFF280;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding:5px 10px;
}
#brandLocations a:hover{
	color:#781F1C;
	background:#FFE716;
	text-decoration:none;
}

/* Footer */
#footer {
	clear:both;
	height:32px;
	margin-top:1px;
	background:url(images/footer_bg.jpg) repeat-x;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	line-height:32px;
	color:#FFE716;
}

/* Social Networking */
#socialNetworking .vertLine {
	margin: auto 20px;
}

/* Special Classes and IDs */
.left {
	float:left;
}
.right {
	float:right;
}
.center {
	text-align:center;
}
p.right {
	text-align:right;
}
img.center {
	display:block;
	margin:0 auto;
}
.contactheader {
	display:none;
}
.BrowseBox1, hr {
	margin:3px auto 3px auto;
}


/* TypeBrowse and UnitDetail Customizations */

#typeBrowse li.ourPrice {
	color:#f00;
	font-weight:bold;
}

#typeBrowse li.ourPrice strong {
	color:#000;
}