html {
	background:#171717;
}
body{
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	margin: 0;
	font:11px;
	background:url('../images/glowbal-bg.jpg') fixed no-repeat;
}
img {
	border:none;
}
a {
	color:#bed73d;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
input,
textarea,
select {
	font:100% "Lucida Grande", Verdana, Arial, sans-serif;
	vertical-align:middle;
}
form,
fieldset {
	margin:0;
	padding:0;
	border:none;
}
/* Header */
.header {
	width:100%;
	position:fixed;
	left:0;
	top:0;	
	z-index:990;
}
.header-bg-content {
	position:relative;
	height:1%;
}
.header-bg {
	width:100%;
	height:72px;
	position:absolute;
	left:0;
	top:0;
	background:url(../images/bg-header.png) repeat-x;
	z-index:10;
}
.header-content {
	width:1081px;
	margin:0 auto;
	position:relative;
	z-index:999;
}
.header-content:after {
	clear:both;
	content:"";
	display:block;
}
.header-content h1 {
	margin:0;
	float:left;
}
.header-content h1 a {
	margin:36px 0 0 -33px;
	float:left;
	height:11px;
	width:210px;
	background:url(../images/bg-logo.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
.header-content ul {
	float:left;
	margin:0 0 0 79px;
	padding:0;
	list-style:none;
	position:relative;
	z-index:999;
}
.header-content ul li {
	float:left;
	margin-right:1px;
	display:inline;
}
.header-content ul li a {
	display:block;
	text-indent:-9999px;
	height:134px;
	width:112px;
	overflow:hidden;
	margin:-71px 0 0;
	position:relative;
	z-index:999;
	
}
.header-content ul li a.kitchen {
	background:url(../images/bg-kitchen.gif) no-repeat;
	margin:-70px 0 0;
}
.header-content ul li a.coast {
	background:url(../images/bg-coast.gif) no-repeat;
	height:133px;
	width:111px;
}
.header-content ul li a.sanafir {
	background:url(../images/bg-sanafir.gif) no-repeat;
}
.header-content ul li a.trattoria {
	background:url(../images/bg-trattoria.gif) no-repeat;
}
.header-content ul li a.glowbal {
	background:url(../images/bg-glowbal.gif) no-repeat;
}
.header-content ul li a.society {
	background:url(../images/bg-society.gif) no-repeat;
}
.header-content ul li a.catering {
	background:url(../images/bg-catering.gif) no-repeat;
}
.header-content ul li.active a {
	margin:0;
}
#main-container {
	width:1081px;
	position:relative;
	margin:0 auto;
	padding:115px 0 0;
}
#main-container:after {
	clear:both;
	content:"";
	display:block;
}
/* intro navigation */
.intro-nav {
	position:relative;
	width:1014px;
	margin:0 0 17px;
}
.intro-nav:after {
	clear:both;
	content:"";
	display:block;
}
.intro-nav a.intro-logo {
	position:absolute;
	top:0;
	height:62px;
	width:279px;
	background:url(../images/glowbal-logo.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;	
}
.intro-nav ul {
	float:right;
	margin:20px 7px 0 0;
	display:inline;
	padding:0;
	list-style:none;
}
.intro-nav ul li {
	float:left;
	padding:0 0 0 31px;
}
.intro-nav ul li a {
	font:normal 17px "Lucida Grande", Verdana, Arial, sans-serif;
	color:#fff;
}
/* Intro block */
.intro {
	float:left;
	width:1014px;
	overflow:hidden;
	position:relative;
	margin:0 0 57px;
	display:inline;
}
.intro img {
	display:block;
}
.intro h2 {
	position:absolute;
	left:177px;
	top:125px;
	text-indent:-9999px;
	height:89px;
	width:702px;
}
/* main navigation */
.nav {
	height:42px;
	width:100%;
	overflow:hidden;
}
.nav ul.nav-list {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	position:relative;
}
.nav ul.nav-list li {
	float:left;
	overflow:hidden;
}
.nav ul.nav-list li a {
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	height:42px;
	background:url(../images/bg-nav.gif) no-repeat;
}
.nav ul.nav-list li a.menu {
	width:125px;
}
.nav ul.nav-list li a.menu:hover,
.nav ul.nav-list li.active a.menu {
	background-position:0 -42px;
}
.nav ul.nav-list li a.hours {
	width:223px;
	background-position:-125px 0;
}
.nav ul.nav-list li a.hours:hover,
.nav ul.nav-list li.active a.hours {
	background-position:-125px -42px;
}
.nav ul.nav-list li a.gallery {
	width:139px;
	background-position:-348px 0;
}
.nav ul.nav-list li a.gallery:hover,
.nav ul.nav-list li.active a.gallery {
	background-position:-348px -42px;
}
.nav ul.nav-list li a.events {
	width:273px;
	background:url(../images/bg-nav2.png) no-repeat;
	height:84px;
	cursor:pointer;
}
.nav ul.nav-list li a.events:hover,
.nav ul.nav-list li.active a.events {
	margin:-42px 0 0;
}
#nav-btns {
	float:left;
	overflow:hidden;
	background:#181b24;
	height:42px;
	width:319px;
	margin:0px 0 0 -65px;
}
#nav-btns:hover,
#nav-btns.hover {
	background:#181b24;
}
#nav-btns ul {
	margin:14px 0 0 78px;
	padding:0;
	list-style:none;
}
#nav-btns ul li {
	float:left;
	margin:0 2px 0 0;
	height:13px;
}
#nav-btns ul li a {
	float:left;
	text-indent:-9999px;
	overflow:hidden;
}
#nav-btns ul li a.left {
	background:url(../images/bg-left.gif) no-repeat;
	height:13px;
	width:12px;
	margin:0 7px 0 0;
}
#nav-btns ul li a.left:hover {
	background-position:0 -13px;
} 
#nav-btns ul li a.right {
	background:url(../images/bg-right.gif) no-repeat;
	height:13px;
	width:12px;
	margin:0 8px 0 0;
}
#nav-btns ul li a.right:hover {
	background-position:0 -13px;
} 
#nav-btns:hover ul li a.pause,
#nav-btns.hover ul li a.pause {
	background-position:0 -26px;
}
#nav-btns ul li a.pause {
	background:url(../images/bg-pause.gif) no-repeat;
	height:13px;
	width:12px;
}
#nav-btns ul li a.pause:hover {
	background-position:0 -13px;
} 
#nav-btns:hover ul li a.budda,
#nav-btns.hover ul li a.budda {
	background-position:0 -48px;
}
#nav-btns ul li a.budda {
	background:url(../images/bg-budda.gif) no-repeat;
	height:24px;
	width:138px;
	margin:-5px 0 0;
}
#nav-btns ul li a.budda:hover {
	background-position:0 -24px;
} 
#nav-btns ul li a.play {
	background:url(../images/bg-right.gif) no-repeat;
	height:13px;
	width:12px;
	margin:0 19px 0 0;
}
#nav-btns ul li a.play:hover {
	background-position:0 -13px;
}
/* Content block */
.content {
	float:left;
	overflow:hidden;
	width:1022px;
	background:#fafafb url(../images/bg-content.gif) no-repeat;
	padding:48px 0 38px 58px;
	margin:0 0 0 -33px;
}
.content-text {
	float:left;
	width:542px;
}
.content-text:after {
	clear:both;
	content:"";
	display:none;
}
.content-text h3 {
	margin:0 0 34px -4px;
	font-size:29px;
	color:#bed73d;
	position:relative;
	height:1%;
}
.content-text p {
	margin:0 0 27px;
	font-size:13px;
	color:#645f5f;
	line-height:27px;
}
/* Sidebar */
.sidebar {
	float:left;
	width:390px;
	overflow:hidden;
	margin:-36px 0 0 64px;
}
.newsletter-box {
	width:354px;
	overflow:hidden;
	float:left;
	background:url(../images/bg-fresh.png) no-repeat;
	padding:0 0 0 27px;
	margin:0 0 -12px;
}
.newsletter-box-content {
	width:342px;
	overflow:hidden;
	border:1px solid #898b90;
	background:#181b24;
	margin:27px 0 47px;
}
.newsletter-box h4 {
	width:212px;
	height:51px;
	text-indent:-9999px;
	overflow:hidden;
	margin:15px 0 10px 62px;
	background:url(../images/bg-newsletter-text.gif) no-repeat;
}
.newsletter-box form div {
	margin:0 0 15px 22px;
	overflow:hidden;
	height:1%;
}
*+html .newsletter-box form div {
	margin:0 0 15px 10px;
}
* html .newsletter-box form div {
	margin:0 0 15px 10px;
}
.newsletter-box form div input {
	height:16px;
	width:230px;
	background:#fff;
	border:1px solid #696a6d;
	padding:7px 4px;
	float:left;
	font-size:13px;
	color:#181b24;
	position:relative;
}
.newsletter-box form div input.submit-btn {
	height:32px;
	width:63px;
	background:url(../images/bg-submitb.gif) no-repeat;
	border:none;
	padding:0;
}
.fresh-box {
	width:381px;
	overflow:hidden;
	float:left;
	background:url(../images/bg-fresh.png) no-repeat;
	padding:26px 0 14px 14px;
	margin:-22px 0 0;
}
.fresh-box a {
	display:block;
	margin:10px 0 0 15px;
	position:relative;
}
.fresh-box a img {
	display:block;
}
.recent-box {
	width:381px;
	overflow:hidden;
	float:left;
	background:url(../images/bg-fresh.png) no-repeat;
}
.recent-box .newsletter-box-content {
	padding:0 0 46px;
	position:relative;
	margin:35px 0 20px 28px;
}
.recent-box h4 {
	margin:8px 0 6px 0;
	font-size:26px;
	font-weight:normal;
	color:#909090;
	position:relative;
	border-bottom:1px solid #5f6066;
	padding:0 0 7px 13px;
}
.recent-box span.update {
	margin:0 0 10px 12px;
	display:block;
	font-size:13px;
	font:normal 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#fff;
	position:relative;
	letter-spacing:-1px;
}
.recent-box ul {
	margin:0 0 10px;
	padding:0;
	list-style:none;
	border-bottom:1px solid #5f6066;
	overflow:hidden;
	height:1%;
}
.recent-box ul li {
	background:#4b4d55;
	border-top:1px solid #5f6066;
	padding:7px 0;
	overflow:hidden;
	float:left;
	width:342px;
}
.recent-box ul li a:hover span {
	text-decoration:underline;
}
.recent-box ul li a span {
	float:left;
	font:normal 13px Arial, Helvetica, sans-serif;
	color:#fff;
	position:relative;
	cursor:pointer;
	margin:0 0 0 13px;
}
.recent-box ul li a.more {
	float:right;
	color:#b3b3b3;
	font:normal 13px Arial, Helvetica, sans-serif;
	position:relative;
	margin:0 14px 0 0;
}
a.goto {
	position:absolute;
	text-indent:-9999px;
	right:15px;
	bottom:11px;
	overflow:hidden;
	height:23px;
	width:117px;
	background:url(../images/bg-goto.gif) no-repeat;
}
/* Footer */
.footer {
	width:807px;
	margin:0 auto;	
	float:left;	
}
.footer:after {
	clear:both;
	display:block;
	content:"";
}
.footer-content {
	background:#3a3a3a;
	padding:26px 0 14px;
	overflow:hidden;
	margin-left:-33px;
	position:relative;
	height:1%;
	width:1015px;
}
* html .footer-content {
	margin:0;
	width:1007px;
}
.footer a.footer-logo {
	position:absolute;
	top:31px;
	left:25px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/bg-footer-logo.gif) no-repeat;
	height:42px;
	width:178px;
}
ul.footer-nav {
	float:left;
	margin:12px 0 0 242px;
	padding:0;
	list-style:none;
	display:inline;
}
ul.footer-nav li {
	float:left;
	padding:0 31px 0 0;
}
ul.footer-nav li a {
	color:#909090;
	font:normal 10px "Lucida Grande", Verdana, Arial, sans-serif;
}
.footer-right {
	float:right;
	text-align:right;
	width:300px;
}
.footer-right ul {
	margin:2px 23px 14px 0;
	padding:0;
	list-style:none;
	overflow:hidden;
	height:1%;
}
.footer-right ul li {
	float:right;
	margin-left:5px;
}
.footer-right ul li a img {
	float:left;
}
.footer-right p {
	margin:0 16px 0 0;
	color:#909090;
	font:normal 10px "Lucida Grande", Verdana, Arial, sans-serif;
}
/* Reservations */
.reservations{
	position: fixed;
	top: 220px;
	left: -409px;
	width: 505px;
	height: 265px;
	color: #616161;
}
.reservations .bg{
	height: 100%;
	background: url(../images/bg-reservations.png) no-repeat;
	padding: 34px 10px 6px 28px;
}
.round-box{
	width: 345px;
	background: url(../images/round-box-t.jpg) no-repeat;
	padding: 6px 0 0;
	overflow: hidden;
}
.round-box-c{
	background: url(../images/round-box-c.gif) repeat-y;
	overflow: hidden;
}
.round-box-b{
	padding: 16px 22px 11px 20px;
	background: url(../images/round-box-b.jpg) no-repeat 0 bottom;
}
.reservations h3{
	padding: 0 0 0 4px;
	margin: 0 0 6px;
	font-size: 12px;
}
.reservations form .holder{
	padding: 0 0 8px 0;
	clear:both;
}
.reservations form .input{
	float: left;
	width: 44px;
	height: 20px;
	background: url(../images/input.gif) no-repeat;
	position:relative;
}
.reservations .link{
	float: right;
	width: 92px;
	height: 176px;
	position: relative;
	cursor: pointer;
	text-indent: -9999px;
	overflow: hidden;
}
.reservations form .txt{
	float: left;
	border: 0;
	background: none;
	padding: 2px 3px;
	height: 16px;
	width: 38px;
}
.reservations form label{
	float: left;
	width: 55px;
	text-align: right;
	padding: 3px 6px 0 3px;
	font-size: 10px;
}
.reservations form select{
	margin: 0 9px 6px 0;
	padding: 0 0 0 6px;
	float: left;
	height: 20px;
	font-size:12px;
}
.reservations form .trattoria{
	width: 100%;
	line-height: 32px;
	height: 32px;
	font-size: 20px;
	margin: 0 0 16px;
	padding: 0;
}
/******************************* Vertical Layout **************************************/

/* Overall Wrapper for Client Supplied Snippet */
	#OT_searchWrapperAll {   
        width:100%;
        height:160px;/* for horizontal layout: 60px, for vertical layout: 100px */
        position: relative;
        margin:0;
        padding:0;
        padding-top:20px; 
        background:#fff;
        margin-top:-10px;
    }
    
/* wrapper */

	#OT_searchWrapper
    {
        border: none;
        background: #fff;
        font-family: Verdana, Arial, Helvetica, Sans-Serif;
        font-size: 10px;
        width:100%; 
        height:160px;/* for horizontal layout: 60px, for vertical layout: 100px */
        position: relative;
        margin:0;
    }

/* Title of Search */
	 #OT_searchWrapper .OT_feedTitle
    {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0 0 1px 15px;
        font-size:11px;
        font-weight:normal;
        line-height:normal;
    }
 
 /* Definition List */   
    #OT_searchWrapper dl 
    {
		position: absolute;
		top: 0;
        left: 0;
		padding:0;
		margin:0;
	}

/* Party Size Label Wrapper - dt tag */
    #OT_partySizeLbl
    {
        position: absolute;
        top: 75px;/* for horizontal layout: 25px, for vertical layout: 25px */
        left: -30px; /* for horizontal layout: 0px, for vertical layout: 0px */
        margin: 0 0 0 5px;
        padding:3px 0;
        text-align:right;
        width:110px;
        display:block;
    }
    
/* Party Size Wrapper - dd tag */    
    #OT_partySize
    {
        position: absolute;
        top: 75px;/* for horizontal layout: 25px, for vertical layout: 25px */
        left: 90px;/* for horizontal layout: 90px, for vertical layout: 85px */
        margin:0;
       	padding:0;
    }

/* Date Label Wrapper - dt tag */    
    #OT_dateLbl
    {
        position: absolute;
        top: 25px;/* for horizontal layout: 25px, for vertical layout: 55px */
        left: -60px;/* for horizontal layout: 105px, for vertical layout: 0px */
        margin: 0 0 0 5px;
        padding:3px 0;
        text-align:right;
        width:110px;
    }
    
/* Date Label Wrapper - dd tag */    
    #OT_date
    {
        position: absolute;
        top: 25px;/* for horizontal layout: 25px, for vertical layout: 55px */
        left: 60px;/* for horizontal layout: 195px, for vertical layout: 85px */
        width:100px;
        margin:0;
       	padding:0;
    }

/* Time Label Wrapper - dt tag */     
    #OT_timeLbl {
        position: absolute;
        top: 25px;/* for horizontal layout: 25px, for vertical layout: 55px */
        left: 130px;/* for horizontal layout: 300px, for vertical layout: 185px */
        width:60px;
        padding:3px 0;
        text-align:right;
    }

/* Time Label Wrapper - dd tag */     
    #OT_time {
        position: absolute;
        top: 25px;/* for horizontal layout: 25px, for vertical layout: 55px */
        left: 195px;/* for horizontal layout: 275px, for vertical layout: 185px */
        margin:0;
    }
    
 /* Placeholder empty dt */
    #OT_empty 
    {
		position:absolute;
		width:0;
		height:0;
		padding:0;
		margin:0;
		top:100px;
		left:0;
	} 
 
 /* Submit Button Wrapper - dd tag */    
     #OT_submitWrap
    {
        position:relative;
        top: 95px; /* for horizontal layout: 25px, for vertical layout: 112px */
        left: 195px;/* for horizontal layout: 500px, for vertical layout: 275px */
        margin: 0 5px 0 0;
        z-index:5; /* do not change */
    }
   
 /* Wrapper for Powered By OpenTable Logo */
    #OT_logo {
        position:absolute;
		top:120px; /* for horizontal layout: 80px, for vertical layout: 120px */
		left:0px; /* for horizontal layout:0px, for vertical layout: 0px */
		width:100%;
		padding:0;
		margin:0;
		display:block;
		background:#fff;
    }
    
  /* Wrapper for Text Link */   
    #OT_logoLink {
		position: absolute;
		top: 100px;/* for horizontal layout: 60px, for vertical layout: 100px */
		left: 0px; /* for horizontal layout: 0px, for vertical layout: 0px */
		width:100%;
		padding:0 0 10px 0;
		margin:0;
		font-size:9px;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		display:block;
		background:#fff;
     }
    
    /* text link padding */
     #OT_logoLink a
     {
		padding:0 0 0 10px;
	}

    /* Logo Link Border and margin*/
    #OT_imglogo 
    {
		border: 0;
		margin:0 0 0 10px;
	}
    
	#OT_searchWrapper form {margin:0;padding:0;}
	#OT_searchWrapper input.hidden {display:none;}

	/* Text Form Fields*/ 
	#OT_searchWrapper .feedFormField, #OT_searchWrapper .feedFormField option {
		font-size:12px;
		margin:2px 2px 2px 2px;
	}
	/* Text Form Field for Date field */
	#OT_searchWrapper #startDate, #OT_searchWrapper .OT_feedFormfieldCalendar 
	{
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		font-size:12px;
		margin:0;
		width:85px;
	}

	#OT_searchWrapper #dateDisplay
	{
		font-size:10px;
		color:#999;
 		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		float:right;
		margin:0px 30px 0px 0px;
		display:inline;
	}

	/*** calendar styles ***/

	/* Placeholder. Don't change this */
	#OT_searchWrapper .imgCal 
	{
		position: absolute; 
		display: none; 
		z-index:100;
	}

	/* Calendar Table properties */
	#OT_searchWrapper #imageCal table {
		font-size:12px;
 		width:150px;
		font-family:arial;
		font-weight: bold;
		background:#FFF;
	}
	#OT_searchWrapper #imageCal td {
		padding:0px 0px 0px 0;
		text-align:center;
	}

	/* Days in the future */
	#OT_searchWrapper .clickableDays 
	{	
		color: #000000; 
		text-decoration: none;
		height:18px;
	}

	/* Days in the past */
	#OT_searchWrapper .nonclickableDays 
	{	
		color: #CCCCCC;
		height:18px;
	}

	/* Name of the month at the top */
	#OT_searchWrapper .months 
	{
		color: #FFFFFF; 
		text-decoration: none 
	}

	/* Day of the week */
	#OT_searchWrapper .weekdays
	{
		color: #000000; 
		text-decoration: none; 
		color:#666666;
		background-color:#EFEFEF; 
		width:14%;
	}

.mp3 {
margin-left:55px;
margin-top:15px;
}

.service-img {
	margin:5px;
	width:376px;
	padding:15px;
}

.service-img img {
	padding:5px;
}

.recent-box2 {
	width:381px;
	overflow:hidden;
	float:left;
	background:url(../images/bg-fresh.png) no-repeat;
}
.recent-box2 .newsletter-box-content {
	padding:0 0 46px;
	position:relative;
	margin:35px 0 20px 28px;
}
.recent-box2 h3 {
	margin:2px 0 6px 0;
	font-size:22px;
	font-weight:normal;
	color:#909090;
	position:relative;
	border-bottom:1px solid #5f6066;
	padding:0 0 7px 13px;
}

.recent-box2 h4 {
	margin:8px 0 6px 0;
	font-size:12px;
	font-weight:normal;
	color:#909090;
	position:relative;
	border-bottom:1px solid #5f6066;
	padding:0 0 7px 13px;
}

.feed-item-desc {	background:#4b4d55;
	border-top:1px solid #5f6066;
	padding:7px 0;
	overflow:hidden;
	float:left;
	width:342px;
	}
	
.press-img {
	margin:5px;
	width:500px;
	padding:15px;
}

.press-img img {
	position: relative;
	padding:5px;
}	

.press-img span {
	width:100px;
	height:20px;
	display:block;
	position: absolute;
	top:-215px;
	left:5px;
}
	

.picture { background-color: #F9F9F9; 
border: 1px solid #CCCCCC; padding: 3px; 
font: 11px/1.4em Arial, sans-serif; } 
.picture img { border: 1px solid #CCCCCC; 
vertical-align:middle; margin-bottom: 3px; } 
.right { margin: 0.5em 0pt 0.5em 0.8em; float:right; } 
.left { margin: 0.5em 0.8em 0.5em 0; float:left; } 

.rss2html-note { display: none; }

#slider{margin:0; padding:0;}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:1014px;
	height:345px;
	margin:0;
	padding:0;	
	overflow:hidden; 
	}
	
.graphic, #prevBtn, #nextBtn{
    margin:0;
    padding:0;
    height:0px;
    display:block;
    overflow:hidden;
    text-indent:-8000px;
    }	