#Content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #333333;
	text-align: justify;
	margin-top: 6px;
	margin-bottom: 15px;
	font-size: 12px;

}

#Content h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #65867F;
	font-size: 20px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

#Content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	letter-spacing: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

#Content h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066CC;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.ProductIndex {

	list-style:none;
	display: block;
	
	text-align:center;

	margin-top: 0px;
	margin-bottom: 25px;

}

.ProductIndex li{
	display: inline;
	
	padding-right: 15px;
	padding-left: 15px;
}

.ProductIndex li a{

}

.ProductSummary{
	font-style: italic;
}

.ProductDetail{
}





.ProductSpec{
	width: 200px;
	float: right;
	display: block;
	margin-left:   10px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color:#66CC33;	
}

.ProductSpec .ProductSpecHeader
{
	background-color:#66CC33;
	color: white;
	text-align: center;
	font-weight: bold;
}

.ProductSpec dt{
	width: 170px;
	margin:0px;
	padding: 0px;
	
	display:block;	
	float: left;

	border-bottom: 1px solid #CCCCCC;
}

/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */


.ProductSpec dd{
	margin:0px;
	padding: 0px;	
	
	display:block;

	
	text-align: right;
	border-bottom: 1px solid #CCCCCC;
}









.ProductPdf{
	width: 160px;
	height: 25px;
	margin-top: 10px;
	margin-left:   10px;
	margin-bottom: 10px;
	padding-top:10px;
	padding-left: 50px;
	display: block;
	float: right;
	clear: right;
	
	background-image: url(image/pdf.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}


.ProductSpecTable{
	width: 100%;
	margin: 0;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color:#666666;
}

.ProductSpecTable caption {
	display: none;
}

.ProductSpecTable th {
	background:#CCCCCC;
	color: white;
	text-align: left;
}


.ProductSpecTable td, .ProductSpecTable th  {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left:  10px;
	padding-right: 10px;
	border-bottom: 1px solid #CCCCCC;
}


#Content a{
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	font-weight: bold;
}


#Content a:hover, #Content a:active, #Content a:focus {
	text-decoration: underline;
	color: #990000;
}
.imageRight {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
	clear: right;
}

.imageCentre{
	text-align:center;
	clear: right;
}
.PortfolioIndex {
	line-height: 175%;
}

