body {
	padding: 0px;
	font:  12px Tahoma, Verdana, Arial, sans-serif;
	text-align: left;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #291C00;
	background-image: url(../images/bg_06.jpg);
}


.content {
	/*	position: relative;
	float: left;*/
	margin-left: 20px;
	font-stretch: semi-expanded;
	font-size: 13px;
	line-height: 1.4em;
}

#spotlight {
  float: right;
  margin: 5px;
  width: 250px;
}




/*  Headings
--------------------------------- */
h1 {
	color: #782C21;
	font-size: 16px;
	font-weight: bold;
	margin-left: 20px;
}
h2 {
	color: #935B58;
	font-size: 13px;
	margin-left: 20px;
}
h3 {
	color: #935B58;
	font-size: 14px;
	padding: 0px;

}
h4 { color: #c96e29;
	font-size: 12px;
}


/* Links
--------------------------------- */
/*a:link, a:visited { color:#e80; text-decoration:none; border-bottom:1px solid #e80; }
a:visited { color:#e80; border-color:#e80; }
a:hover { color:#92a8e1; border-color:#92a8e1; }*/
a:link, a:visited, a:active {
	color:#333333;
	text-decoration:none;
	font-size: 12px;
	padding-right: 1px;
	padding-left: 1px;
	letter-spacing: 2px;
	line-height: 2em;
	font-weight: bold;
	border: none;
	border-width: 1px;
}
a:hover {
	color:#EA0000;
	font-stretch: ultra-expanded;
}




A.imgbord:link {
	color: #990000;
}
A.imgbord:active {color: #ff0000;}
A.imgbord:visited {
	color: #990000;
}
A.imgbord:hover {
	color: #990000;
}


/*  Forms
--------------------------------- */
form { margin: 0; padding: 0; display: inline; }
input { margin: 0; padding: 0; }
label { margin: 0; padding: 0; }
/* input.button { border: 1px solid #666; background: #fff; } */




.subtitle {
	font-weight:bold;
	color:#2f2e24;
	padding:7px;
	margin:0px;
}
.titlemedium  a:link, .titlemedium  a:visited, .titlemedium  a:active  { text-decoration: underline; color: #2f2e24 }



.Descriptions   {
	color: #782C21;
	font-size: 12px;
}



.desc {
	font-size:10px;
	color:#333333
}


.copyright {
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 10px;
	line-height: 14px;
	text-align: left;
	text-decoration: none;
	color: #60473C;
	padding-left: 20px;
}
.copyrightlink {
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 10px;
	line-height: 14px;
	text-align: left;
	text-decoration: none;
	color: #60473C;
}

.copyrightbold {
	font-weight: bold;
}

/*lightbox styles ..........................................................................*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../neathhotel/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../neathhotel/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../neathhotel/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	

