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

body{
	padding:0;
	margin:0;
	font-size:10pt;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	background: url(images/bg.gif) #66aca6;
	background-repeat:repeat-x;
}

.container{
	width:908px;
	margin:0 auto;
	background: url(images/conten_bg.png) repeat-y;
}

.container_body {
	width: 888px;
	margin:0 auto;
}

.header {
	width: 888px;
	height: 228px;
	background: url(images/Knaresborough_pest_control.jpg) no-repeat #FFFFFF;
}

.banner_right {
	float:right;
	width:238px;
	padding:5px 30px 0px 0px;
}

.banner_left {
	float:left;
	width:103px;
	padding:200px 0px 0px 20px;
}

.banner {
	width: 888px;
	height: 261px;
	background: url(images/vermin_control_Knaresborough.jpg) no-repeat #FFFFFF;
}

.content {
	background: url(images/content_bg.gif) repeat-x #fff bottom;
	padding: 30px 40px 20px 30px;
}

.index_title {
}

.footer {
	height: 60px;
	background: url(images/footer_bg.gif) repeat-x #92c4c0 top;
	margin:0 auto;
}

.footer_content {
	margin:0 auto;
	width: 888px;
}

.webbuilt {
	padding: 20px 10px 10px 10px;
	float: right;
}

/*
*	Setup
*/
ul.cssmenu {
	list-style: none;
	padding: 0px;
	}

.displace {
	position: absolute;
	left: -5000px;
	}

ul.cssmenu li {
	float: left;
	}

ul.cssmenu li a {
	display: block;
	width: 237px;
	height: 56px;
	background: url('images/link_sprite.gif');
	}

/*
*	Normal Links
*/
ul.cssmenu li.home a {
	background-position: 0 0;
	}

ul.cssmenu li.services a {
	background-position: 0 -56px;
	}

ul.cssmenu li.area a {
	background-position: 0 -112px;
	}

ul.cssmenu li.contact a {
	background-position: 0 -168px;
	}

/*
*	Hover Links
*/
ul.cssmenu li.home a:hover {
	background-position: -237px 0px;
	}

ul.cssmenu li.services a:hover {
	background-position: -237px -56px;
	}

ul.cssmenu li.area a:hover {
	background-position: -237px -112px;
	}

ul.cssmenu li.contact a:hover {
	background-position: -237px -168px;
	}

/* Main styles */

h1 {
	margin-top: 0px;
	color: #00a89c;
}

h2 {
	color: #00a89c;
}

h3 {
	color: #999999;
}

strong {
	font-size:14px;
	color: #999999;
}

a{
	color:#09416d;
	text-decoration:underline;
}
a:hover{
	color:#09416d;
	text-decoration:none;
}

/* Main styles End */
