#products {
	float: left;
	width: 100%;
}

.products_intro {
	float:left;
	width:410px;
	font-size:1.4em;
	margin-bottom:20px;
}
.products_cotton {
	float:right;
	width:240px;
	margin-right:50px;
	padding:0px;
	color:#809a9f;
	font-size:1.4em;
	text-decoration:none;
}
.products_cotton span {
	display:block;
	padding:15px;
	background:url(/images/products_cotton.png) no-repeat 7px 10px;
	padding-left:70px;
}
.product_img_container {
	margin:30px 0;
	width:747px;
}
.product_img {
	float:left;
}
.product_img_list {
	float:right;
	width:415px;
}
.product_img_list li {
	background:url(/images/li_arrow_grey.png) no-repeat 0 5px;
	font-size:1.3em;
	margin-bottom:10px;
	padding-left:20px;
}
#productHeader {
	height: 75px;
	color: #666666;
}

#productHeader p {
	padding: 10px;
	width: 680px;
}

.productRange {
	float: left;
	margin-bottom: 30px;
}

#products  h2 {
	text-transform:uppercase;
	font-weight:normal;
	clear:left;
}

h1, h2 {
	padding: 0px 0;
	color: #000000;
}
.h2_applicator {
	clear:both;
	padding-top:20px;
}

.rangeItem h4 {
	color: #607775;
	margin-bottom: 10px;
}

.rangeItem {
	float: left;
	width: 320px;
	margin-right: 10px;
}
.rangeItem.product_applicator {
	width: 480px;
}

.rangeItem ul {
	margin-top: 10px;
	padding: 0;
	margin: 0;
}

.rangeItem h1 {
	padding: 0 0 10px 0;
}

.rangeItem li {
	line-height: 20px;
	list-style-type: none;
	font-size: 13px;
}


li.price {
	font-weight: bold;
	color: #FFF;
}

li.title {
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
}
li.img {
	float:left;
}
.product1 { 
	height: 225px; 
	width: 151px; 
	background: url(/images/products_non_01.png) 0 0 no-repeat;
}
.product2 { 
	height: 225px; 
	width: 151px; 
	background: url(/images/products_non_02.png) 0 0 no-repeat;
}
.product3 { 
	height: 225px; 
	width: 151px; 
	background: url(/images/products_non_03.png) 0 0 no-repeat;
}
.product4 { 
	height: 225px; 
	width: 230px; 
	background: url(/images/products_app_01.png) 0 0 no-repeat;
}
.product5 { 
	height: 225px; 
	width: 230px; 
	background: url(/images/products_app_02.png) 0 0 no-repeat;
}

li.productHeader {
	color: #171716;
	font-size: 16px;
	text-transform:uppercase;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	margin: 20px 0 10px 0;
}
li.productHeader img {
	margin-right:1px;
}

li.rangeType {
	color: #171716;
	font-size: 10px;
}

li.productDesc {
	position:relative;
	float:left;
	width:150px;
	text-indent: 0;
	margin-left:10px;
}
.product_applicator li.productDesc {
	width:180px;
}
.btn_buy_now {
	position:absolute;
	top:120px;
	font-size:18px;
	width:80px;
}
