html {
	margin: 0;
	padding: 0;
	background-color: #1f4c69;
}

body {
	font-family: Arial;
	font-size: 9pt;
	color: #1f4c69;
	background-color: #ffffeb;
	background-image: url('/images/bg-tile.gif');
	background-repeat: repeat-x;
	border-top: 18px solid #a2022e;
}

body, div, form {
	margin: 0px;
	padding: 0px;
}

img {
	display: block;
	border: none
}

a img {
	border: none
}

a:link, a:visited {
	color: #1f4c69;
	text-decoration: none
}

a:hover, a:active {
	color: #1f4c69;
	text-decoration: underline
}

h1 {
	font-size: 12pt
}

h2 {
	font-size: 10pt
}

table {
	position: relative;
}

hr {
	color: #71407b
}

#pagewrapper 
{
	position:relative;
	text-align: left;
	width: 940px;
	padding: 0px;
	background-color: transparent;
	margin: 0px auto 0px auto;
	min-height: 1px;
}

#content {
	position:relative;
	text-align:left;
	min-height: 1px;
}

#header {
	margin: 0 auto 0px auto;
	width: 925px;
	padding-left: 28px;
	height: 113px;
	background-image: url('/images/header.gif');
	background-repeat: no-repeat;
}

#header p {
	display: none;
}

#header_logo {
	width: 182px;
	margin: auto;
	padding-top: 19px;
	padding-right: 42px;
	padding-left: 0;
	overflow: hidden;
}

#header_contact {
	float: right;
	text-align: right;
	margin-top: -73px;
	margin-right: 50px;
}

#header_contact p {
	display: block;
	margin: 6px 0;
}

#header_contact p.contact_us {
	font-size: 13pt;
	font-weight: bold;
}

#header_contact p.tel_no {
	font-size: 11pt;
	font-weight: bold;
}

#main_content {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	min-height: 1px;
}

/**** left content *****/

#side_navigation {
	position:relative;
	float: left;
	width: 216px;
	z-index: 100;
	min-height: 1px;
}

#mainmenu {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-top: 3px solid #a2022e;
	border-bottom: 2px solid #000;
}


#side_navigation ul#mainmenu li.decoration:hover, #side_navigation ul#mainmenu li.bottom:hover {
	background-image: none;
}

#side_navigation ul#mainmenu li {
	list-style-type: none;
	border-top: 2px solid black;
	border-right: 2px solid black;
	border-left: 2px solid black;
	background-color: #2e5e76;
	background-image: url('/images/side_nav_link_bg.png');
	margin: 0px;
	padding: 0px;
}

#side_navigation ul#mainmenu li:hover {
	background-image: url('/images/side_nav_link_bg_hover.png');	
}

#side_navigation ul#mainmenu li a:link, #side_navigation ul#mainmenu li a:visited {
	width: 175px !important;
	background-color: transparent;
	background-image: url('/images/side_nav_arrow.png');
	background-repeat: no-repeat;
	background-position: 188px center;
	display: block;
	color: white;
	text-decoration: none;
	font-size: 12pt;
	font-weight: bold;
	padding: 10px 15px 10px 20px;
	overflow: hidden;
}


#side_navigation ul#mainmenu li a:hover, #side_navigation ul#mainmenu li a:active {
	background-color: transparent;
}

#side_navigation ul#mainmenu li a.current_category {
}

#submenu {
	margin: 0px;
	padding: 15px 0px 10px 0px;
	list-style: none;
}

#submenu li {
	padding: 5px 0px 5px 23px;
	margin: 0px;
}

#side_navigation ul#submenu li a:link, #side_navigation ul#submenu li a:visited {
	width: 174px;
	display: block;
	color: #1f4c69;
	font-size: 10pt;
	text-decoration: none;
	background-image: url('/images/sub_nav_arrow.png');
	background-repeat: no-repeat;
	background-position: right center;
}

#side_navigation ul#submenu li a:hover, #side_navigation ul#submenu li a:active {
	color: #6f1c1c;
}

#submenu li.home {
	background-image: url('/images/home.png');
	margin-bottom: 2px;
}

#side_navigation ul#submenu li.home a:link, #side_navigation ul#submenu li.home a:visited {
	padding-left: 17px;
	width: 157px;
}

.section_navigation {
	background-color: #97bcce; 
	padding: 0 0 3px 20px;
	height: 30px;
}

.section_navigation ul { 
	padding: 5px 0;
	margin: 0;
}

.section_navigation ul li {
	float: left;
	list-style-type: none;
	padding-right: 1px;
}

.section_navigation ul li a {
	display: block;
	color: #104F74;
	text-decoration: none;
	font-size: 14px;
	padding: 3px 30px 3px 23px;
	background-image: url(/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 2px 3px;
}

.section_navigation ul li a:hover {
	color: #990033;
}

.section_banner {
	height: 147px;
	background-color: #104f74;
	margin-bottom: 10px;
	border-bottom: 1px solid #104f74;
	border-top: 1px solid #104f74;
}

#newsletter_signup {
	color: white;
	margin-top: 13px;
	width: 154px;
	background-color: #163549;
	background-image: url('/images/newsletter_sign_up_heading.png');
	background-repeat: no-repeat;
	padding: 48px 15px 0 15px;
}

#newsletter_signup label {
	display: block;
	padding: 2px 0 4px 0;
}

#newsletter_signup_btm {
	width: 184px;
	height: 9px;
	background-image: url('/images/n_s_box_bottom.png');
	background-repeat: no-repeat;
	margin-bottom: 15px;
}

#right_content {
	position: relative;
	right: 3px;
	float: right;
	width: 185px;
	margin: 0;
	padding: 8px;
	z-index: 99;
	background-color: #dedede;
	min-height: 1px;
}

#centre_content {
	padding :0 0px 0 0px;
	min-height: 1px;
	margin: 0px 0px 0px 237px;
}

#footer {
	clear: left;
	width:100%;
	margin:0;
	padding: 12px 0px 12px 0px;
	font-size: 9pt;
	background-color: #eeeecf;
}

#footer_content {
	width: 980px;
	margin: auto
}

.footer_contact {
	font-size: 10pt;
	float: left;
	width: 191px;
	padding-left: 35px;
	padding-top: 10px;
}

p.footer_address {
	width: 107px;
	line-height: 17px
}

img.footer_section {
	float: left;
	padding-top: 5px;
	padding-left: 33px
}

#footer_border {
	height: 63px;
	background-color: #1f4c69;
}

#footer_border p
{
	text-align: right;
	margin: 0px;
	padding: 10px 10px 0px 0px;
	font-size: 8pt;
}

#footer_border p a
{
	color: #fff;
	text-align: right;
}

/****** caravan finder ***********/



div#caravan_finder {
	width: 651px;
	height: 205px;
	background-color: #09273a;
	background-image: url('/images/finder_new.jpg');
	border-top: 4px solid #a2022e;
	color: white;
	margin: 0 0 15px 0;
	padding: 10px 23px;
}

div#caravan_finder h2 {
	font-size: 20pt;
	line-height: 20pt;
	padding: 5px 0px 9px 2px;
	font-weight: bold;
	margin: 0;
}

div#caravan_finder p {
	font-size: 11pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 10px 3px;
	line-height: 15pt;
}

div#caravan_finder form label {
	display: block;
	margin-bottom: 5px;
}

div#caravan_finder form select {
	width: 100px
}

div#caravan_finder form select.long {
	width: 150px
}





div#caravan_finder_mini {
	width: 661px;
	background-color: #1f4c69;
	border-top: 4px solid #a2022e;
	color: white;
	margin: 0 0 15px 0;
	padding: 10px 18px;
}

div#caravan_finder_mini h2 {
	font-size: 12pt;
	font-weight: bold;
	margin: 0;
	padding: 0px 0px 6px 0px;
	color: #fff;
}

div#caravan_finder_mini p {
	font-size: 11pt;
	font-weight: bold;
}

div#caravan_finder_mini form label {
	display: block;
	margin-bottom: 5px;
}

div#caravan_finder_mini form select {
	width: 100px
}

div#caravan_finder_mini form select.long {
	width: 150px
}

/***** home page *****/

div#home_brands {
	width: 668px;
	height: 130px;
	background-color: #143449;
	margin: 10px 0;
	padding: 15px;
}

div.home_brand {
	float: left;
	width: 108px;
	height: 130px;
	background-color: white;
	margin-right: 3px;
}

/********* forms ****************/

form.quote_form label {
	display: block;
	padding: 5px 0
}

form.feedback_form label {
	display: block;
	padding: 5px 0
}

form.quote_form input, select, textarea {
}

form.quote_form input.form_image {
	width: auto;
}

div.formwrapper {
	background-color: #C4E1F0;
	margin: 10px 0;
	padding: 15px;
}

/********* events ***************/

ul.events {
	display: block;
	margin: 0;
	padding: 15px 0 30px 0;
}

ul.events li {
	display: block;
	color: #0074C1;
	font-size: 14px;
	padding: 5px 0;
	margin: 0;
	border-bottom: 1px solid #333333;
}

/********* jobs *****************/

.current_vacancies {
	display: block;
	background-color: #245268;
	color:#FFFFFF;
	font-size: 12px;
	width: 240px;
	margin: 10px 0px 20px 20px;
	padding: 10px 20px 10px 20px;
}

#centre_content #events_box div.current_vacancies h2
{
	color: #fff;
}

#centre_content #events_box div.current_vacancies p
{
	color: #fff;
}

/********* wandacare locations ************/

div.location_text {
	display: none;
	width: 252px;
	position: absolute;
	margin-top: 4px;
	margin-left: 4px;
	padding: 5px;
	background-color: #FBFFBF;
	color: black;
}

div.location_text p {
	margin: 0
}

/********* useful links *************/

div.link {
	border-bottom: 1px solid black;
	margin-bottom: 20px;
}

div.link img {
	border: 1px solid #333333;
}

div.link a {
	color: #0074C1;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding-bottom: 30px;
}

/********* caravan insurance *************/

div.caravan_insurance {
	color: black;
	padding: 25px 50px 25px 50px;
	background-color: #9fc8dc;
	margin-bottom: 1px;
}

/********* happe ********************/

div.accept_button a {
	background-color: #c91902;
	display: block;
	height: 25px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
	margin-top: 20px;
}

div.accept_button a:hover {
	background-color: #900000;
}

ul.happe_servicing_list li {
	padding: 2px 0;
}

/********* basket ***************/

div#basketwrapper {
	width: 97%;
	float: left
}

div#basketwrapper h1, div#centre_content h1 {
	font-size: 16pt;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

#centre_content p
{
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

table#basket {
	font-size: 10pt;
}

.tableheader  {
	background-color: #71407b;
	color: white;
	text-align: center
}

tr.tablebody td, td.tablebody {
	background-color: white;
	color: black;
}

td.basketbutton a {
	color: white;
	text-align: center;
	font-size: 0.75em;
	display: block;
	text-decoration: underline;
	padding: 2px 0px 3px 0px;
	width: 80px
}

td.basketbutton2 a {
	color: white;
	text-align: center;
	font-size: 0.75em;
	display: block;
	padding: 2px 0px 3px 0px;
	text-decoration: underline;
	width: 101px
}

td.basketbutton3 a {
	color: white;
	text-align: center;
	font-size: 0.75em;
	display: block;
	padding: 2px 0px 3px 0px;
	text-decoration: underline;
	width: 117px
}

table#promo_entry {
	width: 25% !important
}

/************ checkout ************/

#shopwrapper {
	background-color: white;
	width: 590px;
	min-height: 400px;
	height: auto !important;
	height: 400px
} 

#shopwrapper h1 {
	margin: 0;
	font-size: 12pt
}

.error {
	color: #cc0000;
}

/* classes */

.small_text {
	font-size: 8pt; 
}

.clear {
	clear: both
}

.clearleft {
	clear: left
}

.clearright {
	clear: right
}

.red {
	color: #820000 !important
}

.left {
	float: left
}

.right {
	float: right
}

#breadcrumb
{
	font-size: 8pt;
	line-height: 10pt;
	padding: 0px 0px 10px 0px;
}

#centre_content .caravan-for-sale h1
{
	font-size: 13pt;
	line-height: 15pt;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

.bullet
{
	font-size: 9pt;
	line-height: 11pt;
	background-image: url('/images/bullet.gif');
	background-repeat: no-repeat;
	padding: 0px 0px 0px 7px;
	background-position: 0px 7px;
}

.caravan_quote_sub_title
{
	padding: 2px 2px 2px 2px;
	float: left;
	width: 180px;
}

.caravan_quote_input
{
	padding: 2px 2px 2px 2px;
}

.caravan_quote_result
{
	padding: 2px 2px 2px 2px;
	float: left;
	width: 655px;
}

.form_line
{
    display: block;
    float: left;
    width: 655px;
}

.form_line_end
{
    display: block;
    float: left;
    width: 655px;
}

.caravan_quote_main_title h3
{
	padding: 0px 0px 5px 0px;
	margin: 0px;
}

.caravan_quote_main_title
{
	padding: 10px 0px 0px 0px;
	float: left;
	width: 655px;
}

.caravan-for-sale-new
{
	padding: 12px 0px 12px 0px;
	min-height: 150px;
}

.caravans-stock .caravan-for-sale-new h2
{
	color: #1f4c69;
	font-size: 11pt;
	line-height: 13pt;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

#centre_content .caravans-stock .caravan-for-sale-new .new_caravan_spec
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#centre_content .caravans-stock .caravan-for-sale-new .new_caravan_spec li
{
	margin: 0px;	
	padding: 0px 5px 0px 7px;
	float: left;
	font-size: 10pt;
	line-height: 12pt;
	background-image: url('/images/bullet.gif');
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 0px 7px;
	color: #1f4c69;
}

.motorhomes-stock .caravan-for-sale-new h2
{
	color: #1f4c69;
	font-size: 11pt;
	line-height: 13pt;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

#centre_content .motorhomes-stock .caravan-for-sale-new .new_caravan_spec
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#centre_content .motorhomes-stock .caravan-for-sale-new .new_caravan_spec li
{
	margin: 0px;	
	padding: 0px 5px 2px 7px;
	font-size: 9pt;
	line-height: 11pt;
	background-image: url('/images/bullet.gif');
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 0px 7px;
	color: #1f4c69;
}

#centre_content #new_home_content
{
	padding: 0px 10px 10px 2px;
}

#centre_content #new_home_content h1
{
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 13pt;
	line-height: 15pt;
	font-weight: bold;
	font-style: italic;
}

#centre_content #new_home_content p
{
	font-size: 9pt;
	line-height: 11pt;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

#centre_content #new_home_content a
{
	font-weight: bold;
	text-decoration: none;
}

#new_content
{
	background-color: #eeeecf;
	padding: 15px 15px 15px 15px;
	min-height: 1px;
}

#contact_box
{
	background-color: #ffffeb;
	padding: 15px 20px 20px 20px;
	color: #163549;
	position: relative;
}

#centre_content #contact_box h1
{
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 15pt;
	line-height: 17pt;
	font-weight: bold;
	color: #163549;
}

#centre_content #enquiry_box h2
{
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 11pt;
	line-height: 13pt;
	font-weight: bold;
	color: #163549;
}

#centre_content #contact_box p
{
	font-size: 9pt;
	line-height: 12pt;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	color: #163549;
}

#enquiry_box
{
	background-color: #c4e1f0;
	padding: 20px 20px 20px 20px;
	color: #163549;
	position: relative;
}

.topleftcorner1
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 6px;
	height: 6px;
	overflow: hidden;
	background-image: url('/images/topleftcorner1.gif');
}

.toprightcorner1
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 6px;
	height: 6px;
	overflow: hidden;
	background-image: url('/images/toprightcorner1.gif');
}

.bottomleftcorner1
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 6px;
	height: 6px;
	overflow: hidden;
	background-image: url('/images/bottomleftcorner1.gif');
}

.bottomrightcorner1
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 6px;
	height: 6px;
	overflow: hidden;
	background-image: url('/images/bottomrightcorner1.gif');
}

.topleftcorner2
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 6px;
	height: 6px;
	overflow: hidden;
	background-image: url('/images/topleftcorner2.gif');
}

.toprightcorner2
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 6px;
	height: 6px;
	overflow: hidden;
	background-image: url('/images/toprightcorner2.gif');
}

.bottomleftcorner2
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 6px;
	height: 6px;
	overflow: hidden;
	background-image: url('/images/bottomleftcorner2.gif');
}

.bottomrightcorner2
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 6px;
	height: 6px;
	overflow: hidden;
	background-image: url('/images/bottomrightcorner2.gif');
}

#events_box
{
	background-color: #ffffeb;
	padding: 15px 20px 20px 20px;
	color: #163549;
	position: relative;
	min-height: 1px;
}

#centre_content #events_box h1
{
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 15pt;
	line-height: 17pt;
	font-weight: bold;
	color: #163549;
}

#centre_content #events_box h2
{
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 14pt;
	line-height: 16pt;
	font-weight: bold;
	color: #163549;
}

#centre_content #events_box p
{
	font-size: 9pt;
	line-height: 12pt;
	margin: 0px;
	padding: 0px 5px 10px 0px;
	color: #163549;
}

.fieldinput
{
	width: 250px;
}

.fieldtextarea
{
	width: 250px;
}

.required
{
	color: #960101;
	font-weight: bold;
}

#stars1 img
{
	cursor: pointer;
}

#stars2 img
{
	cursor: pointer;
}

#stars3 img
{
	cursor: pointer;
}

#stars4 img
{
	cursor: pointer;
}

#home_fades_1
{
	position: relative;
	width: 227px;
	height: 398px;
}

#home_fades_1_home_fade_1
{
	width: 227px;
	height: 398px;
	background-image: url('/images/home_fade_1.gif');
	position: absolute;
	cursor: pointer;
}

#home_fades_1_home_fade_2
{
	width: 227px;
	height: 398px;
	background-image: url('/images/home_fade_2.gif');
	position: absolute;
	visibility: hidden; opacity: 0;
	cursor: pointer;
}

#home_fades_2
{
	position: relative;
	width: 227px;
	height: 398px;
}

#home_fades_2_home_fade_1
{
	width: 227px;
	height: 398px;
	background-image: url('/images/home_fade_3.gif');
	position: absolute;
	cursor: pointer;
}

#home_fades_2_home_fade_2
{
	width: 227px;
	height: 398px;
	background-image: url('/images/home_fade_4.gif');
	position: absolute;
	visibility: hidden; opacity: 0;
}

#home_fades_3
{
	position: relative;
	width: 227px;
	height: 398px;
}

#home_fades_3_home_fade_1
{
	width: 227px;
	height: 398px;
	background-image: url('/images/home_fade_5a.gif');
	position: absolute;
	cursor: pointer;
}

#home_fades_3_home_fade_2
{
	width: 227px;
	height: 398px;
	background-image: url('/images/home_fade_6.gif');
	position: absolute;
	visibility: hidden; opacity: 0;
	cursor: pointer;
}

#fade1
{
	font-size: 10pt;
	line-height: 12pt;
	text-align: center;
	padding: 200px 0px 40px 0px;
}

#fade1 a
{
	color: #fff;
	text-decoration: none;
}

#fade2
{
	font-size: 10pt;
	line-height: 14pt;
	color: #eeeecf;
	text-align: center;
	padding: 0px 10px 0px 10px;
}

#fade3
{
	height: 137px;
	padding: 99px 0px 0px 1px
}

#fade4
{
	font-size: 12pt;
	line-height: 15pt;
	color: #163549;	
	font-weight: bold;
	padding: 0px 20px 10px 15px;
}

#fade5
{
	font-size: 8pt;
	line-height: 11pt;
	color: #163549;	
	padding: 0px 20px 15px 15px;
}


#fade6
{
	font-size: 16pt;
	line-height: 18pt;
	color: #a3022d;	
	padding: 0px 20px 0px 15px;
	font-weight: bold;
}

#fade7
{
	font-size: 10pt;
	line-height: 12pt;
	color: #163549;	
	padding: 312px 20px 0px 20px;
	text-align: center;
}

#fade7 a
{
	font-weight: bold;
	color: #163549;
}

#fade8
{
	color: #163549;
	font-size: 14pt;
	line-height: 16pt;
	font-weight: bold;
	text-align: center;
	padding: 10px 0px 0px 0px;
}

#fade9
{
	color: #fff;
	font-size: 10pt;
	line-height: 13pt;
	text-align: center;
	padding: 257px 0px 0px 0px;
}

#fade9 a
{
	font-weight: bold;
	color: #fcc223;
}

#fade10
{
	color: #ffffeb;
	font-size: 10pt;
	line-height: 13pt;
	text-align: center;
	padding: 30px 0px 13px 0px;
	font-weight: bold;
	height: 100px;
}

#fade11
{
	font-size: 10pt;
	line-height: 12pt;
	text-align: center;
	color: #fcbf22;
}

#fade11 a
{
	font-weight: bold;
	color: #fcbf22;
}

#fade12
{
	height: 122px;
	padding: 100px 0px 0px 1px
}

.footer_block
{
	width: 149px;
	height: 193px;
	float: left;
	margin: 10px 35px 0px 0px;
}

.footer_block_title
{
	font-size: 11pt;
	line-height: 13pt;
	padding: 12px 0px 0px 33px;
}

.footer_block_title a
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#christmasbanner
{
	width: 691px;
	height: 190px;
	background-image: url('/images/january_sales_banner.jpg');
	position: relative;
}

#button1
{
	position: absolute;
	top: 159px;
	left: 343px;
}

#button2
{
	position: absolute;
	top: 90px;
	left: 510px;
}

