
.awards {
	margin-top: -10px;
}


.awardImage {
	float: left;
	width: 110px;
	height: 110px;
}

.awardImage img
{
	vertical-align:middle;
}

/* BLOG  */
#blog {
	width:860px;
	min-height: 150px;
	margin-top: 10px;
	float:left;
	height: 22em;
}


#blogRSSImage {
	float: right;
	margin: 5 15 5 5px;
}

.blogEntry {
	padding: 5px 10px 5px 10px;
}


.blogEntryHeader {
	padding-left: 0px;
	margin-bottom: 3px;
	font-size: 1.05em;
}


.blogEntryBody {
	margin-left: 15px;
}

.blogEntryBody p {
}




/* PRODUCT BOXES */
.productBoxes {
	font-size: 13px;
	padding-top: 10px;
}

.productBox {
	margin-bottom:10px;
	width: 413px;
	height: 8em;
	float: left;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	overflow: none;
	text-decoration:none;
	border: 1px solid #ddd;
	padding: 2px 5px;
	background:#fff;
	-webkit-box-shadow: 0px 1px 3px #444;
	-moz-box-shadow: 0px 1px 3px #444;
}

.productBoxes .highlight {
	background: #eaeaea;
	-webkit-box-shadow: 2px 2px 4px #444;
}

.productBlock {
	text-align: center;
	margin-left:10.5em;
	padding: 5px;
	overflow: none;
}

.productBoxHeader {
	line-height:1.8em;
	
	overflow: none;
	margin-top: 3px;
	margin-bottom: 7px; 
	font-size: 1.3em;
	font-weight: normal;
}


.productBoxShot {
	height: 9em;
	width: 9em;
	margin-top: 1em;
 	padding: 0.3em;
 	float: left;
 	border: 0;
 }

.productBodyText {
	font-size: 1.0em;
	overflow: none;
}

/* New Product Boxes */
.newProductBox {
	margin-bottom:10px;
	width: 413px;
	height: 33em;
	float: left;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	overflow: none;
	text-decoration:none;
	border: 1px solid #ddd;
	padding: 2px 5px;
	background:#fff;
	-webkit-box-shadow: 0px 1px 3px #444;
	-moz-box-shadow: 0px 1px 3px #444;
}


.newProductBoxHeader {
	line-height:2.4em;
	
	overflow: none;
	margin-top: 3px;
	margin-bottom: 7px; 
	font-size: 2.2em;
	font-weight: normal;
	text-align:center;
}


.newProductBoxShot {
	height: 9em;
	width: 9em;
	margin-top: 1em;
	margin-left: 150px;
 	padding: 0.3em;
 	border: 0;
	text-align: center;
 }

.newProductBodyText {
	height:14em;
	font-size: 0.9em;
	overflow: none;
	padding: 0px 5px;
}

