/* CSS Document */

/* element types */

* {
	padding:0;
	margin:0;
}
html, body {
	margin:0;
	padding:0
}
a:link {
	color:#003366;
	text-decoration:underline;
}
a:hover {
	color:#003366;
	text-decoration:underline;
}
a:visited {
	color:#003366;
	text-decoration:underline;
}
a:visited:hover {
	color:#003366;
	text-decoration:underline;
}
body {
	margin: 20px 0;
	padding: 0;
	background: #fff;
	color: #003366;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
p {
	padding: 5px;
}
ul {
	list-style-type:none;
}
#outer {
	width:948px;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	text-align:center;
	position:relative;
	border: #003366 1px solid;
	background:url(../images/bg.jpg) left bottom no-repeat;
}
/* main navigation */

ul#nav {
	margin:0 auto;
	padding:5px 0;
	list-style:none;
	font-weight:bold;
	font-size: 12px;
	background-color:#003366;
	text-align:center;
	height: 15px;
	width:948px;
}
ul#nav li {
	display:inline;
	text-align:center;
}
/* mac hide \*/
* html ul#nav li {
	float:left
}
* html ul#nav ul li {
	display:inline;
	padding:0;
}
/* end hide */

ul#nav li a {
	height:20px;
	width:auto;
	text-decoration:none;
	color:#fff;
	padding:0 5px;
	border-right:0px solid #fff;
}
ul#nav li a.footerend {
	border-right:0px solid #000;
	padding-right: 0;
}/*remove border from footer nav */
ul#nav li a.footerbeginning {
	padding-left: 0;
}/*remove padding from first footer nav */
ul#nav li a:hover {
	color: #fff;
	text-decoration:underline;
}
ul#subnav {
	margin:0 20px 20px 340px;
	border-bottom: 1px solid #009fc2;
	padding:5px 0;
	list-style:none;
	font-weight:bold;
	font-size: 11px;
	text-align:left;
	height: 15px;
	width:auto;
	color: #009fc2;
}
ul#subnav li {
	display:inline;
	text-align:left;
}
/* mac hide \*/
* html ul#subnav li {
	float:left
}
* html ul#subnav ul li {
	display:inline;
	padding:0;
}
/* end hide */

ul#subnav li a {
	height:20px;
	width:auto;
	text-decoration:none;
	color: #009fc2;
	padding:0 5px;
	border-right:0px solid #fff;
}
ul#subnav li a.footerend {
	border-right:0px solid #000;
	padding-right: 0;
}/*remove border from footer nav */
ul#subnav li a.footerbeginning {
	padding-left: 0;
}/*remove padding from first footer nav */
ul#subnav li a:hover {
	color:#003366;
	text-decoration:none;
}
#leftnav ul {
	list-style-type: none;
	width: 120px;
	margin:	15px 0 15px 75px;
}
#leftnav li {
	margin: 0 0 3px 0;
}
#leftnav a {
	display: block;
	padding: 5px 0 5px 15px;
	width: 110px;
	background: transparent url(../stock/images/list_down_17.gif) no-repeat;
	text-align:left;
	font-weight:bold;
}
#leftnav a:link, #leftnavlist a:visited {
	color: #003366;
	text-decoration: none;
}
#leftnav a:hover {
	background: transparent url(../stock/images/list_over_17.gif) no-repeat;
	color: #003366;
	font-weight:bold;
}
ul#links li, ul#trailers li {
	list-style-type:disc;
	margin: 5px 0 5px 120px;
}
ul#home-contact {
	margin: 5px;
	font-size:11px;
	font-weight:bold;
	text-align:left;
}
#home {
	width: 69%;
	overflow: hidden;
	font-size:11px;
	text-align:center;
}
#home li ul {
	width: 31%;
	float: left;
	padding: 10px 5px 10px 5px;
}
ul#home li h1 {
	background-color:#003366;
	font-size:15px;
	padding: 5px 0;
	margin: 20px 0 10px 0;
	color:#FFFFFF;
}
/* homepage layout */

img#homehero {
	border-top: #003366 1px solid;
	border-bottom: #FFF 1px solid;
}
img#logo, img#brandlogos {
	margin: 20px 0 10px 0;
}
#homeright {
	text-align:justify;
	margin: 0 10px 0 0;
	width: 250px;
	float:right;
}
#homeright h1 {
	font-size:16px;
	padding:5px;
	text-align:left;
}
#homeright h2 {
	font-size:12px;
	padding:0 5px 5px 5px;
	text-align:left;
}
img#homepromo {
	margin: 0 0 0 15px;
}
#homeflashcontent {
	width: 948px;
	height: 297px;
	background: #056296 url(../images/blue-bg_09.gif) repeat-y;
	z-index:1;
}
*html homeflashcontent {
	position:absolute;
}
#homeflashcontent p {
	padding: 50px 0;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #003366;
}
#homeflashcontent a {
	color: #003366;
}
/* page layout */

#pageintro {
	background: #056296 url(../images/blue-bg_09.gif) repeat-y;
	border-bottom: #003366 5px solid;
	text-align:left;
	padding: 20px;
	color:#FFFFFF;
}
#pageintro p {
	margin: 10px 350px 0 70px;
}
#pageintro h1 {
	margin: 30px 0 0 75px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}
#introhero {
	float:right;
	margin: 60px 70px 0 0;
}
#introhero p {
	text-align:center;
	margin:0;
	font-size:11px;
}
#content {
	padding: 20px;
	text-align:left;
}
#content-right {
	margin: 0 20px 0 340px;
}
#content-right h1 {
	margin: 50px 0 0 75px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}
#content-right h2 {
	margin: 10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#left-side {
	width: 316px;
	float:left;
}
img#mainhero {
	float:left;
	margin: 20px 25px 0 30px;
}
img#planhero {
	float:left;
	margin: 0px 0px 0 0px;
}
/* product layout */

img#caravan {
	float: left;
	margin: 0 20px 0 0;
}
.listhead {
	font-weight:bold;
}
.copy {
	padding: 10px 0;
}
.plans {
	float:left;
}
.inquiry {
	float:right;
}
#product li ul {
	width: 95%;
	float: left;
	padding: 10px;
	list-style-type:none;
	border-top:1px solid #8EC4E8;
}
ul#product li h2 {
	list-style-type:none;
	background-color:#8EC4E8;
	padding: 5px 0 5px 10px;
	margin:15px 0 5px 0;
	width: 97%;
	color:#FFFFFF;
	font-size: 18px;
}
#product li ul a {
	font-size:11px;
}
ul.features li {
	list-style:disc;
	list-style-position:outside;
	margin: 0 0 3px 30px;
}
.category {
	margin: 10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	border-bottom: 1px solid #003399;
}


/* new motorhome layout */


table#specsNew	{
 border-collapse:collapse;
}


table#specsNew th {
	background-color:#009fc2;
	padding:5px;
	color:#FFFFFF;
}


table#specsNew td {
	padding:2px;
	font-size:.95em;
}

















/* old motorhome layout */

table.specs {
	border-collapse:collapse
}
table.specs td {
	border-bottom:#009fc2 solid 1px
}
tr.row1 {
	background-color:#dff0f5;
	border-bottom: 1px solid #009fc2;
}
tr.row2 {
	background-color:#fff;
	border-bottom: 1px solid #009fc2;
}
tr.row3 {
	background-color:#dff0f5;
	border-bottom: 1px solid #009fc2;
}
tr.row4 {
	background-color:#fff;
	border-bottom: 1px solid #009fc2;
}
tr.row5 {
	background-color:#dff0f5;
	border-bottom: 1px solid #009fc2;
}
tr.row6 {
	background-color:#fff;
	border-bottom: 1px solid #009fc2;
}
tr.row7 {
	background-color:#dff0f5;
	border-bottom: 1px solid #009fc2;
}
tr.row8 {
	background-color:#fff;
	border-bottom: 1px solid #009fc2;
}
tr.row9 {
	background-color:#fff;
	border-bottom: 0px solid #009fc2;
}
tr.row10 {
	background-color:#dff0f5;
	border-bottom: 1px solid #009fc2;
}
tr.row11 {
	background-color:#fff;
	border-bottom: 1px solid #009fc2;
}
tr.row12 {
	background-color:#dff0f5;
	border-bottom: 1px solid #009fc2;
}
tr.row13 {
	background-color:#fff;
	border-bottom: 1px solid #009fc2;
}
tr.row14 {
	background-color:#dff0f5;
	border-bottom: 1px solid #009fc2;
}
tr.row15 {
	background-color:#fff;
	border-bottom: 1px solid #009fc2;
}
tr.row16 {
	background-color:#dff0f5;
	border-bottom: 1px solid #009fc2;
}
ul.features-motorhomes li {
	list-style:none;
	list-style-position:outside;
	margin: 0 0 3px 0;
}
h3 {
	color:#009fc2;
	font-size:12px;
}
table.specs th {
	background-color:#009fc2;
	padding:5px;
	color:#FFFFFF;
}
table.specs td {
	padding: 5px;
	font-size:.95em;
	vertical-align: top;
}
.iconlist {
	list-style: none;
	margin: 0;
	padding: 25px 0 0 100px;
	clear:both;
	font-size: 11px;
}
li.pdf {
	background-image: url(../images/pdf_03.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 0 23px;
	margin: .4em 0;
}
li.web {
	background-image: url(../images/web_03.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 0 23px;
	margin: .4em 0;
}
li.email {
	background-image: url(../images/email.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 0 23px;
	margin: .4em 0;
}
/* contact us table */

table#contact {
	margin: 20px 0 0 0;
}
table#contact td {
	padding: 5px;
}
.labelcell {
	text-align:right;
	color: #fff;
	font-weight:bold;
	width: 45%;
}


/* Spares & Repairs
-----------------------------------------------------------------*/

#repairsList {
	position:relative;
	width: 99%;
	overflow: hidden;
	padding: 1em 0 3em 0;
	font-size: .85em;
	text-align:center;
	color:#54666F;
}

#repairsList li {
	float: left;
	width: 100%;
}

#repairsList li ul {
	width: 29%;
	float: left;
	margin: .5em 0 1em 2em;
	font-weight: normal;
}

ul#repairsList img	{
	border: 1px #D2E9D6 solid;
	margin: 0 0 .5em 0;
}

ul#repairsList a:link, ul#repairsList a:hover, ul#repairsList a:visited	{
	color:#54666F;
	font-weight:bold;
}



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

#footer p {
	text-align:center;
	font-size:11px;
	padding: 20px 0;
}
/* clear */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Holly Hack Targets IE Win only \*/
    * html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End Holly Hack */