/**
* --------------------------------------------------------------------------------------
* Navigator Multimedia Inc CSS
* ----------------------------------------------------
* Modified Feb 20th, 2009 by Bree
* @version 4.0.1
* @author Chris Satterthwaite <chris@navigatormm.com>
* ----------------------------------------------------
* 1. RESET
* 2. GLOBAL CLASSES
* 3. GLOBAL
* 4. TYPEOGRAPHY
* 5. HEADER
* 6. NAVIGATION
* 7. CONTENT
* 7. LOGO
* 7. PICTURE FRAME
* 8. LEAFS
* 9. COPYRIGHT
* --------------------------------------------------------------------------------------
*/


/* RESET
--------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

h1 span,h2 span {display:none;}
/* GLOBAL CLASSES


--------------------------------------------------------------------------------------- */
.clearfix:after {
	content:".";
	height:0;
	visibility:hidden;
	display:block;
	clear: both;
}
.clear {
	clear:both;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
/* TYPEOGRAPHY
--------------------------------------------------------------------------------------- */
h2 {
	font: 15px Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #dbd82e;
	margin:0px;
	padding:0px 0px 0px 263px;
}
h1 {
	font: 17px Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #dbd82e;
	margin: 0px;
	padding: 0px 0px 18px 0px;
}
p {
	margin: 0px 0px 18px 0px;
	line-height: 18px;
}

.style1 {
	color: #b4b417;
}

a:link {
	color: #dbd82e;
	text-decoration: underline;
}
a:visited {
	color: #dbd82e;
	text-decoration: underline;
}
a:active {
	color: #dbd82e;
	text-decoration: underline;
}
a:hover {
	color: #dbd82e;
	text-decoration: underline;
}
/* GLOBAL
--------------------------------------------------------------------------------------- */
body {
	font: 11px Verdana, Geneva, sans-serif;
	color: #ffffff;
	background:#241904 url(../images/interface/bg-main.jpg) 50% 0% no-repeat;
}
#wrapper-position {
	width: 848px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	z-index: 5;
}
#wrapper-bg {
	width: 848px;
	height: auto;
	padding: 0px;
	background: url(../images/interface/bg-content.png) bottom no-repeat;
	z-index: 10;
}
/* HEADER
--------------------------------------------------------------------------------------- */
#largeHeader {
	text-align:center;
	width: 682px;
	height: 72px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	z-index: 15;
}
largeHeader span {
	display:none;
}


#smallHeader {
	text-align:center;
	width: 682px;
	height: 51px;
	margin: 0px auto;
	padding: 0px;
	z-index: 15;
}

#smallHeader h1{
	display:none;
}
a.pdf_download {
	background:				url(../images/interface/pdf_icon.png) center left no-repeat;
	padding:                20px 0;
	padding-left: 			66px;
	margin-left: -10px;
}
/* NAVIGATION
--------------------------------------------------------------------------------------- */
#navigation {
	text-align:left;
	width: 682px;
	height: 32px;
	margin: 0px auto;
	background: url(../images/interface/bg-navigationf.gif) no-repeat;
	position:relative;
	z-index:20;
}
#navigation span {
	display:none;
}
#navigation li {
	position: absolute;
	top: 0px;
}
#navigation li a {
	height: 32px;
	display: block;
}
/* Navigation Buttons */
.home {
	left: 15px;
	width: 53px;
}
.chalets {
	left: 76px;
	width: 63px;
}
.rates {
	left: 152px;
	width: 41px;
}
.thingstodo {
	left: 206px;
	width: 109px;
}
.buying {
	left: 328px;
	width: 172px;
}

.photos {
	left: 508px;
	width: 57px;
}
.contact {
	left: 578px;
	width: 89px;
}
/*Sets the on state*/
.home a:hover, .home .selected {
	background: transparent url(../images/interface/bg-navigationf.gif) -15px -32px no-repeat;
}
.chalets a:hover, .chalets .selected {
	background: transparent url(../images/interface/bg-navigationf.gif) -76px -32px no-repeat;
}
.rates a:hover, .rates .selected {
	background: transparent url(../images/interface/bg-navigationf.gif) -152px -32px no-repeat;
}
.thingstodo a:hover, .thingstodo .selected {
	background: transparent url(../images/interface/bg-navigationf.gif) -206px -32px no-repeat;
}
.buying a:hover, .buying .selected {
	background: transparent url(../images/interface/bg-navigationf.gif) -328px -32px no-repeat;
}
.photos a:hover, .photos .selected {
	background: transparent url(../images/interface/bg-navigationf.gif) -508px -32px no-repeat;
}
.contact a:hover, .contact .selected {
	background: transparent url(../images/interface/bg-navigationf.gif) -578px -32px no-repeat;
}
/* Navigation Dropdowns */ 
#navigation li ul {
	width:163px;
	position:absolute;
	top:32px;
	left:0px;
	display:none;
	background:#281b03;
	border-right: solid 1px #6e680f;
	border-bottom: solid 1px #6e680f;
	border-left: solid 1px #6e680f;
}
#navigation li ul li {
	float: left;
	position: relative;
}
#navigation li ul li a {
	color: #ffffff;
	text-decoration: none;
	width: 143px;
	height:20px;
	padding: 5px 10px 5px 10px;
	display: block;
}
#navigation li ul li a:hover {
	color: #281b03;
	background:#6e680f;
}
/* CONTENT
--------------------------------------------------------------------------------------- */
#content {
	width: 602px;
	height: auto;
	margin: 0px auto;
	padding: 5px 40px 225px 40px;
	position: relative;
}

div.block_1 {
	float: left;
	margin-right: 45px;
}
div.block_1 {
	float: left;		 
}

/* LOGO
--------------------------------------------------------------------------------------- */
#logo{
	width: 361px;
	height: 100px;
	margin: 30px auto 0px auto;
	padding: 0px;
}

/* PICTURE FRAME
--------------------------------------------------------------------------------------- */
#pictureFrame {
	width: 817px;
	height: 399px;
	position: absolute;
	bottom:	20px;
	left:-68px;
	z-index:1;
}
#frame {
	width: 817px;
	height: 399px;
	position: absolute;
	bottom:0;
	left:0;
	z-index:15;
}
#homeFade {
	position: absolute;
	top:22px;
	left:26px;
	z-index:5;
}

div.home_spacer {
	height: 250px;
	display: block;
	width: 100%;
}
/* LEAFS
--------------------------------------------------------------------------------------- */
#ferns {
	width: 212px;
	height: 349px;
	position:absolute;
	bottom:23px;
	left:-61px;
	z-index:-5;
}
#leaf-01 {
	width: 255px;
	height: 258px;
	position:absolute;
	bottom:-15px;
	left:-94px;
	z-index:5;
}
#leafInside {
	width: 183px;
	height: 246px;
	position:absolute;
	bottom:36px;
	left:704px;
	z-index:5;
}
#leafHome {
	width: 183px;
	height: 246px;
	position:absolute;
	bottom:175px;
	left:704px;
	z-index:5;
}
#green {
	width: 189px;
	height: 29px;
	position:absolute;
	bottom:5px;
	left:648px;
	z-index:5;
}
/* COPYRIGHT
--------------------------------------------------------------------------------------- */
#copyright {
	font-size: 9px;
	color: #766d5e;
	height: 12px;
	width: 848px;
	margin: 10px auto;
	padding: 0px;
	z-index: 10;
}
#copyright a {
	color: #766d5e;
	text-decoration: none;
}
#copyright a:hover {
	color: #766d5e;
	text-decoration: none;
}

/* LIGHTBOX
--------------------------------------------------------------------------------------- */
#lightbox{
	background-color:#000;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");