h2 {
	font-size:20px;
	font-weight:normal;
	padding:10px 0 5px 10px;
	text-decoration:none;
	color:#666;
	margin:15px 0;
}
h2.img-head {
	padding:3px 0;
}
/*** 
	Features
*********/

h2.title {
	font-size:20px;
	font-weight:normal;
	background: transparent url(/images/feature_bgd.gif) bottom repeat-x;
	padding:10px 0 5px 10px;
	text-decoration:none;
	color:#666;
	border-bottom:1px solid #fcf4e7;
	margin:15px 0;
}
.design {background: transparent url(/images/icons/ic_design.png) left no-repeat;padding-left:20px;}
.marketing {background: transparent url(/images/icons/ic_marketing.png) left no-repeat;padding-left:20px;}
.media {background: transparent url(/images/icons/ic_media.png) left no-repeat;padding-left:20px;}
.store {background: transparent url(/images/icons/ic_store.png) left no-repeat;padding-left:20px;}
.order {background: transparent url(/images/icons/ic_order.png) left no-repeat;padding-left:20px;}
.admin {background: transparent url(/images/icons/ic_admin.png) left no-repeat;padding-left:20px;}

ul.full-features li {
	margin:15px 0 15px 25px;
	padding:0 5px;
	font-size:14px;
	list-style-position: inside;
	line-height: 20px;
}
/*** 
	FAQ
*********/
div.faq {
	margin:10px 0;
}
p.question {
	font-size:18px;
	padding:15px 0 10px 0;
}
p.answer {
	font-size:13px;
}
/******
	contact
**************************/
form {
	margin-bottom: 15px;
	margin:0 auto;
	width:500px;
}
form p {
	margin:20px 0;
}
form input {
	padding:4px;
	border:1px solid #aaa;
	width:200px;
}
form label {
	float:left;
	width:70px;
}
textarea {
	width:500px;
	height:200px;
	border:1px solid #aaa;
}
p.send input {
	width:auto;
	background:#eee;
	border:1px solid #bbb;
	color:#666;
	cursor: pointer;
	font-size:14px;
	float:right;
}
