@charset "utf-8";
/* CSS Document */

body{
	margin:0 0 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
}

a:link {
	color: #05A3D5;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #F44136;
}
a:hover {
	text-decoration: underline;
	color: #05A3D5;
}
a:active {
	text-decoration: none;
}
#hp_email_loading {
	display:none;
}
#hp_email_content {
	
}
.input_field {
	color:#959595;
	border-color:#CCCCCC;
	border-width:1px;
	text-transform:uppercase;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
	font-size: 12px;
}

#main-container{
	width: 837px;
	margin-right: auto;
	margin-left: auto;
}

#header{
	height: 209px;
	width: 837px;
	background-image: url(../images/header.jpg);
}

#main-body{
	background-image: url(../images/bg-main.jpg);
	background-repeat: repeat-y;
	width: 737px;
	padding-right: 50px;
	padding-left: 50px;
}

#left-container{
	float: left;
	width: 316px;
	padding-right: 30px;
}

#right-container{
	float: left;
	width: 391px;
}

#download-container{
	text-align: center;
}

#footer{
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 95px;
	width: 837px;
}

#featured-container{
	color: #05A3BE;
	width: 391px;
}

#featured-top{
	background-image: url(../images/features-top.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 391px;
}

#featured-body{
	background-image: url(../images/features-middle.jpg);
	background-repeat: repeat-y;
	width: 341px;
	padding-right: 25px;
	padding-left: 25px;
}

.featured-title{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #05A3BE;
}

.featured-body-text{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#featured-bottom{
	background-image: url(../images/features-bottom.jpg);
	height: 25px;
	width: 391px;
}

.subtitle{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #05A3BE;
	text-align: center;
	margin-bottom: 25px;
}

.body-text{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #5B3D1B;
}

#signup-container{
	width: 309px;
	margin-right: auto;
	margin-left: auto;
}

#signup-top{
	background-image: url(../images/signup-top.jpg);
	height: 24px;
	width: 309px;
}

#signup-middle{
	background-image: url(../images/signup-middle.jpg);
	background-repeat: repeat-y;
	width: 259px;
	padding-right: 25px;
	padding-left: 25px;
}

#signup-bottom{
	background-image: url(../images/signup-bottom.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 309px;
}

