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

body#sub {
	background: url(../images/subbackground.jpg) repeat-x;
}
#subwrappercontent {
	width: 1000px;
	padding: 17px 8px 30px 8px;
	margin: 0 auto;
}
h1 {
	color:  #ffffff;
	font-size: 300%;
	font-weight: normal;
	text-shadow: 0 1px 0 #666666;
	margin: 0;
	padding: 0;
}
#contentbanner {
	width: 985px;
	height: 40px;
	margin: 0 0 30px 0;
	padding: 42px 0 25px 15px;
}
#cloudbanner {
	width: 985px;
	height: 40px;
	margin: 0 0 30px 0;
	padding: 42px 0 25px 15px;
	background: url(../images/cloudfront.jpg) no-repeat;
}
h2.title {
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	color: #203049;
	border-bottom: 1px solid #cccccc;
	font-size: 145%;
	line-height: 25px;
	font-weight: normal;
}
.grey {
	background: #EBEFF3 url(../images/td_shadow.png) repeat-y right;
}
.blue {
	background: url(../images/tablebg.jpg) no-repeat;
}
/* TABLES CSS */
tr {
	font-size: 100%;
	color: #333333;
}
td {
	padding: 10px 3px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: center;
}
td.blue {
	border-left: 1px solid #0077C6;
	border-right: 1px solid #0077C6;
	color: #000;
	background: #fff;
}
td.upgrade {
	color: #999;
}
td.item {
	text-align: left;
	padding: 0 0 0 15px;
}
td.title {
	text-align: left;
	padding: 10px 15px;
	font-size: 120%;
	color: #900;
}
th {
	background: url(../images/th.jpg) repeat-x center;
	color: #fff;
	font-size: 100%;
	height: 40px;
	text-align: left;
	padding: 0 10px;
	border-right: 1px solid #fff;
}
th.left {
	background: url(../images/th.jpg) repeat-x left;
}
th.right {
	background: url(../images/th.jpg) repeat-x right;
}
th.blue {
	background: url(../images/th_blue.jpg) repeat-x center;
	color: #fff;
	text-align: center;
}
th.blue_dc {
	background: url(../images/th_blue.jpg) repeat-x right;
	color: #fff;
	text-align: center;
}
/* TABLES CSS */

.customers {
	width: 90%;
	height: 60px;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #f1f1f1;
}
.customers img {
	float: left;
	margin: 0 20px 0 0;
}
/* 2010 Release */
Ul.tick li {
	padding :3px 0 3px 20px;
	background: url(../images/tick.png) no-repeat center left;
	list-style: none;
}
Ul.list li {
	padding :3px 0 3px 20px;
	background: url(../images/list.gif) no-repeat center left;
	list-style: none;
}
.feature {
	background: url(../images/feature_bg.jpg);
	width: 320px;
	height: 95px;
	float: left;
	margin: 0 5px 15px 0;
	padding: 5px 0;
}
.feature img {
	float: left;
	margin: 0 20px 40px 0;
}
.feature h4 {
	font-size: 100%;
	font-weight: bold;
	color: #333;
	padding: 4px 0;
	margin: 0;
	background: none;
	border: none;
}
.feature p {
	padding: 0;
	margin: 0;
	width: 270px;
	color: #333;
}
.left_box {
	width: 45%;
	float: left;
	margin: 0 5% 0 0;
}
.left_box Ul {
	padding :5px 0;
	margin:0 0 0 10px;
	list-style-position: inside;
}
.left_box li {
	padding :5px 0;
	margin:0;
}
.feedback {
	width: 252px;
	height: 140px;
	padding: 10px 10px 20px 10px;
	color: #fff;
	background: #069 url(../images/feedback.jpg) no-repeat;
	font-size: 120%;
	line-height: 22px;
}

em.person {
	float: left;
	margin: -15px 0 0 75px;
}
.contact {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 6px;
	width: 100%;
	height: auto;
}
.contact h2 {
	font-weight: normal;	
}
.contact p{
	font-size: 90%;	
}
.leader {
	width: 650px;
}
h3.leader  {
	margin: 20px 0 0 0;
	padding:0;
	color: #900;
	font-size: 120%;
	font-weight: normal;
}
.suffix {
	float: right;
	font-size: 80%;
	margin: 0 0 30px 0;
}
.submit_confirm {
	background: #FF9; 
	border: 1px solid #FC3;
	padding: 8px 0;
	text-align: center;
}