/* CSS Document */

/* Font Face
--------------------------------------------------------------- */

@font-face {
    font-family: 'ArtBrushMedium';
	src: url('../../includes/fonts/artbrush-webfont.eot');
    src: url('../../includes/fonts/artbrush-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../includes/fonts/artbrush-webfont.woff') format('woff'),
         url('../../includes/fonts/artbrush-webfont.ttf') format('truetype'),
         url('../../includes/fonts/artbrush-webfont.svgz#ArtBrushMedium') format('svg'),
         url('../../includes/fonts/artbrush-webfont.svg#ArtBrushMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
	
	#sidebar #navigation h2, .artBrush {
		font-family: "ArtBrushMedium";
	}

/* Global Styles
--------------------------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
}

body, html {
	min-height: 101%;
}

body {
	text-align: left;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	background: url(../../images/layout/bodyBg.jpg) top center repeat-x #fff;
	margin: 0px;
}

a:link, a:visited, a:focus {
	color: #0000FF;
	text-decoration: underline;
	outline: none;
}

a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

a img {
	border: none;
}

/* H1/H2/H3 Styles
--------------------------------------------------------------- */

h1, h2#secondH2 {
	letter-spacing: -1px;
	font-family: "Century Gothic";
	position: absolute;
	top: 170px;
	left: 290px;
	font-size: 6em;
	letter-spacing: -4px;
	color: #fff;
	text-shadow: 2px 2px #224DB6;
	width: 670px;
	text-align: center;
}
	
	h2#secondH2 {
		top: 250px;
		font-size: 2.6em;
		font-weight: bold;
		font-style: italic;
		letter-spacing: -1px;
	}

	#index h1 {
		font-size: 2.4em;
		text-align: left;
		position: static;
		left: inherit;
		top: inherit;
		color: #333;
		text-shadow: inherit;
		width: inherit;
		letter-spacing: 0px;
	}

		#index h1 span {
			display: block;
			text-transform: uppercase;
			font-size: 1.4em;
			color: #224DB6;
		
		}
		
	#chewing-gum-removal h1 {
		font-size: 5.1em;
	}

h2 {
	font-weight: normal;
	color: #069;
	font-size: 2.3em;
	font-family: "Century Gothic";
	letter-spacing: -1px;
}

h3 {
	font-size: 1.3em;
	font-weight: normal;
	color: #666;
}

/* Container Styles
--------------------------------------------------------------- */

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

#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-size: 1.2em;
}

	#contentContainer {
		width: 960px;
		border-top: 146px solid #fff;
	}
	
/* Main Styles
--------------------------------------------------------------- */

		#main {
			float: right;
			width: 630px;
			padding: 430px 10px 10px 10px;
		}
		
			#main p {
				margin: 10px 0px 10px 0px;
				font-size: 1.3em;
				line-height: 23px;
			}
			
			#main ul {
				font-size: 1.2em;
				padding: 3px 0px;
			}
			
				#main ul li {
					padding: 4px 0px 4px 30px;
					list-style: none;
					background: url(../../images/misc/tick.jpg) left center no-repeat;
				}
				
		#main #cta-bottom {
			font-size: 1.5em;
			margin: 20px 0px;
			color: #888;
		}
		
			#main #cta-bottom p {
				line-height: 30px;
			}
		
			#main #cta-bottom p span.phone {
				font-size: 1.3em;
				letter-spacing: -1px;
				color: #333;
			}
		
		div.about-us-personnel {
			padding: 10px 15px 10px 0px;
			float: left;
			text-align: center;
			width: 154px;
		}
		
			div.about-us-personnel img {
				padding: 1px;
				border: 1px solid #ccc;
			}

/* Sidebar/CTA Styles
--------------------------------------------------------------- */
		
	#sidebar {
		float: left;
		width: 250px;
		background: #fff;
	}

		#sidebar #navigation {
			width: 230px;
			padding: 0px 10px;
			z-index: 1;
		}
				
			#sidebar #navigation h2 {
				border: 1px solid #f00;
				float: left;
				font-size: 1.6em;
				display: block;
				line-height: 1em;
				width: 208px;
				padding: 5px 10px 3px 10px;
				margin: 3px 0px;
			}
			
				#sidebar #navigation h2.sidebar-nav-road-sweeping {
					border-color: #d2d9f5;
					margin-top: 0px;
					color: #142fbe;
					background: url(../../images/layout/sidebar-navigation-h2-rs.gif) right center no-repeat #ebefff;
				}
			
				#sidebar #navigation h2.sidebar-nav-environmental {
					border-color: #b6e8b6;
					color: #006400;
					background: url(../../images/layout/sidebar-navigation-h2-en.gif) right center no-repeat #ebf5eb;
				}
			
				#sidebar #navigation h2.sidebar-nav-enviroloo {
					border-color: #f4ddb3;
					color: #e69e04;
					background: url(../../images/layout/sidebar-navigation-h2-el.gif) right center no-repeat #fff6e6;
				}
		
			#sidebar #navigation ul {
				margin: 0px;
				padding: 0px;
			}
			
				#sidebar #navigation ul li {
					display: inline;
					list-style: none;
				}
					  
					#sidebar #navigation ul li a {
						float: left;
						width: 180px;
						color: #444;
						text-decoration: none;
						padding: 7px 10px 7px 40px;
						font-size: 1em;
					}
			
				#sidebar #navigation ul.sidebar-nav-road-sweeping li a {
					background: url(../../images/layout/sidebar-navigation-a-rs.gif) left center no-repeat;
				}
			
				#sidebar #navigation ul.sidebar-nav-environmental li a {
					background: url(../../images/layout/sidebar-navigation-a-en.gif) left center no-repeat;
				}
			
				#sidebar #navigation ul.sidebar-nav-enviroloo li a {
					background: url(../../images/layout/sidebar-navigation-a-el.gif) left center no-repeat;
				}
		
						#sidebar #navigation ul li a:hover {
							background: url(../../images/layout/sidebar-navigation-a-hover.gif) left center no-repeat;
							color: #111;
						}
						
	#sidebar p.phone {
		font-size: 2.8em;
		font-family: "Century Gothic";
		letter-spacing: -1px;
		font-weight: bold;
		margin: 20px 0px;
		padding: 0px 0px 0px 30px;
		background: url(../../images/layout/cta-top-right-icon-phone.gif) left center no-repeat;
	}
						
	
/* Header Styles
--------------------------------------------------------------- */

#header {
	clear: both;
	width: 960px;
	height: 146px;
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
}

	#logo {
		width: 410px;
		height: 146px;
		float: left;
	}
	
	#cta-top-right {
		width: 255px;
		float: right;
		padding: 25px 0px 0px 295px;
		text-align: right;
		height: 121px;
		font-size: 1.3em;
	}
	
		#cta-top-right .phone {
			font-size: 2.3em;
			letter-spacing: -1px;
			font-family: "Century Gothic";
			background: url(../../images/layout/cta-top-right-icon-phone.gif) left center no-repeat;
			font-weight: bold;
		}
		
		#cta-top-right .email {
			background: url(../../images/layout/cta-top-right-icon-email.gif) left center no-repeat;
		}

/* Main Image Styles
--------------------------------------------------------------- */

#imgmain {
	z-index: 1;
	position: absolute;
	top: 267px;
	right: 0px;
}

	#index #imgmain {
		top: 267px;
	}
	
#flashmain {
	position: absolute;
	z-index: 1;
	top: 320px;
	right: 100px;
	border: 5px solid #fff;
	font-size: 0px;
	width: 450px;
	height: 240px;
	border-radius: 5px;
	background: url(../../images/layout/flashbackup.jpg);
}
	
#middle-runner {
	position: absolute;
	z-index: 1;
	right: 0px;
	top: 146px;
	height: 354px;
	width: 710px;
}

	#middle-runner p {
		position: absolute;
		top: 30px;
		left: 40px;
		color: #fff;
		font-size: 3.1em;
		text-transform: lowercase;
		text-shadow: 2px 2px #224DB6;
	}
	
		#middle-runner p a {
			color: #FF0;
		}
	
		#middle-runner p.your-complete {
			color: #b6c4ff;
		}
	
		#middle-runner p.environmental {
			top: 52px;
			font-family: "Century Gothic";
			font-weight: bold;
			font-size: 5em;
			font-style: italic;
		}
	
		#middle-runner p.solution {
			top: 120px;
			left: 210px;
			color: #b6c4ff;
		}
	
		#middle-runner p.phone {
			top: 240px;
			font-size: 3.2em;
			line-height: 40px;
			font-family: "ArtBrushMedium";
		}
		
			#middle-runner p.phone span {
				font-size: 1.2em;
				font-family: "Century Gothic";
				color: #FF0;
				font-weight: bold;
				letter-spacing: -2px;
			}


/* Horizontal Navigation Styles
--------------------------------------------------------------- */

#hori-navigation {
	width: 960px;
	z-index: 10;
	position: absolute;
	left: 0px;
	top: 106px;
}

	#hori-navigation ul {
		margin: 0px;
		float: right;
		padding: 0px;
	}
	
		#hori-navigation ul li {
			display: inline;
			list-style: none;
		}
			  
			#hori-navigation ul li a {
				float: left;
				color: #444;
				text-decoration: none;
				padding: 12px 11px 12px 11px;
				font-size: 1.1em;
				text-transform: uppercase;
			}

				#hori-navigation ul li a.contact-a {
					border-right: none;
				}

				#hori-navigation ul li a:hover {
					color: #255BF3;
				}
/* Footer Styles
--------------------------------------------------------------- */

#outerFooter {
	float: left;
	width: 100%;
	background: url(../../images/layout/footerBg.jpg) top repeat-x #265ac7;
}

#footer {
	clear: both;
	width: 960px;
	color: #ccc;
	margin: 0px auto;
	padding: 10px 0px 10px 0px;
	font-size: 1.2em;
}

	#footer .index-a,
	#footer .contact-a {
		display: none;
	}

	#footer h2 {
		font-weight: bold;
		color: #09378C;
		padding: 3px 5px;
		font-size: 1.2em;
		font-style: italic;
	}
		
	#footer li {
		list-style: none;
	}
	
	#footer a {
		white-space: nowrap;
		color: #ccc;
		text-decoration: underline;
	}
		
		#footer a:hover {
			color: #fff;
			text-decoration: underline;
		}

/* Footer Services Styles
--------------------------------------------------------------- */	

	#footer #footer-services {
		float: left;
		width: 250px;
		margin: 0px;
	}
	
		#footer #footer-services ul li {
			float: left;
		}
	
			#footer #footer-services ul li a {
				float: left;
				width: 230px;
				padding: 3px 5px;
			}
		
/* Footer Areas Styles
--------------------------------------------------------------- */	

	#footer #footer-areas {
		float: left;
		width: 300px;
	}
	
		#footer #footer-areas ul {
			float: left;
			width: 150px;
		}
	
		#footer #footer-areas ul li {
			float: left;
			width: 130px;
			padding: 3px 5px;
		}
		
/* Footer Address Styles
--------------------------------------------------------------- */	

	#footer #footer-address {
		float: left;
		width: 200px;
	}
		
		#footer #footer-address p {
			line-height: 20px;
			padding: 3px 5px;
		}
				
/* Footer Help & Advice
--------------------------------------------------------------- */	

	#footer #footer-help {
		float: right;
		width: 165px;
	}
		
			#footer #footer-help ul li {
				float: left;
			}
					
			#footer #footer-help ul li a {
				float: left;
				width: 155px;
				padding: 3px 5px;
			}
		
		#footer #footer-help p {
			line-height: 20px;
			padding: 3px 5px;
		}
		
		#footer #footer-help .bottomLink {
			margin-bottom: 5px;
		}
		
		
/* Footer Bottom Styles
--------------------------------------------------------------- */	

	#footer #footer-bottom {
		width: 940px;
		float: left;
		margin:10px 0px 0px 0px;
		text-align: center;
	}

/* Float Styles
--------------------------------------------------------------- */

.left, .img-left {
	float: left;
}

	.img-left {
		margin: 10px 10px 10px 0px;
		border: 1px solid #ccc;
		padding: 4px;
	}

.right, .img-right {
	float: right;
} 

	.img-right {
		margin: 10px 0px 10px 10px;
		border: 1px solid #ccc;
		padding: 4px;
	}

	
/* Generic Styles
--------------------------------------------------------------- */

.clearfix {
	clear: both;
}
