/*---------------------------------------------------------*/
/*-- V0.2 - 090403 - LR -----------------------------------*/
/*---------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, a, abbr, cite, em, font, img, small, strong,
sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, input, legend, table, caption, tr, th, td, blockquote {
	margin: 0;
	padding: 0;
}

ul, ol {
	list-style:none;
}

body {
	background:#f5f5f5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#777777;
}

textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a {
	color:#777777;
	text-decoration:underline;
}

a:hover {
	color:#777777;
	text-decoration:underline;
}

a img{
	border:0 none;
}

table {
	border-collapse:collapse;
}

/*---------------------------------------------------------*/
/*-- Text Styles ------------------------------------------*/
/*---------------------------------------------------------*/

h1 {
	font-size:16px;
	font-weight:bold;
	margin:6px 0 18px;
	padding:0;
}

h1.logo {
	background:#FFF url('../graphics/logo.jpg') no-repeat;
	width:342px;
	height:99px;
	overflow:hidden;
	text-indent:-99999px;
}

h1.logo a {
	width:342px;
	height:99px;
	display:block;
}

h2 {
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding:0;
}

h3 {
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding:0;
}

p {
	margin:12px 0;
}

.contact_large {
	font-size:16px;
}

.black_text {
	color:#000;
}

/*---------------------------------------------------------*/
/*-- Error & Notification Styles --------------------------*/
/*---------------------------------------------------------*/

.success {
	background:#F5FFF0;
	color:#009900;
	border:1px solid #009900;
	text-align:center;
	margin:0 auto;
	margin-bottom:12px;
	padding:8px 0;
	width:500px;
}

.error {
	background: #FFE6E6;
	color:#990000;
	border:1px solid #990000;
	text-align:center;
	margin:0 auto;
	margin-bottom:12px;	
	padding:8px 0;
	width:500px;
}

.inline_error {
	color:#FF0000;
	font-weight:bold;
}

/*---------------------------------------------------------*/
/*-- Generic Styles ---------------------------------------*/
/*---------------------------------------------------------*/

.red					{ color:#EE3838 }
.bottom_margin			{ margin-bottom:25px; }


/*---------------------------------------------------------*/
/*-- Main Page Layout -------------------------------------*/
/*---------------------------------------------------------*/

#wrapper {
	width:820px;
	margin:11px auto 0;
	text-align:left;
}

#content_wrapper{
	padding:0  0 12px 19px;
	background:#FFF;
}

.contact_title {
	padding:18px 0 10px 5px;
	text-transform:uppercase;
	color:#777777;
	font-size:16px;
}

.title {
	padding:18px 0 10px 0;
	text-transform:uppercase;
	color:#777777;
	font-weight:bold;
}

#logo_wrapper {
}

img.page_logo {
	margin-right:12px;
}

#content_left {
	float:left;
	width:600px;
}

#content_left p {
	margin-top:0;
}

#content_left li {
	margin-left:20px;
	list-style-type:disc;
}

#content_left_1 {
	float:left;
	width:300px;
}

#content_left_1 p {
	margin-top:0;
}

#content_left_1 li {
	margin-left:20px;
	list-style-type:disc;
}

#content_right {
	float:right;
	padding-right:20px;
	width:170px;
}

#content_right table {
	color:#777777;
	font-size:14px;
}

#content_middle {
	float:left;
	width:288px;
	padding:99px 0 0 23px;
}

#content_middle p {
	margin:0;
}


#content_right td {
	padding:0 5px 5px;
}

#content_right td.top_padding {
	padding:7px 5px 0;
}

#content_right .left {
	width:18px;
	font-weight:bold;
	color:#ee3838;
	vertical-align:top;
	text-align:left;
}

#content_right a {
	font-size:12px;
	color:#777777;
	text-decoration:underline;
}

#content_right strong {
	color:#000;
}

#content_right div.page_img img {
	width:150px;
	float:right;
	visibility:hidden;
}

#about_img_cont img {
	width:184px;
	padding:1px;
	border:1px solid #777777;
}

.about_img {
	margin:0 14px 10px 0;
}

.last_about_img {
	margin:0 0 10px 0;
}
	
#used_caravans {
	width:165px;
	margin-top:15px;
	padding-left:5px;
}

#used_caravans h2 {
	color:#EE3838;
	text-transform:uppercase;
}

#used_caravans p {
	margin-top:4px;
}

/*---------------------------------------------------------*/
/*-- Header Styles ----------------------------------------*/
/*---------------------------------------------------------*/

#header {
	background:#FFF;
	position:relative;
}

#logo {
	width:327px;
}

#nav_wrapper {
	line-height:24px;
	height:24px;
	margin-left:17px;
	color:#777777;
	font-size:18px;
	width:555px;
}

#header a {
	color:#777777;
	text-decoration:none;
	text-transform:uppercase;
}

#header a.current {
	color:#970b0b;
}

#header li {
	float:left;
	display:block;
	padding:2px;
}

#header_right {
	position:absolute;
	right:0;
	top:0;
	width:240px;
}

#header_right img {
	float:right;
	width:88px;
	margin:17px 21px 0 0;
}

#header_right p {
	float:right;
	width:204px;
	margin:5px 21px 0 0;
	font-size:11px;
}

#banner {
	margin:16px 0 0 19px;
}

#sub_banner {
	border:1px solid #777777;
	padding:1px;
}

#banner.index {
	width:780px;
	height:332px;
}



/*---------------------------------------------------------*/
/*-- Footer Styles ----------------------------------------*/
/*---------------------------------------------------------*/

#footer {
	width:820px;
	margin:0 auto;
	background:#FFF;
	color:#777777;
	padding-bottom:10px;
}

#footer hr {
	margin:0 20px 10px;
	background:#8e8e8e;
	color:#8e8e8e;
	height:1px;
	border:0;
}

#footer_left {
	padding-left:20px;
	float:left;
	text-align:left;
	width:500px;
}

#footer_right {
	padding-left:20px;
	float:right;
	text-align:left;
	width:100px;
}

#footer_right p {
	float:right;
	font-size:11px;
	margin:0 0 0 0;
}

#footer .clear {
	clear:left;
}

#footer a {
	color:#8e8e8e;;
	text-decoration:none;
}

#footer li {
	float:left;
	display:block;
	padding:2px;
}

#footer li a{
	float:left;
	display:block;
	padding:0 5px 0 0;
}

#footer_right{
	padding-right:20px;
	float:right;
	text-align:right;
	width:250px;
}

/*---------------------------------------------------------*/
/*-- Form Styles ------------------------------------------*/
/*---------------------------------------------------------*/

form label {
	float: left;
	width: 100px;
	text-align: right;
	padding: 5px;
}

textarea {
	width: 300px;
}

form input {
	width:300px;
}

form div {
	padding: 5px;
	clear:both;
}

form div.buttons, div.buttons input {
	float:right;
	width:100px;
	margin-right:87px;
}

/*---------------------------------------------------------*/
/*-- Caravan Sales ----------------------------------------*/
/*---------------------------------------------------------*/

hr.sales_break {
	clear:both;
	margin:10px 35px 10px 0;
	background:#8e8e8e;
	color:#8e8e8e;
	height:1px;
	border:0;
}

#caravans_wrapper {
	clear:both;
	margin:0 auto 10px;
	color:#777777;
	width:550px;
}


#caravans_wrapper img {
	border:1px solid #777777;
	padding:1px;
}

#caravans_wrapper p {
	margin:0 10px 5px 0;
}

#caravans_wrapper h2, h3 {
	font-weight:bold;
}

.summary {
	float:left;
	margin:0 0 10px 10px;
	width:100px;
}

.details {
	float:right;
	width:430px;
	margin-bottom:10px;
}

#caravans_wrapper.page h3 {
	margin:5px 0;
	clear:left;
}

#caravans_wrapper.page h2 {
	font-size:18px;
}

#caravans_wrapper.page {
	padding:10px 10px 10px 0;
	float:left;
}

#caravans_wrapper hr {
	margin:10px 10px 0px;
	background:#8e8e8e;
	color:#8e8e8e;
	height:1px;
	border:0;
}

a.back {
	border:1px solid #777777;
	padding:3px;
	cursor:pointer;
	width:100px;
	text-align:center;
	margin: 10px auto 0;
	font-weight:bold;
	color:#EB191C;
	text-decoration:none;
	float:left;
	text-transform:uppercase;
}

.images {
	float:left;
}

.caravan_image {
	float:left;
	margin:0 6px 12px 0;
	padding:2px 2px 2px 0;
}

.sold {
	color:#EB191C;
	text-transform:uppercase;
}

/*---------------------------------------------------------*/
/*-- CSS Clearfix -----------------------------------------*/
/*---------------------------------------------------------*/

.clearfix:after {
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0;
}

.clearfix {
    display:inline-block;
}

html[xmlns] .clearfix {
    display:block;
}

* html .clearfix {
    height:1%;
}

table.hold {
	margin:10px auto;
	width:400px;
	font-size:16px;
}

table.hold tr, td {
	padding:0;
	margin:0;
}

#wrapper.hold h1, h2{
	font-size:16px;
}