/* CSS Document */

/* Global Styles */

body {
	background-color: #cccccc;
	font-family: Helvetica, Arial, sans-serif;
	font-size:13px;
	color: #666666;
	}

p {
	font-size:13px;
	color: #555555;
	line-height: 18px;
	}
	
td { margin-top:0px;
	background-color: #fff;	
    }

a:link { color: #dc3d5e;text-decoration:none;}
a:visited {color: #dc3d5e;text-decoration:none;}
a:hover {color:#666633;text-decoration: none;}
a:focus {color:#666633;text-decoration: none;}
a:active {color:#666633;text-decoration: none;}

h1 {color:#000000; font-size:36px;}

h2 {
	font-size:16px;
	color:#cd0430;
	padding: 10px 0 10px 0;
}

h3 {
	font-size:14px;
	color:#dc3d5e;
	margin-top:15px;
	text-align:center;
}

ul { list-style-type:none;}

ul li {
	font-size:18px;
	line-height:16px;
	margin: 1em 0 1em 0;
}

ul li .small {
	font-size:16px;
	line-height:18px;
	margin: 1em 0 1em 0;
}


/* ID Styles */

#header {padding:20px 0 15px 0;}
#header img {margin:0 25px;}
	
#banner {
	background: #a19192;
	padding-top:10px;
	padding-bottom: 8px;
	font-size:14px;
	color:#FFFFFF;
	letter-spacing: 1px;
}

#nav {
	width: 150px;
	text-align: right;
	padding-top: 10px;
	}
	
#nav a:link {color: #a19192; text-decoration:none; border:none;}
#nav a:visited {color: #a19192;	text-decoration:none; border:none;}	
#nav a:hover {color:#cd0434; text-decoration: none; border:none;}
#nav a:focus {color:#cd0434; text-decoration: none; border:none;}
#nav a:active {color:#cd0434; text-decoration: none; border:none;}	
#nav img a {border:none;}
	
#main {
	padding:0 40px 25px 40px;
	width: 640px;
}

#baseline {padding-top:12px; padding-bottom:7px; font-size:11px; color:#AAAAAA; text-align:center;}

#rates ul {list-style:disc;}
#rates ul li {
	line-height:14px;
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#menu {
	width:420px;
	border:dotted #a19192;
	margin-bottom: 20px;
	padding: 10px 10px 10px 10px;
	margin-top: 20px;
}
#menu ul {list-style:disc;}
#menu ul li {
	line-height:14px;
	font-size: 13px;
}

#rooms {
	min-height:200px;
	padding-bottom:20px;
	margin-top: 20px;
}
#rooms img {
	float:right;
	padding-left:20px;
	padding-top: 5px;
}

/* gallery section */

#gallery {margin:0 0 30px 0; padding:0;}
#gallery img {
	border: none;
	margin: 0 8px 8px 0;}
#gallery img .last {
	border: none;
	margin: 0 0 8px 0;	

}

/* lightbox section */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/ambleside/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/ambleside/nextlabel.gif) right 15% no-repeat; }

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

#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

	
/* Class Styles */
	
.links {line-height:20px; }

.smallest { font-size:11px; color:#AAAAAA;}
	
.ref { font-size:13px; color:#333333;}

.current {color:#cd0434;}

.logo {color:#CCCCCC; font-size:24px; font-weight:bold; line-height:40px;}

.top {padding: 0 20px 0 20px}

.email a {color:#cd0434 }

.contact {font-size:16px;}
.first {line-height: 12px;}
.pagetitle {
	margin-top: 25px;
	margin-bottom: 10px;
}
.offer {float:right; margin:15px -10px 10px 10px;}
