﻿body {
	margin:0;
	padding:0;
	width:100%;
	min-width:1000px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #ffffff;
	background: #eee1c4 url(Images/Background/campers_bg.gif);
	background-repeat:repeat;
	background-attachment:fixed;
}


/* **********[		Site Wrapper	]********************** */

.SiteWrapper {
	margin: 0 auto;
	}

.SiteWrapperHeader { 
	margin: 0 auto;
	padding:0;
	width: 980px;
	height: 14px;
	background: url(Images/Logo/logo_top.png);
		}
	
.SiteWrapperContent { 
	margin: 0 auto;
	padding: 0;
	width: 980px;
	background: url(Images/Wrapper_Background/wrapper.png);
	background-repeat: repeat;
	overflow: hidden;	/* This takes care of the repeating background*/
	}

	
.SiteWrapperFooter { 
	margin: auto;
	padding:0;
	width: 980px;
	height: 25px;
	background: url(Images/Footer/footer_bg.png);
	}

/* **********[		Content Wrapper		]********************** */


.Wrapper {
	margin: 0 auto;
	width: 958px;
	background-color: #ffffff;
	}
	
/* **********[			Header			]********************** */
	
.Header {
        margin: 0;
		padding: 0;
		width: 958px;
		height: 96px;
		background: #ffffff;
		float: none;
    }
    
	.Header .Logo 
		{
			margin: 0;
			padding: 0;
			width: 958px;
			height: 96px;
			background-image: url(Images/Logo/logo_bottom.jpg);
			background-position: 0;
			}

/* **********[			Address			]********************** */

.Address {
		width: 958px;
		height: 24px;
		padding: 0;
		margin: 0;
		background: #ffe800 url(Images/Address/Address.png);
		border-top: 2px solid #020202;
		border-bottom: 2px solid #020202;
	}


/* **********[			Columns			]********************** */

.ColumnMask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	}
	
/* common column settings */
	.colright,
	.colmid,
	.LeftColumn {
		float:left;
		width:100%;
		position:relative;
		}
		
	.ContentColumn,
	.MenuColumn,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 0 0;
		overflow:hidden;
		}
	
	/* 2 Column (left menu) settings */
	.LeftMenu {
		background:#fff;		/* right column background colour */
		}
	
	.LeftMenu .LeftColumn {
		right:82%;			/* WAS 75% right column width */
		background:#ffffff;	/* left column background colour */
		border-right: 1px solid #000000;
		}
	
	.LeftMenu .ContentColumn {
		width:82%;			/* WAS 71% right column content width */
		left:100%;			/* WAS 102% - 100% plus left column left padding */
		}
	
	.LeftMenu .MenuColumn {
		width:18%;			/* left column content width (column width minus left and right padding) */
		left:0%;			/* (right column left and right padding) plus (left column left padding) */
		}

/* **********[		Navigation			]********************* */

.Menu {
	width: 100%;
	font-size: 80%;
	font-weight: bold;
	padding: 3px 0 0 0;
	margin: 1px 0 0 0;
	
	}

	.Menu ul {
	list-style:none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #020202;
	background: #ffffff !important;
	
	}
	
	.Menu li a {
		background-image: url(Images/Menu/arrow_black.png);
		background-repeat: no-repeat;
		background-position: 0 6px;
		padding: 5px 0 5px 10px;
		border-bottom: 1px solid #020202;
		width: 100%;
		color: #ee3224;
		text-decoration: none;
		display: block;
	}
	
	.Menu li.Selected a {
		background-image: url(Images/Menu/arrow_black.png);
		background-repeat: no-repeat;
		background-position: 0 3px;
		background-color: #ee3224 !important;
		padding: 1px 0 1px 10px;
		border-bottom: 1px solid #020202;
		width: 100%;
		color: #ffe800 !important;
		text-decoration: none;
		display: block;
	}
	
			
	.Menu a:visited {
		color: #ee3224;
		text-decoration: none;
		}
		
	.Menu a:hover	{
		color: #ffe800;
		text-decoration: underline;
		}
		

	.Menu ul ul {
		list-style:none;
		margin: 0 0 0 0;
		padding: 0;
		background-color:#ffffff !important;
		width: 100%;
		}
	
	.Menu ul ul li a {
		background-image: url(Images/Menu/arrow_black.png);
		background-repeat: no-repeat;
		background-position: 3px 3px;
		background-color:#ffffff !important;
		padding: 3px 0 3px 15px;
		border-bottom: 1px solid #020202;
		color: #ee3224;
		text-decoration: none;
		margin: 0 0 0 3px;
		font-size: 11px;
	}
	
	
			
	.Menu a:visited {
		color: #ee3224;
		text-decoration: none;
		}
		
	.Menu a:hover	{
		color: #ffe800;
		text-decoration: underline;
		}		
		
/* **********{			Content			}********************* */

.Content {
		margin: 0 0 0 0;
		padding: 0 0 0 0;	
		
		}
	
	.Content h1 {
		margin: 5px 0 5px 5px;
		padding: 0;
		color: #020202;
		font-size: 170%;
		}
	
	.Content h2 {
		margin: 15px 0 10px 5px;
		padding: 0;
		color: #020202;
		font-size: 140%;
		font-style:italic;
		}
	
	.Content h3 {
		margin: 5px 0 5px 5px;
		padding: 10px 0 5px 0;
		color: #020202;
		font-size: 120%;
		}
	
	.Content p {
		margin: 5px 0 5px 5px;
		color: #000000;
		font-size: 200%;
		}
	
	.Content ul {
		font-size: 90%;
		}
	
	.Content a {
		color: #ee3224;
		text-decoration:underline;
	}
	
	.Content a:hover {
		color: #ee3224;
		text-decoration:none;
	}
	
	
	.Content .label {
		float: left;
		text-align: right;
		font-size: 90%;
		font-weight: bold;
		margin: 0;
		padding: 0 2px 0 0;
		width: 30%;
		white-space:nowrap;
	}
	
	.Content .text {
		float: left;
		text-align: left;
		font-size: 90%;
		font-weight: normal;
		margin: 0;
		padding: 0 2px 0 2px;
		width: 68%;
	
	}
	
	.Content .Clear {
		clear: both;
		margin: 2px;
		padding: 2px;
	}

/* **********[			Footer			]********************** */

.Footer {
	clear:both;
	float:left;
	margin: 0 auto;
	padding: 5px 0 0 0;
	height: 15px;
    width: 958px;
	background-color: #ffe800;
	border-top: 2px solid #020202;
	}
	
		
		.Footer ul {
			display: inline;
			list-style: none;
			font-size: 80%;
			font-weight: bold;
			text-align:center;
			width: 100%;
			margin: 0;
			padding: 0;
			}
	
		.Footer li {
			float: left;
			padding: 0 2px 0 2px;
			}
			
			
		.Footer a:link {
			color: #000000;
			text-decoration: none;
			}
		
		.Footer a:visited {
				color: #000000;
				text-decoration: none;
				}
		
		.Footer a:hover {
				color: #ee3224;
				text-decoration: underline;
				}	
					
	
	
	
/* **********[		Carousel	 	]********************* */



#carousel {
	width:790px;
	height:255px;	
	margin:0 auto;
	padding: 0
}

#slides {
	overflow:hidden;
	/* fix ie overflow issue */
	position:relative;
	width:790px;
	height:255px;
}

/* remove the list styles, width : item width * total items  */
#slides ul {
	position:relative;
	left:0;
	top:0;
	list-style:none;
	margin:0;
	padding:0;	
	width:10000px;			
}

	

/* width of the item, in this case I put 250x250x gif */
#slides li {
	width:790px;
	height:255px;	
	float:left;
}

#slides li img {
	padding:0;
}

/* Styling for prev and next buttons */
#buttons {
	
	padding:220px 0 5px 710px;	
	float:right;
	z-index: 20;
	position: absolute;
}

#buttons a {
	display:block; 
	width:31px; 
	height:32px;
	text-indent:-999em;
	float:left;
	outline:0;
}

a#prev {
	background:url(Images/Carousel/arrow.png) 0 -31px no-repeat;
	
}

a#prev:hover {
	background:url(Images/Carousel/arrow.png) 0 0 no-repeat;
}

a#next {
	background:url(Images/Carousel/arrow.png) -32px -31px no-repeat; 
}

a#next:hover {
	background:url(Images/Carousel/arrow.png) -32px 0 no-repeat;
}

*html a#prev {
	background:url(Images/Carousel/arrow.gif) 0 -31px no-repeat;
	
}

*html a#prev:hover {
	background:url(Images/Carousel/arrow.gif) 0 0 no-repeat;
}

*html a#next {
	background:url(Images/Carousel/arrow.gif) -32px -31px no-repeat; 
}

*html a#next:hover {
	background:url(Images/Carousel/arrow.gif) -32px 0 no-repeat;
}

.clear {clear:both}