/* Gordon Ramsay
*  restaurants.css
*  Colour-scheme: The Warrington
*  Author: Stuart Thorne, AvenueA | Razorfish
*  Date: 05-02-2008
*  v.1.0

* Restaurant: The Warrington
*/

table, th, td, div						{color:#696969;}

#main								{background:url(../images/page_bg.gif) repeat-y #6f5c50;}

/*
* 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 #6f5c50;}
/* .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 #6f5c50;}
#bg2							{background:url(../images/restaurant_bgs/page_background_2.jpg) no-repeat #6f5c50;}
#bg3							{background:url(../images/restaurant_bgs/page_background_3.jpg) no-repeat #6f5c50;}
#bg4							{background:url(../images/restaurant_bgs/page_background_4.jpg) no-repeat #6f5c50;}
#bg5							{background:url(../images/restaurant_bgs/page_background_5.jpg) no-repeat #6f5c50;}
#bg6							{background:url(../images/restaurant_bgs/page_background_6.jpg) no-repeat #6f5c50;}
#bg7							{background:url(../images/restaurant_bgs/page_background_7.jpg) no-repeat #6f5c50;}
#bg8							{background:url(../images/restaurant_bgs/page_background_8.jpg) no-repeat #6f5c50;}
#bg9							{background:url(../images/restaurant_bgs/page_background_9.jpg) no-repeat #6f5c50;}
#bg10							{background:url(../images/restaurant_bgs/page_background_10.jpg) no-repeat #6f5c50;}
#bg11							{background:url(../images/restaurant_bgs/page_background_11.jpg) no-repeat #6f5c50;}
#bg12							{background:url(../images/restaurant_bgs/page_background_12.jpg) no-repeat #6f5c50;}
#bg13							{background:url(../images/restaurant_bgs/page_background_13.jpg) no-repeat #6f5c50;}
#bg14							{background:url(../images/restaurant_bgs/page_background_14.jpg) no-repeat #6f5c50;}
#bg15							{background:url(../images/restaurant_bgs/page_background_15.jpg) no-repeat #6f5c50;}
#bg16							{background:url(../images/restaurant_bgs/page_background_16.jpg) no-repeat #6f5c50;}
#bg17							{background:url(../images/restaurant_bgs/page_background_17.jpg) no-repeat #6f5c50;}
#bg18							{background:url(../images/restaurant_bgs/page_background_18.jpg) no-repeat #6f5c50;}
#bg19							{background:url(../images/restaurant_bgs/page_background_19.jpg) no-repeat #6f5c50;}
#bg20							{background:url(../images/restaurant_bgs/page_background_20.jpg) no-repeat #6f5c50;}
#bg21							{background:url(../images/restaurant_bgs/page_background_21.jpg) no-repeat #6f5c50;}
#bg22							{background:url(../images/restaurant_bgs/page_background_22.jpg) no-repeat #6f5c50;}
#bg23							{background:url(../images/restaurant_bgs/page_background_23.jpg) no-repeat #6f5c50;}
#bg24							{background:url(../images/restaurant_bgs/page_background_24.jpg) no-repeat #6f5c50;}
#bg25							{background:url(../images/restaurant_bgs/page_background_25.jpg) no-repeat #6f5c50;}
#bg26							{background:url(../images/restaurant_bgs/page_background_26.jpg) no-repeat #6f5c50;}
#bg27							{background:url(../images/restaurant_bgs/page_background_27.jpg) no-repeat #6f5c50;}
#bg28							{background:url(../images/restaurant_bgs/page_background_28.jpg) no-repeat #6f5c50;}

/* MENU SLIDEHSOW ONLY */
#bg_menu1						{background:url(../images/restaurant_bgs/menus/page_background_1.jpg) no-repeat #6f5c50;}
#bg_menu2						{background:url(../images/restaurant_bgs/menus/page_background_2.jpg) no-repeat #6f5c50;}
#bg_menu3						{background:url(../images/restaurant_bgs/menus/page_background_3.jpg) no-repeat #6f5c50;}
#bg_menu4						{background:url(../images/restaurant_bgs/menus/page_background_4.jpg) no-repeat #6f5c50;}
#bg_menu5						{background:url(../images/restaurant_bgs/menus/page_background_5.jpg) no-repeat #6f5c50;}
#bg_menu6						{background:url(../images/restaurant_bgs/menus/page_background_6.jpg) no-repeat #6f5c50;}

/* This is the brand mast which sits on top of the #page-background */
#page-brand-mast					{background:#614d40;}
/*
* 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:#614d40;}
#page-main-nav a				{color:#c9c0b4;}
#page-main-nav a:hover			{color:#fff;}
#page-main-nav a:active			{color:#fff;}
#page-main-nav a.active			{color:#fff;}
/*
* 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:#776458;}
#page-second-nav a				{color:#c9c0b4;}
#page-second-nav a:hover		{color:#fff;}
#page-second-nav a:active		{color:#fff;}
#page-second-nav a.active		{color:#fff;}
/*
* 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:#633162;}
/*
* 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:#614d40; text-decoration:none; font-weight:bold;}
a:hover, a.download:hover				{color:#614d40; 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:#6f5c50; color:#c9c0b4;}
#page-footer a, #page-footer .page-margin a		{color:#c9c0b4;}
#page-footer a:hover,#page-footer .page-margin a:hover		{color:#ffffff;}
#page-footer a:active, #page-footer .page-margin a:active	{color:#ffffff;}

/*
* 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;}	