@charset "utf-8";
/* CSS Document */

body {
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
}

a:link, a:visited { color:#0099CC; }
a:hover { color:#FF9900; }

img { border:0; }

form { padding:0; margin:0; }

br.separator { height:8px; }

.clearfloat { clear:both; height:0; }

#bodyWrapper {
	width:1000px;
	margin:0 auto;
}

#topLogo {
	text-align:left;
}

#content {
	padding:20px 0 40px 0;
	clear:both;
}

#footer {
	text-align:center;
	font-size:10px;
	padding:20px 0 0 0;
	border-top:1px solid #CCC;
}

#homeFeatureList {
	border-top:2px solid #39c5f6;
	width:600px;
	float:left;
}

#tableFeatureList {
	width:600px;
	border-left:1px #EFEFEF solid;
	border-right:1px #EFEFEF solid;
}

#tableFeatureList tr {
	background:url(../images/hp_gradient_bg.png) bottom left repeat-x;
}

#hpFeatureList {
	border-left:1px #EFEFEF solid;
	border-right:1px #EFEFEF solid;
}
	#hpFeatureList .row {background:url(../images/hp_gradient_bg.png) bottom left repeat-x;}
	#hpFeatureList div.row div {height:52px; padding: 10px 0 0 90px;}
		#hpFeatureList .row .contentEditing {background:url(../images/hp_icon_content.png) center left no-repeat; }
		#hpFeatureList .row .menus {background:url(../images/hp_icon_menu.png) center left no-repeat; }
		#hpFeatureList .row .separate {background:url(../images/hp_icon_separate.png) center left no-repeat; }
		#hpFeatureList .row .roles {background:url(../images/hp_icon_users.png) center left no-repeat; }
		#hpFeatureList .row .mkg {background:url(../images/hp_icon_marketing.png) center left no-repeat; }
		#hpFeatureList .row .online {background:url(../images/hp_icon_online.png) center left no-repeat; }
		#hpFeatureList .row .extensible {background:url(../images/hp_icon_extensible.png) center left no-repeat; }


#rightColumn {
	float:right;
	width:360px;
}
	#rightColumn .content { margin-top:8px; }
	#rightColumn h2 { font-size:16px; padding:0; margin:0; color:#FF9900; }
	#signUp {
		padding:10px;
		border:1px solid #EFEFEF;
		border-top:2px solid #39c5f6;
		background:url(../images/hp_gradient_bg.png) bottom left repeat-x;
	}	
	#newsletter {
		padding:10px;
		margin:20px 0 0 0;
		border:1px solid #EFEFEF;
		border-top:2px solid #39c5f6;
		background:url(../images/hp_gradient_bg.png) bottom left repeat-x;
	}

input.signupTextInput { width:322px; }
select.signupSelect { width:327px; }
.signupButton { width:140px; float:left; }
.signupButtonRight { width:190px; float:right; text-align:center; font-size:10px; margin-top:10px; }
#cardsLogos { text-align:center; }
	#cardsLogos img { margin-left:4px; }

	
/* Validation
************************/
input.error
{
	border: 1px dotted #CC0000;
	background-color: #FFFFCC;
}
select.error
{
	border: 1px dotted #CC0000;
	background-color: #FFFFCC;
}

label.error
{
	display: block;
	color: #FF9900;
}