@charset "utf-8";
@import url("/css/layout.css");
@import url("/resources/css/thickbox.css");
#main{
	width:962px;
	background-color:#b1c0c9;
	position:relative;
	margin:0 auto 0 auto;
	overflow:hidden;
	text-align:left;
	min-height:304px;
}
#flash{
	position:absolute;
	left:280px;
	top:0px;
	z-index:10;
}
#main-decoration{
	min-height:262px;
	height:262px;
}
#main #content{
	position:relative;
	z-index:100;
	width:366px;
	padding:0px;
	margin:21px auto 21px 0px;
	background-image:url(/images/css/main-corner.gif);
	background-position:right top;
	background-repeat:no-repeat;
	background-color:white;
	border-bottom:1px solid #b1c0c9;
	height:261px;
	overflow:hidden;
}
#content img{
	margin-top:10px;
}
#content > * {
	margin:20px 35px 20px 20px;
}
#content-left-shadow{
	position:absolute;
	left:366px;
	top:21px;
	padding:0px;
	margin:0px;
	z-index:150;
}
#content h2{
	font-size:2.0em;
	color:#003f76;
	text-transform:uppercase;
}
#info-blocks{
	width:962px;
	margin:0px auto 0px auto;
	padding:0;
	overflow:hidden;
	list-style-type:none;
	background-image:url(/images/css/info-back.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	border-top:7px solid white;
	background-color:white;
	padding-top:11px;
	padding-bottom:20px;
}
#info-blocks > li{
	float:left;
	width:352px;
	margin-left:25px;
	margin-top:20px;
	text-align:left;
}
a.btn-read-more{
	float:right;
	margin-top:15px;
	margin-right:35px;
}
#info-blocks h3{
	font-size:1.2em;
	color:#003f76;
	text-transform:uppercase;
	font-weight:bolder;
}	
#info-blocks li#share-price{
	width:272px;
	margin-left:32px;
}
#info-blocks li#contact{
	width:217px;
	margin-left:37px;
}
#latest-news ul{
	margin:0 35px 0 0;
	padding:0px;
	list-style-type:none;
}
#latest-news li{
	margin:5px auto 5px auto;
}

