/***********************************
RESETS
***********************************/
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,
table, caption, tbody, tfoot, thead, tr, th, td { 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;
}

/ remember to define focus styles! /
:focus { outline: 0;
}

/ remember to highlight inserts somehow! /
ins { text-decoration: none;
}
del { text-decoration: line-through;
}

/ tables still need ‘cellspacing=”0”’ in the markup /
table { border-collapse: collapse; border-spacing: 0;
}
/***********************************
MAIN LAYOUT
***********************************/
body{
	background:#862023;
	font:12px arial, sans-serif;
	color:#fff;
}
#flashWrap{
	width:690px;
	height:750px;
	margin:28px auto 10px auto;
}
#container{
	margin:0 auto 10px auto;
	width:623px;
	height:625px;
	border:14px solid #fff;
	background:#fff url(../images/BGContainer.png) bottom left repeat-x;
	position:relative;
}
#photoBrowser{
	height:233px;
	position:relative;
}
#photoBrowser img{
	position:absolute;
	z-index:8;
}
#photoBrowser img.active{
	z-index:10;
}
#photoBrowser img.last-active{
	z-index:9;
}
#nav{
	height:13px;
	padding:30px 15px;
}
#nav li{
	float:left;
	margin:0 25px;
}
#nav li a{
	color:#7f1b20;
	text-decoration:none;
	text-transform:uppercase;
	font:normal 11px "Egyptian-Bold", "Times New Roman", Serif;
	text-shadow:1px 1px 1px #de2336;
}
#nav li a:hover{
	color:#fff;
}
#sidebar{
	width:190px;
	float:left;
	display:inline;
	margin:0 0 0 25px;
}
#sidebar h1{
	background:url(../images/restaurant-bar-terrace.png);
	width:139px;
	height:34px;
	text-indent:-9999px;
	overflow:hidden;
	margin:10px 15px;
}
#sideNav li{
	display:block;
	margin:7px 0 7px 16px;
}
#sideNav li a{
	color:#7f1b20;
	text-decoration:none;
	text-transform:uppercase;
	font:normal 11px "Egyptian-Bold", "Times New Roman", Serif;
	text-shadow:1px 1px 1px #de2336;
}
#sideNav li a:hover{
	color:#fff;
}
#main{
	float:right;
	width:350px;
	display:inline;
	margin:0 30px 0 0;
	line-height:140%;
	text-shadow:rgba(0,0,0,0.01) 1px 1px 1px;
}
#logo{
	position:absolute;
	bottom:-23px;
	left:-7px;
	z-index:2;
}
#footer{
	width:623px;
	margin:15px auto;
	text-align:center;
}
#photoNav{
	position:absolute;
	right:0;
	top:214px;
	z-index:20;
	border:5px solid #fff;
	border-right:none;
	background:#fff;
}
#btnPlayPause{
	width:15px;
	height:14px;
	background:url(../images/btnPlayPause.png);
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	float:left;
	margin-right:3px;
}
#btnPlayPause.paused{
	background-position:-15px 0;
}
.photoStatus{
	display:block;
	float:left;
	height:9px;
	width:9px;
	background:#d1b796;
	border:1px solid #e1cfb8;
	margin:1px 3px 0 0;
	font-size:1px;
	line-height:1px;
}
.photoStatus.active{
	background:#7d5a37;
}
#btnZoom{
	width:33px;
	height:14px;
	background:url(../images/btnPlayPause.png) 0 -14px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	float:left;
}
#overlay{
	background:#000;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:100;
}
#lightbox{
	position:absolute;
	left:50%;
	top:70px;
	margin:0 0 0 -328px;
	padding:10px;
	border:5px solid #871d22;
	background:#fff;
	z-index:200;
	width:630px;
	height:345px;
}
.btnClose{
	position:absolute;
	top:10px;
	right:10px;
	text-transform:uppercase;
	color:#871d22;
	padding:3px;
	background:#fff;
	text-decoration:none;
	font:bold 11px Arial, sans-serif;
	text-shadow:rgba(0,0,0,0.01) 1px 1px 1px;
}
a{
	color:#fff;
}
p{
	padding:8px 0;
}
@font-face {
	font-family: "Egyptian-Bold"; 
	src: url(EGYPTIAB.OTF); 
	format: opentype; 
}
