/* 

Main Styles

 */
 
 
/* ///////////////////////////////////////////////////// Main Elements //////////////////////////////////////////////////////*/

body {
	margin:0px; padding:0px;
	min-height:100%;
	background:#121212 url(../images/bg_main2.jpg) no-repeat fixed;
	font-family:Tahoma, Arial;
	font-size:12px;	
	color:#cacaca;
	font-smooth:always;
	line-height:19px;
}

html {
	margin:0px; padding:0px;
	min-height:100%;
}

#container {
	width:940px;
	height:auto;
	margin:40px auto 60px auto;
	padding:15px 25px 0px 25px;
	position:relative;
}

#container .transparency {
	height:100%;
	position:absolute;
	top:10px;
	left:10px;
	width:970px;
	opacity:0.7;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	background:#000;
	z-index:-1;
}

#container .outer_border {
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	width:970px;
	opacity:0.15;
	filter:alpha(opacity=15);
	-moz-opacity:0.15;
	background:#000;
	z-index:-1;
	border:#fff 10px solid;
}

#header {
	height:131px;
	background:url(../images/logo.gif) no-repeat left;
	margin-bottom:5px;
}

#bottom {
	height:43px;
	background:url(../images/footer_bg.jpg) no-repeat;
	margin:10px 0px 10px 0px;
	line-height:43px;
	padding:0px 15px;
	font-size:11px;
	color:#121212;
}

#footnote {
	text-align:center;
	font-size:10px;
}

#content {
	height:auto;
	margin-top:10px;
	padding:0px;
}

#mainbox {
	margin:10px 0px 25px 0px;
	width:620px;
}

#mainbox2 {

}

a.promo {
	display:block;
	height:100%;
}

.contentBox {
	height:auto;
	border:#fff solid 3px;
	margin-bottom:10px;
	padding:0px 57px 40px;
}




/* ///////////////////////////////////////////////////// Navigation //////////////////////////////////////////////////////*/

#mainnav {
	color:white;
	font-size:12px;
	height:34px;
	background:url(../images/nav_bg.gif) repeat-x bottom;
}

#mainnav ul {
	margin:0px;
	padding:0px;
}

#mainnav ul li {
	float:left;
}

#mainnav a {
	display:block;
	font-weight:bold;
	height:34px;
	background-attachment:fixed;
}

#mainnav ul li span {
	display:none;
}

#mainnav ul li.current, #mainnav li:hover {
	background:#c80e26;
}

#mainnav li.disabled:hover {
	padding:0px !important;
	background:none !important;
}

#mainnav #home {
	width:82px;
	background:url(../images/nav_sprite3.png) 0px 5px no-repeat;
}

#mainnav #menu {
	width:100px;
	background:url(../images/nav_sprite3.png)  -82px 5px no-repeat;
}

#mainnav #about {
	width:121px;
	background:url(../images/nav_sprite3.png)  -182px 5px no-repeat;
}

#mainnav #employment {
	width:114px;
	background:url(../images/nav_sprite3.png)  -302px 5px no-repeat;
}

#mainnav #reviews {
	width:82px;
	background:url(../images/nav_sprite3.png)  -417px 5px no-repeat;
}

#mainnav #location {
	width:84px;
	background:url(../images/nav_sprite3.png)  -501px 5px no-repeat;
}

#mainnav #gallery {
	width:72px;
	background:url(../images/nav_sprite3.png)  -587px 5px no-repeat;
}

#mainnav #reservations {
	width:152px;
	background:url(../images/nav_sprite3.png)  -746px 5px no-repeat;
}

#mainnav #catering {
	width:81px;
	background:url(../images/nav_sprite3.png)  -663px 5px no-repeat;
}

#footer_nav, #footer_nav li {
	display:inline;
	margin-right:4px;
}

#footer_nav a {
	color:#121212;
}


ul#subnav {
	width:820px;
	height:57px;
	background:url(../images/menu/menu_subnav.gif) no-repeat;
	padding:0px;
	margin-top:0px;
}

ul#subnav li {
	display:inline;
	margin-left:15px;
	line-height:57px;
	font-size:12px;
	font-weight:bold;
}

ul#subnav a {
	color:#706755;
	display:block;
	height:100%;
	float:left;
	margin-left:30px;
}

ul#subnav a.selected {
	color:#000;
	background:url(../images/menu/menu_subnav_hilite.gif) bottom no-repeat;
}

ul#subnav a:hover {
	cursor:pointer;
}


/* ///////////////////////////////////////////////////// Common Styles //////////////////////////////////////////////////////*/

ul, li {
	list-style:none;
}

ul a, li a {
	text-decoration:none;
}

ul a:hover, li a:hover {
	text-decoration:underline;
}

.clear {
	clear:both;
	height:1px;
}

div.clear {
	height:1px;
}

.fl_left {
	float:left;
}

.fl_right {
	float:right;
}

#contact_info {
	float:right;
	text-align:right;
	margin-top:36px;
	font-size:11px;
	line-height:14px;
	color:#fff;
}

#contact_info b {
	display:block;
	font-size:20px;
	color:#e92a40;
	margin:0px 0px 0px 0px;
}

.hide {
	display:none;
}

a img {
	border:none;
}

.loading {
    background:#fff url(../images/loading.gif) no-repeat 50% 50%;
}




/* ///////////////////////////////////////////////////// Type Styles //////////////////////////////////////////////////////*/

h1 {
	color:#cf263f;
	font-size:25px;
	margin-bottom:10px;
	font-weight:normal;
	font-family:Segoe, Tahoma;
}

h2 {
	color:#fff;
	font-size:25px;
	margin-bottom:10px;
	font-weight:normal;
}

h3 {
	color:#fff;
	font-size:14px;
	margin:0px;
	font-style:italic;
	font-weight:normal;
}

h4 {
	color:#fff;
	font-size:14px;
	font-weight:normal;
	margin:15px 0px 0px 0px;
}

p {
	line-height:19px;
}

a {
	color:#ce233d;
}

















