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

body {
	background:#fff ;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/header_bg.jpg) repeat-x #fff;
}
/* -- custom -- */

#container {
	width:960px;
	margin:0 auto;
	text-align:left;
	float:none;
}

/* -- header -- */

#header {
	height:350px;
	overflow:hidden;
	}

#headerLogo {
	float:left;
	width:290px;
	height:139px;
	padding:0;
	margin:0;
	position:absolute;
	}

#headerSlogan {
	width:446px;
	padding:0;
	margin:178px 0 0 40px;
	position:absolute;
	}

/* -- nav -- */

#nav {
	float:right;
	margin-top:0px;
	width:660px;
	height:100px;
	text-align:center;
	color:#fff;
	font-size:12px;
	line-height:100px;
	font-weight:bold;
	text-transform:uppercase;
	
}

#nav ul {
	width:660px;
	list-style:none;
	display:inline;
	padding:0;
	margin:0;
	}

#nav li {
	display: inline;
	padding-left:0;
	margin-left:0;
	text-indent:0;
	}

#nav ul li a {
	text-decoration: none;
	padding: 0 15px 0 0;
	color:#d2e4f0;
	margin:0;
	}

#nav ul li a:hover {
	text-decoration: underline;
	color:#fff;
	}

#nav ul li a.lastItem {
	padding:0 0 0 0;
	}		
	
/* -- button nav -- */

#buttonNav {
	width:482px;
	height:75px;
	margin:275px 0 0 40px;
	overflow:hidden;
	position:absolute;
	}

a.srolloverUniform {
	display: block;
	position:absolute;
	width: 160px;
	height: 75px;
	background: url("images/button_uniforms_roll.jpg") 0 0 no-repeat;
	text-decoration: none;
	margin-right:1px;
	}

a:hover.srolloverUniform, a:hover.srolloverMat, a:hover.srolloverWashroom {
	background-position: -160px 0;
	}

a.srolloverMat {
	margin-left:161px;
	display:block;
	position:absolute;
	width: 160px;
	height: 75px;
	background: url("images/button_mats_roll.jpg") 0 0 no-repeat;
	text-decoration: none;
	margin-right:1px;
	}

a.srolloverWashroom {
	margin-left:322px;
	display:block;
	position:absolute;
	width: 160px;
	height: 75px;
	background: url("images/button_washroom_roll.jpg") 0 0 no-repeat;
	text-decoration: none;
	}

/* -- hero -- */

#hero {
	height:250px;
	width:380px;
	margin:100px 0 0 580px;
	overflow:hidden;
	}
	
/* -- Left Col -- */

#leftCol {
	width:600px;
	float:left;
	margin:60px 0 0 30px;
	padding:0 0 50px 0;
	}

#leftCol h1 {
	font-size:24px;
	color:#024976;
	font-weight:normal;
	line-height:24px;
	}

#leftCol h1 a, h3 a {
	color:#024976;
	}

#leftCol h1 a:hover, h3 a:hover {
	color:#4184ae;
	}

#leftCol h2 {
	font-size:14px;
	color:#024976;
	font-weight:normal;
	line-height:18px;
	}
#leftCol h2 a {
	color:#024976;
	text-decoration:none;
	}
#leftCol h2 a:hover {
	text-decoration:underline;
}
#leftCol h3 {
	font-size:12px;
	color:#024976;
	font-weight:bold;
	line-height:18px;
	display:block;
	padding:5px 0 5px 10px;
	background:#daeaf4;
	}

#leftCol h4 {
	font-size:14px;
	color:#fff;
	}
	
#leftCol p {
	font-size:12px;
	line-height:18px;
	color:#333;
	}

#leftCol p a {
	color:#024976;
	}

#leftCol p a:hover {
	color:#4184ae;
	}

#leftCol ul {
	margin:0;
	font-size:12px;
	color:#333;
	}

#leftCol ul a {
	color:#024976;
	}

#leftCol ul a:hover {
	color:#4184ae;
	}

#leftCol li {
	padding-bottom:10px;
	}

.imageBorder {
	margin:0 0 20px 20px;
	border:5px solid #7eb5d9;
	}

.imageSpacing {
	margin:0 0 20px 20px;
	}
	
.blueText {
	color:#024976;
	}

.whiteText {
	color:#fff;
	}

.quoteTable p {
	margin:10px;
	}

.quoteTable h4 {
	margin:10px;
	}

/* -- Right Col -- */

#rightCol {
	width:250px;
	float:right;
	margin:22px 12px 20px 20px;
	}

#rightColPromo {
	width:200px;
	padding:24px;
	background:#f6f6f0;
	border:1px solid #ded9c1;
	}

#rightColPromo h1 {
	font-size:18px;
	color:#504d3f;
	font-weight:normal;
	margin:0 0 -10px 0;
	}

#rightColPromo p {
	font-size:12px;
	color:#504d3f;
	line-height:18px;
	}

#rightColPromo p a {
	color:#504d3f;
	}

#rightColPromo p a:hover {
	color:#333;
	}

/* -- Footer -- */

#footerContainer {
	height:150px;
	width:100%;
	clear:both;
	background:url(images/footer_bg.gif) repeat-x #282720;
	}

#footer {
	width:900px;
	margin:0 auto;
	padding:30px 0 20px 0;
	}

#footer {
	color:#fff;
	font-size:11px;
	line-height:18px;
	}

#footer a {
	color:#e9e6d7;
	}

#footer a:hover {
	color:#98d7fe;
	}