/* CSS Document */
div#headerbg{
	float: left;
	position: absolute;
	z-index: 1;
}

div#headerpic{
	position: absolute;
	left: 234px;
	top: 58px;
	z-index: 2;
}

div#spaceheader{
	width: 780px;
	height: 183px;
}

/*background and content page*/
.bg_content{
	background: #E4F4F8 url(../images/background/bg_content.jpg) no-repeat;
}
div#content_base{
	float:left;
}
div#content{
	padding-left: 30px;
	padding-right: 30px;
	text-align: left;
	padding-top:20px;
}



/*product box*/
div#stayfree_advanced_protection{
	position:absolute;
	left:588px;
	top:226px;
	background: url(../images/background/bg_stayfree_advanced_protection.jpg) no-repeat;
	width:159px;
	height:218px;
	z-index:5;
	padding:120px 5px 5px 5px;
}

/*for mac */
div#stayfree_advanced_protection:empty{
	position:absolute;
	left:588px;
	top:226px;
	background: url(../images/background/bg_stayfree_advanced_protection.jpg) no-repeat;
	width:159px;
	height:218px;
	z-index:5;
	padding:127px 5px 5px 5px;
}

div#advanced_protection_boxcontent{
	display: block;
	width: 145px;
}

div#content_blocktext{
	display: block;
	width: 311px;
}


div#product_link{
	position: absolute;
	left: 621px;
	top: 234px;
	width: 93px;
	height: 50px;
	z-index: 6;
}

.hideContent{
		display: none;
	}
	
.showContent{
		display: block;
	}
