/* @import url("hacks.css") all; */

body {
	width:780px;
	margin:0 auto;
	margin-top:30px;
	font-family: Arial, sans-serif;
	color: #999999;
	font-size: 0.7em;
	line-height: 1.4em;
}

a {
	color: #521000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	height: 1px;
	border-top: 1px dashed #666666;
	border-bottom: none;
}

h2 {
	font-family: "DIN-Regular", Geneva, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #552b04;
	text-transform: uppercase;
}

h3 {
	font-weight: bold;
	color: #6c6b3f;
	text-transform: uppercase;
}

h4 {
	font-weight: bold;
	color: #6c6b3f;
}

h4 a {
	font-weight: bold;
	color: #6c6b3f;
	text-decoration: none;
}

h4 a:hover {
	text-decoration: underline;
}

div {
	/* border: 1px solid #ccc; */
}

/* ----- PAGE STRUCTURE ----- */


#header {
	width:780px;
}

#wrapper{
	width:780px;
	margin-top: 0px;
	background-color: #FFFFFF;
	/* overflow:auto; /* USE FIREFOX GUYS! WE ONLY NEED THIS LINE BECAUSE INTERNET EXPLODER ISN'T READING CODE PROPERLY */
}

#navigation, #navigation ul {
	width: 130px;
	float: left;
}

#navigation {
	margin-top: 27px;
}

#navigation li {
	width: 130px;
	height: 20px;
	overflow: hidden;
}

#navigation a {display: table-cell; width: 130px; height: 20px; text-decoration: none;}
#navigation a.hm {background: url("../images/nav_home.gif") 0 0 no-repeat;}
#navigation a.ns {background: url("../images/nav_news.gif") 0 0 no-repeat;}
#navigation a.cl {background: url("../images/nav_coll.gif") 0 0 no-repeat;}
#navigation a.gr {background: url("../images/nav_green.gif") 0 0 no-repeat;}
#navigation a.wl {background: url("../images/nav_wl.gif") 0 0 no-repeat;}
#navigation a.fr {background: url("../images/nav_free.gif") 0 0 no-repeat;}
#navigation a.sl {background: url("../images/nav_store.gif") 0 0 no-repeat;}
#navigation a.co {background: url("../images/nav_cont.gif") 0 0 no-repeat;}
#navigation a:hover {background-position: 0 -20px;}
#navigation a.sel {background-position: 0 -20px;}
		
/* navigation for use with scrollovers */

#OLDnavigation {
	width:104px;
	min-height:300px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:300px; /* for IE5.x and IE6 */
	float:left;
	clear:left;
	text-align: right;
	padding: 10px;
	margin-top: 50px;
	font-family: "DIN-Regular", Geneva, Verdana, Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 100%;
}

#OLDnavigation li {
	margin-bottom: 10px;
}

#OLDnavigation a.scrollover {
	/* Default Colour/Styles here */
	color: #4b4138;
	text-decoration: none;
}

#OLDnavigation a.selected {
	text-decoration: none;
	font-weight: bold;
}

#OLDnavigation a.scrollover em:first-line {
	/* Rollover Colour/Styles here */
	color: #A55618;
}

/* end scrollover nav */

#content {
	margin-left:135px;
	width:621px;
	min-height:500px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:500px; /* for IE5.x and IE6 */
	clear:right;
}

#contentColl { 
	margin-left:135px;
	width:621px;
	min-height:500px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:500px; /* for IE5.x and IE6 */
	clear:right;
}

#footer { 
	width:758px;
	font-size: 9px;
	text-align: right;
}

#news {
	background-color: #FFFFFF;
	padding: 10px;
	height: 228px;
	overflow: auto;
}
#collbor {
	background-color: #FFFFFF;
	padding: 6px;
	height: 240px;
	overflow: auto;
}

#news dl {
	width: 90% !important; /* modern browsers */
	width: 100%; /* IE 5.x and IE 6 */
	display: table;
	padding: 5px;
}

#news dl:hover{
	background-color: #c6bd60;
	color: #4b4138;
}

#news dt {	
	float: left;
	clear: left;
	width: 35%;
}

#news dd {
	clear: right;
	float: right;
	width: 65%;
}

#newswell {
	height: 248px;
	width: 298px !important; /* modern browsers */
	width: 288px; /* IE 5.x and IE 6 */
	padding: 5px;
	float:left;
	background-color: #EDEDED;
}
#newsMain {
	background-color: #FFFFFF;
	padding: 10px;
	height: 228px;
	overflow: auto;
}

#newsfeature {
	height: 458px;
	width: 610px !important; /* modern browsers */
	width: 270px; /* IE 5.x and IE 6 */
	padding: 5px;
	float: left;
	background-color: #EDEDED;
}



#intfeature {
	height: 458px;
	width: 295px !important; /* modern browsers */
	width: 270px; /* IE 5.x and IE 6 */
	padding: 5px;
	float: left;
	background-color: #EDEDED;
}

#fullhead {
	width: 621px;
	height: 205px;
	display: table;
	overflow: hidden;
	color: #96AEB0;
	font-size: 11px;
	line-height: 15px;
	font-family: Arial, sans-serif;
}

#fullhead p {
	padding: 65px 85px;
}

#headwell {
	width: 308px;
	height: 303px;
	float: left;
	display: table;
	overflow: hidden;
	background-color: #53402f;
	color: #96AEB0;
	font-size: 11px;
	line-height: 15px;
	font-family: Arial, sans-serif;
}

#headwell p {
	width: 255px;
	padding: 25px 25px 0px 25px;
}

#headwell p.big, #fullhead p.big {
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
}

#headwell a {
	font-size: 120%;
	color: #e1bb29;
}

#headwell a:hover {
	text-decoration: none;
}

#textwell {
	padding: 10px;
	float: left;
	background-color: #FFFFFF;
	overflow: auto;
}

#textwell p {
	margin-bottom: 5px;
}

#gallery { }

#gallery img {
	width: 100%;
}

#photonav a {
	padding: 4px;
	background-color: #CCCCCC;
	text-decoration: none;
	color: #FFFFFF;
}

#photonav a:hover {
	background-color: #666666;
	text-decoration: none;
	color: #FFFFFF;
}

#photonav {
	margin-top: 8px;
	color: #552b04;
}

#photonav em {
	color: #6c6b3f;
}

#newsframe {
	width: 310px;
	height: 468px;
	float: right;
}

#destinations {
	width: 621px;
	height: 120px; 
	overflow-x: auto; 
	/* height: 120px; *//* for use with scrollbars */
	/* overflow-x: scroll; *//* for use with scrollbars */
}

#destinations ul {
	width:875px;
	height:100px;
}

#destinations li {
	width: 112px;
	height: 24px;
	float: left;
	padding-top: 76px;
	padding-right: 8px;
	margin-right: 5px;
	color: #4b4138;
	font-size: 10px;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	text-align: right;
	cursor: pointer;
}

#destinations li.dim, #destinations li.dimperm {
	filter:alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;
}



#destinations li.dim:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

#destinations a {
	text-decoration: none;
	color: #4b4138;
}

#contactform {
	width: 300px;
}

#contactform dl {
	width: 90% !important; /* modern browsers */
	width: 100%; /* IE 5.x and IE 6 */
	display: table;
	padding: 5px;
}

#contactform dt {	
	float: left;
	clear: left;
	width: 35%;
}

#contactform dd {
	clear: right;
	float: right;
	width: 65%;
}

#contactform input.text {
	border:0;
	font-size: 11px;
	padding: 2px;
	height: 14px;
	width: 100%;
}

#contactform textarea {
	border:0;
	font-size: 11px;
	padding: 2px;
	width: 100%;
}

#contactform select {
	border: 1px solid #CCCCCC;
	font-size: 11px;
	padding: 2px;
	width: 100%;
}

#formcontainer {
	padding: 10px;
	width: 285px;
	float: left;
	clear: left;
}

#apparel {
	background-color: #f3f3f4;
	padding: 10px;
	width: 601px;
}

#apparel div.list {
	overflow-x: scroll;
	width: 600px;
	height: 125px; /* for use with scrollbars */
	
}

#apparel ul {
	height:102px; 
}

#apparel li {
	width: 120px;
	height: 100px;
	border: 1px solid #cccccc;
	margin-right: 5px;
	float: left;
	cursor: pointer;
}

#apparel li.dim, #apparel li.dimperm {
	filter:alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;
}

#apparel li.dim:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

#left {
	width: 285px;
	height: 300px;
	min-height: 300px;	
	margin-right: 5px;
	padding: 5px;
	float:left;
}

#left.photo {
	background: url(../images/apparel_promo_left.jpg);
}


#left.white {
	background: url('') #FFFFFF;
}

#right {
	height: 300px;
	min-height: 300px;
	width: 285px;	
	padding: 5px;
	float:right;
}

#right.photo {
	background: url(../images/apparel_promo_right.jpg);
}

#right.white {
	background: url('') #FFFFFF;
}

#apparelimg {
	height: 255px;
}

#alert {
	background: url(../images/brown_texture.jpg) center no-repeat #53402F;
	display: table;
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	color: #96AEB0;

}

#alert p {
	width: 80%;
	margin: 20px;
}

#alert a {
	margin: 20px;
}


/* ------- CLASSES ------- */

.block {
	display: table;
}

.wsa {
	margin-top: 5px;
}

.wsb {
	margin-bottom: 5px;
}

.wdsb {
	margin-bottom: 20px;
}

.wsr {
	margin-right: 5px;
}

.wood {
	width: 621px;
	height: 14px;
	/* background: url(../images/wood.jpg) repeat-x; */
	background-color: #A55618;
}
.well {
	width: 308px;
	float: left;
}

.redtext {
	color: #521000;
}

.gray {
	background-color: #333333;
}

.selected {
	color: #521000;
	font-family: "DIN-Bold", Geneva, Verdana, Arial, sans-serif;
}

.fullwidth {
	width: 621px;
}

.contact {
	background: url(../images/rs_crest.gif) 400px center no-repeat #F3F3F4;
	
}

.floatleft {
	float:left;
	clear:left;
}

.floatright {
	float:right;
	clear:right;
}

.address {
	float: right;
	clear: both;
	margin-top: 10px;
	margin-right: 0px !important; /* modern browsers */
	margin-right: 0px; /* IE 5.x and IE 6 */
	width: 300px;
}

.pagelinks
{
	display:none;
}
.slideCaption
{
	display:none;
}
