/* Main Layout */
body {
	margin:0;
	padding:0;
	background:url(bg.jpg) top center no-repeat #D0D0CB;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:14px;
}
#header {
	width:100%;
	height:110px;
	margin-top:40px;
	background:url(bar_blue.png) top center no-repeat;
}
#header_content {
	position:relative;
	width:1150px;
	margin-left:auto;
	margin-right:auto;
	padding-top:15px;
}
#logo {
	float:left;
	width:430px;
}
#navigation {
	position:absolute;
	top:-40px;
	left:470px;
	width:700px;
	height:165px;
	text-align:right;
}
.clear {
	clear:both;
	height:0;
}
#content {
	width:1150px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
}
#translucent {
	width:100%;
	min-height:400px;
	background:url(translucent.png) top left repeat;
	padding:10px;
	padding-left:15px;
	padding-right:15px;
}
#callouts {
	width:100%;
	height:300px;
	margin-top:30px;
	background:url(bar_green.png) top center no-repeat;
}
#callouts_content {
	width:1150px;
	margin-left:auto;
	margin-right:auto;
	color:#FFFFFF;
}
#footer {
	width:100%;
	height:22px;
	margin-top:18px;
	background:url(bar_red.png) top center no-repeat;
}
#footer_content {
	width:1150px;
	margin-left:auto;
	margin-right:auto;
	padding-top:2px;
	text-align:right;
	color:#FFFFFF;
}

/* Home Page */
#home_left {
	float:left;
	width:290px;
	height:330px;
	background:url(bg_featured_customer.png) top center no-repeat;
	padding:15px;
	padding-top:55px;
	color:#FFFFFF;
}
#home_right {
	float:right;
	width:800px;
	height:400px;
	background-color:#000000;
}

/* Demo */
#demo_left {
	float:left;
	width:900px;
}
#demo_right {
	float:right;
	width:240px;
}

/* Features */
#feature_title {
	float:left;
	width:600px;
	text-transform:capitalize;
}
#feature_controller {
	float:right;
	width:400px;
	text-align:right;
}
#feature_controller a,#feature_controller a:hover {
	cursor:pointer;
}
#feature_flexibility,#feature_security,#feature_capability {
	clear:both;
	display:none;
}

/* Testimonials */
#testimonials {
	width:70%;
	margin-left:auto;
	margin-right:auto;
}
#testimonials_left,#testimonials_right {
	float:left;
	width:350px;
	text-align:center;
	border:1px solid #999999;
	padding:5px;
	margin-bottom:15px;
}
#testimonials_right {
	float:right;
}
#testimonial_questions {
	float:left;
	width:73%;
}
#testimonial_screenshots {
	float:right;
	width:25%;
	text-align:right;
}

/* Text */
h1 {
	margin-top:0;
}
.error {
	color:#FF0000;
	font-weight:bold;
}

/* Links */
a {
	color:#000000;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

/* Forms */
input[type="text"],input[type="password"],textarea {
	background-color:#FFFFFF;
	border:1px solid #AAAAAA;
	padding-left:2px;
	padding-right:2px;
	font-size:11px;
	color:#000000;
}
#callouts input,#callouts textarea {
	border:none;
}