html, body, div, p {
	font-family:  Arial, sans-serif; 
	color: #333;
}
body { 
	text-align:center;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right: 0px;
	background: #ccc url(images/bg-tile.jpg) repeat ;
}

/* images */

img {
	margin:0;
	padding:0;
	border:0;
}
.about-img{
	margin:0;
	margin-right: 5px;
	margin-bottom:19px;
}
.img-center {
	text-align:center;
}
.sweep-it {
	position:relative;
	top:6px;
}
.attention{
	position:relative;
	top:12px;
}
.align-l {
	text-align:left;
	margin:0px;
	border:0px;
	padding:0px;
}


/* font styles */

p {
	font-size:11pt;
	text-align:justify;
	margin:0;
	padding:0;
	border:0;
	margin-bottom:19px;
	font-weight:normal;
}
.p {
	font-size:10pt;
	text-align:justify;
	margin:0;
	padding:0;
	border:0;
	margin-top:0px;
	margin-bottom:19px;
	font-weight:normal;
}
.p-small {
	font-size:8pt;
	text-align:justify;
	margin:0;
	padding:0;
	border:0;
	margin-bottom:0px;
	margin-top:5px;
	padding-left:5px;
	font-weight:normal;
}

.p-ns {
	font-size:11pt;
	text-align:justify;
	margin:0;
	padding:0;
	border:0;
	margin-bottom:0px;
	font-weight:normal;
}
.areas {
	font-size:11pt;
	text-align:left;
	margin:0;
	padding:0;
	border:0;
	margin-bottom:9px;
	font-weight:normal;
}


.p-bold {
	font-size:12pt;
	text-align:justify;
	margin:0;
	padding:0;
	border:0;
	margin-bottom:19px;
	font-weight:bold;
}
.p-bold-ns {
	font-size:12pt;
	text-align:justify;
	margin:0;
	padding:0;
	border:0;
	margin-bottom:0px;
	font-weight:bold;
}
.p-sweep-it {
	font-size:11pt;
	text-align:justify;
	margin:0;
	padding:0;
	border:0;
	margin-top:-6px;
	margin-bottom:19px;
	font-weight:bold;
}
.p-thank {
	font-size:14pt;
	margin-top:50px;
}


.p-bold-c {
	font-size:12pt;
	text-align:center;
	margin:0;
	padding:0px;
	padding-top:4px;
	padding-bottom:4px;
	margin-left:5px;
	margin-right:11px;
	border:0;
	margin-bottom:7px;
	font-weight:bold;
	color:#333;
	text-align:center;
	background-color:#fecb34;
}


.large-bold {
	font-size:12pt;
	text-align:justify;
	margin:0;
	padding:0;
	border:0;
	margin-bottom:19px;
	font-weight:bold;
}
.large-bold-ns {
	font-size:12pt;
	text-align:justify;
	margin:0;
	padding:0;
	border:0;
	margin-bottom:0px;
	font-weight:bold;
}

.medium-bold {
	font-size:11pt;
	text-align:justify;
	margin:0;
	padding:0;
	border:0;
	margin-bottom:19px;
	font-weight:bold;
}
.medium-bold-ns {
	font-size:11pt;
	text-align:justify;
	margin:0;
	padding:0;
	border:0;
	margin-bottom:0px;
	font-weight:bold;
}


.large-bold-gallery {
	font-size:12pt;
	text-align:justify;
	margin:0;
	margin-left:17px;
	padding:0;
	border:0;
	margin-bottom:19px;
	font-weight:bold;
	color:#333;
}


.p-news-title {
	margin:0;
	margin-left:20px;
	margin-top:5px;
	padding:0;
	border:0;
	font-size:12pt;
	font-weight:normal;
}
.p-news {
	margin:0;
	margin-left:120px;
	margin-top:25px;
	margin-right:25px;
	padding:0;
	border:0;
	font-size:11pt;
	font-weight:normal;
	text-indent:-90px;
}
.p-footer {
	margin:0;
	margin-left:25px;
	margin-top:5px;
	padding:0;
	border:0;
	font-size:12pt;
	font-weight:normal;
	text-align:center;
	color:#000;
	line-height:150%;
}



/* links */

.inpagelinks {
	text-decoration:underline;
	color:blue;
	margin:0;
	margin-left:0px;
	margin-top:0px;
}
.inpagelinks:hover {
	text-decoration:underline;
	color:purple;
}
.pricinglink {
	text-decoration:underline;
	color:blue;
	margin:0;
	margin-left:10px;
	margin-top:0px;
}
.pricinglink:hover {
	text-decoration:underline;
	color:purple;
}
.formlink {
	text-decoration:underline;
	color:blue;
	margin:0;
}
.formlink:hover {
	text-decoration:underline;
	color:purple;
}


#sub-nav .back-top {
	position:relative;
	margin-top:600px;
	left:0px;
	font-size:11pt;
	text-align:center;
}
	
.top {	
	color:blue;
	text-decoration:underline;
}
.top:hover {
	text-decoration:underline;
	color:purple;
}
.link-form {
	text-decoration:underline;
	color:blue;
	margin:0;
	margin-left:0px;
	margin-top:50px;
}
.link-form:hover {
	text-decoration:underline;
	color:purple;
}






/* lists */

.inpagelist {
	list-style-type:disc;
	font-size:11pt;
	text-align:left;
}
.plain-no-bullet {
	list-style-type:none;
	margin:0px;
	padding:0px;
}


/* form */

table {
	margin:0;
	border:0;
	padding:0;
}

form {
	width:auto;
	
}

form label {
	float:left;	
	font-size:11pt;
	padding:0;
	margin:0;
	border:0;
	width:auto;
}
form input {
	float:left;
	background-color:#efeeee;
	border:1px solid #666;
	margin-top:8px;
	margin-right:10px;
}
form textbox {
	float:left;
	background-color:#efeeee;	
	border:1px solid #666;
	border:1px solid #666;
	width:auto;
}
form select {
	float:left;
	background-color:#efeeee;
	border:1px solid #666;
	margin-top:8px;
	width:310px;
}

/* table for form */

table .left-column {
	width: 300px;
}



/* the overall container for the page */

#container1 {
	width:980px;
	height:940px;
	margin: auto;	
	margin-bottom:0px;
	padding:0px;
	position:relative;
	border-top:0px solid #C9C9CB; 
	border-bottom:0px solid #C9C9CB; 
	background:#fff;
}
#container2 {
	width:980px;
	height:1135px;
	margin: auto;	
	margin-bottom:0px;
	padding:0px;
	position:relative;
	border-top:0px solid #C9C9CB; 
	border-bottom:0px solid #C9C9CB; 
	background:#fff;
}
#container3 {
	width:980px;
	height:700px;
	margin: auto;	
	margin-bottom:0px;
	padding:0px;
	position:relative;
	border-top:0px solid #C9C9CB; 
	border-bottom:0px solid #C9C9CB; 
	background:#fff;
}
#container4 {
	width:980px;
	height:2350px;
	margin: auto;	
	margin-bottom:0px;
	padding:0px;
	position:relative;
	border-top:0px solid #C9C9CB; 
	border-bottom:0px solid #C9C9CB; 
	background:#fff;
}
		#container4b {
			width:980px;
			height:1100px;
			margin: auto;	
			margin-bottom:0px;
			padding:0px;
			position:relative;
			border-top:0px solid #C9C9CB; 
			border-bottom:0px solid #C9C9CB; 
			background:#fff;
		}
		#container4b {
			width:980px;
			height:1100px;
			margin: auto;	
			margin-bottom:0px;
			padding:0px;
			position:relative;
			border-top:0px solid #C9C9CB; 
			border-bottom:0px solid #C9C9CB; 
			background:#fff;
		}
		#container4c {
			width:980px;
			height:2500px;
			margin: auto;	
			margin-bottom:0px;
			padding:0px;
			position:relative;
			border-top:0px solid #C9C9CB; 
			border-bottom:0px solid #C9C9CB; 
			background:#fff;
		}
		#container4d {
			width:980px;
			height:800px;
			margin: auto;	
			margin-bottom:0px;
			padding:0px;
			position:relative;
			border-top:0px solid #C9C9CB; 
			border-bottom:0px solid #C9C9CB; 
			background:#fff;
		}
		#container4e {
			width:980px;
			height:2400px;
			margin: auto;	
			margin-bottom:0px;
			padding:0px;
			position:relative;
			border-top:0px solid #C9C9CB; 
			border-bottom:0px solid #C9C9CB; 
			background:#fff;
		}
#container5{
	width:980px;
	height:595px;
	margin: auto;	
	margin-bottom:0px;
	padding:0px;
	position:relative;
	border-top:0px solid #C9C9CB; 
	border-bottom:0px solid #C9C9CB; 
	background:#fff;
}
#container5b{
	width:980px;
	height:590px;
	margin: auto;	
	margin-bottom:0px;
	padding:0px;
	position:relative;
	border-top:0px solid #C9C9CB; 
	border-bottom:0px solid #C9C9CB; 
	background:#fff;
}
#container5d{
	width:980px;
	height:700px;
	margin: auto;	
	margin-bottom:0px;
	padding:0px;
	position:relative;
	border-top:0px solid #C9C9CB; 
	border-bottom:0px solid #C9C9CB; 
	background:#fff;
}

#container6{
	width:980px;
	height:1755px;
	margin: auto;	
	margin-bottom:0px;
	padding:0px;
	position:relative;
	border-top:0px solid #C9C9CB; 
	border-bottom:0px solid #C9C9CB; 
	background:#fff;
}
/* link page */

.link-shell {
	padding:0;
	border:0;
	margin:0;
	padding-left:50px;
	padding-right:50px;
}
.link-shell a {
	font-size:11pt;
	color:#333;
}
.link-shell p {
	color:#000;
}






#masthead {
	position:absolute;
	top:0px;
	left:0px;
	width:980px;
	height:111px;
	border:0px;
	border-bottom:0px solid #fff;
	margin:0px;
	padding:0px;
	background: #fecb34;
	z-index:1;
}
#masthead #road-sweeping {
	position:absolute;
	top:0px;
	right:0px;
	width:640px;
	height:111px;
	border:0px;
	border-bottom:0px solid #fff;
	margin:0px;
	padding:0px;
	background: #fecb34 url(images/suction-sweeping1.jpg) no-repeat;
	z-index:1;
}
#masthead #bowsers {
	position:absolute;
	top:0px;
	right:0px;
	width:640px;
	height:111px;
	border:0px;
	border-bottom:0px solid #fff;
	margin:0px;
	padding:0px;
	background: #fecb34 url(images/bowsers.jpg) no-repeat;
	z-index:1;
}
#masthead #stansted-airport {
	position:absolute;
	top:0px;
	right:0px;
	width:640px;
	height:111px;
	border:0px;
	border-bottom:0px solid #fff;
	margin:0px;
	padding:0px;
	background: #fecb34 url(images/stansted-airport.jpg) no-repeat;
	z-index:1;
}
#masthead #policies-statements {
	position:absolute;
	top:0px;
	right:0px;
	width:640px;
	height:111px;
	border:0px;
	border-bottom:0px solid #fff;
	margin:0px;
	padding:0px;
	background: #fecb34 url(images/policies-statements.jpg) no-repeat;
	z-index:1;
}
#masthead #starling-sweepers {
	position:absolute;
	top:0px;
	right:0px;
	width:640px;
	height:111px;
	border:0px;
	border-bottom:0px solid #fff;
	margin:0px;
	padding:0px;
	background: #fecb34 url(images/contact-starling-sweepers.jpg) no-repeat;
	z-index:1;
}




#masthead #r-m-starling-sweepers {
	position:absolute;
	top:10px;
	left:5px;
	width:355px;
	height:96px;
	border:0px;
	margin:0px;
	padding:0px;
	overflow:hidden;
	text-indent:-10000px;
	background: url(images/r-m-starling-sweepers.gif) no-repeat;
	z-index: 5;
}


/* Navigation */


#background-navigation {
	position:absolute;
	top:111px;
	left:0px;
	width:980px;
	height:40px;
	border:0px;
	margin:0px;
	padding:0px;
	background:#fecb34 url(images/bowsers.gif) repeat-x;
	z-index:5;
}

#navigation {
	position:absolute;
	top:113px;
	right:0px;
	width:980px;
	height:14px;
	border:0px;
	margin:0px;
	padding:0px;
	z-index:5;
}
#menu {	
	padding:0em;
	margin: 0em;
	color:#333;
	font-family: arial, helvetica, sans-serif;
	list-style-type:none;
	vertical-align: middle;
	text-align:left;	
}
#menu li {
	display:inline;
	height:14px;
}
.main-menu {
	display:inline;
	padding: 12px 12px;
	margin-left: 0em;
	margin-right: 0em;
	color:#333;
	text-decoration:none;
	width:auto;
	float:right;
	height:14px;
	border-right:2px solid #fff;
	font-size:11pt;
}
.main-menu:hover {
	color:#333;
	background-color: #edbd30;
}
.start-navigation {
	border-left: 2px solid #fff;
}
.end-navigation {
	border: 0px;
}
.current-page {
	background-color: #eab61c;
}
.current-page:hover {
	background-color: #eab61c;
}

/* side navigation*/

#sub-nav {
	position:absolute;
	top: 170px;
	left:25px;
	margin:0;
	padding:0;
	border:0;
	height: 176px;
	width:181px;
	
	z-index:5;	
}
#sub-nav #sidelist {	
	border:0;
	padding:0;
	margin-top:0;
	margin-left:0px;
	color:#333;
	font-family: arial, helvetica, sans-serif;
	list-style-type:none;
	text-align:left;	
	z-index:10;	
}

#sidelist li {
	display:inline;

}
#sidelist li a {
	padding-left:5px;
	padding-top:3px;
	width:181px;
	height:18px;
	text-decoration:none;
	float:left;
	border-right:0px solid #fff;
	border-bottom:3px solid #fff;
	font-size:14px;
}
#sidelist li a:hover {
	color:#fff;
	background-color:#b9b9b9;
}
.active {
	background-color: #ccc;
	color:#333;
}
.static {
	background-color: #999;
	color:#fff;
}


	



/* footer navigation */

#footer #footer-menu {
	position:absolute;
	bottom:20px;
	left:5px;
	width:980px;
	height:15px;
	border:0px;
	margin:0px;
	padding:0px;
	z-index:5;
}
#all-pages {	
	padding:0em;
	margin: 0em;
	color:#333;
	font-family: arial, helvetica, sans-serif;
	list-style-type:none;
	vertical-align: middle;
	text-align:left;	
}
#all-pages li {
	display:inline;
	height:15px;
	padding-bottom:5px;
}
.all-pages {
	display:inline;
	padding: 0px 5px;
	margin-left: 0em;
	margin-right: 0em;
	color:#000;
	text-decoration:none;
	float:left;
	height:15px;
	width:auto;
	border-right:1px solid #000;
	font-size:9pt;
}
.all-pages:hover {
	color:#000;
	text-decoration:underline;
}

.end-list {
	border:0;
}

/* content */


#content {
	position:absolute;
	top:170px;
	left:0px;
	width:980px;
	height:auto;
	z-index:3;
}
#content #homepage-sweepers {
	position:absolute;
	top:0px;
	right:25px;
	width:500px;
	height:327px;
	z-index:5;
}
#content #gallery-large {
	position:absolute;
	top:28px;
	right:0px;
	width:516px;
	height:393px;
	z-index:1;
}

.homepage-shell {
	margin-top:50px;
	margin-right:550px;
	margin-left:50px;
}
.gallery-t-shell {
	margin-top:0px;
	margin-right:500px;
	margin-left:10px;
}
.text-shell {
	margin-top:0px;
	padding:0px;
	width:840px;
	margin-left:70px;
}
#contact-c1 {
	position:absolute;
	left: 50px;
	top:20px;
	width:406px;
	margin:0px;
	padding:0px;
	border:0px;
}
#contact-c2 {
	position:absolute;
	left: 500px;
	top:15px;
	width:406px;
	margin:0px;
	padding:0px;
	border:0px;
}


.bodytext {
	padding:0;
	margin:0;
	margin-bottom:0px;
	padding-left:5px;
	border:0;
	font-size:12pt;
	font-weight:normal;
	text-align:left;
}
.tel-fax {
	padding:0;
	margin:0;
	padding-top:5px;
	padding-left:5px;
	border:0;
	font-size:12pt;
	font-weight:bold;
}
.email {
	padding:0;
	margin:0;
	margin-bottom:5px;
	padding-top:5px;
	padding-left:5px;
	border:0;
	font-size:12pt;
	font-weight:normal;
}

.policies-text-shell {
	margin-top:0px;
	margin-right:50px;
	margin-left:250px;
}
.policies-text-shell ul {
	position:relative;
	margin-top:0px;
	margin-bottom:30px;
	border:0px;
	font-size:11pt;
	text-align:left;
}

.policies-text-shell li {
	margin:0;
	margin-bottom:8px;
}
.li-child {
	margin-bottom:20px;
	margin-top:-5px;
}

.areas-covered-shell {
	margin:0px;
	margin-right:375px;
	text-align:left;
}

/* to increase news info box increase height on news-information & right-margin */


#content #news-information {
	position:absolute;
	top: 350px;
	left:55px;
	width:880px;
	height:200px;
	background: #e3e2e2;
	z-index:4;
}
#content #news-information #title {
	position:absolute;
	top: -20px;
	left:0px;
	width:223px;
	height:34px;
	background: url(images/news-information.jpg) repeat-x;
	z-index:4;
}

#content #news-information #top-right-margin {
	position:absolute;
	top:-5px;
	right:0px;
	height:13px;
	width:19px;
	background: url(images/news-top-right.gif) no-repeat;
	z-index:6
}
#content #news-information #right-margin {
	position:absolute;
	top:1px;
	right:0px;
	height:200px;
	width:19px;
	background: url(images/news-right-margin.gif) repeat-y;
	z-index:6
}
#content #news-information #bottom-margin {
	position:absolute;
	bottom:-2px;
	margin:0px;
	left:-5px;
	height:10px;
	width:880px;
	background: url(images/news-bottom-margin.gif) repeat-x;
	z-index:6
}
/* scroll news box */

textarea {
	margin-top:15px;
	margin-left:0px;
	border:1px solid #666;
	background-color:#efeeee;
	text-align:left;
	font-size:10pt;
	padding-left:10px;
	padding-top:10px;
	color:#333;
	line-height:115%;
	word-spacing:-1px;
}

#map-covered {
	position:absolute;
	bottom:96px;
	right:0px;
	width:414px;
	height:406px;
	border:0px;
	margin:0px;
	padding:0px;
	background: url(images/map-areas-covered2.jpg) no-repeat;
	z-index:2;
}
#content #logos {
	position:absolute;
	top:570px;
	left:50px;
	height:auto;
	width:800px;
}
#content #logos #johnston {
	position:absolute;
	top:30px;
	left:50px;
}
#content #logos #steve-lumley {
	position:absolute;
	top:0px;
	left:307px;
}
#content #logos #cwd {
	position:absolute;
	top:30px;
	left:630px;
}






/* footer */
	

	
#footer {
	position:absolute;
	bottom:0px;
	left:0px;
	width:980px;
	height:96px;
	border:0px;
	margin:0px;
	padding:0px;
	background-color: #fecb34;
	z-index:3;
}