body {
	background:url(../images/bg-gradient.png) #fff repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica;
}
strong {
	font-weight:bold;
}
small {
	font-size:13px;
}
.left {
	float:left;
}
.right {
	float:right;
}
img.left {
	margin-right:20px;
}
img.right {
	margin-left: 20px;
}
#container {
	width:950px;
	margin:0 auto;
	padding:0 15px;
}
#header {
	height:115px;
}
#header ul {
	float:right;
	padding-top:10px;
}
#header li {
	display:inline;
	font-size:20px;
}
#header li a {
	color:#2F56A5;
	margin:0 25px;
	padding:3px 0;
	font-weight:bold;
}
#header li a:hover {
	color:white;
}
#header li a#free-demo-link {
	background:white;
	margin:0 15px;
	padding:3px 10px;
	color:#0093E1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#header li a:hover#free-demo-link {
	color:white;
	background:#0093E1;
}
#content {
	position:relative;
	clear:both;
	color:#222;
	width:943px;
	min-height:500px
}
#content h1 {
	font-size:26px;
	font-weight:bold;
	margin:15px 0;
}
#content h1 a {
	color:#555;
}
#content h1 a:hover {
	color: #111;
}
#content h2 {
	font-size:22px;
	font-weight:bold;
}
#content h3 {
	font-size:20px;
	font-weight:bold;
	margin:15px 0;
}
#content p {
	margin:20px 0;
	line-height:20px;
}
#promo-box {
	margin:10px auto 25px;
	width:941px;
	height:312px;
	background:url(../images/promo-bg-01.jpg) no-repeat;
	color:white;
	font-size:20px;
}
#promo-box ul {
	margin-left:80px;
	padding-top:55px;
}
#promo-box li {
	margin:8px 0;
	list-style-image: url(../images/check.jpg);
}
#promo-box a img {
	margin-left:80px;
	margin-top:15px;
}
#home-left {
	width:240px;
	padding:10px;
	float:left;
	margin-right:20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background:#eee;
	text-align:center;
}
#home-left p {
	font-size:16px;
	margin:0;
	padding:5px;
}
#home-left a {
	color:#D5EEFF;
}
#sidebar {
	display:block;
	float:right;
	width:250px;
	background:#ffeeff;
}
#features {
	width:525px;
	float:left;
	margin:25px;
	margin-left:10px;
	padding:10px 25px;
	background:#eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#features li {
	margin:8px;
	font-weight:bold;
	list-style-type:circle;
}
#right-side-about {
	width:270px;
	margin-top:25px;
	margin-right:10px;
	padding:10px;
	float:right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background:#0093E1;
	text-align:center;
	color:white;
}
#right-side-about p {
	font-size:18px;
	line-height:22px;
	text-align:left;
}
#right-side-about a {
	color:#D5EEFF;
}
#right-side-about a:hover {
	color:white;
}
#right-side-about img {
	margin-top:8px;
}
#contact, #signup {
	margin:20px 0 20px 100px;
	padding-bottom:10px;
}

#screenshots {
	margin-top:25px;
	padding:0;
}

#screenshots li {
	float:left;
	text-align:center;
	font-weight:bold;
	margin:10px 55px 20px;
}

#screenshots img {
	display:block;
	margin-bottom:5px;
	border:2px solid #fff;
}

#screenshots a:hover img {
	border:2px solid #2F56A5;
}

#signup {
	height:500px;
}
#contact label, #signup label {
	font-weight:bold;
	display:block;
	width:150px;
	float:left;
	text-align:right;
	margin:8px;
}
#contact input, #contact textarea, #signup input {
	display:block;
	float:left;
	width:250px;
	margin:8px;
	margin-top:3px;
	padding:5px 0;
}
#contact input:focus, #contact textarea:focus, #signup input:focus {
	border:2px solid #2E76A6;
}
#contact textarea {
	width:500px;
	height:200px;
}
#contact button, #signup button {
	display:block;
	float:left;
	padding:8px 16px;
	margin:8px;
}
#contact small, #signup small {
	float:left;
	margin:8px;
	color:#2E76A6;
}
#contact small.error, #signup small.error {
	font-size:15px;
	font-weight:bold;
	color:red;
}
#contact br, #signup br {
	clear:both;
}
#signup input.hidden {
	display:none;
}
#footer {
	clear:both;
	height:30px;
	background:#2F56A5;
	text-align:center;
	position:relative;
}
#footer a {
	color:#eee;
}
#footer a:hover {
	color:#fff;
}
#footer p {
	color:white;
	line-height:30px;
}
#footer img {
	position:absolute;
	top:0;
	right:0;
	margin:0;
	padding:0;
}

