*
{
	margin:0;
	padding:0;
}

.clear
{
	clear:both;
}

body
{
	background:#F9F9F9 url('../img/body-bg.png') repeat-x top left;
	text-align:center;
	font-family:Arial;
	color:#646464;
	font-size:14px;
}

em
{
	color:#40669f;
	font-weight:bold;
	font-style:normal;
}

#content li
{
	margin-left:15px;
}

a:link,
a:visited
{
	color:#c53333;
	text-decoration:none;
}

#wrapper
{
	width:790px;
	text-align:center;
	margin:0 auto;
	position:relative;
	background:#FFF url('../img/body-bg.png') repeat-x top left;
}

#content
{
	width:744px;
	text-align:left;
	margin:0 auto;
	padding-top:60px;
	clear:both;
	padding-bottom:10px;
}

h1
{
	height:70px;
	width:350px;
	float:right;
}

h2
{
	width:230px;
	height:110px;
	background:url('../img/logo.png') no-repeat top left;
	position:absolute;
	top:0;
	left:0;
}

h1 span,
h2 span
{
	display:none;
}

input
{
	font-family:tahoma;
	font-size:12px;
	color:#6E6E6E;
}

h3
{
	margin-top:16px;
	color:#456EA2;
	font-family:"Trebuchet MS",Arial;
	font-size:22px;
	font-weight:normal;
	padding:10px;
	
	width:400px;
	height:55px;
}

h3 span
{
	display:none;
}

h4
{
	color:#595959;
	font-family:"Trebuchet MS",Arial;
	font-size:14px;
	font-weight:normal;
	padding:22px 0;
}

h5
{
	color:#595959;
	font-family:"Trebuchet MS",Arial;
	font-size:18px;
	font-weight:normal;
	padding:15px 0;
}

#features li
{
	padding-left:47px;
	background:url('../img/bullet.png') no-repeat left center;
	list-style-type:none;
	margin-top:5px;
	height:40px;
	overflow:auto;
	line-height:30px;
	color:#0c4984;
	font-size:16px;
	font-family:"Century Gothic","Trebuchet MS","Tahoma";
}

#footer
{
	background:url('../img/footer.png') repeat top left;
	line-height:24px;
	color:#CAE1F0;
	text-align:center;
	font-family:Tahoma,Arial;
	font-size:12px;
	clear:left;
}

#footer a:link,
#footer a:visited
{
	color:#CAE1F0;
}

.right
{
	float:right;
}

#top-navigation
{
	height:36px;
	width:630px;
	clear:right;
	top:81px;
	right:0;
	z-index:50;
	position:absolute;
	list-style-type:none;
	border-right:1px solid #dadada;
}

#top-navigation li
{
	width:88px;
	float:right;
	height:40px;
	margin-top:-5px;
	text-align:center;
}

#top-navigation li.selected,
#top-navigation li.hover
{
	background:url('../img/nav-selected.png') repeat-x 1px 0px;
	line-height:45px;
}

#top-navigation li.selected
{
	border-bottom:1px solid #FFF;
}

#top-navigation li a:link,
#top-navigation li a:visited
{
	display:block;
	border-left:1px solid #dadada;
	line-height:36px;
	margin-top:5px;
	color:#00468c;
	text-decoration:none;
}

#screenshots
{
	height:243px;
	width:344px;
	background:url('../img/screenshots.png') no-repeat top left;
	float:right;
	margin-right:5px;
	padding-left:5px;
	padding-top:40px;
	cursor:pointer;
}

p
{
	margin-bottom:15px;
}

label
{
	width:120px;
	float:left;
	margin:2px;
}

input,select
{
	width:200px;
	float:left;
	border:1px solid #b1d3f2;
	padding:2px;
	margin:2px;
}

textarea
{
	background-color: #b1d3f2;
}

input [type=submit],
.submit-button
{
	border:1px solid #194d7c;
	background:#4ba6e1 url('../img/button-bg.png') repeat-x top left;
	color:#FFF;
	padding:3px;
	width:204px;
}