@charset "utf-8";

table#features {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	border-collapse: collapse;
	margin-bottom: 15px;
}

#features th {
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #010101;
	padding: 3px;
}
#features .tablesubhead {
	color: #FFFFFF;
	background-color: #D40005;
	padding: 3px;
	font-size: 12px;
}
#features td {
	background-color: #F3F3F3;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B1B1B1;
	font-size: 12px;
}
#features td.option {
	width: 120px;
}
.pricing td {
	font-size: 12px;
	background-color: #F3F3F3;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b1b1b1;
}

.portfolio {
	width: 600px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	height: 120px;
	padding: 10px;
	background-color: #F3F3F3;
}
.portfolio h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC0000;
	margin: 0px;
	padding: 0px;
}
.portfolio h2 a {
	color: #CC0000;
	text-decoration: none;
}
.notes {
	font-size: 11px;
}
div.price {
	padding: 10px;
	width: 330px;
	background-color: #F3F3F3;
	border: 1px dashed #CCCCCC;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: left;
	height: 280px;
}
.price table.pricing {
	width: 320px;
}
.price .pricing td {
	background-color: #FFFFFF;
}
table.pricing {
	width: 90%;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	border-collapse: collapse;
}
table.pricing th {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	padding: 3px;
}
td {
	font-size: 12px;
}
.col_320 {
	padding: 10px;
	float: left;
	width: 220px;
	font-size: 11px;
	height: 600px;
	background-color: #F0F0F0;
	margin: 5px;
}
.col_320 p, li {
	font-size: 11px;
}
.col_320 h2 {
	margin: 0px;
	padding: 0px;
}
.first_para {
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
}

