/* Gordon Ramsay
*  royalhospitalroad.css
*  Colour-scheme: Royal Hospital Road
*  Author: Stuart Thorne, DNA an AvenueA/Razorfish company
*  Date: 15-02-2006
*  v.1.0

* Restaurant: Royal Hospital Road
*/

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

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

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

/* MENU SLIDESHOW ONLY */
#bg_menu1	{background:url(../images/restaurant_bgs/menus/page_background_1.jpg) no-repeat #c8c8c8;}
#bg_menu2	{background:url(../images/restaurant_bgs/menus/page_background_2.jpg) no-repeat #c8c8c8;}
#bg_menu3	{background:url(../images/restaurant_bgs/menus/page_background_3.jpg) no-repeat #c8c8c8;}
#bg_menu4	{background:url(../images/restaurant_bgs/menus/page_background_4.jpg) no-repeat #c8c8c8;}
#bg_menu5	{background:url(../images/restaurant_bgs/menus/page_background_5.jpg) no-repeat #c8c8c8;}
#bg_menu6	{background:url(../images/restaurant_bgs/menus/page_background_6.jpg) no-repeat #c8c8c8;}
#bg_menu7	{background:url(../images/restaurant_bgs/menus/page_background_7.jpg) no-repeat #c8c8c8;}
#bg_menu8	{background:url(../images/restaurant_bgs/menus/page_background_8.jpg) no-repeat #c8c8c8;}
#bg_menu9	{background:url(../images/restaurant_bgs/menus/page_background_9.jpg) no-repeat #c8c8c8;}
#bg_menu10	{background:url(../images/restaurant_bgs/menus/page_background_10.jpg) no-repeat #c8c8c8;}
#bg_menu11	{background:url(../images/restaurant_bgs/menus/page_background_11.jpg) no-repeat #c8c8c8;}
#bg_menu12	{background:url(../images/restaurant_bgs/menus/page_background_12.jpg) no-repeat #c8c8c8;}


/* This is the brand mast which sits on top of the #page-background */
#page-brand-mast					{background:#c8c8c8;}
/*
* 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:#c8c8c8;}
#page-main-nav a				{color:#858585;}
#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:#9b9b9b;}
#page-second-nav a				{color:#ffffff;}
#page-second-nav a:hover		{color:#3c3c3c;}
#page-second-nav a:active		{color:#3c3c3c;}
#page-second-nav a.active		{color:#3c3c3c;}
/*
* 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:#000000;}
/*
* 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:#858585; text-decoration:none; font-weight:bold;}
a:hover, a.download:hover			{color:#858585; 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:#c8c8c8; color:#858585;}
#page-footer a, #page-footer .page-margin a	{color:#858585;}
#page-footer a:hover, #page-footer .page-margin	a:hover		{color:#fff;}
#page-footer a:active, #page-footer .page-margin a:active	{color:#fff;}
/*
* 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;}	
