﻿body 
{
	background-color:Navy;	
	width:100%;
	font-family:Arial;
	font-size:16px;
	margin:0;
	background-color:#223D96;
}

.pagecontainer
{
	width:765px;
	height:624px;
	margin:0 auto 0 200px;
	padding:0 20px 0 20px;
	background-image:url('images/bg.gif');
	border-left:solid 1px #bebebe;
	border-right:solid 1px #bebebe;
	border-bottom:solid 1px #bebebe;
	
}

.buttoncontainer
{
	padding-top:160px;
}

.titlecontainer
{
	float:left;
}

.button
{
	padding-left:4px;
}

.box
{
	position:absolute;
	width:430px;
	height:520px;
	background-color:#0130C8;
	border:solid 1px #cccccc;
	color:#ffffff;
	padding:10px;
}

.close
{
	float:right;
}

.boxtitle
{
	font-size:22px;
	padding-bottom:4px;
}

.boxsubtitle
{
	padding-top:8px;
	font-size:18px;
	font-weight:bold;
}


	
.about
{
	top:30px;
	left:400px;
}

.awards
{
	top:200px;
	left:400px;
	width:565px;
	height:320px;
}

.examples
{
	top:50px;
	left:300px;
	width:670px;
}

.examples ul
{
	padding-left:20px;
}

.examples a
{
	color:#ffffff;
	font-style:normal;
	text-decoration:none;
}

.examples a:hover
{
	text-decoration:underline;
}

.howmuch
{
	top:10px;
	left:520px;
}

.howmuch table
{
	color:#000000;
	border:solid 1px #000000;
}

.howmuch table tr td
{
	background-color:#ffffff;font-weight:bold;vertical-align:top;padding-left:2px;padding-right:2px;
	
}

.howmuch a, .free a, .marketing a, .testimonials a, .contact a
{
	color:#00FFFE;
	font-weight:bold;
	text-decoration:none;
}
.howmuch a:hover, free a:hover, .marketing a:hover, .testimonials a:hover, .contact a:hover
{
	text-decoration:underline;
}

.free
{
	position:absolute;
	top:200px;
	left:300px;
	width:590px;
	height:360px;
}

.contact
{
	position:absolute;
	top:210px;
	left:450px;
	width:520px;
	height:360px;
}

.marketing
{
	position:absolute;
	top:5px;
	left:207px;
	width:790px;
	height:640px;
}

.testimonials
{
	position:absolute;
	top:300px;
	left:440px;
	width:520px;
	height:260px;
}

.register
{
	top:250px;
	left:400px;
	height:220px;
	width:450px;
}

.callback
{
	top:240px;
	left:390px;
	height:260px;
	width:340px;
}

.em
{
	font-weight:bold;
}

.fieldlabel
{
	clear:left;
	font-weight:bold;
	width:150px;
	float:left;
}

.field
{
	width:180px;
}

.long
{
	width:290px;
}

.formrow
{
	clear:left;
}


