@charset "utf-8";
/* Styling by Ian Powell @ Pantechnicon */

#ProductsBox, #LatestNewsBox {
	width: 191px;
	background-image: url(../site-images/homepage/products-box-bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 7px;
}
#ProductsBox h1, #LatestNewsBox h1 {
	background-image: url(../site-images/BoxAssets/heads/products.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	line-height:1em;
	padding-top: 0.1em;
	padding-bottom: 0.25em;
	font-weight: normal;
	padding-left: 0.6em;
}
#ProductsBox ul {
	list-style-type: none;
	margin-left: 1em;
	margin-top: 0.6em;
}
#ProductsBox li {
	margin-bottom: 0em;
	padding: 0px;
	margin-top: 0px;
}
#ProductsBox li a {
	font-size:1.3em;
	top: 6px;
	position: relative;
	width: 140px;
	margin: 0px;
	padding: 0px;
	color: #145296;
	text-decoration: underline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#ProductsBox li a:hover {text-decoration:none;}
#ProductsBox li img {
	margin-right: 5px;
	vertical-align: top;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 8px;
}

#LatestNewsBox {
	margin-bottom:5px;
	padding-bottom: 12px;
}
#LatestNewsBox h1 a {
	font-weight: normal;
	color: #FFC;
	text-decoration: underline;
}
#LatestNewsBox h1 a:hover {text-decoration:none;}
.NewsItemBox {
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../site-images/latest-news-box/newsbox-line.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-top: 8px;
}
.NewsItemBox h2 {
	line-height: 1.2em;
	padding-bottom: 0.2em;
	font-size: 1.3em;
	font-weight: bold;
}
.NewsItemBox p {
	margin: 0px;
	padding-top: 0em;
	padding-right: 0.4em;
	padding-bottom: 0em;
	padding-left: 0em;
	font-size: 1.1em;
}
#LatestNewsBox .NewsItemBox p a {
	font-weight: normal;
	color: #333;
}
#LatestNewsBox .NewsItemBox p a:hover {text-decoration:underline;}
#LatestNewsBox .NewsItemBox p .moreLink {
	position: relative;
	top: -2px;
	left: 120px;
	padding-bottom: 0em;
	font-weight: bold;
	color: #900;
}
#GenericBox .NewsItemBoxSlug {
	margin-bottom: 15px;
	margin-right: 20px;
	margin-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E9EB;
	padding-bottom: 5px;
}
/*
#GenericBox .NewsItemBoxSlug h2 {
	margin-left: -20px;
}
*/
#GenericBox .NewsItemBoxSlug p a {
	font-weight: normal !important;
	text-decoration: underline !important;
	margin-left: -10px;
}
#GenericBox .NewsItemBoxSlug p a:hover { text-decoration:none !important;}
