/*******************************
Maincontent
********************************/
#products_ranges
{
	/*border: 1px solid orange;*/
	
	margin: 0 0 0 25px;
	float: left;
	
	/* Avoid IE doubled margins bug */
	display: inline;
}

/*******************************
Page header
********************************/
#products_ranges h2
{
	/*border: 1px solid yellow;*/

	margin: -36px 0 10px 5px;
}

/*******************************
Call to action box
********************************/
#products_selectrange
{
	/*border: 1px solid orange;*/

	margin: 0 0 0 -30px;
	background-image: url(../images/range_man1.gif);
	background-repeat: no-repeat;
	width: 370px;
	height: 80px;
	padding: 10px 5px 5px 39px;
	font-size: 85%;
	color: #447388;
	text-align: center;
	text-transform: lowercase;

	/* Fix IE bug that prevents the background of divs in -ve margin areas being displayed */
	position: relative;
}
#products_selectrange1
{
	/*border: 1px solid orange;*/

	margin: 0 0 0 -30px;
	background-image: url(../images/range_man11.gif);
	background-repeat: no-repeat;
	width: 410px;
	height: 90px;
	padding: 15px 5px 5px 39px;
	font-size:11px;
	color: #447388;
	text-align: center;
	text-transform: lowercase;

	/* Fix IE bug that prevents the background of divs in -ve margin areas being displayed */
	position: relative;
}
/*******************************
Range icons
********************************/
.products_rangeicon
{	
	margin: 0 4px 4px 4px;
	border: 1px solid #9FAAB7;
	padding: 3px;
	float: left;
	text-align: center;
	width: 160px;
	height:230px;
	
	/* Avoid IE doubled margins bug */
	/*display: inline;*/
}

.products_rangeicon h3 a
{
	margin: 0;
	text-decoration: none;
	color: #085A92;
}

.products_rangeicon p
{
	font-size: 90%;
	margin: 4px;
}

.products_rangeicon p a
{
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}