/*User Selectable Styles*/
.Heading1,H1     { color:#7A1E99; font-size:1.6em; line-height:1.6em; margin-bottom:0.2em; padding:0 0 0.2em 0; }
.Heading2,H2     { color:#7A1E99; font-size:1.3em; line-height:1.2em; margin-bottom:0.2em; padding:0.4em 0.3em 0 0.3em; }
.Heading3,H3     { color:#7A1E99; font-size:1.2em; line-height:1.2em; margin-bottom:0.2em; padding:0; }
.Normal,p        { color:#000; font-size:1em; padding:0 0.4em 0 0.4em;	margin-bottom:1.4em; }
.morelink        { color:#900; font-size:0.8em;	background:url(../images/more_arrow.gif) 100% 100% no-repeat;	padding-right:10px;}

DIV#logo {
	background:url(../images/header_commercial.gif) 0 0 no-repeat ;
	}
body {
	background:url(../images/backdrop_cone_commercial.jpg) 0 0 repeat-y ;
	}

DIV#logo img{
	padding:25px 0 0 30px;
	}

#navigation {
	background:#ffffff;
	}

#navigation a:hover,
#navigation a:active {
	background:#7A1E99;
}

#subnavigation div {
	background:url(../images/top_menu_left_commercial.gif) 0 0 no-repeat;
}

#subnavigation div span {
	background:#7A1E99;
	}

.content #crumbtrail {
	background:#ffffff;
	color:#7A1E99;
	}

.content #crumbtrail a {
	color:#7A1E99;
}

.content #menu {
	background:url(../images/menu_base_commercial.gif) 100% 100% no-repeat #7A1E99;
}

.content #menu a {
	background:url(../images/menu_bullet_commercial.gif) no-repeat;
}

.content #menu ul ul li a {
	color:#F9D616;
	background:#ffffff;
}

.content #menu a:hover,
.content #menu a:active {
	color:#7A1E99;
	background-image:url(../images/menu_bullet_commercial.gif);
}

.content #menu ul ul li a:hover,
.content #menu ul ul li a:active {
	background-image:url(../images/menu_bullet_commercial.gif);
}

.content #extraMenus h1 {
	color:#000;
}

.content #extraMenus #quickLinks {
	background:url(../images/quicklinks_bg_commercial.gif) 0 100% no-repeat;
	}

.content #extraMenus #news {
	background:url(../images/news_bg_commercial.gif) 0 0 no-repeat;
	}

.content #extraMenus #news span {
	background:url(../images/quicklinks_bg_commercial.gif) 0 100% no-repeat;
	}

#footer {
	border:1px solid #7A1E99;
	border-width:1px 0 0 0;
	}

/* User Table Colour Styles */
/* These styles define the basic properties for tables in the Immediacy Editor */

	/* Default Table */
	table.ImmTS_Default		{background-color:#F7F0FF;} /* Overall table style */

	table.ImmTS_Default th, 
	table.ImmTS_Default td	{padding:2px; margin:2px;} /* Cell padding and spacing styles */

	table.ImmTS_Default, 
	table.ImmTS_Default th, 
	table.ImmTS_Default td	{border:1px solid black;} 
	     
	table.ImmTS_Default th	{background-color:#F9D616; color:black;} 
	table.ImmTS_Default tr	{}
	table.ImmTS_Default td	{color:black;}


