@CHARSET "ISO-8859-1";

/* General styles */
body {
	background-color: #ededdc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
    line-height: 1.3;
	color: #333333;
}

/* Typography */
p, ul, ol {
    /* Should match line-height above */
    margin-bottom: 1.3em;
}

p.large {
	font-size: 20px;
}

a {
	color: #0099ff;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #0066ff;
}	

h1, h2 {
    color: #93c400;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0.5em;
}

li {
    list-style-position: outside;
    margin-left: 3em;
}

/* Header */
#header {
	height: 100px;
	background: #ffffff url('/images/site/header-bg.png') repeat-x 0 0;
}

#logo {
	display: block;
	width: 310px;
	height: 72px;
	margin: 15px 0 0 10px;
	float: left;
	background: url('/images/site/header-logo.png') no-repeat 0 0;
}

#logo span {
	display: none;
}

#contact {
	width: 242px;
	height: 40px;
	padding: 10px 10px 10px 58px;
	margin: 20px 10px 0 0;
	line-height: 20px;
	float: right;
	background: #ebebd8 url('/images/site/header-contact-icon.png') no-repeat 10px 10px;
}

#contact p {
	margin: 0;
}

#contact p span {
	font-weight: bold;
}

#contact p a {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}

#contact p a:hover {
	text-decoration: underline;
}

/* Navigation */
#nav {
	height: 41px;
	background: #86b200 url('/images/site/nav-bg.png') repeat-x 0 0;
}

#nav ul {
	display: block;
	width: 960px;
	height: 37px;
	margin: 0 auto;
	list-style: none;
	border-left: 1px solid #79a000;
	border-right: 1px solid #9ed200;
}

#nav ul li {
	display: block;
	width: 190px;
	height: 35px;
	margin: 1px 0 0 0;
	float: left;
	line-height: 35px;
	text-align: center;
	border-left: 1px solid #9ed200;
	border-right: 1px solid #79a000;
}

#nav ul li a {
	display: block;
	width: 190px;
	height: 35px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

#nav ul li a:hover {
	background: #92c200 url('/images/site/nav-active-hover.png') repeat-x 0 -35px;
}

#nav ul li a.active {
	color: #555555;
	background: #ade013 url('/images/site/nav-active-hover.png') repeat-x 0 0;
}

/* Sections and content */
.section {
	clear: both;
	padding: 30px 0 10px;
	background: #ffffff url('/images/site/section-bg.png') repeat-x 0 100%;
}

.content {
	width: 960px;
	margin: 0 auto;
}

#footer {
	width: 940px;
	margin: 0 auto;
	padding-top: 10px;
	color: #999999;
}

/* Content */
.container {
	margin: 10px;
	float: left;
}

.quarter {
	width: 220px;
}

.one-third {
	width: 300px;
}

.half {
	width: 460px;
}

.two-thirds {
	width: 620px;
}

a.next-steps {
	display: block;
	width: 198px;
	margin: 0 10px;
	padding: 10px;
	float: left;
	font-size: 20px;
	border: 1px solid #d7d7b0;
	background: #ebebd9 url('/images/site/next-steps-bg.png') no-repeat 0 50%;
}

a.next-steps span {
	display: block;
	color: #333333;
	font-size: 15px;
	font-weight: normal;
}

a.next-steps:hover {
	text-decoration: none;
	background: #f9f9f4 url('/images/site/next-steps-bg.png') no-repeat -220px 50%;
}

a.next-steps.first {
	margin-left: 0;
}

a.next-steps.last {
	margin-right: 0;
}

.img-one-third {
	padding: 4px 5px 25px;
	border-top: 1px solid #d7d7b0;
	background:  url('/images/site/img-one-third-bg.png') no-repeat 0 100%;
}

.img-half {
	padding: 4px 5px 25px;
	border-top: 1px solid #d7d7b0;
	background:  url('/images/site/img-half-bg.png') no-repeat 0 100%;
}

p.three-steps {
	width: 300px;
	float: left;
	margin-right: 20px;
}

p.three-steps.last {
	margin-right: 0;
}

/* Contact page */
#contact-form {
	margin-top: 30px;
}

#contact-form .contact-captcha {
	display: none;
}

#contact-form label {
	display: block;
	width: 140px;
	margin-right: 20px;
	float: left;
	color: #93c400;
	font-weight: bold;
}

#contact-form .contact-text {
	width: 294px;
}

#contact-form .contact-textarea {
	width: 374px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#contact-error {
	padding: 20px;
	background-color: #ffe375;
	border: 1px solid #ffcc00;
}

#contact-error ul {
	margin: 0;
}

#contact-error ul li {
	list-style-position: inside;
	margin: 0;
}

/* Demo page */
a.demo-launch {
	display: block;
	width: 438px;
	padding: 15px 10px;
	float: left;
	font-size: 20px;
	border: 1px solid #d7d7b0;
	background: #ebebd9 url('/images/site/demo-launch-bg.png') no-repeat 0 50%;
}

a.demo-launch:hover {
	text-decoration: none;
	background: #f9f9f4 url('/images/site/demo-launch-bg.png') no-repeat -460px 50%;
}