@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	background-color:#540000;
}
img {
	border:0px;
}
a:active
{
  outline: none;
}
.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	text-align:left;
	line-height:17px;
}
.text a, .text a:visited {
	text-decoration:none;
	color:#00FFFF;
}

.text a:hover, .text a:active {
	text-decoration:none;
	color:#99FF00;
	border-bottom:1px dotted #003399;
	outline: none;
}


#background {
	position:fixed;
	z-index:1;
	width:100%;
	height:100%;
	min-width:950px;
}
#background img {
	display:block;
}

#wrapper {
	position:absolute;
	width:900px;
	margin-left:-450px;
	left:50%;
	margin-top:20px;
	z-index:99;
	background-image:url(../images/graybg.png);
	background-repeat:repeat-y;
	background-position:center top;
	padding-bottom:20px;
	
	-webkit-box-shadow:0px 0px 10px #000;
	-moz-box-shadow:0px 0px 10px #000;
	box-shadow:0px 0px 10px #000;
}
#wrapper #header {
	margin-right:auto;
	margin-left:auto;
	width:880px;
	height:230px;
	margin-top:10px;
	position:relative;
}
#header #offers {
	width:148px;
	height:148px;
	background-image:url(../images/happy.png);
	background-position:right top;
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	right:0px;
	z-index:10000;
	cursor:pointer;
}
#header #offersDetail {
	width:300px;
	height:148px;
	position:absolute;
	top:0px;
	right:0px;
	border:1px solid #FF0000;
	display:none;
}
h1.logo {
	z-index:10;
	margin-top:0px;
}
.logo a {
	display:block;
	margin-right:auto;
	margin-left:auto;
	background:url(../images/logo250w.png);
	background-repeat:no-repeat;
	width:250px;
	height:130px;
	text-indent:-9999px;
	overflow:hidden;
	outline: none;
}
#todayspecial {
	margin-top:10px;
	width:850px;
	height:70px;
	margin-right:auto;
	margin-left:auto;
	background-image:url(../images/blackline_10percent.png);
}
.news {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-align:left;
	height:20px;
}
.news a, .news a:visited {
	text-decoration:none;
	color:#0066FF;
}
.news a:hover, .news a:active {
	text-decoration:none;
	color:#FF3300;
	outline: none;
}
#content {
	margin-top:10px;
	width:850px;
	margin-right:auto;
	margin-left:auto;
	background-image:url(../images/blackline_30percent.png);
}
#pagename {
	width:850px;
	height:25px;
	margin-right:auto;
	margin-left:auto;
}
#pagename img {
	border:0px;
}
#line {
	background-color: #ff4a3f;
	width:850px;
	height:1px;
	margin-right:auto;
	margin-left:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-align:left;
}
#footer {
	margin-top:10px;
	width:850px;
	margin-right:auto;
	margin-left:auto;
}
#footerInside {
	margin-top:10px;
	width:850px;
	margin-right:auto;
	margin-left:auto;
	background-image:url(../images/blackline_10percent.png);
}
#footer #signup {
	position:relative;
	width:300px;
	height:140px;
	float:left;
	background-image:url(../images/blue_10precent.png);
	z-index:999;
}
.signupTxt {
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:12px;
	text-align:center;
}

#footer #contactinfo {
	position:relative;
	width:540px;
	height:140px;
	float:right;
	background-image:url(../images/orange_20precent.png);
}

input[type="text"] {
	padding:0px;
	width:230px;
	border:1px solid #CCCCCC;
	height:17px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

.req input[type="text"] {
	padding:0px;
	width:230px;
	border:1px solid #FF0000;
	height:17px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

input[type="submit"] {
	background:#FFFFFF;
	border:1px solid #CCCCCC;
	height:20px;
	cursor: crosshair;
	color:#666666;
}
input[type="reset"] {
	background:#FFFFFF;
	border:1px solid #CCCCCC;
	height:20px;
	cursor: crosshair;
	color:#666666;
}

textarea {
	padding:0px;
	width:230px;
	overflow:auto;
	border:1px solid #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FF6600;
}
.tbl {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	text-align:left;
}
.info {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	line-height:15px;
}
.info a, .info a:visited {
	text-decoration:none;
	color:#666666;
}
.info a:hover, .info a:active {
	text-decoration:underline;
	color:#FFFFFF;
	outline: none;
	text-decoration:none;
}
.title {
	color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

/*Tool Tip Start*/
div.htmltooltip {
position: absolute; /*leave this and next 3 values alone*/
z-index: 1000;
left: -1000px;
top: -1000px;
background:#FFFFFF;
border: 2px solid transparent;
color:#666666;
padding: 3px;
width: 250px; /*width of tooltip*/
}
/*Tool Tip End*/

/*Scroller Start*/
#dmx1IFrame {position:absolute; top:-10px; left:-10px;}
#dmx1Scroller {
	position:relative;
	top:0px;
	left:0px;
	width:790px;
	height: 420px;
	z-index:100;
	visibility:visible;
	overflow:hidden;
}
#dmx1Back {position:absolute; left:761px; top:4px; width:25px;}
#dmx1Slider {position:absolute; left:761px; top:29px; width:25px;}
#bg1Slider {
	background-image:url(../images/0011vscroller.gif);
	background-repeat:repeat-y;
}
#dmx1Thumb {position:absolute; left:761px; top:29px; width:25px;}
#dmx1Forth {position:absolute; left:761px; top:391px; width:25px;}
#dmx1Container {position:absolute; left:6px; top:6px; width:749px; height:408px; visibility:visible; clip:rect(0px 749px 408px 0px); overflow:hidden; }
.dmx1Content {position:absolute; left:0px; top:408px; width:749px; }
.dmx1Content td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
#dmx1Content1 {position:absolute; left:0px; top:0px; }
/*Scroller End*/

/*Dinner*/
#menu_dinner .title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FF0000;
	text-align:left;
	border-bottom:1px solid #FF0000;
}
#menu_dinner .foodname {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#006699;
	text-align:left;
	font-weight:bold;
	border-bottom:1px solid #CCCCCC;
}
#menu_dinner .text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-align:left;
	line-height:17px;
	padding-top:5px;
}
#menu_dinner .num {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-align:center;
	border-bottom:1px solid #CCCCCC;
}
/*wine*/
#menu_wine .title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FF0000;
	text-align:left;
	font-weight:normal;
}
#menu_wine .foodname {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#006699;
	text-align:left;
	font-weight:bold;
}
#menu_wine .text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-align:left;
	line-height:17px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #CCCCCC;
}
#menu_wine .num {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-align:center;
	border-bottom:1px solid #CCCCCC;
	padding-top:5px;
	padding-bottom:5px;
}

#scrollmenu {
	position:relative;
	width:100%;
	height: 420px;
	overflow:auto;
}

#pressTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#adaf69;
	text-align:left;
	margin-bottom:5px;
	margin-top:15px;
	padding:3px;
	border-bottom:1px solid #FFFFFF;
}
#menuboxDinner {
	width:130px;
	height:50px;
	background-image:url(../images/smallPic/dinner.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
#menuboxDessert {
	width:130px;
	height:50px;
	background-image:url(../images/smallPic/dessert.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
#menuboxWine {
	width:130px;
	height:50px;
	background-image:url(../images/smallPic/wine_in_glass.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
#menuboxCocktail {
	width:130px;
	height:50px;
	background-image:url(../images/smallPic/MargaritaMartini.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
#menuboxbar {
	width:130px;
	height:50px;
	background-image:url(../images/smallPic/bar.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
.menuB a, .menuB a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	line-height:50px;
	text-align:left;
	text-indent:55px;
	font-size:13px;
	text-decoration:none;
	display:block;
	padding-right:10px;
	background-image:url(../images/b20.png);
	background-position:left top;
	background-repeat:no-repeat;
	outline:none;
}
.menuB a:hover, .menuB a:active {
	color:#FF6600;
	background:none;
	outline: none;
}

#photobox a img {
	margin-bottom:10px;
	margin-right:10px;
	border:1px solid #999999;
}
#photobox a:hover img {
	border:1px solid #FFFFFF;
}

#reserve {
	width:830px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	display:none;
	background-color:#FFFFFF;
}
#tt a, #tt a:active, #tt a:hover, #tt a:visited {
	outline: none;
}
#titleBar {
	background-image:url(../images/pumpkin.png);
	background-position:left top;
	background-repeat:no-repeat;
	width:285px;
	height:267px;
}
ilayer {
	width:285px;
	height:267px;
}
#theLayer {
	position:absolute;
	width:281px;
	height:267px;
	left:50px;
	bottom:50px;
	z-index:2;
}

/*ad*/
#content #ad {
	width:300px;
	margin:40px 40px;
	position:absolute;
	overflow:hidden;
	z-index:2;
	background-image:url(../images/blk_65.png);
	border:1px solid #FFFFFF;
	display:none;
}
#ad #close {
	width:15px;
	height:15px;
	position:absolute;
	margin-left:285px;
	background-color:#FFFFFF;
	z-index:4;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:center;
	line-height:15px;
	font-size:12px;
}
#close a, #close a:visited {
	text-decoration:none;
	color:#000000;
	outline:none;
}
#close a:hover, #close a:active {
	text-decoration:none;
	color:#FFFFFF;
	background-color:#FF0000;
	outline:none;
	display:block;
}

#content #i {
	position:absolute;
	margin:15px 15px;
	z-index:30000;
}
#i a, #i a:visited, #i a:hover, #i a:active {
	text-decoration:none;
	border:none;
	outline:none;
}


#ad .text {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding:20px 10px 10px 40px;
	font-size:12px;
	text-align:left;
}
#ad .text a, #ad .text a:visited, #ad .text a:hover, #ad .text a:active  {
	border:0px;
	text-decoration:none;
	outline:none;
}
#ad .text strong {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-align:left;
}


#smallad {
width:100px;
height:104px;
left:5px;
bottom:5px;
position:absolute;
visibility:hidden;
z-index:2;
}

/*ad end*/

#event a, #event a:hover, #event a:active, #event a:visited {
	text-decoration:none;
	outline:none;
	position:absolute; 
	z-index:2; 
	outline:none;
	cursor:pointer;
}
#eventc {
	position:absolute; 
	width:300px; 
	height:148px; 
	z-index:1;
	border:1px solid #FF0000;
	display:none;
}

.smallLinks a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CCCCCC;
	padding:5px 10px 5px 25px;
	outline:none;
	text-decoration:none;
	display:block;
}
.smallLinks a:hover {
	color:#FFFFFF;
	cursor:pointer;
}
#news {
	background-image:url(../images/icons/picture_.png);
	background-position:left center;
	background-repeat:no-repeat;
}
#test {
	background-image:url(../images/icons/microphone_.png);
	background-position:left center;
	background-repeat:no-repeat;
}
#tours {
	background-image:url(../images/icons/video_.png);
	background-position:left center;
	background-repeat:no-repeat;
}
#facebook {
	background-image:url(../images/icons/facebook.png);
	background-position:left center;
	background-repeat:no-repeat;
}
#twitter {
	background-image:url(../images/icons/twitter.png);
	background-position:left center;
	background-repeat:no-repeat;
}



#offer_wrapper {
	width:100%;
	height:90px;
	position:fixed;
	bottom:0px;
	left:0px;
	z-index:999999;
	background-color:#ffad00;
	background-image:url(../images/offer/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	-moz-box-shadow: 0px 0px 10px gray;
	-webkit-box-shadow: 0px 0px 10px gray;
	box-shadow: 0px 0px 10px gray;
}

#offer_main{
	width:830px;
	margin:0px auto;
	height:90px;
	position:relative;
	text-align:center;
}
#offer_main #spec {
	width:160px;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	background-color:#F00;
	line-height:30px;
	position:absolute;
	left:50%;
	top:-10px;
	margin-left:-80px;
	border:1px solid #FFF;
	text-transform:uppercase;	
}
#offer_main img {
	cursor:pointer;
}

#offer_main #close {
	position:absolute;
	left:0px;
	top:10px;
	width:25px;
	height:25px;
	background-image:url(../images/offer/close.jpg);
	cursor:pointer;
}

#offer_main #close:hover {
	background-image:url(../images/offer/close_over.jpg);
}

#offer_main #bottle{
	width:327px;
	height:540px;
	position:absolute;
	margin-left:800px;
	margin-top:600px;
	z-index:9999999;
	/*margin-top:-300px;
	
	background-image:url(../images/offer/bottle.png);
	background-position:bottom left;
	background-repeat:no-repeat;*/
	cursor:auto;
}

#offer_click {
	width:291px;
	height:129px;
	background-image:url(../images/offer/register_click.png);
	background-position:top left;
	background-repeat:no-repeat;
	z-index:999999;
	position:fixed;
	bottom:20px;
	left:20px;
	cursor:pointer;
	display:none;
}
#close_offer_frm {
	position:absolute;
	left:20px;
	top:20px;
	width:25px;
	height:25px;
	background-image:url(../images/offer/close.jpg);
	cursor:pointer;
}

#close_offer_frm:hover {
	background-image:url(../images/offer/close_over.jpg);
}

#big_bottle {
	position:absolute;
	left:100px;
	bottom:100px;
	width:170px;
	height:540px;
	
	margin-bottom:-700px;
	
	background-image:url(../images/offer/big_bottle.png);
	background-position:left top;
	background-repeat:no-repeat;
	
	z-index:9999;
}

#slideshow {
	display:none;
}
