/* Moorcock Inn
*  global.css
*  Main site structure
*  Author: Bob Wilkinson	
*  Date: 08/12/2008
*  v.1.0

* Restaurant: The Moorcock Inn
*/

table, th, td, div						{
	color:#330066;
}

#main								{
	background:url(../images/page_bg.gif) repeat-y #330066;
	background-attachment: scroll;
}

/*
* 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 #330066;}
/* .page-background is the default background, should no page background ID be chosen */

#bg1							{background-color: #330066;	background-image: url(Images/Hotel_snow1.jpg); background-repeat: no-repeat;}
#bg2							{background-color: #330066;	background-image: url(Images/Hotel_summer1.jpg); background-repeat: no-repeat}
#bg3							{background-color: #330066;	background-image: url(Images/Bridal3.jpg); background-repeat: no-repeat;}
#bg4							{background-color: #330066;	background-image: url(Images/barfire.jpg); background-repeat: no-repeat;}
#bg5							{background-color: #330066;	background-image: url(Images/diningroom.jpg); background-repeat: no-repeat;}
#bg6							{background-color: #330066;	background-image: url(Images/function_background3.jpg); background-repeat: no-repeat;}
#bg7							{background-color: #330066;	background-image: url(Images/wedding_background2.jpg); background-repeat: no-repeat;}
#bg8							{background-color: #330066;	background-image: url(Images/offer_background.jpg); background-repeat: no-repeat;}


/* MENU SLIDEHSOW ONLY */
#bg_menu1						{background:url(../images/restaurant_bgs/menus/page_background_1.jpg) no-repeat #3e1f11;}
#bg_menu2						{background:url(../images/restaurant_bgs/menus/page_background_2.jpg) no-repeat #3e1f11;}
#bg_menu3						{background:url(../images/restaurant_bgs/menus/page_background_3.jpg) no-repeat #3e1f11;}
#bg_menu4						{background:url(../images/restaurant_bgs/menus/page_background_4.jpg) no-repeat #3e1f11;}
#bg_menu5						{background:url(../images/restaurant_bgs/menus/page_background_5.jpg) no-repeat #3e1f11;}
#bg_menu6						{background:url(../images/restaurant_bgs/menus/page_background_6.jpg) no-repeat #3e1f11;}

/* This is the brand mast which sits on top of the #page-background */
#page-brand-mast					{
	background-color: #FFFFFF;
}
/*
* 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-color: #330066;
}
#page-main-nav a				{color:#b1a6a1;}
#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-color: #330099;
}
#page-second-nav a				{color:#b1a6a1;}
#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:#330099;
}
/*
* 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:#3300CC;
	text-decoration:none;
	font-weight:bold;
}
a:hover, a.download:hover				{
	color:#330066;
	;
	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			{
	color:#330066;
	background-color: #330066;
}
#page-footer a, #page-footer .page-margin a		{color:#b1a6a1;}
#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
*/
	
