﻿/* -------------------- GENERAL -------------------- */
a {
	color: #7D0000;
	text-decoration: none;
        outline-style: none;
}
form div {
	margin-right: 180px;
	text-align: right;
	padding-bottom: 3px;
}
input.Contact {
	width: 248px;
}
select.Contact {
	width: 254px;
}
textarea.Contact {
	width: 315px;
	height: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:hover {
	color: #ff0000;
}
body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #F4F4F4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h2, h3, h4, h5, h6 {
	text-align: center;
	display: inline;
}
h1 {
        margin: 0;
        padding: 0;
}
li {
        padding-bottom: 0.4em;
}
ul ul {
        list-style-type: circle;
        font-weight: normal;
        padding-top: 0.4em;
}
.center {
	text-align: center;
}
ul.subNav {
        text-align: center;
        margin: 0;
}
ul.subNav li {
        display: inline-block;
        list-style-type: none;
        padding: 5px;
        background: #DFDFDF;
        border: solid 1px #854242;
        margin-right: 15px;
        width: auto;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        //behavior: url(border-radius.htc);
        filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#DFDFDF', endColorStr='#868686'), progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=225, Strength=5);
        background: -webkit-gradient(linear, left top, left bottom, from(#DFDFDF), to(#868686));
        background: -moz-linear-gradient(top,  #DFDFDF,  #868686);
        box-shadow: 2px 2px 10px rgba(0,0,0,.5), -2px -2px 10px rgba(0,0,0,.5);
        -moz-box-shadow: 2px 2px 10px rgba(0,0,0,.5), -2px -2px 10px rgba(0,0,0,.5);
        -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,.5), -2px -2px 10px rgba(0,0,0,.5);
}
ul.subNav li:hover {
        opacity: 0.5;
        filter: alpha(opacity=50);
}
ul.subNav li:active {
        position: relative;
        top: 1px;
        left: 1px;
}
ul.subNav a:active {
        position: relative;
        top: 1px;
        left: 1px;
}
ul.subNavTravSpecs {
        text-align: center;
        margin: 0;
}
ul.subNavTravSpecs li {
        display: inline-block;
        list-style-type: none;
        padding: 5px;
        background: #DFDFDF;
        border: solid 1px #854242;
        margin-right: 10px;
        width: auto;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        //behavior: url(border-radius.htc);
        filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#DFDFDF', endColorStr='#868686'), progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=225, Strength=5);
        background: -webkit-gradient(linear, left top, left bottom, from(#DFDFDF), to(#868686));
        background: -moz-linear-gradient(top,  #DFDFDF,  #868686);
        box-shadow: 2px 2px 10px rgba(0,0,0,.5), -2px -2px 10px rgba(0,0,0,.5);
        -moz-box-shadow: 2px 2px 10px rgba(0,0,0,.5), -2px -2px 10px rgba(0,0,0,.5);
        -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,.5), -2px -2px 10px rgba(0,0,0,.5);   
}
ul.subNavTravSpecs li:hover {
        opacity: 0.5;
        filter: alpha(opacity=50);
}
ul.subNavTravSpecs li:active {
        position: relative;
        top: 1px;
        left: 1px;
}
ul.subNavTravSpecs a:active {
        position: relative;
        top: 1px;
        left: 1px;
}
ul.imgRV {
        margin-left: 0;
        padding-left: 0;
        list-style: none;
}
ul.imgRV li {
        padding-left: 45px;
        padding-top: 15px;
        background-image: url(images/greending.png);
        background-repeat: no-repeat;
        /*background-position: 0% 0.3em;*/
}
table#requestForm {
        border: none;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
}
table.dealerLoc {
        border: none;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
}
.Half-Section-Left, .Half-Section-Right {
	padding: 15px;
	width: 400px;
	/*background-image: url(images/content-bottom.png);
	background-position: bottom;
	background-repeat: repeat-x;*/
	/*border-bottom: 2px solid #CCCCCC;*/
	text-align: left;
        height: auto;
}
.Half-Section-Left {
	float: left;
}
.Half-Section-Right {
	float: right;
}
.Half-Left { 
	float: left; 
	width: 429px;
	border-right: 1px solid #CCCCCC;
	/*background-image: url(images/half-separator-l.png);
	background-position: right;
	background-repeat: repeat-y;*/
}
.Half-Right { 
	float: right; 
	width: 429px;
	border-left: 1px solid #CCCCCC;
	/*background-image: url(images/half-separator-r.png);
	background-position: left;
	background-repeat: repeat-y;*/
}
.Full {
	padding: 15px;
	/*background-image: url(images/content-bottom.png);
	background-position: bottom;
	background-repeat: repeat-x;*/
	border-bottom: 2px solid #CCCCCC;
	clear: both;
	text-align: justify;
        height: auto;
}
.Content-End {
	clear: both;
	font-size: 1px;
	height: 1px;
	background-color: #E0E0E0;
}
table#pictable {
        border: none;
        margin-left: auto;
        margin-right: auto;
} 
#pictable tr {
        text-align: center;
}
#pictable td {
        padding: 3px;
}
img.mainPagePics {
        margin-right: 15px;
        margin-bottom: 20px;
        float: left;
        clear: both;
        border: solid 1px #7D0000;
        padding: 2px;
        width: 267px;
        height: 200px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
}
img.mainPagePics:hover {
        background: #999;
        border: solid 1px #F00;
}
#campPic {
        float: right;
        margin-left: 15px; 
        margin-bottom: 15px;
}
img#ascentLogo {
        float: right;
        margin: 15px 15px 15px 20px;
}
/*.redFlameShadow {
       text-shadow: rgba(0, 0, 0, .9) 0px 0px 1px,
        rgba(255, 255, 51, .9) 0px -5px 5px,
        rgba(255, 204, 51, .7) 2px -10px 7px,
        rgba(255, 153, 0, .6) -2px -15px 10px;
}*/
table.spectable {
        border-collapse: separate;
        border-spacing: 0;
        width: 40%;
        margin-left: auto;
        margin-right: auto;
}
.spectable th {
        background-color: #66FFCC; 
        border-top: 2px solid #F96;
        border-right: 2px solid #F96;
        border-bottom: 1px solid #F96;
        border-left: 2px solid #F96;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        text-align: center;
        padding: 2px;
        font-weight: bold;
}
.spectable td {
        border-top: 1px solid #F96;
        border-right: 1px solid #F96;
        border-bottom: 1px solid #F96;
        border-left: 2px solid #F96;
        border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        -webkit-border-radius: 4px 0 0 4px;
        padding: 2px;
}
.spectable tr.odd {
        background-color: #DDDDDD;
}
.spectable td + td {
        text-align: center;
        border-top: 1px solid #F96;
        border-right: 2px solid #F96;
        border-bottom: 1px solid #F96;
        border-left: 1px solid #F96;
        border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        -webkit-border-radius: 0 4px 4px 0;
}
.spectable td.lastRow {
        border-bottom: 2px solid #F96;
}
table.combinedSpecs {
        border-collapse: collapse;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
}
.combinedSpecs th {
        color: white;
        background-color: #003300;
        text-align: center;
        padding: 2px;
        border: 2px solid #906848;
        font-weight: bold;
}
.combinedSpecs td {
        text-align: center;
        padding: 2px;
        border: 2px solid #906848;
        color: #434343;
        font-weight: bold;
}
.combinedSpecs tr.odd {
        background-color: #DDDDDD;
}
.specName {
        text-align: left !important;
}
.combinedSpecs tr:hover {
        background-color: #F5DEB3;
}
p.specsCap {
        font-size: 1.2em;
        margin-top: 15px;
        margin-bottom: 5px;
        text-align: center;
}
span.red {
        color: red;
}
span.warning {
        font-size: 0.8em;
        font-style: italic;
}
.optHead {
        font: normal normal bold 1.7em Verdana, Arial, Helvetica, sans-serif;
        margin-bottom: 1em;
}
#modPageHead {
        font: bold 2.0em Verdana, Arial, Helvetica, sans-serif;
        letter-spacing: 0.1em;
        margin-bottom: 1em;
        text-shadow: 0 3px 1px rgba(0,0,0,.4);
        //filter: shadow(Color='#999999', Direction=180, Strength=1);
}
.modPageSubHead {
        font: bold 1.5em Verdana, Arial, Helvetica, sans-serif;
        letter-spacing: 0.05em;
        margin-top: 1.3em;
        margin-bottom: 1.3em;
        display: block;
}
img {
        border-width: 0px;
	image-rendering: optimizeQuality;
        -ms-interpolation-mode: bicubic;
	}

/* -------------------- HEADER -------------------- */
.Header-Container {
	/*position: fixed; <-- makes the header stay anchored at the top when scrolling */
	height: 135px;
	text-align: center;
	width: 100%;
	z-index: 10;
	background-image: url(images/body-bg.png);
	background-repeat: repeat-x;
}
.Header-Spacer {
	height: 0px;  /* <-- make this 125px if you want the header to anchor at the top (goes along with the position:fixed line in the Header-Container style */
	width: 900px;
	margin-left: 60px;
	margin-right: 60px;
	background-image: url(images/content-top-spacer.png);
	background-position: bottom;
	background-repeat: no-repeat;
	display: inline-block;
}
.Header {
	width: 860px;
	height: 100px;
	color: #000000;
	display: inline-block;
	padding-right: 110px;
}
.Header-Logo {
	float: left;
	margin-left: 103px;
	margin-top: 0px;
	background-image: url(images/header-logo_sized.png);
	width: 273px;
	height: 98px;
}
.Header-Text {
	float: left;
	margin-left: -45px;
	margin-top: 65px;
	width: 300px;
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
}

/* -------------------- TAB MENU -------------------- */
.Tab-Left, .Tab-Right, .Tab-Center {
	float: left;
	height: 24px;
}
.Tabs {
	height: 24px;
	margin-top: 76px;
	float: right;
}
.Tab-Left {
	width: 19px;
	background-image: url(images/tab-left.png);
	background-repeat: no-repeat;
}
.Tab-Right {
	width: 19px;
	background-image: url(images/tab-right.png);
	background-repeat: no-repeat;
}
.Tab-Center {
	background-image: url(images/tab-center.png);
	background-repeat: repeat-x;
	font-size: 11px;
}
.Tab-Spacer {
	height: 6px;
	width: 20px;
	font-size: 1px;
}
.Tab-Center a {
	text-decoration: none;
}
/* -------------------- COMMON MENU -------------------- */
.Menu-Button a, .Menu-Bottom-Button a, .Menu-TopOfPage a {
	color: #FFFFFF;
	text-decoration: none;
        font-size: 1.1em;
}
.Menu-Button a:hover, .Menu-Bottom-Button a:hover, .Menu-TopOfPage a:hover, .Menu-Button-Hover a:hover, .Menu-Bottom-Button-Hover a:hover {
	color: #000000;
	text-decoration: none;
        font-size: 1.1em;
        /*font-size: 1.3em;
        text-transform: uppercase;
        font-weight: bold;*/
}
.Menu-Button-Current a, .Menu-Bottom-Button-Current a {
	color: #000000;
	text-decoration: none;
        font-size: 1.2em;
}


/* -------------------- TOP MENU -------------------- */
.Menu {
	width: 860px;
	height: 35px;
	display: inline-block;
	padding-left: 100px;
}
.Menu-Button, .Menu-Button-Hover {
	float: left;
	height: 26px;
	width: auto;
	padding-top: 9px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px;
	font-weight: bold;
}
.Menu-Button-Hover {
	background-image: url(images/menu-hover.png);
	background-position: center top;
	background-repeat: no-repeat;
}
body#home a#homeLink,
body#folding a#foldingLink,
body#campers a#campersLink,
body#ascent a#ascentLink,
body#travel a#travelLink,
body#5thwheels a#5thwheelsLink {
        float: left;
	height: 26px;
	width: auto;
	font-size: 12px;
	font-weight: bold;
	background-image: url(images/menu-marker.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.Menu-Button-Current {
	float: left;
	height: 26px;
	width: auto;
	font-size: 12px;
	font-weight: bold;
	background-image: url(images/menu-marker.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}


/* -------------------- BOTTOM MENU -------------------- */
.Menu-Bottom {
	width: 700px;
	height: 20px;
	display: inline-block;
	padding-right: 100px;
	padding-left: 100px;
}
.Menu-Bottom-Button, .Menu-Bottom-Button-Hover, .Menu-TopOfPage {
	float: left;
	height: 17px;
	width: auto;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 10px;
}
.Menu-Bottom-Button-Hover {
	/*background-image: url(images/menu-bottom-hover.png);
	background-position: center bottom;
	background-repeat: no-repeat;*/
}
.Menu-Bottom-Button-Current {
	float: left;
	height: 17px;
	width: auto;
	padding-top: 3px;
	font-size: 10px;
	background-image: url(images/menu-bottom-marker.png);
	background-position: center top;
	background-repeat: no-repeat;
}
.Menu-TopOfPage {
	float: right;
}


/* -------------------- CONTENT AREA -------------------- */
.Content-Container {
	text-align: center;
	width: 100%;
	background-color: #F4F4F4;
	z-index: 2;
}
.Content {
	width: 860px;
	padding-left: 80px;
	padding-right: 80px;
	background-color: #FFFFFF;
	background-image: url(images/content-bg.png);
	background-repeat: repeat-y;
	display: inline-block;
}


/* -------------------- FOOTER -------------------- */
.Footer-Container {
	/*position: fixed; <-- makes the footer stay anchored at the bottom when scrolling */
	text-align: center;
	bottom: 0px;
	width: 100%;
	z-index: 10;
	height: 40px;
	background-color: #000000;
	background-image: url(images/menu-bottom-bg.png);
	background-repeat: repeat-x;
}
.Footer-Spacer {
	height: 0px; /* <-- make this 37px if you want the footer to anchor at the bottom when scrolling... goes along with the position:fixed line in the Footer-Container style */
	width: 900px;
	margin-left: 60px;
	margin-right: 60px;
	background-image: url(images/content-bottom-spacer.png);
	background-position: top;
	background-repeat: no-repeat;
	display: inline-block;
	margin-top: -1px;
}
.Footer {
	width: 860px;
	height: 20px;
	color: #999999;
	margin-top: 3px;
	display: inline-block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* -------------------- TEXT -------------------- */
.WhiteText {
	color: #FFFFFF;
}
.bold {
        font-weight: bold;
}
.exclusivesText {
        font-weight: bold;
}
span.amp {
        font-family: Constantia, Baskerville, "Palatino Linotype", Palatino, serif;
        font-style: italic;
        font-weight: normal;
}
.italic {
        font-style: italic;
}
span.dings {
        font-family: "Wingdings 3";
}
