/* General reset */
html { height: 100%; }
body {
	margin: 0;
	color: #070301;
	font: 12px/15px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background: #1a0c02 url(/shared/images/gui/bg-body.gif) repeat-y 50% 0;
	height: 100%;
}
img { border-style: none; }
a {
	text-decoration: none;
	color: #dd940c;
}
a:hover { text-decoration: underline; }
input, textarea, select {
	font: 100% Arial, sans-serif;
	vertical-align: middle;
	color: #000;
}
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
/* General settings */
.accessibility {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.wrapper {
	height: 100%;
	display: table;
	background: url(/shared/images/gui/bg-body-top.png) no-repeat 50% 0;
	width: 100%;
}
.w1 {
	display: table-row;
	height: 100%;
	background: url(/shared/images/gui/bg.jpg) no-repeat 50% 0;
}
.w2 {
	display: table-cell;
	height: 100%;
}
.w3 {
	margin: 0 auto;
	width: 950px;
	height: 100%;
	display: table;
	background: #fff;
}
.home-page .w3 { background: #fff8ee; }
.w4 {
	width: 100%;
	display: table-row;
}
.wrap {
	position: relative;
	width: 100%;
	padding: 193px 0 0;
}
/* header */
#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 180px;
	padding: 14px 0 0;
	background: url(/shared/images/gui/bg-header.jpg) no-repeat;
}
/* logo */
.logo {
	margin: 0;
	position: absolute;
	top: 0;
	left: -23px;
	z-index: 2;
	background: url(/shared/images/gui/logo.jpg) no-repeat;
	width: 256px;
	height: 175px;
	overflow: hidden;
	text-indent: -9999px;
}
.logo a {
	display: block;
	height: 100%;
}
/* search */
#header .search { float: right; }
#header .search .text {
	background: url(/shared/images/gui/bg-search.gif) no-repeat;
	width: 204px;
	height: 25px;
	float: left;
	margin: 3px 0 0;
}
#header .search .text input {
	float: left;
	margin: 5px 0 0 7px;
	padding: 0;
	border: 0;
	background: none;
	font: 12px/15px Arial, Helvetica, sans-serif;
	width: 187px;
}
#header .search .submit {
	float: left;
	border: 0;
	background: url(/shared/images/gui/btn-search.gif) no-repeat;
	width: 77px;
	height: 31px;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}
#main .search { padding: 15px 0 5px 0; }
#main .search .text 
{
    display: inline;
	margin: 0;
}
#main .search .text input {
	margin: 0;
	font: 12px/15px Arial, Helvetica, sans-serif;
	width: 187px;
}
#main .search .submit {
	cursor: pointer;
}
.searchResults ul {
    list-style-type: none;
    padding: 0;
}
/* top navigation */
.add-nav {
	margin: 6px 13px 0 0;
	padding: 0;
	list-style: none;
	float: right;
	display: inline;
	overflow: hidden;
}
.mac.webkit #header .add-nav,
.safari3 #header .add-nav { margin-top: 9px; }
.add-nav li {
	display: inline;
	background: url(/shared/images/gui/separator.gif) no-repeat 0 50%;
	padding: 0 6px 0 8px;
	margin-left: -2px;
}
.add-nav li a { color: #fff; }
/* social */
.social {
	margin: 0;
	padding: 10px 2px 0 0;
	list-style: none;
	clear: both;
	float: right;
}
#footer .social {
	float: none;
	padding: 9px 0 0 11px;
}
.social li {
	display: inline;
	padding: 0 0 0 2px;
}
/* breadcrumbs */
.breadcrumbs {
	position: absolute;
	top: 172px;
	left: 0;
	width: 100%;
	z-index: 3;
	height: 18px;
}
.breadcrumbs ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	overflow: hidden;
	width: 830px;
	height: 18px;
}
.breadcrumbs ul li {
	display: inline;
	color: #fff;
	background: url(/shared/images/gui/separator2.gif) no-repeat 0 60%;
	padding: 0 3px 0 8px;
	margin: 0 0 0 -2px;
}
.breadcrumbs ul li a {
	color: #fff;
	text-decoration: underline;
}
.breadcrumbs ul li a:hover { text-decoration: none; }
.breadcrumbs span {
	background: url(/shared/images/gui/bullet.gif) no-repeat -392px 4px;
	padding: 0 0 0 14px;
	margin: 0 -2px 0 24px;
	color: #dd940c;
	float: left;
	position: relative;
}
.mac.webkit .breadcrumbs span,
.safari3 .breadcrumbs span { background-position: -392px 2px; }
/* main navigation */
#nav {
	position: absolute;
	top: 127px;
	left: 245px;
	width: 705px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	float: left;
	background: url(/shared/images/gui/bg-line.gif) no-repeat;
	padding: 0 0 0 8px;
}
#nav li a {
	color: #0a0a0a;
	display: block;
	padding: 0 12px 0 0;
}
#nav.scaling-active li a { padding: 0; }
#nav li span {
	display: block;
	font-variant: small-caps;
	font-size: 13px;
	line-height: 14px;
	margin: -1px 0 1px;
}
#nav li strong {
	font-weight: normal;
	display: block;
	font-size: 20px;
	line-height: 21px;
	padding: 0 0 1px;
	text-transform: uppercase;
}
#nav li a:hover { text-decoration: underline; }
/* main area */
#main { width: 100%; }
/* main feature */
.main-feature {
	background: #fff4e1 url(/shared/images/gui/bg-features.jpg) no-repeat 0 100%;
	padding: 11px 0 11px 11px;
	height: 1%;
	overflow: hidden;
}
/* flash */
.visual {
	background: url(/shared/images/gui/bg-visual.png) no-repeat;
	height: 301px;
	padding: 17px 0 0 17px;
	float: left;
	width: 587px;
}
.visual img { vertical-align: top; }
/* map */
.map {
	float: left;
	width: 315px;
	margin: 6px 0 0 13px;
	display: inline;
	position: relative;
}
.map .head {
	background: url(/shared/images/gui/bg-heading.gif) no-repeat;
	height: 48px;
	padding: 6px 10px 0 66px;
	margin: 0 0 14px 8px;
	width: 211px;
}
.map .head strong {
	display: block;
	font-size: 16px;
	line-height: 16px;
	font-variant: small-caps;
	margin: 0 0 -1px;
}
.map .head h2 {
	margin: 0;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
}
.btn-west-virginia {
    background:url("/shared/images/gui/tourism-logo-green-126x59.png") no-repeat scroll 0 0 transparent;
    cursor:pointer;
    display:block;
    height:59px;
    width:126px;
    top: 250px;
    right: 3px;
    overflow:hidden;
    text-indent:-9999px;
    position: absolute;
}
/*
.btn-west-virginia {
    background:url("/shared/images/gui/tourism-logo-green-126x59.png") no-repeat scroll 0 0 transparent;
    cursor:pointer;
    display:block;
    height:59px;
    margin:-18px 0 0 189px;
    overflow:hidden;
    text-indent:-9999px;
    width:126px;
}
*/
.view-interactive {
	float: right;
	text-align: right;
	color: #070301;
	font-size: 14px;
	line-height: 14px;
	font-variant: small-caps;
	margin: -3px 0 0;
	padding: 0 0 3px;
}
.view-interactive em {
	display: block;
	font-style: normal;
	font-size: 20px;
	line-height: 19px;
	text-transform: uppercase;
}
.map .holder {
	background: url(/shared/images/gui/map.gif) no-repeat;
	width: 266px;
	height: 203px;
	margin: 0 0 0 15px;
	position: relative;
}
.map .holder a, .map .holder span {
	position: absolute;
	overflow: hidden;
	text-indent: -9999px;
	height: 29px;
}
.map .holder a {
	cursor: pointer;
}
.map .holder .buffalo {
	background: url(/shared/images/gui/text-buffalo.png) no-repeat;
	width: 92px;
	top: 150px;
	left: 7px;
}
.map .holder .charleston {
	top: 16px;
	left: 125px;
	background: url(/shared/images/gui/text-charleston.png) no-repeat;
	width: 82px;
}
.map .holder .little-coal-river {
	top: 39px;
	left: 166px;
	background: url(/shared/images/gui/text-little-coal-river.png) no-repeat;
	width: 114px;
}
.map .holder .bearwallow {
	top: 59px;
	left: 177px;
	background: url(/shared/images/gui/text-bearwallow.png) no-repeat;
	width: 92px;
	height: 32px;
}
.map .holder .browning-fork {
	top: 79px;
	left: 176px;
	background: url(/shared/images/gui/text-browning-fork.png) no-repeat;
	width: 106px;
}
.map .holder .rockhouse {
	top: 79px;
	left: 176px;
	background: url(/shared/images/gui/text-rockhouse.png) no-repeat;
	width: 106px;
}
.map .holder .pinnacle-creek {
	top: 101px;
	left: 180px;
	background: url(/shared/images/gui/text-pinnacle-creek.png) no-repeat;
	width: 106px;
}
.map .holder .indian-ridge {
	top: 121px;
	left: 191px;
	background: url(/shared/images/gui/text-indian-ridge.png) no-repeat;
	width: 94px;
	height: 32px;
}
.state-name {
    color:#371F0E;
    float:right;
    font-size:16px;
    font-variant:small-caps;
    line-height:17px;
    margin:-8px 190px 0 0;
}
/* content */
.home-content {
	min-height: 400px;
	padding: 9px 17px 0 23px;
	margin: 0 0 -11px;
	overflow: hidden;
	background: url(/shared/images/gui/bg-content.gif) repeat-x;
}
* html .home-content {
	height: 400px;
	overflow: visible;
}
.row-content {
	width: 100%;
	margin: 26px 0 0;
}
.row-content:first-child,
.home-content .first-child { margin: 0; }
.row-content:after {
	clear: both;
	display: block;
	content: "";
}
.row-content-1 
{
    
}
.row-content-2
{
    
}
.row-content-3
{
    
}
.column-content 
{
    float: left;
}
.column-content-1
{
    
}
.column-content-2
{
    
}
.column-content-3
{
    
}
.column-content-4
{
    
}
.home-content .row-content-1 .column-content-1 
{
	width: 448px;
}
.home-content .row-content-1 .column-content-2
{
	width: 250px;
}
.home-content .row-content-1 .column-content-3
{
	float: right;
	margin: -3px 0 0;
	position: relative;
	width: 198px;
}
.home-content .row-content-2 .column-content-1 , .home-content .row-content-5 .column-content-1 
{
	width: 259px;
}
.home-content .row-content-2 .column-content-2, .home-content .row-content-5 .column-content-2
{
	width: 287px;
}
.home-content .row-content-2 .column-content-3, .home-content .row-content-5 .column-content-3
{
	width: 350px;
}

.row-content-1 .column-content, .row-content-2 .column-content {
    width: 295px;    
}
.row-content-3 .column-content-1 {
    width: 100%;    
}
.row-content-4 .column-content {
    width: 215px;
}
.row-content-4 .column-content-1, .row-content-4 .column-content-2, .row-content-4 .column-content-3 {
    margin-right: 10px;
}
.heading {
	background: url(/shared/images/gui/bg-line.gif) no-repeat 0 3px;
	padding: 0 0 0 11px;
	margin: 0 0 10px;
}
.mac.webkit .heading,
.safari3 .heading { background-position: 0 0; }
.heading strong {
	display: block;
	font-size: 14px;
	line-height: 15px;
	margin: 0 0 4px;
	font-weight: normal;
}
.heading h2 {
	margin: 0;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
}
.our-trail {
}
.community {
}
.headlines {
}
.blog {
}
.promotions {
}
/* community */
.linkModule ul {
	margin: 0 0 0 21px;
	padding: 0;
	list-style: none;
	font-size: 14px;
	line-height: 24px;
}
/* ad */
.ad {
	float: right;
	margin: -3px 0 0;
	position: relative;
	width: 198px;
}
.ad .ad-wrap {
	width: 184px;
	height: 154px;
	background: url(/shared/images/gui/bg-ad.png) no-repeat;
	padding: 14px 0 0 14px;
}
.ad a { position: relative; }
.ad img { vertical-align: top; }
.ad-row {
    margin: 0 0 20px 5px;    
}
.ad-row .ad {
    float: left;
	position: relative;
	width: 198px;
	margin-right: 27px;
}
.ad-row .ad .ad-wrap {
	width: 184px;
	height: 154px;
	background: url(/shared/images/gui/bg-ad.png) no-repeat;
	padding: 14px 0 0 14px;
}
/* systems */
.our-trail ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	position: relative;
	height: 1%;
}
.our-trail ul.even {
	margin: -9px 0 0 -5px;
	position: static;
}
.our-trail ul li {
	float: left;
	display: inline;
	margin: 0 61px 0 0;
}
.our-trail ul.even li { margin: 0 0 0 64px; }
/* businesses */
.business-categories h3, .business-categories h3 a, .businesses h3 a {
    color: #361f0d;    
}
.businesses, .business-package ul {
    list-style-type: none;
    margin: 0;
    padding: 0;    
}
.business-package ul {
    margin-bottom: 10px;
}
/* blog, headlines, promotions */
.blog-list {
	margin: 20px 0 0 22px;
	padding: 0;
	list-style: none;
	font-size: 14px;
	line-height: 18px;
	overflow: hidden;
	height: 1%;
}
.promotions .blog-list { margin: 0; }
.headlines .blog-list { margin: -2px 0 0 9px; }
.blog-list li {
	padding: 0 0 17px;
	width: 100%;
	vertical-align: top;
}
.blog-list .date {
	display: block;
	font-style: normal;
	font-size: 12px;
	line-height: 14px;
	color: #dd940c;
}
.headlines .blog-list .date { margin: 0 0 2px; }
.blog-list h3 {
	margin: 0;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
}
.headlines .blog-list h3 {
	font-size: 18px;
	line-height: 20px;
}
.headlines .blog-list h3 a { color: #070301; }
.blog-list p { margin: 0; }
.headlines .blog-list p {
	font-size: 18px;
	line-height: 21px;
}
.blog-list p a { color: #070301; }
.blog-list .more {
	display: block;
	font-size: 11px;
	line-height: 15px;
}
.blog-list .more a { color: #070301; }
.blog-list .more a:hover { text-decoration: underline; }
.promotions .image, .linkModule .image {
	float: left;
	width: 192px;
	display: inline;
	margin: -5px 15px 0 2px;
}
* html .promotions .image, * html .linkModule .image { margin-right: 12px; }
.headlines .image {
	width: 219px;
	margin: -9px 0 0;
	float: none;
}
.promotions .image .t,
.headlines .image .t,
.linkModule .image .t {
	background: url(/shared/images/gui/bg-image2.png) no-repeat;
	padding: 14px 0 0 14px;
	height: 1%;
}
.headlines .image .t { background: url(/shared/images/gui/bg-image.png) no-repeat; }
.promotions .image .b,
.headlines .image .b,
.linkModule .image .b {
	background: url(/shared/images/gui/bg-image2-bottom.png) no-repeat;
	height: 14px;
	font-size: 0;
	overflow: hidden;
	text-indent: -9999px;
}
.headlines .image .b { background: url(/shared/images/gui/bg-image-bottom.png) no-repeat; }
.promotions .image a,
.headlines .image a,
.linkModule .image a {
	display: block;
	position: relative;
	width: 100%;
}
.promotions .image img,
.headlines .image img,
.linkModule .image img { vertical-align: top; }
/* footer */
#footer {
    width: 100%;
    overflow: hidden;
    display: table-footer-group;
}
#footer .holder {
    height: 1%;
    display: table-row;
}
#footer .frame { display: table-cell; }
#footer .inner {
	background: #160c06 url(/shared/images/gui/bg-footer.gif) no-repeat;
	min-height: 187px;
	padding: 22px 0 30px 23px;
	overflow: hidden;
}
.map-interactive-page #footer .inner {
	background-position: 0 -4px;
	padding-top: 18px;
}
* html #footer .inner {
	height: 187px;
	overflow: visible;
}
#footer .container {
	overflow: hidden;
	width: 100%;
	padding: 0 0 12px;
}
/* columns */
#footer .col { float: left; }
#footer .col-trails { width: 225px; }
#footer .col-online { width: 116px; }
#footer .col-get-in-touch { width: 214px; }
#footer .col-find-us { width: 214px; }
#footer .col-navigate {
	float: none;
	overflow: hidden;
	height: 1%;
}
#footer .col h4 {
	margin: 0;
	padding: 0 0 5px;
	font-size: 12px;
	line-height: 15px;
	font-variant: small-caps;
	color: #ffe5c0;
}
#footer p.copy {
	margin: 0 0 0 9px;
	color: #8c5d40;
	font: 10px/13px Arial, Helvetica, sans-serif;
}
/* presented by */
.presented-by {
	margin: 0 0 0 12px;
	padding: 7px 0 0;
	float: none;
	list-style: none;
}
.presented-by li { list-style: none; }
.presented-by li img { vertical-align: top; }
.phone {
	font-size: 24px;
	line-height: 28px;
	font-style: normal;
	color: #b37d34;
	display: block;
	margin: 0 0 0 10px;
}
#footer .col .list {
	margin: 0;
	padding: 1px 10px 0 10px;
	line-height: 14px;
	list-style: none;
	float: left;
}
/* footer navigation */
#footer .col .list2 {
	float: none;
	padding: 0 0 1px 10px;
	overflow: hidden;
	height: 1%;
	width: auto;
}
#footer .col .list li a, #footer .col .list li .text { color: #b37d34; }
#footer .col .list2 li {
	float: left;
	padding: 0 9px 0 0;
}
#footer .add-nav {
	float: none;
	display: block;
	margin: 1px 0 3px 4px;
	height: 1%;
}
#footer .add-nav li { background: url(/shared/images/gui/separator3.gif) no-repeat 0 50%; }
#footer .add-nav li a { color: #eaae63; }
.logo-f {
	float: right;
	background: url(/shared/images/gui/logo2.gif) no-repeat;
	width: 118px;
	height: 55px;
	overflow: hidden;
	text-indent: -9999px;
	margin: 16px 30px 0 0;
}
/* product category page */
/* heading */
.heading-box {
	background-color: #dd940c;
	margin: 1px 0 18px;
	padding: 8px 14px 8px 23px;
}
.heading-box .heading {
	color: #fff;
	margin: 0;
	background: url(/shared/images/gui/bg-line2.gif) no-repeat 0 3px;
}
.mac.webkit .heading-box .heading,
.safari3 .heading-box .heading { background-position: 0 1px; }
.twocolumns {
	overflow: hidden;
	height: 1%;
	padding: 0 0 0 10px;
	background: url(/shared/images/gui/bg-line3.gif) repeat-y 203px 0;
}
/* sidebar */
#sidebar {
	float: left;
	padding: 3px 0 0 13px;
	width: 191px;
}
#sidebar h3 {
	margin: 0 0 14px;
	color: #dd940c;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
}
/* sub navigation */
.sub-nav {
	margin: 0 0 20px -13px;
	padding: 0;
	list-style: none;
	font-size: 14px;
	line-height: 17px;
}
.sub-nav li {
	padding: 0 0 1px 13px;
	background: url(/shared/images/gui/bullet.gif) no-repeat;
}
.sub-nav li.active { background-position: -392px 6px; }
.mac.webkit .sub-nav li.active,
.safari3 .sub-nav li.active { background-position: -392px 2px; }
.sub-nav li a { color: #070301; }
/* content */
#content {
	padding: 0 20px 0 27px;
	margin: -2px 0 0;
}
.twocolumns #content {
	float: right;
	width: 730px;
	padding: 3px 0 0;
	margin: 0;
}
/* Trail Shop */

.shopping-cart {
	float: right;
	width: 350px;
}
.shopping-cart .link {
	float: right;
	text-align: right;
}
.shopping-cart .link a { color: #160c06; }
.shopping-cart .link strong {
	display: block;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
}
.shopping-cart-details {
	float: right;
	margin: 0 0 0 8px;
}
.shopping-cart-details .items {	
	color: #fff;
	font-size: 12px;
	padding: 0 0 3px;
}
.shopping-cart-details .total {
	color: #fff;
	font-size: 18px;
}

.cart-header {
    width: 720px;
    position: relative;    
}
.cart-header h4 
{
    color:#160C06;
    font-size:30px;
    line-height:33px;
    margin:0;    
}
.cart-header h5 {
    color:#DD940C;    
    font-size: 16px;
    margin:0;
    font-weight: normal;
    line-height: 1em;
}
.cart-header .cart-total {
    position: absolute;
    right: 0;
    top: 30px;
    font-size: 20px;
}
.cart-header .cart-total .label {
    
}
.cart-error {
    background-color:#ffdc9f;
    color:#990000;
    font-weight:bold;
    margin:15px 0 5px;
    padding:5px;
    width:710px;
}
.cart-details {}
.cart-details-grid {
    margin:10px 0;
}
.cart-details-grid .header {
    background-color:#DFA960;
}
.cart-details-grid .header td {
    
}
.cart-details-grid td {
    padding: 5px 2px;
    vertical-align: top;
}
.cart-details-grid .button {
    padding: 2px 0;
    width: 75px;
}
.cart-details-grid .total {
    font-size: 14px;    
}
.cart-discount {}
.cart-buttons {
    width: 720px;
}
.cart-buttons .left {
    
}
.cart-buttons .right {
    float: right;
    width: 250px;
    text-align: right;
}

/* Checkout */
.checkout-header {
    position: relative;
}
.checkout-header h4 
{
    color:#160c06;    
    font-size:30px;
    line-height:33px;
    margin:0;    
}
.checkout-header h4 strong {
    
}
.checkout-header h5 {
    color:#DD940C;    
    font-size: 16px;
    margin:0;
    font-weight: normal;
}
.checkout-header p {
    margin: 5px 0 0;
}
.checkout-columns {
        
}
.checkout-columns div.left {
    float:left;
    width: 450px;
    margin-right:10px;
}
.checkout-columns div.right {
    float: right;
    width: 400px;
    margin-right:20px;
}
.checkout-columns h4 {
    font-size:18px;
    font-weight:normal;
    margin:15px 0 10px;
}
.checkout-columns .checkout-section {
    background-color: #f9f8f3;
    position: relative;
    padding: 15px;
}
.checkout-columns .checkout-section .field {
    margin-bottom: 4px;
    font-size: 14px;
}
.checkout-columns .checkout-section .field strong {
    display:block;
    font-weight: normal;
    color: #6f6b68;
    font-size: 10px;
}
.checkout-columns .wide .textBox {
    width:402px !important;
}
.checkout-columns .checkout-section .button {
    width: auto;
    background-color: #bfaa83;
}
.checkout-columns .checkout-section table td {
    vertical-align: top;
}
.checkout-columns h3.checkout-total {
    font-size: 22px !important;
}
.checkout-columns h4.checkout-total, .checkout-columns h3.checkout-total {
    color:#6F6B68;
    font-size:18px;
    font-weight:normal;
    margin:0;
    padding:5px 15px 10px;
    position:relative;
    text-align:right;
}
.checkout-columns h4.checkout-total strong, .checkout-columns h3.checkout-total strong {
    color: #160c06;
    padding-left: 20px;
    font-weight: normal;
}
.checkout-security {
    text-align: center;    
    margin-top: 20px;
}
.checkout-contact {
    text-align: center;    
    margin-top: 20px;
}
.checkout-contact .light {
    color:#bfaa83;
}
.checkout-contact div {
    line-height: 1em;
}
.checkout-buttons table {
    width: 100%;
    margin-top: 10px;
}
.checkout-buttons .left {
}
.checkout-buttons .right {
    text-align: right;
}

.checkout-ups-icon {
    background:url("/shared/images/checkout/checkout-ups.jpg") no-repeat scroll left top transparent;
    height:97px;
    position:absolute;
    right:15px;
    top:-15px;
    width:79px;
}

.checkout-card-icons {
    background:url("/shared/images/checkout/checkout-cards.jpg") no-repeat scroll 0 0 transparent;
    height:68px;
    position:absolute;
    right:15px;
    top:-15px;
    width:107px;    
}

.checkout-steps {
    position: absolute;
    width:350px;
    top: 10px;
    right: 0;
}
.checkout-steps .name {
    display:block;
    font-size:28px;
    line-height: 1em;
}
.checkout-steps .stepInner {
    display:block;
    float:left;
    margin:0 5px;
    text-align:center;
}
.checkout-steps .sep img {
    display:block;
    float:left;
}
.checkout-steps .step {
    color:#E2DCD6;
}
.checkout-steps .stepActive {
    color:#070301;
}

/* featured items and other featured items */
.featured-items {
	width: 100%;
	margin: 0 0 5px;
}
.other-featured-items { margin: 0; }
.products h3 {
	margin: 0 0 3px;
	color: #dd940c;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
}
.products .featured-items h3 { margin: 0 0 14px; }
.products .other-featured-items h3 {
	margin: 0 0 8px;
	color: #160c06;
}
.featured-items ul {
	margin: 0 0 0 -8px;
	padding: 6px 0 0;
	list-style: none;
	height: 1%;
	position: relative;
}
.featured-items ul li {
	display: inline-block;
	margin: 0 0 2px 3px;
	background: #dd940c url(/shared/images/gui/bg-line4.gif) repeat-x 0 100%;
	min-height: 401px;
	width: 233px;
	padding: 2px;
	vertical-align: top;
	position: relative;
}
.other-featured-items ul li {
	background: #844115 url(/shared/images/gui/bg-line4.gif) repeat-x 0 100%;
	padding: 1px;
	width: 174px;
	min-height: 203px;
}
* html .featured-items ul li { height: 401px; }
* html .other-featured-items ul li { height: 203px; }
.featured-items ul li h4 {
	margin: 0 0 36px;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	color: #371f0e;
}
.other-featured-items ul li h4 {
	font-size: 14px;
	line-height: 18px;
	color: #fff;
}
.featured-items ul li h4 a { color: #371f0e; }
.other-featured-items ul li h4 a { color: #fff; }
.featured-items ul li .photo {
	height: 314px;
	width: 233px;
	background-color: #fff;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.other-featured-items ul li .photo {
	height: 226px;
	width: 174px;
}
.featured-items ul li .photo img { vertical-align: top; }
.featured-items ul li .holder { padding: 7px 0 0 10px; }
.other-featured-items ul li .holder { padding: 0 0 0 10px; }
.featured-items .price {
	position: absolute;
	bottom: 3px;
	left: 11px;
	font-size: 28px;
	line-height: 32px;
	font-style: normal;
}
.other-featured-items .price {
    color: #fff;
}
* html .featured-items .price { bottom: 4px; }
*+html .featured-items .price { bottom: 5px; }
.safari3 .featured-items .price { bottom: -2px; }
.featured-items .price sup {
	font-size: 17px;
	font-weight: bold;
}
* html .featured-items .price sup { font-size: 20px; }
*+html .featured-items .price sup { font-size: 20px; }
.featured-items .btn-view-details {
	position: absolute;
	bottom: 7px;
	right: 9px;
	color: #fff3e2;
	font-size: 12px;
	line-height: 15px;
	background-color: #371f0e;
	text-align: center;
	border: 1px solid #fff;
	width: 113px;
	padding: 5px 0;
}
* html .featured-items .btn-view-details { bottom: 6px; }
/* product details page */
.product-details {
	margin: 0 20px 24px 2px;
	height: 1%;
}
.product-details:after {
	clear: both;
	display: block;
	content: "";
}
.product-details h4 {
	margin: 0;
	color: #160c06;
	font-size: 30px;
	line-height: 33px;
}
.product-details .photo {
	float: left;
	width: 314px;
	margin: 19px 22px 0 0;
}
* html .product-details .photo { margin-right: 19px; }
.product-details .photo img { vertical-align: top; }
.product-details .photo ul {
	margin: 0 0 6px;
	padding: 0;
	list-style: none; 
}
.product-details .photo .view-larger {
	background: url(/shared/images/gui/ico-zoom.gif) no-repeat 0 50%;
	padding: 0 0 0 16px;
	margin: 0 0 0 1px;
	color: #160c06;
}
.product-details .photo .paging {
	float: right;
	display: inline;
	margin: 0 7px 0 0;
}
.product-details .photo .paging em {
	float: left;
	color: #dd940c;
	font-style: normal;
	margin: 0 3px 0 0;
}
.product-details .photo .paging .prev,
.product-details .photo .paging .next {
	float: left;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/shared/images/gui/btn-prev.gif) no-repeat;
	width: 10px;
	height: 11px;
	margin: 2px 0 0 3px;
}
.product-details .photo .paging .next { background: url(/shared/images/gui/btn-next.gif) no-repeat; }
.product-details .holder {
	overflow: hidden;
	height: 1%;
	margin: 18px 0 0;
	line-height: 14px;
}
.product-details .holder p { margin: 0 0 15px; }
.products .container {
	height: 1%;
	margin: 0 20px 13px 0;
}
.products .container:after {
	clear: both;
	display: block;
	content: "";
}
/* says */
.says {
	float: left;
	width: 422px;
	background: url(/shared/images/gui/bg-quotes.gif) no-repeat 2px 0;
	color: #160c06;
}
.says h4 {
	margin: 0 0 9px;
	font-size: 24px;
	line-height: 28px;
	font-style: normal;
}
.says blockquote {
	margin: 0;
	font-size: 18px;
	line-height: 21px;
}
.says blockquote p { margin: 0; }
.says blockquote q {
	quotes: none;
	display: block;
	margin: 0 0 20px;
}
.says blockquote q:before,
.says blockquote q:after { content: ""; }
.says blockquote cite {
	font-style: normal;
	display: block;
	text-align: right;
	font-size: 14px;
	line-height: 17px;
	color: #dd940c;
}
/* Buy Now */
.buy-now {
	float: right;
	width: 237px;
	color: #160c06;
	margin: -37px 0 0;
	position: relative;
}
.buy-now h4 {
	margin: 0 0 -4px 10px;
	font-size: 24px;
	line-height: 28px;
	position: relative;
	z-index: 2;
}
.buy-now-form {
	background-color: #dd940c;
	padding: 11px 9px 0 11px;
	height: 1%;
	position: relative;
	overflow: hidden;
}
.buy-now-form .row { margin: 0 0 9px; }
.buy-now-form label {
	display: block;
	color: #fff3e2;
	padding: 0 0 3px;
}
.buy-now-form select {
	width: 216px;
	font: 12px/15px "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.buy-now-form .btn-view-details {
	float: right;
	color: #fff3e2;
	font-size: 12px;
	line-height: 15px;
	background-color: #371f0e;
	text-align: center;
	border: 1px solid #fff;
	width: 113px;
	padding: 5px 0;
	margin: 16px 0 -1px;
}
.buy-now-form .price {
	font-size: 28px;
	line-height: 32px;
	font-style: normal;
	display: block;
	padding: 10px 0 0;
	height: 32px;
	overflow: hidden;
}
.chrome .buy-now-form .price { line-height: 28px; }
.buy-now-form .price sup {
	font-size: 17px;
	font-weight: bold;
}
* html .buy-now-form .price sup { font-size: 20px; }
*+html .buy-now-form .price sup { font-size: 20px; }
.buy-now-form .price span {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
}
/* inner page */
.inner-page { line-height: 14px; }
.inner-page .top-content, .inner-page .bottom-content { margin: 0 0 15px; }
.inner-page .content {}
/* 3 columns 
.threecolumns {
	overflow: hidden;
	width: 929px;
	margin: 25px 0 78px -26px;
	padding: 0 0 80px;
	background: url(/shared/images/gui/bg-line6.gif) no-repeat 320px 0;
}
.threecolumns .col {
	width: 283px;
	float: left;
	display: inline;
	margin: 0 0 0 26px;
}
*/
.logo-holder {
	text-align: center;
	height: 110px;
}
.logo-holder img { vertical-align: top; }
/*
.threecolumns h3 {
	margin: 0 0 15px;
	font-size: 14px;
	line-height: 18px;
	color: #dd940c;
}
.threecolumns p { margin: 0 0 17px; }
.threecolumns ul {
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
}
*/
/* business page */
.business {
	height: 1%;
	padding: 0 0 0 22px;
}
.business:after {
	content: "";
	clear: both;
	display: block;
}
.business #content {
	width: 580px;
	float: left;
	margin: -5px 0 0;
	padding: 0 7px 0 0;
}
.business #sidebar {
	width: 319px;
	float: right;
	padding: 3px 7px 0 0;
}
.business #sidebar h3 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	display: inline-block;
	margin: 0 3px 11px 0;
}
.business #content h3 {
	margin: 0 5px 14px 0;
	font-size: 14px;
	line-height: 17px;
	color: #dd940c;
	display: inline-block;
}
.business #content h4 {
	margin: 0 0 16px;
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	color: #dd940c;
}
.business #content p { margin: 0 0 13px; }
.business #content ul {
	margin: 0 0 13px;
	padding: 0;
	list-style: none;
}
/* trail system page */
.trail-system {
	height: 1%;
	padding: 0 0 0 22px;
}
.trail-system:after {
	content: "";
	clear: both;
	display: block;
}
.trail-system #content {
	width: 580px;
	float: right;
	margin: -5px 0 0;
	padding: 0 7px 0 0;
}
.trail-system #sidebar {
	width: 319px;
	float: left;
	padding: 3px 0 0;
}
.video {
	border: 2px solid #fbc57c;
	margin: 0 0 18px;
}
.video img { vertical-align: top; }
.trail-system .logo-holder {
	height: auto;
	margin: 0 0 40px;
}
.trail-system #sidebar h3 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	display: inline-block;
	margin: 0 3px 11px 0;
}
.view-more {
	font-size: 11px;
	line-height: 14px;
	color: #371f0e;
}
/* featured sponsors */
.featured-sponsors {
	margin: 0 0 20px 5px;
	padding: 3px 0 0;
	list-style: none;
}
.featured-sponsors li {
	background: url(/shared/images/gui/bullet2.gif) no-repeat 0 6px;
	padding: 0 0 3px 12px;
	font-weight: bold;
}
.featured-sponsors li a {
	color: #160c06;
	text-decoration: none;
}
.featured-sponsors li a:hover { text-decoration: underline; }
/* chapters */
.trail-system #content .chapters {
	margin: 0 0 13px;
	padding: 0;
	list-style: none;
	font-size: 16px;
	line-height: 19px;
	position: relative;
}
.trail-system #content .chapters li {
	display: inline;
	margin: 0 17px 0 0;
}
.chapters li a { color: #160c06; }
.trail-system #content h3 {
	margin: 0 5px 14px 0;
	font-size: 14px;
	line-height: 17px;
	color: #dd940c;
	display: inline-block;
}
.trail-system #content h4 {
	margin: 0 0 16px;
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	color: #dd940c;
}
.trail-system #content p { margin: 0 0 13px; }
.trail-system #content ul {
	margin: 0 0 13px;
	padding: 0;
	list-style: none;
}
/* accomodations */
.accomodations {
	overflow: hidden;
	width: 595px;
	margin: 0 0 42px -15px;
}
.accomodations .col {
	float: left;
	width: 180px;
	display: inline;
	margin: 0 0 0 15px;
}
.accomodations img {
	vertical-align: top;
	margin: 0 0 15px;
}
.accomodations .more {
	display: block;
	font-size: 14px;
	line-height: 18px;
}
/* interactive map page */
/* download map */
.download-map {
	float: right;
	width: 350px;
}
.download-map .link {
	float: right;
	text-align: right;
}
.download-map .link a { color: #160c06; }
.download-map .link strong {
	display: block;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
}
.choose-system {
	float: right;
	margin: 0 0 0 8px;
}
.choose-system label {
	display: block;
	color: #fff;
	font-size: 11px;
	line-height: 15px;
	padding: 0 0 3px;
}
.choose-system select {
	width: 162px;
	background-color: #f6e1bb;
	border: 0;
	color: #160c06;
	font: 11px/14px "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.map-interactive {
	margin: -17px 0 0;
	background: url(/shared/images/gui/bg-line7.gif) repeat-y;
	height: 1%;
}
.map-interactive:after {
	clear: both;
	display: block;
	content: "";
}
.map-interactive #content {
	float: right;
	margin: 0;
	padding: 0;
	width: 746px;
}
.map-holder {
	width: 100%;
	position: relative;
}
.map-holder img { vertical-align: top; }
/* zoom nav */
.zoom-nav {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 11px;
	left: 13px;
	z-index: 10;
	list-style: none;
}
.zoom-nav li {
	padding: 0 0 1px;
	vertical-align: top;
	height: 1%;
	cursor: pointer;
}
.zoom-nav li a {
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	width: 21px;
	height: 20px;
	font-size: 0;
}
.zoom-nav li a.inc { background: url(/shared/images/gui/btn-inc.gif) no-repeat; }
.zoom-nav li a.dec { background: url(/shared/images/gui/btn-dec.gif) no-repeat; }
#zoom-level {
    background-color:#371F0E;
    color:#FFFFFF;
    font-size:8px;
    height:41px;
    left:40px;
    position:absolute;
    text-align:center;
    top:11px;
    width:50px;
    z-index:10;
}
#zoom-level strong {
    display:block;
    font-size:24px;
    font-weight:normal;
    line-height:1em;
    text-align:center;
    margin-top: -1px;
}
/* view mode */
.view-mode {
	position: absolute;
	top: 11px;
	right: 13px;
	list-style: none;
	background-color: #371f0e;
	margin: 0;
	padding: 5px 0 4px;
}
.view-mode li {
	float: left;
	background: url(/shared/images/gui/separator4.gif) no-repeat 0 50%;
	padding: 0 5px 0 6px;
	cursor: pointer;
}
.view-mode li:first-child,
.view-mode li.first-child { background: none; }
.view-mode li a {
	color: #fff;
	float: left;
	padding: 0 4px 2px;
}
.safari3 .view-mode li a,
.mac.webkit .view-mode li a,
.mac.gecko .view-mode li a { padding: 2px 4px 0; }
.view-mode li.active a,
.view-mode li a:hover {
	background-color: #dd940c;
	text-decoration: none;
}
.map-holder .open-close {
	position: absolute;
	left: -15px;
	top: -1px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/shared/images/gui/btn-open-close.gif) no-repeat;
	width: 14px;
	height: 13px;
	z-index: 10;
}
/* sidebar */
.map-interactive #sidebar {
	padding: 0;
	margin: 0 0 0 1px;
	display: inline;
	width: 201px;
}
/* boxes */
.modul-box {
	padding: 11px 5px 10px 15px;
	height: 1%;
	background-color: #fff;
}
.modul-box2 {
	background-color: #fcf4e6;
	padding-top: 3px;
}
.modul-box3 {
	background-color: #f6e1bb;
	padding-top: 3px;
}
#sidebar .modul-box h3 { margin: 0; }
.modul-box .note {
	display: block;
	font-size: 10px;
	line-height: 13px;
	margin: -3px 0 4px;
}
.modul-box ul {
	margin: 0 0 0 3px;
	padding: 0;
	list-style: none;
	font-size: 14px;
	line-height: 18px;
}
.modul-box ul li {
	background: url(/shared/images/gui/bullet.gif) no-repeat;
	padding: 0 0 0 27px;
	text-indent: -14px;
}
.modul-box2 ul li { background: url(/shared/images/gui/bullet3.gif) no-repeat 0 5px; }
.modul-box ul li a { color: #070301; }
.modul-box ul li.active { background-position: -392px 6px; }
.mac.webkit .modul-box ul li.active,
.safari3 .modul-box ul li.active { background-position: -392px 2px; }
.mac.webkit .modul-box2 ul li,
.safari3 .modul-box2 ul li { background-position: 0 3px; }
/* legend */
.modul-box3 ul {
	font-size: 12px;
	line-height: 15px;
	margin: 10px 0 0 -4px;
}
.modul-box3 ul li {
	display: table;
	width: 100%;
	vertical-align: top;
	padding: 0;
	text-indent: 0;
}
.modul-box3 ul li em {
	overflow: hidden;
	height: 1%;
	display: block;
	font-style: normal;
	padding: 1px 0 11px 10px;
	text-indent: -10px;
}
.modul-box3 ul li img {
	float: left;
	margin: -6px 6px 0 0;
	position: relative;
}

/***PAGING***/
.paging
{
    font-size: 11px;
    padding:5px 0;
}
.paging .current
{
    font-size: 1em;
}
.paging span.btnPrev, .paging span.btnNext
{
    opacity: 0.5;
}
.paging a, .paging span, .paging a:link, .paging a:visited
{
    text-decoration: none;
    padding: 0 4px;
}
.paging a.last, .paging span.last, .paging .btnPrev, .paging .btnNext, .paging a.btnPrev, .paging a.btnNext
{
    border: none;
}
.paging a:hover
{
    text-decoration: underline;
}
.paging a.btnPrev:hover, .paging a.btnNext:hover
{
    text-decoration: none;
}
.paging a.btnPrev
{
}
/***PAGING END***/
/***SEARCH RESULTS***/
.resultItem
{
    margin-bottom:1em;
}
.resultItem .title a {
    color: #864216;
    font-weight: bold;
    font-size: 1.2em;
}
.resultItem .link a {
    
}
/** Form Elements **/
.button, .btn {
	color: #fff3e2;
	font: 12px/15px "Palatino Linotype","Book Antiqua",Palatino,serif;
	line-height: 15px;
	background-color: #371f0e;
	text-align: center;
	border: 1px solid #fff;
	width: 113px;
	padding: 5px 0;
}

/* Registration Form */
.formList {
    list-style:none outside none;
    padding:0;
}

.formList li {
    padding:5px 0;
}

.formList .label {
    display:block;
    font-size:1.2em;
    font-weight:bold;
}

.formList .value {
    display:block;
    margin:4px 0 0;
}
