@charset "utf-8";
#leftCol {
	border-top:1px dotted #81d3ed;
}
			
#col2 {
	border-top:none;
}
#content {
	background:#fff url(../images/contentBG.gif) repeat-x top;
}

	#features {
		margin:0;
		padding:1px;
		border:1px solid #ebebeb;
	}
		#featuresContent {
			margin:0;
			padding:9px;
			background:url(../images/featuresBG.gif) top repeat-x;
			font-size:12px;
			color:#04a7db;
		}
			#featuresContent h2 {
				margin:0 0 10px 0;
				font-size:14px;
			}

#banner {

}

#rightCol {
	top: 118px;
}

table.spec-table {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#fff url(../images/tableBG.gif) top repeat-x;
}

table.spec-table tr td {
	vertical-align:top;
	text-align:center;
}

td.header {
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	font-size:12px;
	color:#04a7db;
}

td.footer {
	border-bottom:1px solid #ddd;
}

td.left {
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	text-align:left;
	background:url(../images/table-cell-border.gif) left repeat-y;
}

td.right {
	border-right:1px solid #ddd;
	background:url(../images/table-cell-border.gif) right repeat-y;
}

table.bodytext {
	font-size:12px;
}

ul.subsections {
	margin:0;
	padding:0;
}

	ul.subsections li {
		margin:0;
		padding:0 2% 0 0;
		width:31%;
		display:block;
		float:left;
		list-style:none;
	}
	
		ul.subsections li a {
			padding:10px 0 ;
			display:block;
			background:url(../images/linkArrow.gif) 75px 10px no-repeat;
		}
		
		ul.subsections li img {
			float:left;
			margin:0 30px 0 0;
		}

