	#contentwrapper{
	float: left;
	width: 100%;
	height: 700px;
	background: #FFF;
	}

	.productnav ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

	.productnav ul li{
	padding: 3px 10px 0 10px;
	font-size: 12px;
	position: relative;
	display: inline;
	float: left;
	background: #666;
	color: #fff;
	}
	
	.productnav a{
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	}

	.productnav a:hover{
	text-decoration: underline;
	color: #393;
	}
	
	.productnav #page{
	color: #393;
	}
		
	.scroll_box {
    width:580px;
    height:420px;
    overflow:auto;
    border: 2px solid #999;
    border-top:0;
    padding:5px 5px 5px 5px;
    margin: 0 4px 0 4px;
    background: #fff;
	}

	.scroll_box h2.blue {
	color: #324b82;
	border-bottom: 2px dotted #324b82;
	font-size: 16px;
	}

	.products {
	width:100%;
	height: 430px;
	}

	.products h3{
	font-weight:normal;
	font-size: 16px;
	color: #fff;
	margin: 5px 0 0 0;
	padding: 0;
	}

	.icon{
	float:left;
	width:50px;
	display:inline;
	padding: 5px;
	}

	.icon a {
	border:0;
	}

	.description h3 {
	color: #ea7616;
	padding: 5px;
	float:left;
	margin-right: 5px;
	width:5em;
	vertical-align: middle;
	}

	.description p {
	padding: 5px ;
	font-size: 14px;
	margin: 0px 10px 0px 15px;
	line-height: 1.2em;
	vertical-align: middle;
	}

	.featureblock {
	width:100%;
	}
