@charset "utf-8";
/*-- Dyno-Jet London Ltd - Stylesheet -----------------------------------------------*/

/*-- Normalise Tags -----------------------------------------------------------------*/

html, body, div, h1, h2, h3, p, ul, ol, dl, dd, dt, li, img, iframe {
	margin: 0;
	padding: 0;
	border: 0;
}

/*-- Set Common Tags ----------------------------------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333;
	background: #f2f2f2;
	margin: 25px 0;
}

a {
	outline: none;
}

/*-- Common Classes -----------------------------------------------------------------*/

.specialoffer {
	width: 600px;
	background: url(../images/offer_top.png) center top no-repeat;
	margin: 10px 0;
}
	#content .specialoffer p {
		background: url(../images/offer_bottom.png) center bottom no-repeat;
		color: #fff;
		font-weight: bold;
		font-size: 1.6em;
		text-align: center;
		padding: 0 15px 20px 15px;
	}

/*-- Outer Wrapper ------------------------------------------------------------------*/

#outer-wrapper {
	position: absolute;
	float: left;
	width: 924px;
	top: 0;
	left: 50%;
	padding-bottom: 25px;
	margin: 0 0 0 -462px;
}

/*-- Header -------------------------------------------------------------------------*/

#header {
	float: left;
	width: 924px;
}

/*-- Inner Wrapper ------------------------------------------------------------------*/

#inner-wrapper {
	float: left;
	width: 922px;
	background: url(../images/content_bg.jpg) 0 0 repeat-y;
	border: 1px solid #4d4d4d;
}
	a#link_home {
		float: left; 
		width: 500px;
		height: 90px;
		background: url(../images/link_home.png) 0 0 no-repeat;
	}
	a#link_phone {
		float: right; 
		width: 350px;
		height: 90px;
		background: url(../images/link_phone.png) 0 0 no-repeat;		
	}	

/*-- Menu ---------------------------------------------------------------------------*/

#menu {
	float: left;
	width: 922px;
	background: url(../images/navbar.jpg) 0 0 repeat-x #424242;
}
	#menu ul {
		padding: 12px 0;
		font-size: 1.3em;
		font-weight: bold;
	}	
		#menu ul li {
			display: inline;
			list-style: none;
			padding: 0 15px;
		}
			#menu ul li a {
				color: #fff;
				text-decoration:none;
			}
			#menu ul li a:hover {
				color: #ddd;
			}

/*-- Big Menu ------------------------------------------------------------------------*/

#bigmenu {
	float: left;
	width: 922px;
	padding-top: 308px;
}

	.default { background: url(../images/bigguy.png) 0 0 no-repeat;	}
	
	.clean { background: url(../images/bigguy_cleaning.png) 0 0 no-repeat; }
	
	.cctv { background: url(../images/bigguy_cctv.png) 0 0 no-repeat; }
	
	.contact { background: url(../images/bigguy_contact.png) 0 0 no-repeat; }

	#bigmenu ul {
		background: url(../images/bigmenu.png) 0 0 no-repeat;
		height: 158px;
	}
	#bigmenu li {
		display: inline;
		list-style: none;
	}
		#bigmenu li a {
			display: block;
			float: left;
			height: 145px;
			color: #fff;
			text-decoration: none;
			padding: 13px 5px 0 5px;
		}
			#bigmenu li a h1 {
				font-size: 2.4em;
				margin-top: 20px;
			}
			#bigmenu li a p {
				font-size: 1.5em;
			}
			#bigmenu li a img {
				float: left;
				padding-right: 15px;
			}
		#bigmenu li a:hover {
			background-image: url(../images/bigmenu_hover.png);
			/*background-color: #f00;*/
		}
		#bigmenu li a:active {
			background-image: url(../images/bigmenu_active.png);
		}
		
		a.link_drain { 
			width: 297px;
			background-position: 0px 0px;
		}
		a.link_clean { 
			width: 298px;
			background-position: 616px 0px; 
		}
		a.link_cctv { 
			width: 297px;
			background-position: 308px 0px; 
		}

/*-- Sidebar --------------------------------------------------------------------------*/

#sidebar {
	float: left;
	width: 266px;
	padding: 0 0 50px 4px;
	color: #fff;
}
	#sidebar h2 {
		font-size: 2em;
		text-align: center;
		background: url(../images/h2_sidebar.png) center top no-repeat;
		padding: 21px 0;
		margin: 10px 0;
	}
	#sidebar .sidebar-content {
		width: 260px;
		background: url(../images/sidebar-cont_top.png) center top no-repeat;
		padding-top: 10px;
		margin: 10px 3px;
	}
	#sidebar .sidebar-content p, #sidebar .sidebar-content h3 {
		background: url(../images/sidebar-cont_bottom.png) center bottom no-repeat;
		padding: 0 15px 10px 15px;
	}
	#sidebar .sidebar-content p {
		font-size: 1.4em;
	}
	#sidebar .sidebar-content h3 {
		font-size: 1.8em;
		font-weight: normal;
	}
	#sidebar .sidebar-content a {
		color: #fff;
	}
	
/*-- Content ---------------------------------------------------------------------------*/

#content {
	float: left;
	width: 600px;
	padding: 50px 26px 20px 26px;
	background: url(../images/h1_response.png) 0 0 no-repeat;
}	
	#content h1 {
		font-size: 2.4em;
		color: #cc0000;
		margin: 10px 0;
	}
		#content h1.response {
			position: absolute;
			bottom: 0;
			width: 922px;
			height: 60px;
			text-indent: -9999%;
		}
		
	#content h2 {
		font-size: 2em;
		text-align: center;
		background: url(../images/h2_content.png) center top no-repeat;
		color: #fff;
		padding: 24px 0;
		margin: 10px 0;
	}
	#content h3 {
		font-size: 1.8em;
		margin: 10px 0;
	}
	#content p {
		font-size: 1.4em;
		margin: 10px 0;
	}	
	#content a {
		color: #cc0000;
	}
	#content img, #content iframe {
		border: 1px solid #4d4d4d;
	}
	
/*-- Footer ---------------------------------------------------------------------------*/

#footerstamp {
	position: absolute;
	bottom: 30px;
	left: 1px;
	width: 270px;
	height: 85px;
	background: url(../images/footer.png) left bottom no-repeat;
}

#footer {
	float: left;
	width: 892px;
	background: #c8cdd1;
	color: #333;
	padding: 10px 15px;
}
	#footer p, #footer ul {
		font-size: 1.2em;
	}
	#footer p {
		float: right;
	}
	#footer ul {
		margin-left: 260px;
	}
		#footer ul li {
			display: inline;
			list-style: none;
			padding: 0 10px 0 10px;
		}
			#footer li a {
				text-decoration:none;
				color: #333;
			}

	
