/*
---------------------------------
//General
---------------------------------
*/

body 
{
	text-align: center;
	font: 12px arial, sans-serif;
	line-height: 15px;
	background:url(../images/rockbg3.jpg) repeat-x #97927b;
}

a 
{
	color:#8da157;
	text-decoration:underline;
}

a:hover 
{
	text-decoration:none;
}

p
{
	line-height:20px;
	margin-bottom: 25px;
	color:#000000;
}

h1
{
	display:none;
}

h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color:#000000;
	margin-bottom: 20px;
	font-weight:lighter;
	border-bottom: 1px solid #000000;
	padding-bottom:15px;
	text-transform:capitalize;
}

h3
{
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color:#000000;
	margin-bottom: 10px;
	font-weight:lighter;
	text-transform:capitalize;
}

h4
{
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color:#000000;
	margin-bottom: 10px;
	font-weight:lighter;
	text-transform:capitalize;

}

blockquote
{

}

pre
{

}

dt
{
	color:#838282;
	font-weight:bold;
	float:left;
	width:265px;
}

dd
{
	color:#a49e87;
	font-style:italic;
	margin-bottom:20px;
	width:200px;
}

.more
{
	text-align: right;
	font-weight:bolder;
}

.fl
{
	float:left;
}

.fr
{
	float:right;
}

.ar
{
	text-align:right;
}

.al
{
	text-align:left;
}

.center
{
	text-align:center;
}

.clear 
{
	clear: both;
}

.image
{
	padding:5px 5px 0px 0px;
}

.image_left
{
	margin-right:30px;
	margin-bottom: 20px;
}

.image_right
{
	margin-left:30px;
	margin-bottom:20px;
}	

.topofpage
{
	float:right;	
	margin:0px 0px 0px 0px;
}

/*---------------------------------------------------------------------------------- */
/* CONTAINERS */
/*---------------------------------------------------------------------------------- */
#main 
{
	text-align: left;
	width:100%;
	
}


#container 
{
	text-align: left;
	margin: auto;
	width:940px;
}


/*---------------------------------------------------------------------------------- */
/* TOP */
/*---------------------------------------------------------------------------------- */

#top
{
	height:127px;
}

.logo
{
	margin-left:20px;
	margin-top:10px;
	float:left;
}

.reservation
{
	margin-right:25px;
	margin-top:10px;
	float:right;
}


.tag
{
	font-family: Helvetia, sans-serif, Arial;
	color: fff#;
	float:right;

}

#menu
{
	float:right;
	margin-top: 7px;
	border-top: 1px solid #a9adad;
	border-left: 1px solid #a9adad;
	border-right: 1px solid #a9adad;
}

#menubar, #menubar ul {
	
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	
	
	
}

#menubar a {
	display: block;
	text-decoration: none;
	height:31px;
	padding-top: 16px;
	color: #636052;
	text-align:center;
	font-size:12px;
	font-family: Helvetica, arial, sans-serif;
}

#menubar li a
{
	background:	url(../images/menu_bg2.png) repeat-x 0 0;
	padding-left:10px;
	padding-right:10px;
}

#menubar li a:hover 
{
	color: #ffffff;
	background:	url(../images/menu_bg2.png) repeat-x 0 -47px;
}

#menubar li.menu_divider
{
	background:url(../images/menu_divider.png) no-repeat;
	width: 2px;
	height: 47px;
}

#menubar li.active a
{
	
	background:	url(../images/menu_bg2.png) repeat-x 0 -47px;
	color:#ffffff;
	padding-left:10px;
	padding-right:10px;	
}

#menubar li 
{
	float: left;
	height:47px;
	
}



/*---------------------------------------------------------------------------------- */
/* BANNER */
/*---------------------------------------------------------------------------------- */

#banner
{
	width: 900px;
	height: 300px;
	margin-left:30px;
	background:url(../images/banner4.png) no-repeat;
	float:left;
}

#banner p
{
	color:#ede9cc;
	font-size:12px;
	padding-left:26px;
	line-height: 20px;
	margin-bottom:10px;
}

.todays_offer
{
	margin-left:10px;
	margin-top:12px;
	float:left;
	width:350px;
	height:235px;
}

.banner_button_left
{
	float:left;
	margin-top:150px;
	margin-left:50px;
	cursor:pointer;
}

.banner_button_right
{
	float:left;
	margin-top:150px;
	margin-left:25px;
	cursor:pointer;
}

.sliderTextHolder
{
	float:left;
	margin-top:30px;
	width:376px;
}

.sliderTextHolder li
{
	height:255px;
}

.sliderImages
{
	margin-left:34px;
	margin-top: 20px;
	float:left;
}

.banner_heading
{
	font-weight:bold;
	margin-top:0px;
}

.banner_price_tag
{
	color:#f1f1f1;
	text-transform:capitalize;
	font-size:12px;
	font-weight:bold;
	margin-top:2px;
	padding-left:26px;
	
}

.banner_price_tag a
{
	color:#f1f1f1;
	text-decoration:none;
}

.banner_price_tag a:hover
{
	color:#c3d88e;
}

.banner_price
{
	color:#f1f1f1;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	margin-left:10px;
}

.banner_button_read_more
{
	width:118px;
	height:27px;
	display:block;
	margin-left:250px;
	background:url(../images/banner_button_read_more.png) no-repeat;
}

/*---------------------------------------------------------------------------------- */
/* CONTENT */
/*---------------------------------------------------------------------------------- */

#content
{
	width:960px;
	background:url(../images/content_bg.png) repeat-x #fefefe;
	border: 5px solid #fefefe;
	float:left;
	min-height:500px;
}


#primaryContent
{
	padding:30px 30px 0px 20px;
	width:920px;
	
}

#primaryContentLeft
{
	padding:30px;
	width:600px;
	float:left;
	
}

.read_more
{
	width:118px;
	height:27px;
	display:block;
	float:right;
	background:url(../images/banner_button_read_more.png) no-repeat;
}

.read_more_main
{
	width:118px;
	height:27px;
	margin-top:0px; 
	display:block;
	float:right;
	background:url(../images/banner_button_read_more.png) no-repeat;
}

.make_reservation
{
	width:197px;
	height:27px;
	margin:5px -5px 0px 0px;
	display:block;
	float:right;
	background:url(../images/make_reservation.png) no-repeat;
}

.flash_button
{
	position:relative;
	height:33px;
	width:112px;
	display:block;
	background:url(../images/get_flash_player.gif) no-repeat;
}

#primaryContent ul
{
	margin:20px 0 50px 50px;
}

#primaryContent li
{
	line-height:20px;
	margin-bottom: 5px;
	color:#000000;
}

#primaryImgContainer
{
	margin:0px;
	
	
}

.primaryImgBorder
{
	border:1px solid #e5e4dc;
	width:430px;
	float:right;
	margin-bottom:25px;
	margin-left:10px;
	display:inline; /* IE6 Hack */
}

.primaryImgBack
{
	border:1px solid #ffffff;
	margin:3px;
	background:#e6e5dd;
	width:422px;
	font-size:11px;
	padding-bottom:4px;
}

.primaryImgBack img
{
	margin:10px 0px 0px 10px;
	width:400px;
	height:213px;
}



#secondaryContent_container
{
	margin:57px 20px 30px 20px;
}

.secondaryContentBorder
{
	border:1px solid #e5e4dc;
	width:258px;
	float:right;
	margin-bottom:25px;
	display:inline; /* IE6 Hack */
}

/* SECONDARY CONTENT */

.secondaryContent
{
	border:1px solid #ffffff;
	margin:3px;
	background:#e6e5dd;
	width:250px;
	font-size:11px;
	padding-bottom:10px;
}

.secondaryContent img
{
	margin:60px 0px 10px 20px;
}

.secondaryContent p
{
	padding:0px 20px 0px 20px;
	margin:0;
}

.secondaryContent p.secondaryContent_heading
{
	padding:10px 20px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#c56666;
	margin-bottom: 5px;
	font-weight:lighter;
	text-transform:capitalize;
}
/* SUBMENU */

.submenu_header
{
	background:url(../images/menu_bg2.png) 0 -47px repeat-x;
	height:14px;
	width:220px;
	padding:15px;
	color:#fff;
	font-size:15px;
	margin-bottom:15px;
	border-bottom:1px solid #ffffff;
}

#submenu {
	border:1px solid #ffffff;
	margin:3px;
	background:#e6e5dd;
	width:200px;
}

#submenu ul
{
	margin-bottom:20px;
}

#submenu li
{
	list-style:none;
	border-bottom:1px solid #d3d2ce;
	border-top:1px solid #f3f3ee;
}

#submenu li:hover
{
	background:#f1f1f1;
}

#submenu li.active
{
	background:#f1f1f1;
}	

#submenu li a
{
	display: block;
	height:26px;
	width:175px;
	padding:8px 0px 0px 25px;
	background:url(../images/submenu_hover.png) 1px 11px  no-repeat;
	margin-left:10px;
	text-decoration:none;
}

#submenu li.submenu_first
{
	border-top:1px solid #e6e5dd;
}

#submenu li.submenu_last
{
	border-bottom:1px solid #e6e5dd;
}

#submenu a:hover
{
	background:url(../images/submenu_hover.png) 1px -10px  no-repeat #f1f1f1;
}

/*---------------------------------------------------------------------------------- */
/* VIDEO CONTAINERS */
/*---------------------------------------------------------------------------------- */

#flash {
position: relative; /*or absolute*/
z-index: 0;
}

#flvplayer
{
    margin-bottom:30px;
    border:1px solid #000000;
    width:368px;
    padding:3px;

}

#flvplayer2
{
    margin-bottom:30px;
    border:1px solid #000000;
    width:368px;
    padding:3px;
    

}

#flvplayer3
{
    margin-bottom:20px;
   border:1px solid #000000;
    width:368px;
    padding:3px;

}

#primaryContentVideo
{
	padding:30px;
	width:450px;
	float:left;
	
}

#primaryContentVideo ul
{
	margin:20px 0 20px 50px;
}

#primaryContentVideo li
{
	line-height:20px;
	margin-bottom: 5px;
	color:#000000;
}

#videoRightContainer
{
	margin:57px 30px 30px 20px;
}

.videoRight
{	
	width:400px;
	float:right;
	margin-bottom:25px;
	display:inline; /* IE6 Hack */
}






/*---------------------------------------------------------------------------------- */
/* FOOTER */
/*---------------------------------------------------------------------------------- */

#footer
{
	width: 100%;
	background:url(../images/footer.png) 0 0 repeat-x #000000;
	float:left;
}

#footer .footerText
{
	width:960px;
	margin: 0 auto;	
	text-align:center;
	padding-bottom:50px;
}

#footer .footerText p
{
	color:#eeede8;	
	font-size:16px;
	font-family: "Times New Roman", Times, serif;
}

#footer .links
{
    margin-top:15px;
    font-size:16px;
    font-family: Helvetia, sans-serif, Arial;   
    color:#c2d68c;
}

#footer .copy
{    
    font-family: Helvetia, sans-serif, Arial;   
    color:#eeede8;	
	font-size:12px;
    
}

#footer .title
{
	color:#eeede8;
	margin-top: 30px;
	margin-bottom: 20px;	
	font-size:24px;
	font-family: Georgia, "Times New Roman", Times, serif;	
}

#footer a
{

	text-decoration:none;
	color:#c2d68c;
}

#footer a:hover
{
	text-decoration:underline;
	
}



.footerLeft
{
	width: 960px;
	margin: 200px  5px auto;
	text-align:left;
	color:#eeede8;
	width:960px;
	font-size:14px;
	font-family: "Times New Roman", Times, serif;
}

.footerRight
{
	width:300px;
	float:right;
	text-align:right;
	margin-right: 20px;
}


/*---------------------------------------------------------------------------------- */
/* FORMS*/
/*---------------------------------------------------------------------------------- */

#form_container
{
	width:580px;
	border:1px solid #e6e5dd;
}

form
{
	font-size: 12px;
	background:#e6e5dd;
	border:1px solid #ffffff;
	padding:20px;
}

input
{
	font-size: 12px;
	background:url(../images/input_bg.png) repeat-x;
	height:19px;
	border:1px solid #dedede;
	padding-top:3px;
	padding-left:3px;
	color:#333333;
}

textarea
{
	font-size: 12px;
	background:url(../images/textarea_bg.png) #fff repeat-x;
	border:1px solid #dedede;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
}

input.submit, input.reset
{
	padding:0;
	background: url(../images/button_bg2.png) 0px -27px  repeat-x;
	width: 80px;
	height: 29px;
	color: #ffffff;
	border: 1px solid #fff;
	cursor: pointer;
	font-weight: lighter;
	text-transform: capitalize;
	margin-left: 8px;
	margin-top:10px;
}

input.submit:hover, input.reset:hover
{
	background:url(../images/button_bg2.png) repeat-x;
}

input.submit
{
	margin-left: 104px;
}

form li
{
	list-style-type: none;
}

label
{
	float: left;
	width: 6em;
	margin-right: 2em;
	margin-top: 5px;
	color:#808080;
	padding-left:4px;
}

.over 
{
	background-color:#cbc7b6;
	border:1px solid #ffffff;
}

.row 
{
	padding:5px;
}



/* ADDITIONAL PAGES */

/*---------------------------------------------------------------------------------- */
/* FRONTPAGE*/
/*---------------------------------------------------------------------------------- */

.welcome_icon
{
	float:left;
	margin-right:30px;
}

.front_columns
{
	width:550px;
	margin-top:50px;
}

.front_columns p a
{
	color:#838282;
	text-decoration:none;
	display:block;
	width:192px;
	height:232px;
}

.special_offer
{
	background:url(../images/special_offer_bg.png) no-repeat;
	width:192px;
	height:232px;
	float:left;
	margin-left:22px;
	margin-right:22px;
	padding:70px 25px 0px 25px;
	display:inline; /* IE6 Hack */
}

.our_chefs
{
	background:url(../images/our_chefs_bg.png) no-repeat;
	width:192px;
	height:232px;	
	float:left;
	padding:70px 25px 0px 25px;
	display:inline; /* IE6 Hack */
}	

/*---------------------------------------------------------------------------------- */
/* MENU */
/*---------------------------------------------------------------------------------- */

.starters
{
	height:160px;
	width:550px;
	background:url(../images/menu_image_starters.jpg) no-repeat;
}

.sandwiches
{
	height:160px;
	width:550px;
	background:url(../images/menu_image_sandwiches.jpg) no-repeat;
}

.entrees
{
	height:160px;
	width:550px;
	background:url(../images/menu_image_entrees.jpg) no-repeat;
}

.desserts
{
	height:160px;
	width:550px;
	background:url(../images/menu_image_desserts.jpg) no-repeat;
}

.drinks
{
	height:160px;
	width:550px;
	background:url(../images/menu_image_drinks.jpg) no-repeat;
}


.menu_image
{
	background-position: 0px -160px;
	cursor:pointer;
	margin-bottom:10px;
}

.menu_image:hover
{
	background-position: 0px 0px;
}	

.menu_link
{
	display:block;
	width:550px;
	height:160px;
}

/* MENU CARD */

.menu_left_side
{
	width: 265px;
	float:left;
	border-right: 1px solid #c56666;
	margin-top: 20px;
	padding-right:5px;
}

.menu_right_side
{
	width: 265px;
	float:right;
	margin-top: 20px;
}

.price
{
	float:right;
	margin-right:10px;
}


/*---------------------------------------------------------------------------------- */
/* CONTACT*/
/*---------------------------------------------------------------------------------- */

#contact_form
{
	float:left;
	width: 360px;
	border-right:1px solid #ececec;
}

#contact_form li
{
	margin:0;
}

#contact_form ul, #contact_form ol
{
	margin-bottom:0px;
}

#contact_information
{
	margin-left:20px;
	float:left;
}

p.contact_information_heading
{
	font-weight:bold;
	color:#808080;
}

