﻿@import "../baseStyle_20091203.css";
@import "../jquery-ui-1.7.1.custom_redmond.css";


.ui-widget {
	font-size:1em;	
}

.main, .mainCustomise {
	background: url("images/MainBG.gif") repeat-y top left;
}
.mainCustomise {
	background: url("images/MenuBG.gif") repeat-y top left;
}
#menuSection {
	background-color: #CE5900;
}

#mainBannerLogo {
	width: 220px;
	background: url("images/companyLogo.gif") no-repeat top left;
}
.mainBannerRight, .mainBannerRight a {
	color: #9f0000;
}
.mainBannerRight a {
	font-weight: bold;
}
.mainBannerRight a:hover {
	color: #000;
}

#mainMenu{
	background-color:#CE5900;
}

#mainFooter {
	border-top: 1px solid #BFC7CC;
	background: #dde6ec url("images/footerBG.gif") repeat-x top left;	
	padding-top:30px;
}

.mainFooterLeft {
	color:#44677D;
	font-weight:bold;
}
.mainFooterRight, .mainFooterRight a {
	color:#44677D;
}
.mainFooterRight a:hover {
	color:#000;
}


ul.SubMenuList li a,
ul.SubMenuList li a:active {
	color: #7F0707;
	font-weight:bold;
}
ul.SubMenuList li a:hover{
	color: #2E6E9E;
}



/* Override base style */
#mainHeader    { background-color: #444; }
#mainMenu li a {	background-color:#9E3F00; color: #eee; border-top: 2px solid #4C1E00; }
#mainMenuLeft li, #mainMenuRight li { border-top: 2px solid #CE5900; }
	