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

html {
	color: #333;
}

body {
	background-color: #e0e0e0;
	background-image: url('/clients/exeter/images/bkg.jpg');
}

form {
	background-color:	#fff;
	border:				10px solid #e5e5e5;
}
input, select, textarea {
	border:				1px solid #00529a;
	color:				#333;
	background-color:	#FEFEFE;
}

#header h1 {
	color: #666;
}
span.location {
	color: #00529a;
}

#client-logo {
	margin-top: 22px;	
}
#logo {
	background-image: url('/clients/exeter/images/logo.gif');
}

#nav {
	background-image: url('/clients/exeter/images/blue/nav-bkg.gif');
}

#nav ul li a {
	color: #fff;
}

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

#main { 
	background-image:url('/clients/exeter/images/bg-main.gif');
}

#strapline span {
	color: #999;
}

#tel {
	color: #00529a;
}

#tel span {
	color: #999;
}

div.inner {
	background-color: #fff;
	border: 1px solid #999;
}

#why-choose-us {
	background-color:#e5e5e5;
}

#why-choose-us ul li {
	background: url('/clients/exeter/images/blue/bullet.gif') no-repeat center left;
}

#get-a-quote {
	background-color:#e5e5e5;
}

#get-a-quote form {
	background-color: #fff;
}

#get-a-quote form input {
	color: #fff;
	background-image:url('/clients/exeter/images/blue/button.gif');
}

ul.submenu li a {
	background: url('/clients/exeter/images/blue/button-short.gif') no-repeat top left;
	color: #fff;
}

ul.submenu li a:hover {
	color: #fefefe;
}


#who-are-we {
	background-color:#e5e5e5;
}

h1 {
	color: #00529a;
}

h2 {
	color: #666;
}

#who-are-we h3,
#why-choose-us h3,
#get-a-quote h3,
#contact-details h3 {
	color: #00529a;
}

p.testimonial {
	border-bottom: 1px solid #e5e5e5;
	background: transparent url('/clients/exeter/images/quote.gif') no-repeat top left;
}

a {
	color: #00529a;
	text-decoration: none;
	border-bottom: 1px dotted #00529a;
}

a:hover {
	color: #666;
	border-bottom: 1px dotted #666;
}

a.emaillink {
	font-size: 0.9em;
}

#footer {
	background: #e0e0e0 url('/clients/exeter/images/shdw-btm.jpg') repeat-x top left;
	background-color: #e0e0e0;
}

#footer2 {
	background-color: #e0e0e0;
}

#footer2 p {
	color: #333;
}

#footer2 ul li a {
	color: #333;
	border-right: 1px solid #666;
}

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