body {
	font: 11px verdana,arial,helvetica,sans-serif;
	color: #333;
	margin: 0;
}
#main    p, #main  li, #main .p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
}

#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}


a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}
h1  {
	color: #323151;
	font-size: 11px;
}


h2 {
	color: #0479bf;
	font-size: 11px;
}
h3 {
	color: #323151;
	font-size: 11px;
}
#quote {
	font-weight: bold;
	color: #42416A;
	font-size: 12px;
	padding: 15px;
	background-image: url(images/quote-bubble.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 159px;
	width: 194px;
	margin-top: 20px;
	line-height: 16px;
}
#quote2 {
	font-weight: bold;
	color: #42416A;
	font-size: 12px;
	padding: 15px;
	background-image: url(images/quote-square.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 159px;
	width: 194px;
	margin-top: 20px;
	line-height: 16px;
}


.blue {
	color: #0479bf;
}

.bold {
	font-weight: bold;
}

ul {
	list-style-image: url('images/icon_arrow_right.gif');
}

table {
	width: 100%;
}
.buttons {
	float: left;
	width: 189px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	margin-top: 1px;
	margin-bottom: 1px;
}
.buttons a {
	display: block;
	background-image: url(images/button.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 30px;
}
.buttons a:hover {
	display: block;
	background-image: url(images/button-hover.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.preload {
position:absolute;
top:0px;
left:0px;
width:1px;
height:1px;
visibility:hidden;
overflow:hidden;
} 

#topbar {
	background-color: #003367;
	text-align: right;
	padding: 1px 0;
}

#topbar a {
	font-weight: bold;
	color: #fff;
	padding-right: 7px;
}

#logo {
	text-align: right;
	padding: 8px 0 5px 0;
}

#bottombar {
	background-color: #42416a;
	text-align: right;
	font-size: 10px;
	padding: 3px 7px 2px 0;
	color: #fff;
}

#topnav {
	list-style: none;
	padding: 0;
	margin: 0;
}

#topnav li {
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#topnav img {
	display: block;
}

#topnav a {
	display: block;
	height: 35px;
	width: 253px;
	text-decoration: none;
}
#approach {
	background-image: url(images/but_approach1-index.jpg);
}
#approach:hover {
	background-image: url(images/but_approach2-index.jpg);
}
#banner {
	width: 760px;
	margin: 0px;
	padding: 0px;
}
#banner-new {
	width: 760px;
	margin: 0px;
	padding: 0px;
	height: 240px;
	background-image: url(images/banner/1.jpg);
	background-repeat: no-repeat;
}

#banner1 {
	background-image: url(images/but_banner.jpg);
}
#banner2 {
	background-image: url(images/but_banner.jpg);
}
#banner3 {
	background-image: url(images/but_banner.jpg);
}


#clients {
	background-image: url(images/but_clients1-index.jpg);
	
}
#clients:hover {
	background-image: url(images/but_clients2-index.jpg);
}
#people {
	background-image: url(images/but_people1-index.jpg);
}
#people:hover {
	background-image: url(images/but_people2-index.jpg);
}
#approach2 {
	background-image: url(images/but_approach1.jpg);
}
#approach2:hover {
	background-image: url(images/but_approach2.jpg);
}
#clients2 {
	background-image: url(images/but_clients1.jpg);
	
}
#clients2:hover {
	background-image: url(images/but_clients2.jpg);
}
#people2 {
	background-image: url(images/but_people1.jpg);
}
#people2:hover {
	background-image: url(images/but_people2.jpg);
}

#navigation {
	clear: both;
	margin: 0;
	padding: 5px;
	list-style: none;
	background-color: #42416a;
}

#navigation a {
	color: #fff;
}

#navigation li {
	display: inline;
	position: relative;
	padding: 5px 10px;
	border-left: solid 1px #fff;
}

#navigation li:first-child {
	padding-left: 10px;
	border-left: none;
}

#navigation img {
	vertical-align: middle;
	border: none;
}

#navigation img a:hover {
	text-decoration: none;
}

#navigation ul {
	display: none;
	list-style: none;
	position: absolute;
	left: 0;
	padding: 0;
	margin: 0;
	background-color: #42416a;
}

.wide {
	width: 250px !important;
}

.medium {
	width: 150px;
}

.small {
	width: 120px;
}

#navigation ul li {
	display: block;
	border-left: none;
	font-size: 10px;
	padding-left: 5px;
}

#navigation ul li:first-child {
	padding-left: 5px;
}

#navigation li:hover ul {
	display: block;
}

#navigation li ul li:hover {
	background-color: #d4caa1;
}

#navigation li ul li:hover a {
	color: #333;
	text-decoration: none;
}

#navigation li ul li:hover ul li a {
	color: #fff;
}

#navigation li ul li ul li:hover a {
	color: #333;
}

.sublink {
	background: url('images/submenu-on.gif') no-repeat center right;
	padding-right: 20px;
}

#services li ul li {
	background: none;
}

#navigation li:hover ul li ul {
	display: none;
	top: 0px;
	left: 250px;
	width: 175px;
}

#navigation li ul li:hover ul {
	display: block;
}

#leftcolumn {
	float: left;
	width: 224px;
}

#leftcolumn h2 {
	padding: 0;
	font-size: 11px;
}

#leftcolumn a {
	color: #323151;
}

#leftcolumn #links {
	border-left: 17px solid #7bb3d8;
	background-color: #eee;
	margin: 0;
	padding: 5px 0;
}

#links h2 {
	padding: 0 10px;
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#links ul li {
	border-bottom: 1px solid #b4b4b4;
	padding: 8px;
	font-weight: bold;
	background: url('images/icon_add.jpg') no-repeat 10px 11px;
	padding-left: 25px;
}

#links ul li ul li:last-child {
	border-bottom: none;
}

#newswire, #financialmot {
	background-color: #e9e9e9;
	border: 1px solid #A9B3BD;
	margin-top: 20px;
}
#newswire-index {
	background-color: #FFFFFF;
	border: 1px solid #A9B3BD;
	height: 81px;
	background-image: url(images/pic_newswire.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 230px;
	padding-top: 10px;
}
#newswire-inner {
	background-color: #D6E1E9;
	border: 1px solid #A9B3BD;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#newswire-index a, #newswire-inner a {
	font-weight: bold;
	color: #323151;
	text-decoration: none;
}

#newswire   h2, #newswire   p, #financialmot   h2, #financialmot   p, #newswire-index  h2, #newswire-index p {
	padding-right: 10px;
	padding-left: 10px;

}

#news {
	border: solid 1px #a9b3bd;
	background-color: #fff;
	margin-top: 15px;
	margin-bottom: 15px;
}

#news h2 {
	color: #fff;
	background-color: #a9b3bd;
	margin: 0;
	padding: 5px;
}

#news ul {
	padding-left: 25px;
}

#news ul li {
	padding: 3px;
}

#news ul a {
	color: #333;
}
#main-index {
	width: 760px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#main-index #main-left {
	float: left;
	width: 430px;
}
#main-index #main-right {
	float: right;
	width: 300px;
}
#main-right table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


#main, #sage {
	float: right;
	width: 506px;
	padding: 15px;
}

#sage #main{
	float: left;
	width: 356px;
}

#sagebanner {
	float: right;
	width: 120px;
}

#sagelink {
	padding: 10px 15px;
}

#main a, #main-index a {
	color: #333;
	font-weight: bold;
}

#main li a, #main-index li a {
	color: #0979bf;
}

#main hr, #main-index hr {
	border: none;
	border-bottom: dashed 1px #9b9b9b;
}

ul #blue {
	list-style-image: url('images/icon_bubble_blue.jpg');
}

ul #grey {
	list-style-image: url('images/icon_bubble_grey.jpg');
}

ul #purple {
	list-style-image: url('images/icon_bubble_purple.jpg');
}

ul #green {
	list-style-image: url('images/icon_bubble_green.jpg');
}

ul #red {
	list-style-image: url('images/icon_bubble_red.jpg');
}

#calculator {
	float: right;
}

#back {
	float: right;
}

.profileleft {
	float: left;
	padding-right: 10px;
	width: 130px;
}

.profileright {
	float: right;
	width: 350px;
}

.profileright img {
	vertical-align: middle;
}

#footer {
	clear: both;
}

#footer hr {
	border: none;
	background-image: url('http://www.kirknewsholme.co.uk/images/footer.jpg');
	height: 20px;
}

#footer a {
	font-weight: bold;
}

#leftfooter {
	float: left;
	width: 34%;
}

#leftfooter a {
	color: #333;
}

#webwatch a {
	color: #000;
	font-size: 10px;
}

#sitemap, #sitemap ul {
	list-style: none;
}

#rightfooter {
	float: right;
	width: 65%;
	text-align: right;
	color: #666;
	font-size: 10px;
}

#rightfooter a {
	color: #000;
}

.floatleft {
	float: left;
	padding: 0 5px 5px 0;
}

.listleft {
	float: left;
	width: 50%;
}

.listright {
	float: right;
	width: 30%;
}

.clear {
	clear: both;
}

#contact td {
	border: none;
}

#tel {
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #0589C9;
	margin-top: 8px;
}
.q1 {
	color: #000099;
	font-size: 13px;
	background-image: url(images/quote8-graham.jpg);
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 20px;
}
#links p {
	padding: 0 10px;
}
.title {
	color: #323151;
	font-size: 15px;
}
#container #main-index #main-right .index-buttons1 a {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding: 15px;
	background-color: #003368;
}
#container #main-index #main-right .index-buttons1 a:hover {
	color: #FFFFFF;
	display: block;
	background-color: #87AABE;
	text-decoration: none;
}
#container #main-index #main-right .index-buttons2 a {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding: 15px;
	background-color: #0589C9;
}
#container #main-index #main-right .index-buttons2 a:hover {
	color: #FFFFFF;
	display: block;
	background-color: #87AABE;
	text-decoration: none;
}
.buttonlinks a {
	font-weight: bold;
	display: block;
	background-image: url(images/but_banner.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 25px;
	width: 182px;
	float: left;
	margin-right: 5px;
}
.buttonlinks a:hover {
	background-image: url(images/but_banner3.jpg);
	background-repeat: no-repeat;
}
.sectors {
	height: 180px;
	width: 160px;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}


#manufacturing {
	background-image: url(images/pic_sectors_manufacturing.jpg);
	background-repeat: no-repeat;
	background-position: center -25px;
}
#container   #main .sector-text .sector-text    {
	color: #FFFFFF;
	background-color: #003367;
	display: block;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#solicitors {
	background-image: url(images/pic_sectors_solicitors.jpg);
	background-repeat: no-repeat;
	background-position: center -80px;
}
#haulage {
	background-image: url(images/pic_sectors_road-haulage.jpg);
	background-repeat: no-repeat;
	background-position: -5px 20px;
}
#property {
	background-image: url(images/pic_sectors_property-construction.jpg);
	background-repeat: no-repeat;
	background-position: -55px -120px;
}
#recruitment {
	background-image: url(images/pic_sectors_recruitment.jpg);
	background-repeat: no-repeat;
	background-position: -5px -50px;
}
#nurseries {
	background-image: url(images/pic_sectors_nursery.jpg);
	background-repeat: no-repeat;
	background-position: -60px -40px;
}
#it {
	background-image: url(images/pic_sectors_it-software.jpg);
	background-repeat: no-repeat;
	background-position: -30px -50px;
}

