/* 
	E-Dreamz
	Verbatim USB
	Yeshua Perez
 */
body{
	padding:0;
	margin:0;
	background-repeat:repeat-x;
	background-color:#fff;
	font-family:arial;
	font-size:12px;
	color:#000000;
}
html{
	overflow:scroll;
}

h2{
	font-weight:bold;
	font-size:14px;
	color:#a8fb95;
}

a{
	color:#484848;
	text-decoration:none;
}

a:hover{
	color:#484848;
	text-decoration:underline;
}


h4{
	font-weight:bold;
	font-size:20px;
	color:#10147e;
}

a.security:link{
	float:right;
	margin-top:2px;
	margin-right:38px;
	display:block;
	width:115px;
	height:24px;
	background:url(../images/buttons/button-security.jpg) no-repeat;
	text-indent:-9999em;
}

a.security:visited{
	float:right;
	margin-top:2px;
	margin-right:38px;
	display:block;
	width:115px;
	height:24px;
	background:url(../images/buttons/button-security.jpg) no-repeat;
	text-indent:-9999em;
}

a.security:active{
	float:right;
	margin-top:2px;
	margin-right:38px;
	display:block;
	width:115px;
	height:24px;
	background:url(../images/buttons/button-security.jpg) no-repeat;
	text-indent:-9999em;
}

a.security:hover{
	float:right;
	margin-top:2px;
	margin-right:38px;
	display:block;
	width:115px;
	height:24px;
	background:url(../images/buttons/button-security.jpg) no-repeat;
	text-indent:-9999em;
}

a.learnMore:link{
	display:block;
	width:81px;
	height:20px;
	background:url(../images/buttons/button-learn-more.jpg) no-repeat;
	text-indent:-9999em;
}

a.learnMore:active{
	display:block;
	width:81px;
	height:20px;
	background:url(../images/buttons/button-learn-more.jpg) no-repeat;
	text-indent:-9999em;
}

a.learnMore:hover{
	display:block;
	width:81px;
	height:20px;
	background:url(../images/buttons/button-learn-more.jpg) no-repeat;
	text-indent:-9999em;
}

a.learnMore:visited{
	display:block;
	width:81px;
	height:20px;
	background:url(../images/buttons/button-learn-more.jpg) no-repeat;
	text-indent:-9999em;
}

a.learnMore2:link{
	display:block;
	width:81px;
	height:20px;
	background:url(../images/buttons/button-learn-more.jpg) no-repeat;
	text-indent:-9999em;
}

a.learnMore2:active{
	display:block;
	width:81px;
	height:20px;
	background:url(../images/buttons/button-learn-more.jpg) no-repeat;
	text-indent:-9999em;
}

a.learnMore2:hover{
	display:block;
	width:81px;
	height:20px;
	background:url(../images/buttons/button-learn-more.jpg) no-repeat;
	text-indent:-9999em;
}

a.learnMore2:visited{
	display:block;
	width:81px;
	height:20px;
	background:url(../images/buttons/button-learn-more.jpg) no-repeat;
	text-indent:-9999em;
}

.container{
	position:relative;
	margin: 0 auto;
	width:985px;
}

.header{
	height:111px;
	background:url(../images/header.jpg);
}

.subheader{
	height:111px;
	background:url(../images/sub-header.jpg) no-repeat;
}

/*---CONTENT---------------------------------------------------------------*/
#contentArea{
	margin:0;
	height:532px;
	background:url(../images/main-bg2.jpg);
}

#contentAreasub{
	margin:0;
	height:1050px;
	background:url(../images/main-bg3.jpg) no-repeat;
}

	.mainContent{
		float:left;
		clear:both;
		padding-left:12px;
		margin-left:23px;
		margin-right:2px;
		width:274px;
		height:303px;
		background:url(../images/content-bg.png) no-repeat;
	}

	.mainContent h3{
		padding-top:13px;
		font-weight:bold;
		font-size:18px;
		color:#236186;
	}

	.mainContent h2{
		width:240px;
		padding-bottom:5px;
		font-weight:bold;
		font-size:13px;
		color:#236186;
	}

	.mainContent p{
		width:240px;
	}

.leftContent{
	color:#FFFFFF;
	margin-right:27px;
	padding-top:10px;
	padding-right:5px;
	width:200px;
	float:left;
}

.rightContent{
	color:#FFFFFF;
	padding-top:10px;
	padding-right:10px;
	width:200px;
	float:left;
}

.securityContent{
	color:#FFFFFF;
	padding: 63px 0 0 27px;
	width:200px;
	float:left;
}

.updateContent{
	color:#000000;
	padding: 0 0 0 47px;
	width:870px;
	float:left;
}

.productBlack {
	padding: 0 20px 0 0;
	float: left;
	width: 178px;
	height: 56px;
}

.productSilver {
	padding: 0 20px 0 0;
	float: left;
	width: 178px;
	height: 56px;
}		 



/*---POP-UP CONTENT------------------------------------------------*/
#securityDetail{
	position:absolute;
	left:22px;
	top:400px;
	width:500px;
	height:240px;
	padding: 28px 35px 0 11px;
	background:url(../images/security-bg.png) no-repeat;
	display:none;
}

	#securityDetail .content{color:#666666;width:450px;}

#fipsDetail{
	position:absolute;
	left:390px;
	top:363px;
	padding:10px 10px 0 20px;
	width:508px;
	height:150px;
	background:url(../images/fips-bg.png) no-repeat;
	display:none;
}

	#fipsDetail .content{color:#666666;width:470px;}

.detailTitle{
	color:#236186;
	font-weight:bold;
}
	.detailTitle a{
		color:#236186;
		font-weight:bold;
		text-decoration:none;
	}
	.detailTitle a:hover{
		text-decoration:underline;
	}
	
.closeButton{
	display:block;
	width:10px;
	height:12px;
	float:right;
	margin-right:35px;
	background:url(../images/buttons/close-button.gif) no-repeat;
	text-indent:-9999em;
}

/*---COMPATIBILITY------------------------------------------------*/
.lowerArea{
	height:159px;
	background:url(../images/lower-content-bg.jpg);
}
	.lowerArea .container{
		color:#484848;
		padding-top:31px;
	}

	.lowerArea .title{
		font-weight:bold;
		color:#131781;
	}

.vistaLogo{
	float:left;
	clear:both;
	width:75px;
	margin-left:23px;
}

.compatibility{
	width:86px;
	height:96px;
	float:left;
	margin-left:10px;
	border-right:#999999 1px solid;
}

.additionalInfo{
	width:350px;
	height:96px;
	float:left;
	margin-left:10px;
	border-right:#999999 1px solid;
}

.blackDrive{
	width:41px;
	height:127px;
	float:left;
	margin-top:-31px;
	margin-left:7px;
	background:url(../images/black-drive.png) no-repeat;
	text-indent:-9999em;
}

.corporateSecure{
	width:140px;
	height:96px;
	float:left;
	margin-left:10px;
	border-right:#999999 1px solid;
}

	.capacity{
		width:65px;
		float:left;
		clear:both;
		padding-left:10px;
	}
		.capacity .title{
			color:#484848;
			margin-left:-10px;
			font-weight:bold;
		}

	.part{
		float:left;
		width:60px;
		padding-left:5px;
	}
		.part .title{
			color:#484848;
			font-weight:bold;
		}

.silverDrive{
	width:41px;
	height:127px;
	float:left;
	margin-top:-31px;
	margin-left:7px;
	background:url(../images/silver-drive.png) no-repeat;
	text-indent:-9999em;
}

.fipsEdition{
	width:140px;
	height:96px;
	float:left;
	margin-left:10px;
}

/*---COPYRIGHT---------------------------------------*/
.copyright{
	margin-left:15px;
	font-size:10px;
	color:#999999;
	padding-bottom:20px;
}
	.copyright a{color:#999999;}
	.copyright hover{color:#999999;}















