@charset "utf-8";
/* CSS Document */
<style type="text/css"> 
 

.twoColHybRtHdr #container {
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.shell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-width: 600px;
	list-style-image: url(http://i935.photobucket.com/albums/ad193/initialwashrooms/tick.jpg);
	width: 760px;
	list-style-position: inside;
}
.twoColHybRtHdr #header {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	height: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(http://www.devoteddomains.com/initial-direct/headerbackground.jpg);
} 
.twoColHybRtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-weight: normal;
	color: #FFFFFF;
}
.twoColHybRtHdr #sidebar1 {
	float: right;
	width: 200px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 5px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColHybRtHdr #sidebar1 h3, .twoColHybRtHdr #sidebar1 p {
	margin-left: 10px;	
}


.twoColHybRtHdr #mainContent {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
} 
.twoColHybRtHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.twoColHybRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.boldlinks {
	font-weight: bold;
	color: #06C;
	text-decoration: none;
}
a.boldlinks:hover {
	text-decoration: underline;
	color: #06C;
}
.hpmaintextbox {
	margin-bottom: 10px;
	border: 1px none #CCC;
	background-image: url(http://www.devoteddomains.com/initial-direct/hygiene-washroom-supplies-hpbg.png);
	height: 154px;
	width: 546px;
	background-repeat: no-repeat;
}
.hpmaintextboxtop {
	height: 75px;
	width: 550px;
}
.hpmaintextboxbottom {
	height: 45px;
	width: 500px;
	color: #FFF;
	font-size: 12px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	text-align: center;
}
.hpwhitetext {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
a.hpwhitetext:hover {
	text-decoration: underline;
}
.whitetextlinespace {
	margin-bottom: 7px;
}
.products {
	width: 100%;
        height: 100%;
}
.productstop {
	height: 10px;
	background-color: #EBEBEB;
}
.producttopleft {
	background-image: url(http://i935.photobucket.com/albums/ad193/initialwashrooms/productstopleft.jpg);
	width: 15px;
	height: 10px;
	float: left;
}
.producttopcentre {
	float: left;
	width: 100%;
}
.producttopright {
	background-image: url(http://i935.photobucket.com/albums/ad193/initialwashrooms/productstopright.jpg);
	height: 10px;
	width: 15px;
	float: right;
}
.productscentre {
	background-color: #EBEBEB;
	padding-right: 10px;
	padding-left: 10px;
             height: 100%;
}
.productsbottom {
	height: 10px;
        background-color: #EBEBEB;
}
.productsbottomright {
	background-image: url(http://i935.photobucket.com/albums/ad193/initialwashrooms/productsbottomright.jpg);
	float: right;
	height: 10px;
	width: 15px;
}
.productsbottomleft {
	background-image: url(http://i935.photobucket.com/albums/ad193/initialwashrooms/productsbottomleft.jpg);
	float: left;
	height: 10px;
	width: 15px;
}
.productframe {
	min-height: 70px;
	margin-bottom: 15px;
        background-color: #EBEBEB;
}
.productframebottom {

	min-height: 70px;
        background-color: #EBEBEB;
}
.productsimage {
	float: left;
	margin-right: 10px;
	height: 75px;
	width: 75px;
	margin-left: 5px;
	border: 1px solid #CCC;
	background-color: #FFF;
}
.productsdescription {
	float: left;
	min-height: 70px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.toprightimage {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.quote {
	height: 100px;
	width: 250px;
	background-image: url(http://i935.photobucket.com/albums/ad193/initialwashrooms/quotebox.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	font-style: italic;
}
.bottomright {
	width: 200px;	
}
.eco-logo {
	float: left;
	height: 58px;
	width: 56px;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.moneybackbox {
	padding: 5px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	background-image: url(http://i935.photobucket.com/albums/ad193/initialwashrooms/boxbackground.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.productlinks {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}
a.productlinks:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.productlinkssmall {
    font-size: 12px;
	color: #06C;
	text-decoration: none;
}
.removeunderline {
	text-decoration: none;
	color: #3D619F;
}

.floatright {
	float: right;
             margin-top: 8px;
	margin-bottom: 8px;
             
}
.floatleft {
	float: left;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-right: 8px;
	margin-left: 0px;
}
.maintextimage {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}
.specialoffers {
	float: left;
	width: 550px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.specialoffertop {
	float: left;
	width: 200px;
	background-image: url(http://i935.photobucket.com/albums/ad193/initialwashrooms/special-offer-title-background.jpg);
	padding-left: 5px;
	background-repeat: no-repeat;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 5px;
	font-size: 14px;
	color: #FFF;
}
.specialoffersmore {
	float: right;
	width: 50px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}
.specialoffermainbox {
	float: left;
	height: 150px;
	clear: none;
	width: 550px;
	background-color: #EEE;
	background-image: url(http://i935.photobucket.com/albums/ad193/initialwashrooms/special-offer-main-background-new.jpg);
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D6D6D6;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	border-left-color: #D6D6D6;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.specialoffersmallboxes {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	float: left;
	height: 130px;
	width: 105px;
	text-align: center;
	border: 1px none #D6D6D6;
}
.specialofferimage {
	padding: 5px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D6D6D6;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	border-left-color: #D6D6D6;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	margin: 2px;
}
.specialoffernewprice {
	font-weight: bold;
	color: #F00;
}
.specialofferstrikethrough {
	text-decoration: line-through;
	color: #666;
	font-weight: bold;
}
.maintextbox2 {
	float: left;
	width: 533px;
	padding: 8px;
	border: 1px solid #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.maintextbox2top {
	font-weight: bold;
	color: #FFF;
	width: 535px;
	float: left;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	background-image: url(http://i935.photobucket.com/albums/ad193/initialwashrooms/initial-washroom-product-benfits-1.jpg);
	background-repeat: no-repeat;
}
.contactustop {
	font-weight: bold;
	color: #FFF;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(file:///C|/Users/Peter/Downloads/images/contactustop.jpg);
	padding-left: 5px;
}
.contactusmain {
	width: 198px;
	border: 1px none #D6D6D6;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 80px;
	font-weight: bold;
	color: #FFF;
	background-image: url(http://www.devoteddomains.com/initial-direct/contactus.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 0px;
}
.contacttext {
	color: #FFF;
	font-size: 16px;
	text-decoration: none;
}
a.contacttext:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.contactfields {
	font-weight: bold;
	color: #006;
}
.moneybacktop {
	background-image: url(http://i935.photobucket.com/albums/ad193/initialwashrooms/moneybacktop-2.jpg);
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-weight: bold;
	color: #FFF;
	background-repeat: no-repeat;
}

h2 {
	font-size: 14px;
	color: #3D619F;
	font-weight: bold;
}
h1 {
	font-size: 18px;
	color: #15386E;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	color: #4C76C0;
             font-weight: bold;
}
.swineflutop {
	float: left;
	width: 200px;
	background-image: url(http://i935.photobucket.com/albums/ad193/initialwashrooms/special-offer-title-background.jpg);
	padding-left: 5px;
	background-repeat: no-repeat;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 5px;
	font-size: 14px;
	color: #FFF;
}
.cta {
	font-size: 16px;
}
.productcategorytop {
	float: left;
	width: 200px;
	background-image: url(http://i935.photobucket.com/albums/ad193/initialwashrooms/product-category-background.jpg);
	padding-left: 8px;
	background-repeat: no-repeat;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 14px;
	color: #FFF;
}
.productcategorymainbox {
	float: left;
	clear: both;
	width: 542px;
	background-image: url(http://i935.photobucket.com/albums/ad193/initialwashrooms/product-main-background.jpg);
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D6D6D6;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	border-left-color: #D6D6D6;
	padding-top: 8px;
	background-position: bottom;
	padding-bottom: 8px;
	padding-right: 8px;
}
.productlinks1 {    font-size: 14px;
	color: #06C;
	text-decoration: none;
}
.productframebottom1 {	min-height: 70px;
	background-color: #EBEBEB;
	font-weight: normal;
}
.swineflutextarea {
	float: left;
}
.swine-flupagemore {
	float: right;
	width: 160px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	background-color: #FF0;
}
.swine-flu-floatleft{
	float: left;
}
.floatleft-swine-flu {
	float: left;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-right: 8px;
	margin-left: 0px;
}
.floatright-swine-flu {
	float: right;
	margin-top: 8px;
	margin-bottom: 8px;
}
.specialoffersmore-swine-flu {
	float: right;
	width: 136px;
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 25px;
	line-height: 30px;
	padding-left: 8px;
	color: #333;
	text-align: right;
}
.specialoffersmore-swine-flu-left {
	float: right;
	width: 140px;
	background-image: url(http://i935.photobucket.com/albums/ad193/initialwashrooms/special-offer-title-background-new-.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 25px;
	line-height: 30px;
	padding-left: 8px;
	margin-right: 5px;
}
.homepagesmalltitlelinks {
	font-size: 12px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
a.homepagesmalltitlelinks:hover {
	text-decoration: underline;
}
.specialofferimage-swine-flu {
	padding: 5px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #D6D6D6;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	border-left-color: #D6D6D6;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	margin: 2px;
}
.specialoffersmallboxes-swine-flu {
	margin-top: 0px;
	margin-right: 16px;
	margin-bottom: 0px;
	margin-left: 16px;
	float: left;
	height: 130px;
	width: 242px;
	text-align: center;
	border: 1px none #D6D6D6;
}

.hpcattop {
	color: #FFFFFF;
	text-decoration: none;
}
a.hpcattop:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.hygiene-supplies-maintext {
	height: 37px;
	width: 300px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 32px;
	color: #FFFFFF;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 10px;
	float: right;
	text-align: right;
}
.hygiene-supplies-slogan {
	width: 500px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	height: 20px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	text-align: right;
}
.hygiene-washroom-bold {
	font-size: 14px;
	font-weight: bold;
}
.hp-hygiene-washroom-titles {
	width: 200px;
	background-image: url(http://i935.photobucket.com/albums/ad193/initialwashrooms/special-offer-title-background.jpg);
	padding-left: 5px;
	background-repeat: no-repeat;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 14px;
	color: #FFF;
	height: 17px;
	float: left;
}
.hp-washroom-hygiene-text {
	float: left;
	width: 550px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.washroom-product-categoriesbox {
	height: 80px;
	width: 183px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.floatleft2 {
	float: left;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 8px;
	margin-left: 0px;
}
.productName{
	margin-bottom: 10px;
}

.smallformatcategoryproducttop{
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
	height: 2px;
	width: 760px;
}

</style>

[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColHybRtHdr #sidebar1 { padding-top: 15px; }


.twoColHybRtHdr #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it may need to avoid several bugs */
</style>
<![endif]


