@charset "utf-8";
/* CSS Document */

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul,
ol, li, dl, dt, dd, form, a, fieldset, input, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	}
body, html {
	width: 100%;
	height: 100%;
	}
body {          
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1;
	background: #000 url(images/body-bkg.jpg) repeat;
	}
.clear {
	clear: both;
	}
a {
	color: #3366ff;
	text-decoration: none;
	}
a:hover {
	color: #3366ff;
	text-decoration: underline;
	}
ul, ol, li {
	list-style: none;
}
/* Typography
- - - - - - - - - - - - - - - */
p {
	margin: 15px 0;
	font-size: 13px;
	color: #eee;
	line-height: 19px;
	}
/* Headers
- - - - - - - - - - - - - - - */
h1, h2, h3, h4, h5, h6 {  
	font-size: 100%;
	}
h1#logo a {
	display: block;
	position: absolute;
	top: -65px;
	left: -55px;
	margin: 0;
	padding: 0;
	width: 506px;
	height: 350px;
	text-indent: -9999px;
	background: url(images/logo-alt.png) no-repeat;
	z-index: 2;
	}
h1 {
	margin: 10px 0 20px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	color: #FFFF99;
	letter-spacing: -1px;
	}
h2 {
	margin: 15px 0;
	padding: 0 20px 10px 10px;
	font-size: 13px;
	font-weight: bold;
	color: #CC0000;
	text-transform: uppercase;
	border-bottom: 1px #111 solid;
	}
img#phone {
	position: absolute;
	top: -60px;
	left: 290px;
	z-index: 3;
	}
img#open {
	position: absolute;
	top: -200px;
	right: -50px;
	z-index: 3;
	}
/* Styling
- - - - - - - - - - - - - - - */
#wrap {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	}
#header {
	padding: 15px 0;
	width: 100%;
	height: 100px;
	}
#art {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 10px;
	width: 870px;
	height: 360px;
	background: url(images/art-bkg.png);
	z-index: 1;
	}
#bellydancer {
	position: absolute;
	right: 10px;
	bottom: 71px;
	width: 180px;
	height: 300px;
	z-index: 10;
	}
#nav {
	position: relative;
	float: left;
	margin: 150px 0 0 0;
	padding: 0 15px;
	width: 190px;
	font-size: 12px;
	}
#nav ul {
	margin: 15px 5px ;
	}
#nav ul li {
	display: block;
	}
#nav ul li a {
	padding: 0 0 0 20px;
	color: #fff;
	line-height: 18px;
	background: url(images/footer-bullet.png) 5px -98px no-repeat;
	}
#content {
	float: right;
	padding: 50px 40px 20px 40px;
	width: 570px;
	height: 290px;
	}
#content img {
	float: left;
	margin: 0 15px 2px 0;
	padding: 8px;
	border: 1px #333 dashed;
	}
#content.cuisine {
	background: url(images/content-cuisine.jpg);
	}
#content.lounge {
	background: url(images/content-lounge.jpg);
	}
#content.hookah {
	background: url(images/content-hookah.jpg);
	}
/* Footer
------------------------------------------------------*/
#footer {
	margin: 20px 0 0 30px;
	width: 957px;
	height: 80px;
	background: url(images/footer-bkg.png);
	}
#footer ul {
	padding: 28px 0 0 0;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	}
#footer ul li {
	display: inline;
	padding: 0 20px;
	background: url(images/footer-bullet.png) 5px 4px no-repeat;
	border-right: 1px #BEBE7C solid;
	}
#footer a {
	color: #000;
	}
#footer a:hover {
	text-decoration: underline;
	}
#footer ul li.last {
	padding-right: 0;
	border: none;
	}