/* 
	DIV LAYOUT TESTS SITE-WIDE STYLESHEET
////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////

	This document contains all the necessary styles for the DIV LAYOUT TESTS site.
	The document is split into numerous style sections:

	/// SS01: Override styles - styles that override base xhtml elements.
	/// SS02: Specific Styles - styles for unique ID objects
	/// SS03: Combination Styles - styles that combine to make reflexive classes
	/// SS04: Anchor & Link Styles - styles that redesign links, anchors etc.
	
///////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////
*/

/* 
SS01: OVERRIDE STYLES
////////////////////////////////////////////////////////////////
///////////////////////////////////////////
*/

body, html
{
	padding:0px;
	margin:0px;
	height:100%;
	text-align:middle;
	background: url(images/BG_Body.png) repeat;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #570f13;
}

li
{
	list-style-image: url(images/Bullet.gif);
	* list-style-image: url(images/BulletIE.gif);
	line-height:20px;
}

a
{
	color:#570F13;
	text-decoration:underline;
}

input, textarea, select{color:#000; vertical-align:top; text-align:left; border: 1px solid #401010; background:white; font:12px Arial, helvetica, sans-serif; padding-left:3px;}


/*
/////////////////////////////////////////// /Override
////////////////////////////////////////////////////////////////
*/

/* 
SS02: SPECIFIC STYLES
////////////////////////////////////////////////////////////////
///////////////////////////////////////////
*/

#CT_Body
{
	width:877px;
	margin:auto;
	min-height:100%;
	position:relative;
	background: url(images/BG_Menu.jpg) ;
	background-position: 0px 0px;
	/** background-position:left;
	* background: url(images/BG_MenuIE.gif) repeat-y;*/
	text-align: center;	
}

* html #CT_Body
{
	height:100%;
}

#CT_Header
{
	height:266px;
	width:855px;
	clear:both;
	text-align:middle;
	font-weight:bold;
	font-size:20px;
	text-align: center;
	margin:auto;
}

	#Banner
	{
	width:855px;
	text-align: center;
	margin: auto;
	background: url(images/BG_Banner.jpg) no-repeat;
	height: 130px;
	}

	#CT_SubMenu
	{
		width: 842px;
		height:125px;
		background: url(images/BG_SubMenu.gif) repeat-x;
		padding: 11px 0px 0px 13px;
		text-align: center;
		margin: auto;
	}

	.SubMenuBT
	{
		float: left;
		margin-right: 10px;
		}
	
#CT_Content
{
	width:855px;
	clear:both;
	text-align: center;
	padding-bottom:40px;
	background:/* url(images/BG_Body.jpg) no-repeat 265px 0px */;
	margin:auto;
	padding-top: 24px;
}

#CT_Menu
{
	width: 265px;
	left:10px;
	* left: 9px;
	top:265px;
	float:left;
	z-index: 6;
}

.ContentWindow
{
	width:516px;
	margin: 0px 0px 20px 287px;
	margin-left:287px; 
	background: url(images/BG_ContentWindow.png) no-repeat;
	text-align: left;
	padding: 24px 19px 19px 19px;
}

* html .ContentWindow
{
	background: url(images/BG_ContentWindowIE6.gif) no-repeat;
}

#CT_Footer
{
	margin:auto;
	height:40px;
	width:855px;
	clear:both;
	text-align: center;
	background:URL(images/BG_Footer.gif) repeat-x;
	left:0px;
	position:relative;
	margin-top:-40px;
	font-weight: bold;
	font-size: 10px;
	color: #ccc;
	font-family: verdana, sans-serif;
	line-height: 40px;
	bottom:0px;
	vertical-align:middle;
	line-height:40px;
}

* html #CT_Footer
{
	padding-top:12px;
	height:28px;
}

	.footertext
	{
		font-weight: bold;
		font-size: 10px;
		color: #ccc;
		font-family: verdana, sans-serif;
		line-height:40px;
	}
	
	#CT_Footer a
	{
		color:white;
	}
	
.spacer
{
	clear:both;
	height:0px;
	width:0px;
}

.imgheading
{
	border: none;
}

.ImageColLeft
{
	float: left;
	width: 211px; 
}

.ImageColRight
{
	float: right;
	width: 211px; 
	text-align:right;
	z-index:9;
}
	.ImageColRight img, .ImageColLeft img
	{
		margin: 0px  0px 16px 0px;
		border: 2px solid white;
	}

.menuoptions
{
	border-bottom: 2px dotted #999999;
	position:relative;
	margin-bottom:3px;
	margin-top:15px;
	height:15px;
	width:auto;
}

.menuitem
{
	position:absolute;
	top:0px;
	font-weight:bold;
	clear:both;
}
.menuprice
{
	float:right;
	word-spacing:14px;
	font-style:italic;
}

	.MenuPizzaType
	{
		font-weight:bold;
		font-size:15px;
		margin: 30px 0px 0px 0px;
	}

	.MenuPizzaSizes
	{
		word-spacing:12px;
		float:right;
		font-weight:bold;
		font-size:12px;
	}
	
/*
/////////////////////////////////////////// /Specific
////////////////////////////////////////////////////////////////
*/

/* 
SS03: COMBINATION STYLES
////////////////////////////////////////////////////////////////
///////////////////////////////////////////
*/


.floatL
{
	float: left;
}

.floatR
{
	float:right;
}

.w211
{
	width: 211px; 
}
.bold
{
	font-weight:bold;
}


.bold
{
	font-weight:bold;
}

.ImgFloat
{
	float:left;
	margin: 5px;
}

.ImgFloatR
{
	float:right;
	margin: 0px 0px 0px 7px;
}

.floatRight
{
	float:right;
}

.alignRight
{
	text-align:right;
}

.textInput
{
	width:280px;
}

.verification
{
	width:160px;
}

input, textarea
{
	background:white;
}

textarea
{
	width:323px;
	height:100px;
}

.smallText
{
	font-size:10px;
}

.italic
{
	font-style:italic;
}

.w70
{
	width:70px;
	display:inline-block;
}

.marginB10
{
	margin-bottom:10px;
}

/*
/////////////////////////////////////////// /Combo
////////////////////////////////////////////////////////////////
*/

/* 
SS04: ANCHOR AND LINK STYLES
////////////////////////////////////////////////////////////////
///////////////////////////////////////////
*/

#BT_Menus
{
	width:265px;
	height:107px;
	display:block;
	text-decoration:none;
	background:URL(images/BT_Menus.png) no-repeat;
}

	#BT_Menus:hover
	{
		background-position:0px -107px;
	}

#BT_PartyPizza
{
	width:279px;
	height:107px;
	display:block;
	text-decoration:none;
	background:URL(images/BT_PartyPizza.png) no-repeat;
}

	#BT_PartyPizza:hover
	{
		background-position:0px -107px;
	}
	
#BT_EventFunction
{
	width:266px;
	height:107px;
	display:block;
	text-decoration:none;
	background:URL(images/BT_EventFunction.png) no-repeat;
}

	#BT_EventFunction:hover
	{
		background-position:0px -107px;
	}
	
#BT_Home
{
	width:265px;
	height:48px;
	display:block;
	text-decoration:none;
	background:URL(images/BT_Home.png) no-repeat;
}

	#BT_Home:hover
	{
		background-position:0px -48px;
	}

#BT_TAMenu
{
	width:265px;
	height:43px;
	display:block;
	text-decoration:none;
	background:URL(images/BT_TAMenu.png) no-repeat;
}

	#BT_TAMenu:hover
	{
		background-position:0px -43px;
	}

#BT_RMenu
{
	width:265px;
	height:44px;
	display:block;
	text-decoration:none;
	background:URL(images/BT_RMenu.png) no-repeat;
}
	
	#BT_RMenu:hover
	{
		background-position:0px -44px;
	}

#BT_Function
{
	width:265px;
	height:47px;
	display:block;
	text-decoration:none;
	background:URL(images/BT_Function.png) no-repeat;
}

	#BT_Function:hover
	{
		background-position:0px -47px;
	}
	
#BT_Catering
{
	width:265px;
	height:43px;
	display:block;
	text-decoration:none;
	background:URL(images/BT_Catering.png) no-repeat;
}

	#BT_Catering:hover
	{
		background-position:0px -43px;
	}

#BT_Contact
{
	width:265px;
	height:44px;
	display:block;
	text-decoration:none;
	background:URL(images/BT_Contact.png) no-repeat;
}
	
	#BT_Contact:hover
	{
		background-position:0px -44px;
	}

#BT_Links
{
	width:265px;
	height:43px;
	display:block;
	text-decoration:none;
	background:URL(images/BT_Links.png) no-repeat;
}
	
	#BT_Links:hover
	{
		background-position:0px -43px;
	}

#BT_Memorabilia
{
	width:265px;
	height:43px;
	display:block;
	text-decoration:none;
	background:URL(images/BT_Memorabilia.png) no-repeat;
}
	
	#BT_Memorabilia:hover
	{
		background-position:0px -43px;
	}

#BT_Accommodation
{
	width:265px;
	height:43px;
	display:block;
	text-decoration:none;
	background:URL(images/BT_Accommodation.png) no-repeat;
}

	#BT_Accommodation:hover
	{
		background-position:0px -43px;
	}
/*
/////////////////////////////////////////// /Anchors
////////////////////////////////////////////////////////////////
*/
