body {
	background-color: #484848;
	font-family: calibri,arial,tahoma,verdana;
	margin: 20px 0 0 0;
	text-align: center;
}

#container {
	position: relative;
	margin: 0px auto;
	width: 980px;
	text-align: left;
}

.header {
	height: 90px;
}
.img_logo {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 171px;
	height: 46px;
}
.headline {
	position: absolute;
	top: 20px;
	right: 8px;
	width: 600px;
	text-align: right;
}
	.headline h2 {
		font-size: 24px;
		font-weight: bold;
		color: #D6D6D6;
		margin: 0px;
	}
	.headline p {
		margin: 0px;
		font-size: 12px;
		color: #BFBFBF;
	}
		.headline p a {
			color: #D6D6D6;
		}
.nav {
	margin: 20px 0 0 0;
	padding: 0 0 0 35px;
	height: 34px;
}
	.tab_on {
		background-image: url(../images/bg_tab_on.gif);
		background-repeat: no-repeat;
		float: left;
		width: 151px;
		height: 34px;
		text-align: center;
	}
	.tab {
		background-image: url(../images/bg_tab.gif);
		background-repeat: no-repeat;
		float: left;
		width: 151px;
		height: 34px;
		text-align: center;
	}
		.tab_on a, .tab a {
			color: #ffffff;
			font-size: 14px;
			text-decoration: none;
		}
		.tab_on div, .tab div {
			padding: 10px 0 0 0;
		}

.main {
	background-image: url(../images/bg_main.gif);
	background-repeat: repeat-y;
}
	.feature {
		background-image: url(../images/bg_feature.gif);
		background-repeat: no-repeat;
		margin: 6px 32px 0 32px;
		height: 185px;
	}
	.feature_desc {
		float: left;
		width: 600px;
		padding: 14px 0 0 20px;
		color: #D6D6D6;
	}
		.feature h2 {
			font-size: 20px;
			font-weight: normal;
			color: #ffffff;
			margin: 0px;
			padding: 0px;
		}
		.feature p {
			font-size: 14px;
			line-height: 20px;
			margin: 0px;
			padding: 10px 0 14px 18px;
		}
		.feature a {
			color: #ffffff;
		}
		.feature_desc .btn_download {
			text-align: right;
		}
	.feature_img {
		float: right;
		width: 200px;
		margin: 18px 0 0 0;
	}
	.main h1 {
		margin: 34px 0 16px 50px;
		padding: 0px;
		font-size: 20px;
		color: #ffffff;
		font-weight: normal;
	}
	.collection {
		margin: 16px 10px 0 10px;
	}
		.collection .pad {
			padding: 24px 0 0 44px;
		}
	.coll_item {
		float: left;
		position: relative;
		margin: 0 30px 30px 0;
		background-image: url(../images/bg_coll_item.gif);
		background-repeat: no-repeat;
		width: 270px;
		height: 223px;
	}
		.coll_title {
			font-size: 16px;
			font-weight: bold;
			color: #F7F7F7;
			padding: 16px 0 0 18px;
		}
			.coll_title a {
				color: #F7F7F7;
				text-decoration: none;
			}
		.coll_desc {
			font-size: 12px;
			color: #C9C9C9;
			padding: 12px 20px 0 46px;
		}
		.coll_learnmore {
			position: absolute;
			top: 72px;
			left: 6px;
			width: 128px;
			height: 24px;
		}
		.coll_dl {
			position: absolute;
			top: 179px;
			left: 6px;
			width: 258px;
			height: 38px;
		}
.toptermsprivacy {
	position: absolute;
	top: 0px;
	right: 14px;
	font-size: 11px;
	color: #D6D6D6;
}
	.toptermsprivacy a {
		color: #D6D6D6;
	}
.footer {
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
	_padding: 5px 0 0 0;
	text-align: center;
	font-size: 12px;
	color: #D6D6D6;
}
	.footer a {
		color: #D6D6D6;
		text-decoration: none;
	}
	.footerlogo {
		margin: 24px 0 20px 0;
	}

.clear {
	clear: both;
}
