@charset "utf-8";
/* CSS Document */

h1{
	font-size: 20px;
	color: #000000;
	margin: 0px;
}

.rightcol h3{
	float: right;
	clear: both;
	margin: 0px;
	margin-bottom: 3px;
	width: 100%;
	text-align: right;
}

.brand_image{
	float: left;
	clear: both;
	text-align: center;
	width: 980px;
	padding-bottom: 20px;
}

.brand_image img{
	margin-left: auto;
	margin-right: auto;
	border: 0px;
}	

.threecolswrap{
	border-bottom: 1px solid #CCCCCC;
	float: left;
	clear: both;
	width: 980px;
}

.leftcol{
	width: 160px;
	border-right: 1px solid #999999;
	margin-right: 10px;
	float: left;
}

.leftcol h3{
	color: #666666;
	margin-bottom: 1px;
	padding-bottom: 1px;
	font-size: 14px;
}

.leftcol ul{
	margin-top: 1px;
	padding: 0px;
	font-size: 10px;
}

.leftcol ul li{
	margin-bottom: 3px;
}

.leftcol a{
	text-decoration: none;
	color: #999999;
}

.leftcol a:hover{
	color: #666666;
}

.rightcol{
	border-left: 1px solid #999999;
	text-align: right;
	margin-left: 5px;
	padding-left: 5px;
	width: 160px;
	float: right;
	color: #666666;
}

.centrecol{
	float: left;
	width: 624px;
}

.range{
	float: left;
	clear: both;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #FF0000;
	width: 624px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
}

h2{
	background-image: url(img/Product-Range-Header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 2px;
	padding-left: 10px;
	color: #FFFFFF;
	clear: both;
}

.product{
	float: left;
	width: 150px;
	border: 1px solid #CCCCCC;
	margin: 2px;
	height: 120px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;

}

.product_name a{
	font-weight: bold;
	text-decoration: none;
	float: left;
	clear: both;
	height: 30px;
	color: #333333;
}

.product_name a:hover{
	text-decoration: underline;
}

.product_name{
	padding-left: 10px;
	height: 20px;
}

.imagecontainer{
	height: 90px;
	width: 150px;
}

.imagecontainer img{
	width: 150px;
}
