/*
---------------------------------
//General
---------------------------------
*/

body 
{	

	
	text-align: center;
	font: 12px arial, sans-serif;
	line-height: 15px;
	/*background:url(../images/bg2.png) repeat-x #9b9682;*/
		background:url(../images/bg4.png) no-repeat top center #ffffff;
		position: fixed center;
		
}

a 
{
	color:#DF6FAB;
	text-decoration:underline;
}

a:hover 
{
	text-decoration:none;
}

p
{
	line-height:20px;
	margin-bottom: 25px;
	color:#838282;
}

h1
{
	display:none;
}

h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color:#DF6FAB;
	margin-bottom: 20px;
	font-weight:lighter;
	border-bottom: 1px solid #DF6FAB;
	padding-bottom:15px;
	text-transform:capitalize;
}

h3
{

}

h4
{

}

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
{
	border: 2px solid #ffffff;
}

.image_left
{
	margin-right:30px;
	margin-bottom: 20px;
}

.image_right
{
	margin-left:30px;
	margin-bottom:20px;
}	

/*---------------------------------------------------------------------------------- */
/* CONTAINERS */
/*---------------------------------------------------------------------------------- */

#container 
{
	text-align: left;
	margin: auto;
	width:900px;
}

/*---------------------------------------------------------------------------------- */
/* TOP */
/*---------------------------------------------------------------------------------- */

#top
{
	height:100px;
}

.logo
{
	margin:auto;
	
	
}

#menu
{
	float:right;
	margin-top: 30px;
	margin-right: 10px;
	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:23px;
	padding-top: 7px;
	color: #636052;
	text-align:center;
	font-size:12px;
	font-family: Helvetica, arial, sans-serif;
}

#menubar li.trigger
{
	background:	url(../images/menu_bg.png) repeat-x 0 0px;
	background-repeat: no-repeat;
}

#menubar li.menu_divider
{
	background:url(../images/menu_divider.png) no-repeat;
	width: 2px;
	height: 30px;
}

#menubar li.active a
{
	background:	url(../images/menu_bg.png) repeat-x 0 -47px;
	color:#ffffff;
}

#menubar li 
{
	float: left;
	width: 104px;
	height:30px;
	position:relative;
}

#menubar li a:hover 
{
	color: #ffffff;
	background:	url(../images/menu_bg.png) repeat-x 0 -47px;
}

/*---------------------------------------------------------------------------------- */
/* BANNER */
/*---------------------------------------------------------------------------------- */

#banner
{
	width: 900px;
	height: 300px;
	background:url(../images/banner.png) no-repeat;
	float:left;
	margin-top:75px;
}

#banner p
{
	color:#ede9cc;
	font-size:12px;
	padding-left:26px;
	line-height: 20px;
	margin-bottom:5px;
}

.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:120px;
	width:188px;
}

.sliderTextHolder li
{
	height:175px;
}

.sliderImages
{
	margin-left:15px;
	margin-top: -1px;
	float:left;
}

.banner_heading
{
	font-weight:bold;
	margin-top:10px;
}

.banner_price_tag
{
	color:#f1f1f1;
	margin-left:40px;
	text-transform:capitalize;
	font-size:12px;
	font-weight:bold;
	margin-top:2px;
}

.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;
}

/*---------------------------------------------------------------------------------- */
/* BANNER */
/*---------------------------------------------------------------------------------- */

#content
{
	width:890px;
	background:url(../images/content_bg2.png) repeat-x #fefefe;
	border: 10px solid #fefefe;
	margin-bottom:10px;
	margin-left:20px;
	margin-top:35px;
	float:left;
	z-index: -1;
}

#primaryContent
{
	padding:30px;
	width:850px;
	float:left;
}

#secondaryContent_container
{
	margin:40px 30px 30px 40px;
}

.secondaryContentBorder
{
	border:1px solid #e5e4dc;
	width:208px;
	float:right;
	margin-top: 40px;
	display:inline; /* IE6 Hack */
}

/* SECONDARY CONTENT */

.secondaryContent
{
	border:1px solid #ffffff;
	margin:3px;
	background:#e6e5dd;
	width:200px;
	font-size:11px;
	padding-bottom:10px;
}

.secondaryContent img
{
	margin:20px 0px 0px 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:#DF6FAB;
	margin-bottom: 5px;
	font-weight:lighter;
	text-transform:capitalize;
}

/* SUBMENU */

.submenu_header
{
	background:url(../images/secondaryContent_header.png) repeat-x;
	height:14px;
	width:170px;
	padding:15px;
	color:#fff;
	font-size:15px;
	margin-bottom:15px;
}

#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;
}


/*---------------------------------------------------------------------------------- */
/* FOOTER */
/*---------------------------------------------------------------------------------- */

#footer
{
	background: #D8B7FB;
	width: 900px;
	margin-bottom: 5px;
}

#footer p
{
	color:#ffffff;
	margin-left:10px;
}

#footer a
{
	color:#616161;
	text-decoration:underline;
}

#footer a:hover
{
	text-decoration:none;
}

.footerLeft
{
	width: 350px;
	float:left;
	text-align:left;
	margin-left: 20px;
}

.footerRight
{
	width:300px;
	float:right;
	text-align:right;
	margin-right: 20px;
}

/*---------------------------------------------------------------------------------- */
/* FORMS*/
/*---------------------------------------------------------------------------------- */

#form_container
{
	width:548px;
	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_bg.png) 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_bg.png) 0px -27px 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:150px;
	width:550px;
	background:url(../images/menu_image_starters.jpg) no-repeat;
}

.sandwiches
{
	height:150px;
	width:550px;
	background:url(../images/menu_image_sandwiches.jpg) no-repeat;
}

.entrees
{
	height:150px;
	width:550px;
	background:url(../images/menu_image_entrees.jpg) no-repeat;
}

.desserts
{
	height:150px;
	width:550px;
	background:url(../images/menu_image_desserts.jpg) no-repeat;
}

.drinks
{
	height:150px;
	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 #DF6FAB;
	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;
}



/*-------------------------------ADDITIONS---------------------*/

.tableCake
{
width:550px;
color:#838282;
border: 1px solid;
padding: 2px;
}
.tableHeader
{
 font-size:15px;
 font-weight: bold;
font-style:italic;
border-right: 1px solid;
border-left: 1px solid;
border-bottom: 1px solid;
padding: 2px;
}

.cakeTableData
{
padding:2px;
border-right: 1px solid;
border-left: 1px solid;
}

.spacer 
{
height:200px;
}