/* Gordon Ramsay
*  restaurants.css
*  Colour-scheme: La Noisette
*  Author: Stuart Thorne, DNA an AvenueA/Razorfish company
*  Date: 19-07-2006
*  v.1.0

* Restaurant: La Noisette
*/


table, th, td, div				{color:#696969;}

#main						{background:url(../images/page_bg.gif) repeat-y;}


/*
* PAGE BACKGROUND AND MAST PANEL
*/
/* This is the main background of the page, which will include a photographic image provided by each site css */
.page-background				{background:url(../images/restaurant_bgs/page_background_1.jpg) no-repeat #67261D;}
/* .page-background is the default background, should no page background ID be chosen */
#bg1						{background:url(../images/restaurant_bgs/page_background_1.jpg) no-repeat #67261D;}
#bg2						{background:url(../images/restaurant_bgs/page_background_2.jpg) no-repeat #67261D;}
#bg3						{background:url(../images/restaurant_bgs/page_background_3.jpg) no-repeat #67261D;}
#bg4						{background:url(../images/restaurant_bgs/page_background_4.jpg) no-repeat #67261D;}
#bg5						{background:url(../images/restaurant_bgs/page_background_5.jpg) no-repeat #67261D;}
#bg6						{background:url(../images/restaurant_bgs/page_background_6.jpg) no-repeat #67261D;}
#bg7						{background:url(../images/restaurant_bgs/page_background_7.jpg) no-repeat #67261D;}
#bg8						{background:url(../images/restaurant_bgs/page_background_8.jpg) no-repeat #67261D;}
#bg9						{background:url(../images/restaurant_bgs/page_background_9.jpg) no-repeat #67261D;}
#bg10						{background:url(../images/restaurant_bgs/page_background_10.jpg) no-repeat #67261D;}


/* This is the brand mast which sits on top of the #page-background */
#page-brand-mast				{background:#67261D;}
/*
* END PAGE BACKGROUND AND MAST PANEL
*/


/*
* MAIN NAVIGATION
*/
/* This is the top navigation which sits on top of the #page-background, beneath #page-brand-mast */
#page-main-nav					{background:#67261D;}
#page-main-nav a				{color:#C36D4C;}
#page-main-nav a:hover				{color:#F0DBD1;}
#page-main-nav a:active				{color:#F0DBD1;}
#page-main-nav a.active				{color:#F0DBD1;}
/*
* END MAIN NAVIGATION
*/

/*
* SECONDARY NAVIGATION
*/
/* This is the 2nd top navigation which sits on top of the #page-background, beneath #page-top-nav-main */
#page-second-nav				{background:#853D33;}
#page-second-nav a				{color:#C36D4C;}
#page-second-nav a:hover			{color:#F0DBD1;}
#page-second-nav a:active			{color:#F0DBD1;}
#page-second-nav a.active			{color:#F0DBD1;}
/*
* END SECONDARY NAVIGATION
*/

/*
* PAGE CONTAINER
*/
/* This is the container for the actual page content, and sits on top of #page-background, beneath #page-top-nav-second	*/
#page-content-container				{color:#67261D;}
/*
* END PAGE CONTAINER
*/


/* 
* CONTENT AREA TYPES 
*/
/* T04 Single One Column - The container around the one column */
#single						{background:#fff;}

/* T04 One column - The content area itself */
#single-one-column				{}

/* T05 Double One Column - The container around the one column */
#double						{background:#fff;}

/* T05 One column - The content area itself */
#double-one-column				{}

/* T06 Two column - The content area itself */


a, a.download					{color:#67261D; text-decoration:none; font-weight:bold;}
a:hover, a.download:hover			{color:#67261D; text-decoration:underline;font-weight:bold;}
/* 
* END CONTENT AREA TYPES 
*/


/*
* FOOTER
*/
/* This is the footer panel and sits on top of the #page-background, beneath #page-content-container */
#page-footer, #page-footer .page-margin					{background:#67261D; color:#C36D4C;}
#page-footer a, #page-footer .page-margin a				{color:#C36D4C;}
#page-footer a:hover, #page-footer .page-margin a:hover			{color:#F0DBD1;}
#page-footer a:active, #page-footer .page-margin a:active		{color:#F0DBD1;}
/*
* END FOOTER
*/

ul.hyphen					{list-style-type:none; margin:0 0 0 -39px;}
* html ul.hyphen					{list-style-type:none; margin:0px;}
ul.hyphen li					{background:url(../images/list_hyphen.gif) no-repeat; margin:0px; padding:0 0 0 10px;}	

ul.sitemap					{list-style-type:none; margin:0 0 0 -39px;}
* html ul.sitemap					{list-style-type:none; margin:0px;}
ul.sitemap li					{background:url(../images/list_hyphen.gif) no-repeat; margin:0px; padding:0 0 0 10px;}	
ul.sitemap li.level-two				{background:url(../images/list_hyphen.gif) no-repeat; margin:0 0 0 20px; padding:0 0 0 10px;}	
