* {
	padding: 0;
	margin: 0;
}

body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	margin: 1em 0;
}

a {
	text-decoration: none;
}

img {
	border: none;
}

.rel {
	position: relative;
}

.clear {
	clear: both;
}

.wrap {
	width: 1000px;
	margin: 0 auto;
}

.hidden {
	display: none;
}

/* header */
.header {
	border-bottom: 1px solid #000;
}

.header-top {
	padding: 30px 0;
	width: 613px;
	margin: 0 auto;
}

.header-logo {
	float: left;
	height: 124px;
}

.sign-in {
	float: left;
	display: block;
	margin: 50px 0 0 20px;
}

.header-menu {
	width: 954px;
	margin: 0 auto;
}

.header-menu a {
	display: block;
	float: left;
	width: 160px;
	height: 85px;
	margin: 5px 0 5px;
	padding-left: 30px;
	border-left: 1px solid #eee;
}

.header-menu a.first {
	border-left: none;
}

.header-menu a:hover {
	background: url(/img/menuhover.png) repeat-x #fff;
}

.header-menu a.logo:hover {
	background: none;
}

.header-menu .h3 {
	font-size: 26px;
	font-weight: bold;
	color: #000;
	display: block;
	margin-top: 18px;
	letter-spacing: -1px;
}

.header-menu .h4 {
	font-size: 14px;
	color: #7cb75d;
	display: block;
	font-style: italic;
}

/* signin */
#overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #000;
	opacity: .9;
	z-index: 1000;
}

#signin-form {
	position: absolute;
	top: 100px;
	display: none;
	width: 380px;
	border: 1px solid #2DBAFF;
	background: #0061A9;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
	z-index: 1001;
}

#signin-form .inside {
	padding: 20px 0;
	margin: 0 20px;
}

#signin-form label {
	display: block;
	color: #8CB3DF;
	font-size: 16px;
}

#signin-form .input {
	font-size: 18px;
	width: 320px;
}

#signin-form .submit {
	font-size: 14px;
}

#signin-form span.forgot {
	display: block;
	float: right;
	font-size: 14px;
}

#signin-form span.forgot a {
	color: #8CB3DF;
	border-bottom: 1px solid #8CB3DF;
}

#signin-form span.forgot a:hover {
	border-bottom: 2px solid #8CB3DF;
}

#signin-form h3 {
	color: #fff;
	margin-bottom: 1em;
}

#signin-form p.width {
	width: 320px;
}

/* content */
.content {
	background: #484848;
	padding: 40px 0;
	color: #fff;
	border: 1px solid #eee;
	border-left: none;
	border-right: none;
}

.content-top {

}

.tagline {
	float: left;
	margin-left: 86px;
}

.signup {
	display: block;
	float: left;
	margin: 45px 0 0 70px;
}

/* preview-box */
.preview-box {
	background: #0061a9;
	border: 1px solid #000;
	height: 340px;
	margin: 40px 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.preview-box-line {
	border: 1px solid #2dbaff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	height: 338px;
}

.preview-box-inside {
	padding: 20px 0;
	margin: 0 20px;
	height: 298px;
}

a.all-features {
	display: block;
	position: absolute;
	right: 20px;
	top: 20px;
	color: #fff;
	border-bottom: 1px solid #fff;
	font-size: 23px;
}

.preview-box h3 {
	font-size: 34px;
	color: #8cb3df;
	font-weight: normal;
}

.preview-box h3 em {
	font-style: normal;
	color: #fff;
}

.preview {
	float: left;
	width: 222px;
	height: 200px;
	background: #fff;
	border: 1px solid #4c4c4c;
	margin-left: 20px;
	margin-top: 45px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.screenshot {
	height: 222px;
	width: 222px;
}

.screenshot img {
	float: left;
	margin: 0 0 0
}

.screenshot:hover img {
	position: relative;
	margin: -40px;
	height: 280px;
	width: 302px;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
	z-index: 1000;
}

.bubble {
	width: 240px;
	height: 105px;
	line-height: 82px;
	font-size: 18px;
	position: absolute;
	left: -9px;
	top: -34px;
	background: url(/img/bubble3.png);
	text-align: center;
	color: #fff;
}

.preview.first {
	margin-left: 0px;
}

.content2 {
	padding: 40px;
}

.content2-inside {
	margin: -40px;
	padding: 0 40px 40px;
}

.big {
	font-size: 24px;
}

ul.features {
	list-style: none;
}

.features li {
	border-bottom: 1px solid #333;
	padding: 10px 5px;
}

.features li h4 {
	font-weight: normal;
	font-size: 18px;
	color: #4f88c5;
}

.features li .def {
	font-size: 12px;
	color: #fff;
}

.big a {
	color: #7cb75d;
}

.big a:hover {
	text-decoration: underline;
}

.features li.last {
	border-bottom: none;
}

h1 {
	text-align: center;
	color: #fff;
}

div.h3 {
	text-align: center;
	margin-bottom: 40px;
	color: #999;
}

/* footer */
.footer {
	padding: 20px 0;
	border-top: 1px solid #000;	
}

.footer-links {
	color: #999;
}

.footer-logo {
	float: left;
}

.footer-info {
	float: left;
	font-size: 12px;
	margin: 30px 0 0 20px;
}

.footer a {
	color: #7cb75d;
}

.footer a:hover {
	text-decoration: underline;
}

.footer-spacer {
	margin: 0 6px;
}