.topbanner {
	height: 50px;
	width: 50px;
}

/* section boxes */

div#sections {
	margin: 10px 18px;
	_margin: 10px 12px;
	top: 157px;
	position: absolute;
	left: -8px;
}

div#sections h3 {
    margin: 0 0 2px;
    padding: 0;
}

div#sections div.section-box {
	float: left;
	padding-bottom: 10px;
	width: 136px;
	height: 130px;
	margin-top: 0;
	margin-right: 6px;
	margin-bottom: 10px;
	margin-left: 6px;
}

div#sections div.section-box ul {
    padding: 0;
    margin: 0;
}

div#sections div.products {
    background-color: #f2e6f4;
}

div#sections div.products ul {
    width: 120px;
    float: left;
}

div#sections div.investments {
    background-color: #fef5e4;
}

div#sections div.pensions {
    background-color: #f6f5fb;
}

div#sections div.healthcare {
    background-color: #f6faeb;
}

div#sections div.section-box ul li {
    padding: 2px 0;
    margin: 0 0 0 20px;
    list-style: url(/gfx/T1_section_bullet.png);
    _list-style: url(/gfx/T1_section_bullet_ie.png);
}

/* small print */

p.smallPrint {
	font-size: 80%;
	/*\*//*/font-size: 85%;/*IE5mac only*/
	color: #999;
    margin: 20px 24px 0 0px;
}

p.smallPrint strong {
    font-weight: normal;
    color: #103184;
}
