/*first floor styles.css*/

/*
	colour pallete
	--------------
	dark brown - body text - #301401
	dark brown alt - #140801
	maroon - #88062b
	light pink/red - #cd5467
	light beige - #ebc5a4
	
	


/*
	Contents
	--------
	
	0	Reset
	1	Typography
	2	Headings
	3	Layout
	4	Navigation
	5	Home
	6	Private Rooms
	7	Ground Floor Bar
	8 	Restaurant
	9	Book Now
	10	Customer Reviews
	11	Floor Plan
	12	360 Tour
	13	Gallery
	14	Contact

*/

/*-----0-------- Reset Styles ----------------*/

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, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

a { outline:0 none; color: #88062b; }
a:active { outline:0 none; text-decoration: none;}
a:hover { outline:0 none; text-decoration: none;}

/*remove blue border around linked images*/
a img { border: 0 none;}

ol, ul {list-style: none; margin: 10px 0 10px 0;}
blockquote, q {quotes: none;}

input [type=submit] { outline-width: 0; }

/* remember to define focus styles! */
:focus {outline: 0;}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse; border-spacing: 0;}

strong {font-weight:bold;}

acronym { border-bottom: 1px dashed #444; cursor: help; }
acronym:hover {border-bottom: 1px solid #444;}

/*-----1-------- Typography ------------------*/

body{
	font: 75%/1.25 Trebuchet MS, Arial, Helvetica, sans-serif;
}

/* Paragraph sizes */

p{ font-size: 15px; line-height: 1.25em; margin: 0 0 10px 0; color: #ebc5a4;}

small {
	font-size: 10px; font-style: italic; margin: 10px 0 10px 0;
}

blockquote { font-size: 14px; letter-spacing:-1px; font-style:italic; margin: 10px 0 10px 0; padding:0 0 5px 0; border-bottom: 3px dotted #301401; float: left; clear:both; color: #301401; }
blockquote span {float: right; font-weight: bold; }
/*
@font-face {
  font-family: 'narkisim';
  src: url(/font/narkisim.eot);
  src: local('narkisim'), local('narkisim'),
       url(/font/narkisim.otf) format("opentype");
}
*/

/*----2-------- Headings-------------- */

h1 {font-size: 28px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; margin: 10px 0 15px 0; color: #88062B; }

h2 { font-size: 22px; font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; margin: 10px 0 15px 0;color: #88062B; }

h3 { font-size: 18px; font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; margin: 10px 0 15px 0; color: #301401 }


/*---3--------- Layout-------------- */

body {
	background: #886d46 url(../images/bg.jpg) repeat 0px -130px;
	margin: 0;
	width: 100%;
	padding: 0;
}

#container {
	margin: 0 auto;
	width: 940px;
	position:relative;
}

#main {
	float: left;
	width: 940px;
	position:relative;
}

#header {
	margin: 10px 0 0 0;
	height: 210px;
	clear:both;
}
	#header h1.logo {
		margin: 0 auto;
		width: 310px;
	}
	
	#header h1.logo a {
		border: 0 none;
	}
	
/*#slider-holder {
	clear: both;
	width: 940px;
	margin: 0 10px;
	float: left;
	display: inline;
}*/

#main-slider {
	background: url(../images/frame.png) no-repeat 0 0;
	margin: 10px 0;
	display:block;
	width: 940px;
	height: 240px;
	float: left;
	position:relative;
}
.slide-overlay {
		position: absolute;
		height:210px;
		width: 230px;
		background: transparent url(../images/slide-overlay.png) repeat 0 0;
		left:15px;
		top:15px;
		z-index:2;
		text-align:right;

	}
	
	.slide-overlay p { color:#B7A688; font-size: 18px; margin-right: 10px;}
	.slide-overlay h2 { color: #CC445A; font-size: 22px; margin-right: 10px; margin-top: 0; padding: 0 0 10px 0;}
	
	.slide-overlay a.signup { 
		color:#B7A688; 
		font-size: 18px; 
		margin-right: 4px; margin-top: -10px; 
		background: transparent url(../images/buttons/sign-up.png) no-repeat right 0; 
		padding: 85px 0 0 0; 
		display: block;
		overflow:hidden;
		height:0;
	}

	.slide-overlay a.book { 
		color:#B7A688; 
		font-size: 18px; 
		margin-right: 12px; 
		background: transparent url(../images/buttons/book-now.png) no-repeat right 0; 
		padding: 35px 0 0 0; 
		display: block;
		overflow:hidden;
		height:0;
	}
	


#content {
	clear: both;
	margin: 20px 0 0 0;
	float:left;
	display: inline;
	min-height: 450px;
	width: 940px;
	position: relative;
}

#main #leftcol {
	min-height: 420px;
	width: 560px;
	display:inline;
	float:left;

}

#main #rightcol {
	min-height: 420px;
	width: 345px;
	display:inline;
	float: right;
}

#main #rightcol .imageholder {
	min-height: 420px;
	width: 345px;
	display:inline;
	float: left;
}

#footer {
	height: 100px;
	width: 940px;
	margin: 10px auto 0;
	float: left;

}
	
	#footer .sub-footer {
		background: transparent url(../images/foot-grad.png) repeat 0 0;
		width: 100%;
		height: 50px;
		margin: 50px 0 0 0;
		position:relative;
		float:left;
	}
		.sub-footer .candle {
			position: absolute;
			right:10px;
			bottom: 10px;
		}
		
		.sub-footer ul.foot-info {
			margin: 20px 0 0 0;
		}
		
		ul.foot-info li {
			display: inline;
			float:left;
			margin: 0 20px 0 5px;
			color: #ebc5a4;
		}
			ul.foot-info li a {
				color: #ebc5a4;
			}
			ul.foot-info li a:hover {
				color: #fff;
				border-bottom: 1px dotted #ebc5a4;
			}
			ul.foot-info li.siteby {
				float: right;
				margin: 0 90px 0 0;
			}
			
			ul.foot-info li.siteby a {
				background: transparent url(../images/siteby.png) no-repeat 0 0;
				display:block;
				text-indent: -999em;
				height: 25px;
				width:110px;
			}
				li.siteby a:hover { border: 0 none; }


	
/*---4-------- Navigation --------------*/

#nav {
	margin: 0;
	padding:0;
	display:block;
	position:relative;
	height: 40px;
	float: left;
	clear:both;
}

ul.main-nav {
	height: 30px;
	margin: 5px 10px 5px 20px;
	width: 910px;
}

ul.main-nav li {
	display: inline;
	float:left;
	margin: 0;
	padding: 10px 16px;
}

ul.main-nav li a {
	padding: 10px 0 0 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}

ul.main-nav li a:hover {
	border-bottom: 3px dotted #88062b;
}

/*-----5-------- Home ----------------*/

/*-----6-------- Private Rooms ----------------*/

/*-----7-------- Ground Floor Bar ----------------*/

/*-----8-------- Restaurant ----------------*/

/*-----9-------- Book Now ----------------*/



/*-----10-------- Customer Reviews ----------------*/



/*-----11-------- Floor Plan ----------------*/

/*- Rollover Floorplan -*/

#floorplan {
	position:relative;
}

#floors {
	background: transparent url(../images/floorplan.png) no-repeat 0 -175px;
	width: 475px;
	height: 325px;
}

#floors a {
	background: transparent url(../images/floorplan.png) no-repeat -800px -175px;
}

.rollover {
	position:relative;
	margin:10px auto;
	padding:0;
}

.rollover li {
	display: inline;
	list-style: none;
	margin: 0!important;
	padding: 0!important;
	position:absolute;
}

.rollover a {
	display: block;
	text-decoration:none;
	text-indent: -999em;
}


#floors .banqueting-area {left: 10px; bottom:197px; width: 297px; height: 80px; z-index:2}	
	#floors .banqueting-area a {height: 80px;}	
		#floors .banqueting-area a:hover {background-position: -544px -8px;}
		
		
#floors .innergrand-area {left: 145px; bottom: 231px; width: 250px; height: 80px; z-index:1}	
	#floors .innergrand-area a {height: 80px;}	
		#floors .innergrand-area a:hover {background-position: -544px -100px;}
		
		
#floors .restaurant-area {left: 10px; bottom:94px; width: 297px; height: 80px;}	
	#floors .restaurant-area a {height: 80px;}	
		#floors .restaurant-area a:hover {background-position: -537px -286px;}
		
		
#floors .bar-area {left: 10px; bottom:0px; width: 425px; height: 102px;}	
	#floors .bar-area a {height: 102px;}	
		#floors .bar-area a:hover {background-position: -537px -588px;}




/*-----12-------- 360 Tour ----------------*/

/*-----13-------- Gallery ----------------*/

/*image gallery*/

#images {
	min-height: 200px;
	width: 585px;
}

#images ul {
	margin: 0 auto;
	min-height: 200px;
	width:585px;	
}

#images ul li {
	border: 3px solid #88062b;
	display:inline;
	float:left;
	height: 87px;
	margin: 0 10px 10px 0;
}

#images ul li a {

}

#images ul li a img {

}

/*-----14-------- Contact ----------------*/

#map {
	width: 345px;
	height:350px;
}