@charset "utf-8";
/* CSS Document */

/* elements =============================================================*/
body {
	font-family: 'Open Sans', sans-serif;
	background: #3b3b3b;
}

a {
	text-decoration:none;
	cursor:pointer;
}

/* header_bar =============================================================*/

#header_bar {
	width:100%;
	height:40px;
	background:#3b3b3b;		
}

#head_container{
	width:960px;
	margin:0 auto;
}

#header_bar #head_container #header_nav ul {
	padding:12px 0px 10px 36px;
	
}

#header_bar #head_container #header_nav ul li{
	display:inline;
	border-right: 1px solid #fff;
	padding: 0px 10px 0px 5px;
}

#header_bar #head_container #header_nav ul li.last{
	border:none;
}

#header_bar #head_container #header_nav ul li a{
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 11px;
	color:#fff;
}
	#header_bar #head_container #header_nav ul li a:hover {
		color:#dedede;
		
	}

	#header_bar #head_container #header_nav ul li a.active {
		color:#DEDEDE;
		font-weight:700;
	}

#header_bar #head_container #header_nav ul li a.corporate {
	color:#ad3701;
	font-weight:700;
	font-size:12px;
}
	#header_bar #head_container #header_nav ul li a.corporate:hover {
	color:#a21003;
	}

	#header_bar #head_container #header_nav ul li a.corporate.active{
	color:#a21003;
	}

	#header_bar #head_container #header_nav ul li a.corporate.active:hover{
	color:#ad3701;
	}


/* content area =============================================================*/

#main_content {
	height:100%;
	width:100%;
	background:#a21003;
	background-image:url(../images/main_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#content_container {
	margin:0 auto;
	width:960px;
	height:768px;
	background:#fea43a;
	z-index:100;
	box-shadow: 12px 0 15px -4px rgba(0, 0, 0, 0.4), -12px 0 8px -4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 12px 0 15px -4px rgba(0, 0, 0, 0.4), -12px 0 8px -4px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 12px 0 15px -4px rgba(0, 0, 0, 0.4), -12px 0 8px -4px rgba(0, 0, 0, 0.4);	
}

/* top block =============================================================*/
#content_container #top_block {
	width: 960px;
	height: 181px;

}

#content_container #top_block #logo_block {
	float:left;
	width:185px;
	margin-left:86px;
}

#content_container #top_block #top_right_block #menus {
	float:right;
	width:334px;
	padding-left:10px;
}

#content_container #top_block #top_right_block #menus #main_menu {
	float:left;
}

#content_container #top_block #top_right_block #menus #main_menu #menu_button {
	display:inline-block;
	zoom:1;
	*display:inline;
	text-align:center;
	margin-right:4px;
	padding:20px 0px 5px 0px;
	width:120px;
	background:#973001;
	color:#ffd737;
}

#content_container #top_block #top_right_block #menus #main_menu #menu_button:hover,
#content_container #top_block #top_right_block #menus #main_menu #menu_button.active{
	background:#ad3701;
}

#content_container #top_block #top_right_block #menus #social_menu {
	margin:10px 0px 0px 10px;
	float:left;
}

#content_container #top_block #top_right_block #menus #social_menu #social_button_fb{
	width:40px;
	height:29px;
	background-image: url(../images/fb_icon.png);
	background-position: 0 -27px;
	background-repeat: no-repeat;
	text-align: center;
	margin: 0;	
}

#content_container #top_block #top_right_block #menus #social_menu #social_button_fb:hover {
	background-position: 0 0;
}

#content_container #top_block #top_right_block #top_text {
	width: 518px;
	float:left;
	margin: 32px 40px 0px 55px;
}

#content_container #top_block #top_right_block #top_text h1{
	color:#601802;
	margin-bottom:12px;
}

#content_container #top_block #top_right_block #top_text p {
	color:#601802;
	font-size:10px;
	line-height:1.5;
}

/* menu_nav =============================================================*/

#content_container #top_block #top_right_block #top_text #menu_nav ul {
	font-size:10px;
	width:600px;
}

#content_container #top_block #top_right_block #top_text #menu_nav ul li{
	display:inline-block;
	zoom:1;
	*display:inline;
	width: 186px;
	margin-bottom:10px;

}

#content_container #top_block #top_right_block #top_text #menu_nav ul li a{
	color:#601802;
	font-weight:400;
}

#content_container #top_block #top_right_block #top_text #menu_nav ul li a:hover {
	color:#ad3701;
}

#content_container #top_block #top_right_block #top_text #menu_nav ul li a.active {
	color:#ad3701;
	font-weight:700;
}

/* menu_block =============================================================*/

#menu_block	{
	float:right;
	width:960px;
	min-height:408px;
	background:#601802;
}

#menu_block #menu_header {
	margin-left:85px;
	width:800px;
	height:35px;
	border-bottom:1px solid #ffd737;
}

#menu_block #menu_header h2 {
	margin:16px 0px 0px 14px;
	font-size:16px;
	font-weight:600;
	color:#ffd737;
	float:left;
}

#menu_block #menu_header a.menu_download {
	background:url(../images/pdf_icon.png) no-repeat top right;
	width:130px;
	float:right;
	font-size:10px;
	color:#fff;
	padding-top:11px;	
	margin-top:8px;
}

#menu_block #menu_header a.menu_download:hover {
	color:#ffd737;
}

#menu_block #menu_header img{
	margin-top:3px;
	float:right;
}

#menu_block #menu_scroll {
	width:854px;
	height:352px;
	margin-left: 100px;
	float:left;
	overflow:auto;
}

#menu_block #menu_scroll #menu_left {
	width:225px;
	float:left;
  margin:10px 0px 20px 0px;
}

#menu_block #menu_scroll #menu_mid {
	width:225px;
	float:left;
  margin:10px 0px 20px 65px;
}

#menu_block #menu_scroll #menu_right {
	width:225px;
	float:left;
  margin:10px 0px 20px 65px;
}


#menu_block #menu_scroll #menu_item {
	width:210px;
	line-height:1.7;
	margin-top:12px;
}

#menu_block #menu_scroll #menu_item h4 {
	text-transform: uppercase;
	font-size:10px;
	color:#fff;
	font-weight:600;
	margin-bottom:4px;
}

#menu_block #menu_scroll #menu_item h6 {
	display:block;
	text-transform: uppercase;
	font-size:9px;
	color:#fff;
	font-weight:600;
}

#menu_block #menu_scroll #menu_item p {
	font-size:9px;
	color:#ffd737;
	font-weight:300;
}

/* catering_menu_block =============================================================*/

#menu_block #menu_scroll #catering_header {
	margin-top:10px;	
}

#menu_block #menu_scroll #catering_header h5 {
	text-transform:uppercase;
	font-size:12px;
	font-weight:700;
	color:#fff;
}

#menu_block #menu_scroll #catering_header p {
	font-size:9px;
	font-weight:300;
	color:#ffd737;
	margin-top:5px;
}

/* cycle_block =============================================================*/

#cycle_div {
	height:408px;
	position:absolute;
	top:221px;
}

#cycle_div #slide_captions { 
	position:absolute;
	top:0px;
	left:86px;
	width:184px;
	background-image:url(../images/cycle_text_bg.png);
	z-index:400;
}

#cycle_div #slide_captions h3 {
	font-size:13px;
	font-weight:700;
	margin:12px 0px 0px 0px;
	padding-left: 15px;
}

#cycle_div #slide_captions p {
	font-size:11px;
	font-weight:600;
	margin-top:5px;
	padding: 0px 18px 12px 15px;
	line-height: 1.5;

}

#cycle_div #slide_captions #caption_link {
	font-size:12px;
	font-weight:600;
	color:#fff;
	line-height:1.5;
	text-align:center;
	background:#fea43a;	

}

#cycle_div #slide_captions #caption_link:hover {
	background:#f37915;
}

#cycle_div #slide_pager {
	position:absolute;
	top:12px;
	right:-12px;
	width:83px;
	z-index:400;
}

#cycle_div #slide_pager img {
	border:1px solid #fff;
	margin-bottom:8px;
}

#cycle_div #slide_pager img:hover,
#cycle_div #slide_pager a.active img{
	border:1px solid #fea43a;
}

/* callout_div =============================================================*/

#callout_div {
	position:absolute;
	top:615px;
	height:190px;
	width:838px;
	margin-left:70px;
	z-index:400;
}

#callout_div .callout {
	height:188px;
	width:259px;
	background:url(../images/callout_bg.png) no-repeat;
	margin-left:12px;
}

#callout_div h2{
	font-size:16px;
	font-weight:500;
	color:#ffd737;
	padding:10px 22px 20px 30px;
}

#callout_div p{
	font-size:11px;
	font-weight:300;
	color:#ffd737;
	line-height:1.6;
	padding:6px 22px 4px 30px;
}


#callout_div #left_callout #static_map {
	width:200px;
	margin:6px 20px 10px 24px;
	box-shadow: 4px 3px 12px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 4px 3px 12px 0px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 4px 3px 12px 0px rgba(0, 0, 0, 0.5);
	
}

#callout_div #right_callout #callout_image {
	width:200px;
	margin:6px 20px 10px 24px;
	box-shadow: 4px 3px 12px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 4px 3px 12px 0px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 4px 3px 12px 0px rgba(0, 0, 0, 0.5);
	
}

#callout_div #left_callout {
	float:left;
	height:188px;
	width:259px;
	
}

#callout_div #mid_callout {
	float: left;
	height:188px;
	width:259px;

	
}

#callout_div #right_callout {
	float: left;
	height:188px;
	width:259px;

	
}

#callout_div #callout_contact {
	float:left;
	width:248px;
	height:80px;
}

#callout_div #callout_contact #contact_left {
	float:left;
	width:120px;
}

#callout_div #callout_contact #contact_right {
	float:right;
	width:126px;
}

#callout_div #callout_contact #contact_left h2,
#callout_div #callout_contact #contact_right h2 {
	padding:10px 12px 0px 29px;
}

#callout_div #callout_contact #contact_left p,
#callout_div #callout_contact #contact_right p {
	padding:6px 12px 10px 29px;
}

/* footer =============================================================*/


#footer #footer_content {
	width: 940px;
	margin: 0 auto;
	height: 80px;
	padding: 10px;
}

#footer #footer_content #corporate_contact {	
	float:left;
 	padding-left:20px;
	width:200px;
}

#footer #footer_content #corporate_contact h5{
  font-size:12px;
	font-weight:600;
	color:#ad3701;
	margin-bottom:6px;
}

#footer #footer_content #corporate_contact p{
  font-size:9px;
	font-weight:300;
	color:#fff;
	line-height:1.5;
}

#footer #footer_content #restaurant_nav {
	float:right;
	width:658px;
}

#footer #footer_content #restaurant_nav ul {
	width:;
	float:right;
	font-size:9px;
}

#footer #footer_content #restaurant_nav ul li{
	display:inline-block;
	zoom:1;
	*display:inline;
	width: 162px;
	margin-bottom:10px;
}

#footer #footer_content #restaurant_nav ul li a{
	color:#fff;
	font-weight:400;
}

#footer #footer_content #restaurant_nav ul li a:hover {
	color:#dedede;
}

#footer #footer_content #restaurant_nav ul li a.active {
	color:#dedede;
	font-weight:700;
}

#footer #footer_content #copyright_wrap #footer_copyright {
	width:960px;
	font-size:8px;
	font-weight:300;
	color:#fff;
	float:right;
}

#footer #footer_content #copyright_wrap #footer_copyright p {
	float:right;
}




