@charset "UTF-8";
/* CSS Document */



/* ------------------------------------ Global ------------------------------------ */


body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color:#4a6baf;

}

img {
	border-style:none;

}

h1, h2, h3, h4, ul, li, img, p {
	margin:0;
	padding:0;
}

table {
	border-color: #6c6c6c;
	border-width: 0 0 1px 1px;
	border-spacing: 0;
	border-collapse: collapse;
	border-style: solid;


}


td {
	
    border-color: #6c6c6c;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    

	
}

/* ------------------------------------ Classes ------------------------------------ */
/* ----------------- Table Elements ---------------- */
.tdLight, #testimonial1, #testimonial3 {
	background-color:#eef1f5;
}

.tdDark, #testimonial2  {
	background-color:#d7dfec;
}

/* ----------------- Images ---------------- */

.badges {
	float:left;
}


.hackersafe {
	float:left;
}

.freeDownload1 {
	padding:0 0 0 65px;
}

.freeDownload2 {
	float:left;
}

.freeDownload3 {
	padding-left:270px;
	padding-top:25px;
}

.threeSteps {
	padding:35px 0 15px 13px;
}

.computer {
	padding-left:40px;
	padding-top:20px;
	padding-bottom:30px;
}


/* ------------------------------------ Header ------------------------------------ */


#headerWrap {
	margin: 0 auto;
	width:769px;
	height:80px;
	border-bottom:4px solid #4a6baf;

}

/* ------------------------------------ Content ------------------------------------ */
/* -------------------------- Wrappper --------------------------- */
#contentWrap {
	width:769px;
	margin:0 auto;
	background-color:#FFF;
	height:100%;
	text-align:left;
}
/* ----------------- Left Side (column) Elements ---------------- */

#left1 {
	float:left;
	width:400px;
}

#left1 h1 {
	font-size:16px;
	font-weight:bold;
	padding:40px 0 15px 20px;
}


#left1 p {
	font-size:12px;
	padding:0 0 40px 20px;
	
}

#left2 {
	width:350px;
	float:left;
	font-size:12px;
	height:100%;
	padding:25px 0 0 25px;
}


#left2 h1 {
	font-size:14px;
	font-weight:bold;
	padding:10px 0 10px 10px;
	
}

#left3 {
	float:left;
	width:500px;
}

#left3 p {
	font-size:12px;
	padding:10px 20px 10px 20px;
}

/* ----------------- Right Side (column) Elements ---------------- */

#right1 {
	float:left;
	width:369px;
	padding-top:42px;
}

#right1 h2 {
	font-size:14px;
	font-weight:normal;
	text-align:center;
	color:#0bb50b;
	padding-top:15px;
}	

#right1 p {
	font-size:11px;
	text-align:center;
	padding-bottom:20px;
}


#right2 {
	width:330px;
	float:left;
	padding:20px 0 0 50px;
}

#right3 {
	float:left;
	right:269px;
}

#right3 table {
	width:215px;
	font-size:12px;
	position:relative;
	left:20px;
}

#right3 td {
	padding:8px;
}




/* ----------------- Banner (full-width) Elements ---------------- */


#banner1 {
	width:769px;
	height:50px;
	background-color:#eef1f5;
	border-top:1px solid #4a6baf;
	border-bottom:1px solid #4a6baf;
	text-align:center;
	clear:both;
}

#banner1 a {
	position:relative;
	top:15px;
	font-size:12px;
	font-weight:bold;

}

#banner2 {
	clear:both;
}

#banner2 img {
	padding-right:30px;
	position:relative;
	left:20px;
}

#banner3 {
	clear:both;
}

#banner4 {
	clear:both;
	padding-bottom:15px;
}

#banner4 h1, #left3 h1 {
	font-size:16px;
	font-weight:bold;
	padding:15px 0 20px 20px;
}

#testimonial1, #testimonial2, #testimonial3 {
	font-size:12px;
	padding:10px 20px 10px 20px;
	width:689px;
	position:relative;
	left:20px;	
	margin-bottom:2px;
}

#footer {
	clear:both;
	border-top:4px solid #4a6baf;
}


#footer p {
	font-size:12px;
	text-align:center;
	padding:15px 0 25px 0;
}
