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

html {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

body {
	font-size: 0.7em;
	background-color: #e0e0e0;
	background-image: url('/clients/exeter/images/bkg.jpg');
	background-repeat: repeat-x;
	background-position: center top;
}

#header h1 {
	font-size: 2.7em;
	color: #666;
}
span.location {
	color: #ff3b3b;
}

#client-logo img {
	border: 0;
}
#btyb {
	font-size: 0.9em;
}

#logo {
	width: 58px;
	height: 58px;
	background-image: url('/clients/exeter/images/logo.gif');
}

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

#nav ul li a {
	color: #fff;
	font-size: 1em;
	text-decoration: none;
}

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

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

#strapline h2 {
	font-size: 2.0em;
	line-height: 1.4em;
	text-align: justify;
}

#strapline span {
	color: #999;
}

#tel {
	color: #ff3b3b;
	font-size: 1.2em;
	text-align: center;
}

#tel span {
	color: #999;
	font-size: 2.1em;
}

div.inner {
	background-color: #ffffff;
	border: 1px solid #999999;
}

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

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

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

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

#get-a-quote form input.button {
	font-size: 1.1em;
	text-align: center;
	vertical-align: center;
	color: #fff;
	background-image:url('/clients/exeter/images/red/button.gif');
}

ul.submenu li a {
	background: url('/clients/exeter/images/red/button-short.gif') no-repeat top left;
	color: #fff;
	font-size: 0.9em;
	text-decoration: none;
	text-align: center;
}

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

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

#who-are-we p {
	text-align: justify;
	line-height: 1.5em;
}

h1 {
	margin: 0 0 5px 0;
	color: #ff3b3b;
	font-size: 2.2em;
	font-weight: lighter;
}

h2 {
	margin: 0;
	color: #666;
	font-size: 1.6em;
	font-weight: lighter;
}

#who-are-we h3,
#why-choose-us h3,
#get-a-quote h3,
#contact-details h3 {
	margin: 0 0 5px 0;
	color: #ff3b3b;
	font-size: 2.2em;
	font-weight: lighter;
}

p, li {
	font-size: 1.2em;
	line-height: 1.4em;
}

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

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

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

hr {
	clear: left;
	color: #fff;
	border-top: 1px solid #999;
}

img.test_image {
	float: right;
	border: 10px solid #e5e5e5;
	background-color: #333;
	padding: 1px;
	margin: 3px 0 3px 10px;
}

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

#footer2 {
	background-color: #e0e0e0;
}

#footer2 p {
	text-align: right;
	font-size: 0.9em;
	color: #333;
}

#footer2 ul li a {
	font-size: 0.8em;
	color: #333;
	text-decoration: none;
	border-right: 1px solid #666;
	border-bottom: 0;
}

#footer2 ul li a:hover {
	color: #333;
	text-decoration: underline;
}