.ProductMenuContainer
{
	position:relative;
	float:left;
	width:200px;
	margin-right:10px;
}

.ProductsOverviewContainer, .BrandOverviewContainer, .RangeOverviewContainer 
{
	position:relative;
	float:right;
	width:570px;
}

.ProductsHeading
{
	position:relative;
	width:570px;
	height:160px;
	background:url(../Images/ProductsHeadingBack.png) top left no-repeat
}

.ProductsHeading h1
{
	display:none;
}

.Description 
{	
	position:relative;
	float:left;
	width:320px;
	margin-bottom:16px;
}

.Description li
{
	margin-left: -20px;
	padding:0px;
}

.ProductImage 
{
	position:relative;
	float:right;
	width:250px;
	text-align:center;
	margin-bottom:16px;
}

.RangeOverview
{	
	position:relative;
	float:left;
	width:570px;
	margin-bottom:16px;
}

.TechnicalSpecification 
{
	position:relative;
	float:left;
	width:370px;
	margin-bottom:16px;
}


.RangeOverview table, .TechnicalSpecification table
{
	width:100%;
	border-style:none;
	border-width:0;
	border-collapse:collapse;
	border-spacing:0;
	font-size:100%;
	border-width:0px;
}

.RangeOverview table, .TechnicalSpecification table
{
	table-layout:auto;
}

.RangeOverview th, .TechnicalSpecification th
{
	border-style:none;
	border-bottom:1px solid #00a8ed;
	font-weight:bold;
	color:#00a8ed;
}

.RangeOverview td, .TechnicalSpecification td
{
	border-style:none;
	border-bottom:1px solid #00a8ed;
	padding:2px;
}

.RangeOverview caption, .TechnicalSpecification caption
{
	text-align: left;
	font-size:110%;
	font-weight:bold;
	color: #00a8ed;
}

.LeftCol
{
	text-align:left;
}

.RightCol
{
	text-align:right;
}

.SubCategory td
{
	color:#898989;
}

.RangeLogo 
{
	position:relative;
	float:right;
	width:200px;
	margin-bottom:16px;
	text-align:right;
	padding-top:6.5em;
}

.EnvironmentalInfoTop
{
	position:relative;
	float:left;
	width:570px;
	height:10px;
	background:url(../Images/EnvironmentalInfoTopBack.png) top left no-repeat;
	overflow:hidden;
}

.EnvironmentalInfoBottom
{
	position:relative;
	float:left;
	width:570px;
	height:10px;
	background:url(../Images/EnvironmentalInfoBottomBack.png) top left no-repeat;
	overflow:hidden;
}


.EnvironmentalInfo 
{
	position:relative;
	float:left;
	width:538px;
	padding:0 16px 0 16px;
	background-color:#99ce68;
	font-size:90%;
}

.EnvironmentalInfo h2
{
	color:#ffffff;
	font-size:200%;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;
}

.EnvironmentalInfo ul, .EnviromentalInfo li
{
	margin-top:0px;
	margin-bottom:0px;
}

.EnvironmentalInfo strong
{
	font-size:110%;
	font-weight:bold;
}

.EnvironmentalLogos
{
	position:relative;
	float:right;
	margin-left:10px;
}

.EnvironmentalLogos img
{
	padding-left: 4px;
}

.ProductBoxTop
{
	position:relative;
	float:left;
	width:570px;
	height:18px;
	background:url(../Images/ProductBoxTopBack.png) top left no-repeat;
}

.ProductBoxBottom
{
	position:relative;
	float:left;
	width:570px;
	height:18px;
	margin-bottom:8px;
	background:url(../Images/ProductBoxBottomBack.png) top left no-repeat;
}

.ProductBoxMain
{
	position:relative;
	float:left;
	width:534px;
	border-right:#6ccef5 2px solid;
	border-left:#6ccef5 2px solid;
	padding: 0 16px 0 16px;
}

.BrandOverview
{
	position:relative;
	float:left;
	width:570px;
	margin-bottom:40px;
}

.BrandOverviewLogoContainer
{
	position:relative;
	float:left;
	width:284px;
	margin-bottom:12px;
}

.BrandOverviewDescriptionContainer
{
	padding:8px 8px 0px 0;
	position:relative;
	float:left;
}

.BrandOverviewRangePreview
{
	position:relative;
	float:left;
	width:261px;
	height:114px;
	padding:12px;
	overflow:hidden;
	background:url(../Images/BrandOverviewRangePreviewBack.png) top left no-repeat;
	cursor:pointer;	
}

.BrandOverviewRangePreview:hover
{
	background:url(../Images/BrandOverviewRangePreviewBackHover.png) top left no-repeat;
}

.BrandOverviewRangePreview a, .BrandOverviewRangePreview a:hover
{
	color:#000000;
	text-decoration:none;
}

.BrandOverviewRangePreview img
{
	position:relative;
	float:left;
	margin-right:0px;
	border:none;
}

.BrandOverviewRangeName
{
	position:relative;
	display:block;
	width:100%;
	padding-bottom:4px;
	font-size:120%;
	font-weight:bold;
	color:#00AEEF;
}

.ProductsOverviewLogoContainer
{
	position:relative;
	float:left;
	width:182px;
	padding:4px;
	overflow:hidden;
}

.ProductsOverviewLogoContainer img
{
	display:block;
	margin:0 auto;
	border:none;
}

.RequestSample
{
	position:relative;
	float:left;
	width:200px;
	margin-top:20px;
	text-align:center;
	cursor:pointer;	
}

.RequestSample img
{
	display:block;
	margin:0 auto;
	padding:4px;
}

	
	
	








