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

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

a 
{
	color:#c56666;
	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:#c56666;
	margin-bottom: 20px;
	font-weight:lighter;
	border-bottom: 1px solid #c56666;
	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-left:10px;
	float:left;
}

#menu
{
	float:right;
	margin-top: 52px;
	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.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: 47px;
}

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

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

#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;
}

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

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

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

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

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

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

#bannerchampagnesparkling p
{
	color:#ede9cc;
	font-size:16px;
	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:120px;
	width:376px;
}

.sliderTextHolder li
{
	height:175px;
}

.sliderImages
{
	margin-left:15px;
	margin-top: 20px;
	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_bg.png) repeat-x #fefefe;
	border: 5px solid #fefefe;
	margin-bottom:10px;
	float:left;
}

#main 
{
	float: left;
	width: 540px;
}

#primaryContent
{
	padding:30px;
	width:550px;
	float:left;
}

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

.secondaryContentBorder
{
	border:1px solid #e5e4dc;
	width:208px;
	float:right;
	margin-bottom:25px;
	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:#c56666;
	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
{
	width: 900px;
	margin-bottom: 10px;
}

#footer p
{
	color:#616161;
	margin-left:10px;
}

#footer a
{
	color:#616161;
	text-decoration:underline;
}

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

.footerLeft
{
	width: 300px;
	float:left;
	text-align:left;
	margin-left: 20px;
}

.footerRight
{
	width:400px;
	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 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
}

.menu_middle
{
	width: 265px;
	float:center;
	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;
}

p.label_name, p.input_form {
	float: left;
}

p.label_name {
	width: 80px;
	clear: both;
	color: #7f7e7e;
	font-size: 14px;
}

p#submit {text-align:right;}

