
/*_____________ Main Elements _____________*/

* {
	margin: 0;
	padding: 0;
}

body {
	font: 14px Arial,Helvetica,sans-serif; color: #5c5c5c; text-decoration: none;
	text-align: center;
	background: #63a5ef url(images/bg-2.gif) repeat-x top;
}
a, a:visited {
	color: #2660b7;
	text-decoration: underline;
}
a:hover {
	color: #63a5ef;
	text-decoration: underline;
}

img {
	display: block;
	border: 0px;
}

#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
}

h2 {
	padding-bottom: 20px;
	color: #2a61b6;
	font-size: 24px;
	font-weight: normal;
}
h3 {
	padding-bottom: 10px;
	color: #2a61b6;
	font-size: 18px;
	font-weight: normal;
}


#topMsg {
	width: 100%;
	height: 22px;
	padding-top: 5px;
	text-align: center;
	background: #ff9000;
	color: #FFF;
	font-size: 12px;
	border-bottom: 1px solid #FFF;
}
#topMsg a {
	color: #FFF;

}

/*_____________ Main Navigation _____________*/

#mainNav {
	background: #FFFFFF url(images/bg-nav-2.gif) no-repeat;
	font-size: 14px; color: #474747; text-decoration: none;
	width: 950px;
	height: 17px;
	text-align: center;
	padding: 8px 0;
	font-weight: bold;
	clear: both;
	border-bottom: 4px solid #FFFFFF;
}
#mainNav ul {
	display: inline;
	list-style-type: none;
}

#mainNav li {
	display: inline;
	text-align: center;
}
#mainNav li a {
	color: #474747;
	text-decoration: none;
	padding: 8px 30px;
}
#mainNav li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #67a7ef;
	background: #67a7ef url(images/bg-nav-roll.gif) repeat-x;
}




/*_____________ Content - Wide _____________*/

#lifestyleCamperTrailers {
	padding: 15px 20px;
}

#lifestyleCamperTrailers p {
	padding-bottom: 15px;
	line-height: 20px;
}

#camperTrailerModels {
	padding: 15px 0;
	margin: 0 20px;
	border-top: 1px solid #e0e0e0;
}

#camperTrailerModels p {
	padding-bottom: 15px;
	line-height: 20px;
}

#camperTrailerModels div {
	padding-bottom: 30px;
}

#camperTrailerModels img {
padding: 1px;
border: 1px solid #ccc;
	margin: 0px 0px 10px 10px;
	float: right;
}


#inclusions {
	height: 21em;
	width: 600px;
	color: #ffffff;
	margin-bottom: 5px;
	display: block;
	background: #235db4 url(images/bg-features-home.jpg) top left no-repeat;
}

#inclusions h2 {
	font-size: 120%;
	margin-left: 15px;
	padding-top: 15px;
	padding-bottom: 0;
	margin-bottom: 5px;
	background: none;
	border: 0;
	letter-spacing: 0;
	width: 500px;
	color: #FFF;
	font-weight: bold;
}
#inclusions ul {
	margin: 0;
}
#inclusions li {
	margin-left: 30px;
	padding-left: 15px;
	float: left;
	display: inline;
	font-size: 90%;
	width: 250px;
	line-height: 1.8;
	list-style-type: none;
	background: url(images/icon-tick.gif) left no-repeat;
}


/*_____________ Contact Us _____________*/

#contactForm {
	width: 600px;
	float: left;
	margin: 0 13px 13px 13px;
}

#contactForm form fieldset {
	border: none;
	padding-top: 15px;
}

#contactForm form fieldset label {
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 5px;
	padding-top: 5px;
}

#contactForm form fieldset input {
	float: left;
	width: 450px;
	height: 20px;
	margin-bottom: 5px;
	padding: 4px 0 0 3px;
	background-color: #fff;
	border: 1px solid #ccc;
}

#contactForm form fieldset textarea {
	margin-bottom: 5px;
	width: 450px;
	height: 86px;
	padding: 4px 0 0 3px;
	overflow: auto;
	float: left;
	background-color: #fff;
	font: 90% Arial,sans-serif;
	border: 1px solid #ccc;
}

#contactForm form input#submitButton {
	margin-left: 105px;
}

#errorText {
	border: 1px solid #d50606;
	background-color: #fdb3b3;
	width: 557px;
	margin: 10px 0 0 0;
	color: #1f3878;
}

#errorText p {
	padding: 10px 0 5px 15px;
	color: #d50606;
}

#errorText ul {
	padding: 0 15px 10px 40px;
	color: #d50606;
}

#successText {
	border: 1px solid #075209;
	background-color: #63ff67;
	width: 557px;
	margin: 10px 0 0 0;
}

#successText p {
	padding: 0;
	text-align: center;
	padding: 10px 0;
	color: #075209;
}

/*_____________ Footer _____________*/

#footer {
	background: #63a5ef url(images/bg-footer-03.jpg) no-repeat top;
	height: 50px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 300px;
	font-size: 11px;
	clear: both;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


/*_____________ Misc _____________*/

.imgRight {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
.imgLeft {
	float: left;
	margin-right: 15px;
	margin-top: 15px;
}

.imgMap {
	float: left;
	margin-left: 25px;
	margin-bottom: 15px;
}

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

.clearfix { display: inline-table; }

/* Hides from IE-mac */
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


#contentFull p.pdf {
	background: url(images/icon-pdf.gif) no-repeat left top;
	margin-left: 30px;
	width: 680px;
}

#googleMap {
	clear: left;
	display: block;
	padding-top: 15px;
}
