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

body{
	background: #c0c0c0;
	margin:12px 0 0 0;
	padding:0;
}
a img{border:none; text-decoration:none;}
a{color:#0033ff; text-decoration:underline;}
a:hover{color:#0084ff;}
#container{
	width:800px;
	margin: 0 auto 40px auto;
	font-family: Verdana, Geneva, sans-serif;
	background: #fff;
	padding-bottom:20px;
}
/* ------ Header ----- */
#header{
	background:url(../images/header_bg2.gif) 0 0 no-repeat;
	height:128px;
	width:800px;
}
#headerLeft{
	float:left;
	padding:10px 8px 0 8px;
	width:384px;
}
#headerRight{
	float:right;
	width:390px;
	text-align:right;
	padding:30px 10px 0 0;
}
#headerRight img{
	margin: 0 5px;
}

/* ------ Content ------ */

#content{
	background: url(../images/background-tile.gif) 0 0 repeat-y;
	font-size:12px;
	line-height:20px;
}
.colLeft{
	width:538px;
	float:left;
	padding:16px;
}
.colLeft h1{
	font-size:26px;
	color: #f2ad40;
	margin:0 0 22px 0;
	padding:0;
	font-weight:normal;
	line-height:30px;
}
#banner{
	background: url(../images/banner-img.jpg) right bottom no-repeat;
	min-height:234px;
	width:288px;
	padding: 0 250px 0 0;
}
a.freetrial{
	display:block;
	background: url(../images/free-trial-bt.jpg) 0 0 no-repeat;
	height:37px;
	width:194px;
	margin:10px 0;
}
a.freetrial:hover{
	background-position: 0 -37px;
}
.greenArea{
	background: #bae03f;
	padding:22px;
}
.greenArea h2{
	font-size:14px;
	line-height:20px;
	margin:0 0 24px 0;
	padding:0;
}
.bullets{
	width:230px;
	float:left;
}
.colRight{
	width:202px;
	float:right;
	padding:16px 14px;
}
.colRight h2{
	font-size: 12px;
	color: #006699;
	margin:0 0 16px 0;
	padding:0;
}
.colRight hr{
	height: 1px;
	background: #006699;
	color: #006699;
	border: 0;
	margin: 0 0 16px 0;
}

/* ------ Footer ------ */

.colLeftFooter{
	text-align:center;
	float:left;
	width:570px;
	background:#fff;
	font-size:9px;
}
.colLeftFooter img{
	margin: 10px 20px;
}
.colRightFooter{
	text-align:center;
	width:230px;
	float:right;
	background:#fff;
}
.blueSection{
	background:#3e91aa;
	height:24px;
	color: #fff;
	padding:12px 0 0 150px;
	margin-bottom:20px;
}
.blueSection a{
	color: #fff;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
	display:block;
	padding:0 8px;
	float:left;
	border-right: 1px solid #fff;
}
.blueSection a.last{border:none;}
.blueSection a:hover{
	text-decoration:underline;
}
/* ----- Misc ------ */

.clear{clear:both;}