body {
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #FFFFFF;
	_text-align: center;
}

* { /* IE5-6 font declaration */
	_font-size: inherit;
	_font-family: inherit;
	_font-color: inherit;
	_font-weight: inherit;
}


img { border: none; }

form {
	margin: 0;
	padding: 0;
}


a {
	/*color: #477AC3;*/
	color:#3366CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



#container {
	width: 768px;
	margin: 0 auto;
	position: relative;
	padding: 127px 0 0 0;
	_text-align: left;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 768px;
	height: 126px;
	clear: both;
	background: url(/images/system/background-top.gif) no-repeat 0 0px;
}


/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */


#primary-navigation {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 95px;
	left: 10px;
	font-size: 11px;
}

#primary-navigation li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative; 
	background: url(/images/system/separator.gif) no-repeat 100% 6px;
}

#primary-navigation li.last {
	background-image: none;
}


#primary-navigation li a {
	display: block;
	float: left;
	height: 22px;
	line-height: 16px;
	color: #008bcb;
	padding: 0 0 0 3px;
	text-decoration: none;
	white-space: nowrap;
	font-weight: bold;
}

#primary-navigation li a.active {
	color: #001a6c;
}

#primary-navigation li a span {
	display: block;
	float: left;
	padding: 3px 9px 0 5px;
	cursor: pointer;
	height: 19px;
}

#primary-navigation li a:hover {
	color: #001a6c;
}

#primary-navigation li.hover a {
	color: #F69401;
	height: 19px;
	overflow: hidden;
	z-index: 10;
	position: relative;
	margin-left: -1px;
	padding-left: 4px;
	background: url(/files/images/tpl/link-main-left.gif) no-repeat;
}

#primary-navigation li.hover a span {
	cursor: pointer;
	background: url(/files/images/tpl/link-main-right.gif) no-repeat top right;
}

#primary-navigation li div {
	display: none;
	background: url(/files/images/tpl/dropdown-top.gif) no-repeat;
	padding: 4px 0 0 0;
	width: 168px;
	position: absolute;
	top: 18px;
	left: -1px;
}

#primary-navigation ul {
	margin: 0;
	padding: 0 8px 4px 8px;
	list-style: none;
	width: 152px;
	background: url(/files/images/tpl/dropdown-bottom.gif) no-repeat bottom left;
}

#primary-navigation ul li {
	display: block;
	float: none;
	margin: 0;
	padding: 1px 0 1px 0;
	background: none;
	border-top: 1px solid #C9D6E8;
	_border-top: expression( (this===this.parentNode.childNodes[0]) ? "none" : "auto");
	width: 152px;
}

#primary-navigation ul li:first-child {
	border-top: none;
}

#primary-navigation li.hover ul li a {
	white-space: normal;
	display: block;
	float: none;
	height: auto;
	font-weight: normal;
	color: #477AC3;
	background: none;
	padding: 8px 0 8px 0;
	width: 100%;
	margin: 0;
	line-height: 14px;
}

#primary-navigation li.hover ul li a:hover, #primary-navigation li.hover ul li:hover a {
	background: url(/files/images/tpl/gradient.gif) repeat-y top;
	margin: 0;
	padding: 8px 0 8px 0;
	color: #477AC3;
}

#primary-navigation li.hover ul li a.active{
	font-weight: bold;
	background: url(/files/images/tpl/gradient.gif) repeat-y top;
	margin: 0;
	padding: 8px 0 8px 0;
	color: #477AC3;
}

#primary-navigation li.hover div {
	display: block;
}



/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */

#secondary-navigation {
	width: 203px;
	margin: 0 0 0px 0;
	padding: 0 14px 10px 7px;
	list-style: none;
	border-top: 1px solid #008bcb;
	background: url(/images/system/background-menu-right.gif) no-repeat bottom left;
	font-size: 11px;
}

#secondary-navigation li {
	border-top: 1px solid #C5D4E9;
	padding: 1px 0 1px 0px;
}
#secondary-navigation li.first {
	border-top: none;
}

#secondary-navigation li.active {
	background: url(/images/system/arrow-dark.gif) no-repeat 0 3px;
}

#secondary-navigation li a {
	padding: 4px 0 4px 12px;
	display: block;
	text-decoration: none;
}

#secondary-navigation li.active a {
	font-weight: bold;
}

#secondary-navigation li a:hover {
}

#secondary-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #C5D4E9;
}


#secondary-navigation ul ul {
	border-top: none;
	padding-left: 7px;
}
 
#secondary-navigation li.active ul li a, #secondary-navigation ul li.active ul li a {
	font-weight: normal;
	background: none;
}

#secondary-navigation li.active ul li a:hover, #secondary-navigation ul li.active ul li a:hover {
	background: url(/images/system/arrow-dark.gif) no-repeat 0 3px;
}

#secondary-navigation li ul li {
	background-position: 9px 12px;
	_width:204px;
/*	border-top: none;*/
}
#secondary-navigation li ul li a {
	padding-left: 21px;
}
#secondary-navigation li ul li ul li {
	background-position: 17px 12px; 
	border-top: none;
	_width:190px;
}
#secondary-navigation li ul li ul li a {
	padding-left: 29px;
}


/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */


#tertiary-navigation {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 95px;
	right: 10px;
	font-size: 11px;
}

#tertiary-navigation li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative; 
	background: url(/images/system/separator.gif) no-repeat 100% 6px;
}

#tertiary-navigation li.last {
	background-image: none;
}


#tertiary-navigation li a {
	display: block;
	float: left;
	height: 22px;
	line-height: 16px;
	color: #008bcb;
	padding: 0 0 0 3px;
	text-decoration: none;
	white-space: nowrap;
	font-weight: bold;
}

#tertiary-navigation li a.active {
	color: #001a6c;
}

#tertiary-navigation li a span {
	display: block;
	float: left;
	padding: 3px 9px 0 5px;
	cursor: pointer;
	height: 19px;
}

#tertiary-navigation li a:hover {
	color: #001a6c;
}

/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */

#content-container {
	width: 100%;
	background: url(/images/system/background-content.gif) repeat-y 721px 0;
	overflow: hidden;
	margin-bottom: 1px;
}

#content-left {
	width: 530px;
	min-height: 500px;
	float: left;
	overflow: hidden;
	background: url(/images/banner-marketleader.jpg) no-repeat top left;
	padding: 90px 0 0 0;
	border-left: 1px #008bcb solid;
	border-right: 1px #008bcb solid;
}


#content-right {
	width: 226px;
	float: left;
	padding: 0 0 0 4px;
}


#content {
	border-left: 0px #008bcb solid;
	margin: 0;
	padding: 0 20px;
}

#content h1 {
	font-size: 1.5em;
}

#content h2 {
	font-size: 1.1em;
}

#content .label {
	padding-right: 1em;
}

#content li {
	padding: 5px 0;
}


#content-container.wide {
	width: 100%;
	background: none;
	overflow: hidden;
	margin: 0;
	margin-bottom: 1px;
}

#content-container.wide #content {
	border: none;
	margin: 0;
	padding: 30px 40px 32px 40px;
}


#content-right #advert {
	overflow: hidden;
	width: 203px;
	margin: 2em 0 0px 0;
	padding: 10px 14px 20px 7px;
	list-style: none;
	border-top: 1px solid #006ccb;
	background: url(/images/system/background-advert.gif) no-repeat bottom left;
	color: white;
}

#content-right #advert h1 {
	font-size:1.5em;
	text-align: center;
}

#content-right #advert h2 {
	font-size:1.2em;
	text-align: left;
}

#content-right #advert ul {
	text-align: left;
	padding-left: 2em;
	margin-left: 0;
}

#content-right #advert p {
	text-align: justify
}

#content-right #advert a {
	color: white;
	text-decoration: underline;
}



#content-right #infobox {
	overflow: hidden;
	width: 203px;
	margin: 2em 0 0px 0;
	padding: 10px 14px 20px 7px;
	list-style: none;
	border-top: 1px solid #fda02f;
	background: url(/images/system/background-infobox.gif) no-repeat bottom left;
	color: #000000;
}

#content-right #infobox h1 {
	font-size:1.5em;
	text-align: center;
}

#content-right #infobox p {
	text-align: justify
}

#content-right #infobox a {
	color: #000000;
	text-decoration: underline;
}


/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */

#footer {
	width: 768px;
	height: 25px;
	background: url(/images/system/background-bottom.gif) no-repeat;
	font-size: 10px;
	line-height: 25px;
	padding: 0 14px 0 0px;
	padding-bottom: 0px;
	position: relative;
	color: #333333;
	clear: both;
}

#footer p {
	display: inline;
}

#navigation-bottom {
	position: absolute;
	top: 0px;
	right: 15px;
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#navigation-bottom li {
	display: inline;
	background: url(/images/system/separator.gif) no-repeat 100% 1px;
	padding: 0 1em 0 0;
	margin: 0 1em 0 0;
}

#navigation-bottom li.last {
	background-image: none;
	padding-left: 0;
}

#navigation-bottom li a {
	color: #999999;
	text-decoration: none;
}

#navigation-bottom li a:hover {
	text-decoration: underline;
}
