@charset "utf-8";

#main .header {
	background: url(../images/title-features.gif) no-repeat;
	height: 107px;
	position: relative;
}
#main .header h1 {
	display: none;
}
#main .header p {
	color: #FFFFFF;
	font-size: 12px;
	position: absolute;
	top: 58px;
	left: 25px;
	line-height: 130%;
}
#body {
	margin: 40px 20px;
}
#body h2 {
	margin: 30px 0 15px;
	clear: both;
}
.with-border {
	background: url(../../resource/images/border-dotted-blue.gif) repeat-x;
	padding-top: 30px;
}
#body p {
	margin: 15px 0;
	font-size: 14px;
	line-height: 160%;
	color: #333333;
}
#body .column-3 {
	margin-left: -20px;
	height: 340px;
	background: url(../../resource/images/border-dotted-blue.gif) repeat-x;
	padding-top: 20px;
	margin-top: 30px;
}
#body .column-3 .column {
	width: 200px;
	float: left;
	display: inline;
	margin-left: 20px;
	position: relative;
}
#body .column-3 h3 {
	margin: 10px 0;
	color: #3399ff;
	line-height: 140%;
	font-weight: bold;
	font-size: 14px;
}
#body .column-3 .image-container {
	width: 100%;
	position: absolute;
	top: 185px;
	text-align: center;
}
#body .column-3 p {
	margin: 0;
	font-size: 12px;
}
#body #function {
	margin-left: -20px;
	margin-top: 30px;
}

#body .function {
	width: 310px;
	float: left;
	display: inline;
	position: relative;
	margin-left: 20px;
	margin-bottom: 20px;
	background: url(../../resource/images/border-dotted-blue.gif) repeat-x;
	padding-top: 30px;
}
#body .function .image-container {
	width: 150px;
	position: absolute;
	right: 0;
	text-align: center;
}

#body .function h4 {
	width: 300px;
	color: #3399ff;
	font-size: 14px;
	line-height: 140%;
	margin: 0 0 10px;
	font-weight: bold;
}
#body .function p {
	font-size: 12px;
	margin: 0;
	width: 160px;
}