body {
	font-family: tahoma,sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0;
	padding: 0;
}
a img {
	border: none;
}
h1 {
	font-family: "trebuchet MS", arial, helvetica, sans-serif;
	font-size: 40px;
	letter-spacing: -0.03em;
	color: #414141;
	background-color: inherit;
	margin: 0;
	padding: 35px 0 0;
	font-weight: normal;
}
h2 {
	font-family: "trebuchet MS", arial, helvetica, sans-serif;
	font-size: 20px;
	letter-spacing: -0.02em;
	color: #414141;
	background-color: inherit;
	margin: 0;
	font-weight: normal;
}
h3 {
	font-family: "trebuchet MS", arial, helvetica, sans-serif;
	font-size: 20px;
	letter-spacing: -0.02em;
	color: #1c63ad;
	background-color: inherit;
	margin: 0;
	font-weight: normal;
}
ul {
	margin: 0;
}

a:link, a:visited {
	color: #4192e5;
	background-color: inherit;
}

.highlight {
	border: 1px solid #E4E4E4;
	background-color: #fcfdeb;
	padding: 10px;
	margin: 20px 0;
	text-align: justify;
}

.submit {
	font-family: tahoma,sans-serif;
	font-size: 12px;
	color: #333;
	padding: 4px 8px 4px 8px;
}

.border {
	border-top: 1px solid #E4E4E4;
	padding: 15px 0;
}

#header {
	padding-bottom: 1px;
	border-bottom: 1px solid #E4E4E4;
	background-color: #f5f5f5;
	padding: 10px 0 0;
}
#header-inner {
	width: 750px;
	margin: 0 auto;
	overflow: hidden;
}
#header-logo {
	float: left;
}
#header-login {
	padding-top: 18px;
	height: 50px;
	text-align: right;
}
#header-login input {
	vertical-align: middle;
}

#header-menu {
	list-style-type: none;
	float: right;
	padding: 0;
	margin: 0;
}
#header-menu li {
	float: left;
	margin-left: 1px;
	display: inline-block;
	display: -moz-inline-box;
}
#header-menu img {
	vertical-align: top !important;
	vertical-align: middle;
}
#header-menu li span {
	display: inline-block;
	display: -moz-inline-box;
	line-height: 28px;
	vertical-align: middle;
}
#header-menu li span.nav-left {
	background-image: url("images/nav/on-l.gif");
}
#header-menu li span.nav-right {
	background-image: url("images/nav/on-r.gif");
}
#header-menu a:link, #header-menu a:visited {
	display: block;
	float: left;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	background-image: url("images/nav/off.gif");
	text-decoration: none;
	height: 28px;
}
#header-menu a:hover .nav-left img, #header-menu li.selected .nav-left img {
	visibility: hidden;
}
#header-menu a:hover .nav-right img, #header-menu li.selected .nav-right img {
	visibility: hidden;
}
#header-menu a:hover, #header-menu li.selected a {
	background-image: url("images/nav/on.gif");
	text-indent: 0; /* For IE */
}

#entire {
	margin: 0 auto;
	background-image: url(images/gradient.gif);
	background-repeat: repeat-x;
}

#title {
	width: 750px;
	margin: 0 auto;
	position: relative;
}
#promo {
	background-image: url("images/bg-1.gif");
	height: 210px;
	text-align: center;
	margin: 25px 0;
}

#signup {
	position: absolute;
	margin-left: 643px;
	margin-top: 17px;
	left: 0px;
	top: 0px;
}

.feature {
	margin: 0 0 20px;
}

#content {
	width: 750px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 25px;
	line-height: 17px;
}
.content-left {
	float: left;
	width: 240px;
	margin-right: 15px;
}
.content-right {
	float: right;
	width: 240px;
}
#content-main {
	float: left;
	width: 510px;
	padding: 0 20px 0 0;
	border-right: 1px solid #eee;
}
#content-sub {
	float: right;
	width: 200px;
}
#content p {
	padding: 0px;
	text-align: justify;
}
#content .feature-list {
	margin: 0 10px;
	padding: 0;
	color: #4192E5;
	list-style-position: inside;
}
#content .feature-list li {
	font-weight: bold;
	padding: 5px 0;
	border-bottom: 1px solid #eee;
}
#content .feature-list li span {
	color: #414141;
}
#content .marketing-speak {
	font-weight: bold;
	color: #858585;
}

#content-signup {
	margin-top: 10px;
	padding-top: 20px;
	border-top: 1px solid #eee;
	text-align: center;
}

.expect-left {
	float: left;
	width: 110px;
	margin-right: 10px;
	padding: 15px 0;
}
.expect-right {
	float: right;
	width: 370px;
	padding: 15px 0;
}

.expect-contain {
	border-top: 1px solid #E4E4E4;
	padding: 10px 0;
	margin: 10px 0;
}

#footer {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background-color: #f5f5f5;
	padding: 40px 0;
	margin-top: 25px;
	font-size: 12px;
	line-height: 24px;
	overflow: hidden;
}
#footer-inner {
	width: 750px;
	margin: 0 auto;
}
#footer-left {
	float: left;
	width: 370px;
}
#footer-right {
	float: right;
	width: 370px;
}
#footer-menu {
	list-style-type: none;
	float: right;
}
#footer-menu li {
	display: inline;
	margin: 0 3px;
}

.contact {
	border: 1px solid #eee;
	background-color: #f7f7f7;
	padding: 10px;
	margin: 20px 0;
}
