/* @override 
	http://rfm.cre8ive.com.au/design/main/css/fund.css */

#invest-header {
	width: 500px;
	float: left;
	margin: 4px 0 0 -2px;
}
#links {
	width: 250px;
	height: 337px;
	float: right;
	background: #94013c;
	margin: 4px 0px 0 0;
}
#links h3 {
	padding: 45px 0 10px 20px;
	color: #FFF;
}
#links ul {
	list-style: none;
	margin: 0 16px;
	
}
#links ul li a {
	text-decoration: none;
	color: #FFF;
	display: block;
	padding: 12px 0 9px 26px;
	border-top: 1px solid #aa446d;
	font-size: 0.85em;
	font-weight: 200;
	background: url('../graphics/pdf-icon-white.gif') no-repeat 8px 13px;
}
#links ul li:first-child a {
	border: none;
}
#links ul li a:hover {
	text-decoration: underline;
}

#pagetitle small {
	font-size: 0.75em;
}

#investgallery {
	width: 500px;
	height: 337px;
	overflow: hidden;
}
#investgallery img {
	border: none !important;
	padding: 0 !important;
	border-radius: 0;
}

.calltoaction {
	background: #f0f0f1;
	display: block;
	height: 139px;
	margin: 5px 0 0;
}

.cta-block {
	display: block;
	float: left;
	width: 232px;
	height: 90px;
	margin: 25px 9px;
	overflow: hidden;
	position: relative;
}
.cta-block.link {
	background: url('../graphics/cta-button.gif') no-repeat;
}
.cta-block.link a {
	display: block;
	color: #519037;
	font-weight: bold;
	font-size: 1.14em;
	text-decoration: none;
	line-height:1.25em;
	height: 100%;
}
.cta-block h4 {
	margin: 0 !important;
	padding: 0 !important;
}
.cta-block.link a span {
	display: block;
	padding: 25px 0 0 91px;
}
.cta-block.unitprice {
	/*background: url('../graphics/cta-unitprice.gif') no-repeat;*/
	background: #408125;
	color: #FFF;
}
.cta-block.unitprice span.intro {
	display: block;
	padding: 25px 0 0 15px;
	width: 104px;
	font-size: 0.85em;
}
.cta-block.unitprice span.intro h4 {
	font-size: 1.3em;
	color: #FFF;
}
.cta-block.unitprice span.price {
	font-size: 2.07em;
	display: block;
	position: absolute;
	top: 9px;
	right: 15px;
	font-weight: bold;
	text-align: center;
	padding: 13px 0 0;
}
.cta-block.unitprice span.price sup {
	font-size: 0.65em;
	margin-top: 40px;
}