*
{
	padding:0;
	margin:0;
}

.clear
{
	clear:both;
}

.cleft
{
	clear:left;
}

.cright
{
	clear:right;
}

.center
{
	text-align:center;
}

.right
{
	float:right;
}

.left
{
	float:left;
}

h1,h2,h3,h4,h5,h6
{
	margin:10px;
	font-size:15px;
}

a:link img,
a:visited img
{
	border:0;
}

body,html
{
	font-family:"lucida sans unicode","lucida grande",Tahoma,Arial;
	font-size:12px;
	background:#205273 url('/img/bg.png') repeat-x left top;
	min-height:100%;
	height:100%;
}

#wrapper
{
	background:url('/img/wrapper.png') repeat-y left top;
	width:866px;
/*	height:100%;	*/
	min-height: 100%;
	margin:auto;
}

#content
{
	margin:auto;
	width:848px;
	background:url('/img/header-bg.png') repeat-x left top;
	text-align:left;
	height:100%;
	min-height: 100%;
	position:relative;
}


a:link,a:visited
{
	color:#11ade1;
	text-decoration:none;
}

a:hover,#footer a:link,#footer a:visited
{
	color:#00a8df;
}

h1
{
	background:url('/img/logo.png') no-repeat left top;
	width:319px;
	height:55px;
	display:block;
	position:absolute;
	left:96px;
	top:5px;
	text-indent:-9000px;
}


#nav_drop
{
	background:url('/img/nav_drop/bg.png') repeat-x left top;
	height:42px;
	width:315px;
	right:45px;
	position:absolute;
}

#nav_drop #nd_right
{
	position:absolute;
	right:-18px;
	top:0;
	background:url('/img/nav_drop/right-bg.png') no-repeat right top;
	width:19px;
	height:42px;
}

#nav_drop #nd_left
{
	position:absolute;
	left:-25px;
	top:0;
	background:url('/img/nav_drop/left-bg.png') no-repeat left top;
	width:26px;
	height:42px;
}

#nav_drop ul
{

}

#nav_drop ul li
{
	display:block;
	height:39px;
	float:left;
	text-align:center;
	line-height:35px;
	font-size:14px;
	padding:0 10px;
	background:url('/img/nav_drop/spacer.png') no-repeat right top;
}

#nav_drop ul li#end
{
	background:none;
}

#nav_drop ul li.signupnow a:link,
#nav_drop ul li.signupnow a:visited
{
	color:#b20000;
}
#container
{
	padding: 10px 50px 0px 90px;
	color: #225374;
}
#container p
{
	line-height: 25px;
	padding: 10px 0px;
}

#footer
{
	margin: 20px 0px 0px 0px;
	text-align: center;
	height: 60px;
}
#footer ul
{
	padding-bottom: 10px;
}
#footer ul li
{
	display: inline;
	padding: 0px 5px;
}
#content #footer ul li a
{
	color: #225374;
	font-weight: bold;
}
#header-promo
{
	position: relative;
	top: 85px;
	height: 277px;
	margin-bottom: 87px;
}
#header-promo h2
{
	position: absolute;
	top: 20px;
	left: 85px;
	font-size: 25px;
	font-weight: normal;
	color: #3f759a;
}
#header-promo h2 span
{
	font-weight: bold;
	color: #d00b0b;
}
#header-promo #features 
{
	position: absolute;
	top: 75px;
	left: 95px;
	list-style-type: none;
}
#header-promo #features li
{
	background: url('/img/home/features-li.png') no-repeat;
	width: 277px;
	height: 26px;
	margin: 4px 0px;
	padding: 3px 0px 0px 20px;
	color: #3f759a;
	font-size: 15px;
}
#header-promo #price
{
	position: absolute;
	right: 0px;
	top: -35px;
}
#header-promo #graph
{
	background: url('/img/home/graph.png') no-repeat;
	width: 269px;
	height: 263px;
	position: absolute;
	bottom: -28px;
	right: 190px;
}
#header-promo #header-signup
{
	background: url('/img/home/sign-up-button.png') no-repeat;
	width: 170px;
	height: 85px;
	display: block;
	text-indent: -9000px;
	position: absolute;
	top: 150px;
	right: 5px;
}



