body {
	background-image:url(../images/hp-bg.png);
}

#page {
	background-image:url(../images/hp-page-bg.gif);
}

#header {
	height:308px;
	background-color:#617CD9;
}

#body {
	background-image:url(../images/hp-body-bg.png);
}

#content {	
	width:790px;
	padding:5px;
	padding-top:5px;
	float:none;
}

#content-left {
	width:260px;
	padding:15px 0px 20px 0px;
	padding-top:0px;
	margin-left:5px;
	float:left;
}

#content-right {	
	width:506px;
	margin-right:3px;
	float:right;
}

.content-full {
	background-color:#eee;
	padding:5px;
	margin:0 10px;
}

table.checkmarks td {
	vertical-align: top;
}

table.checkmarks ul {
	list-style-image:url(../images/hp-bullet.png);
}

.company-overview {
	background-color: #d4dde5;
	border: 1px solid #cfcfcf;
	font-size: 17px;
	padding: 15px 15px 10px 15px;
	margin: 5px;
}

h2 {
	color:#32393f;
	font-weight:normal;
	margin-top: 2px;
}
	

#logo a {
	display:none;
}

.latest-news {
	width:789px;
	height:32px;
	background-image:url(../images/hp-latest-bg.jpg);
	background-position:left;
	background-repeat:no-repeat;
	margin-bottom:5px;
	padding:15px 10px 0 30px;
	margin-top:-5px;
	position:relative;
}

.latest-news span.more {
	position:absolute;
	right:60px;
	top:13px;
}


/* Featured Product
============================================================ 
--------------------------------------------------------- */

.featured-product {
	background-image:url(../images/featured-product-bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:231px;
	min-height:185px;
	position:relative;
	padding:15px;
	margin-bottom:20px;
}

.featured-product .bottom {
	width:251px;
	height:32px;
	position:absolute;
	bottom:-10px;
	margin-left:-15px;
	margin-right:-15px;
	background-image:url(../images/hp-featured-bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

.featured-product img{
	width:86px;
	height:79px;
	position:absolute;
	left:15px;
	top:45px;
}

.featured-product .text {
	position:absolute;
	left:10px;
	top:140px;
}

.featured-product h3 {
	margin-top:0px;
	padding-top:0px;
	font-family:Tahoma, Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	padding-bottom:6px;
}

.featured-product h3 a {
	text-decoration:none;
	color:#32393f;
	font-size:130%;
}

.featured-product h3 a:hover {
	text-decoration:underline;
}

.featured-product p.view-details {
	position:absolute;
	bottom:15px;
	left:193px;
}

.featured-product p.view-details a {
	text-decoration:none;
	font-weight:bold;
	color:#32393f;
}
