/* Global
-------------------------------------------------- */
html, body, div, form, fieldset, h1, h2, h3, h4, h5, h6, p, blockquote, ul, li, ol {
	margin: 0;
	padding: 0;
}
html {
	min-height: 100%;
	margin-bottom: 1px;
}
body {
	color: #000;
	background: #365e99 url(../img/bg_gradient.gif) repeat-x bottom;
	font: 76%/140% Arial, Helvetica, sans-serif;
	margin: 10px 0;
	text-align: center;
}
ul, li {
	list-style-type: none;
}
a {
	color: #069;
	outline: none;
}
a:hover {
	text-decoration: none;
}
a img {
	border-width: 0; 
	border-style: none;
}
.clear {
	clear: both;
}

/* Layout
-------------------------------------------------- */
#wrapper {
	margin: 0 auto;
	width: 864px;	
	text-align: left;
}
#logo {
	margin: 100px 0 5px 0;
}
#logo h1 {
	text-indent: -99999px;
	background: url(../img/logo.gif) no-repeat;
}
#logo h1 a {
	display: block;
	width: 268px;
	height: 32px;
}
#contentWrapper {
	backgropund: transparent;
	border: 1px solid #ccc;
	padding: 3px;
}
#content {
	background: #fff;
	padding: 25px;
}

/* Contnet
-------------------------------------------------- */
h2 {
	font: 20px/24px Arial, Helvetica, sans-serif;
	margin-bottom: 18px;
}
h2.feature {
	color: #2a456e;
	line-height: 40px;
}
h3 {
	margin-bottom: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F00;
}
p {
	font: 12px/20px Arial, Helvetica, sans-serif;
	line-height: 20px;
	margin-bottom: 12px;
}
p.note {
	padding: 0 60px;
	font: italic 12px/20px Arial, Helvetica, sans-serif;
}
span.url {
	font-variant: small-caps;
}

ul.list {
	float: left;
	margin: 0 10px;
	color: #2a456e;
	font: 14px Arial, Helvetica, sans-serif;
}
ul.list li {
	line-height:20px;
	text-align: left;
}

.homePage {
	text-align: center;
}
.module {
	float: left;
	display: inline;
	position: relative;
	width: 313px;
	height: 180px;
	border: 1px dashed #369;
	padding: 12px 24px;
	margin: 0 20px 20px;
	text-align: center;
}

.btn {
	display: block;
	clear: both;
	position: absolute;
	bottom: 20px;
	left: 99px;
	margin: 0 auto;
	width: 133px;
	height: 36px;
	text-indent: -99999px;
}
.signUp {
	left: 114px;
	background: url(../img/btn_signup.gif) no-repeat left;	
}
.trial {
	width: 163px;
	background: url(../img/btn_trial.gif) no-repeat left;	
}

/* Forms
-------------------------------------------------- */
input {
	vertical-align: middle;
}
fieldset {
	border: none;
}
fieldset p {
	margin-bottom: 12px;
}

.error {
	color: #c00;
	font-weight: 800;
	padding-bottom: 12px;
}
/* Footer
-------------------------------------------------- */
#footer {
	margin-top: 10px;
	text-align: center;
	color: #fff;
}
#footer a {
	color: #fff;
	outline: none;
}
.copyright {
	margin-top: 20px;
	color: #ccc;
	font-size: 10px;
}

