@charset "UTF-8";
/* CSS Document */
h1 {
	font-size:52px;
	margin:10px 0 10px 0;
}
h2 {
	font-size:18px;
}
h3 {
	font-size:16px;
}
h3.title {
	margin: 0;
}
.billboard {
	width:960px;
	height:273px;
	background:url(/res/images/billboard.png) no-repeat;
	color:#fff;
	margin:0 auto;
}
.billboard-content {
	width:470px;
	height:253px;
	float:right;
	margin:20px 30px 0 0;
}
.btn-download {
	width:350px;
	height:49px;
	background:url(/res/images/btn-startdownload.png);
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}
.btn-download:hover {
	background-position:bottom;
}
h3.feature, h3.feature-last {
	width:220px;
	height:auto;
	color:#000;
	display:block;
	margin-bottom: 0;
	font-size: 12px;
}
p.feature-last {
	color:#666;
	margin-top:0;
	margin-bottom: 110px;
}
p.feature-final {
	width:220px;
	height:auto;
	color:#666;
	display:block;
	margin-top:0;
	margin-bottom:30px;
}
#sidebar {
	width:240px;
	float:left;
	background:url(/res/images/sidebar-bg.jpg) no-repeat;
	min-height:739px;
	padding:10px;
}
#sidebar .sidebar-content {
	width:220px;
	height:auto;
	margin:20px 0 0 10px;
	padding-right:10px;
}
#sidebar ul.malicious-sites {
	list-style-image:url(/res/images/icon-caution.png);
}

