/* CSS Document */

body {
	background-color: #A5A5A5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #454545;
}

h1 {
	color: #5679B9;
	font-size: 1.4em;
	clear: both;
}

h2 {
	font-size: 1.2em;
	color: #454545;
}

h2 a {
	color: #454545;
}

h2 a:hover {
	color: #5679B9;
}

p {
	text-decoration: none;
	clear: both;
}

.container p a {
	color: #454545;
	font-weight: bold;
	text-decoration: none;
}

.container p a:hover {
	color: #5679B9;
	font-weight: bold;
	text-decoration: none;
}

.leftnav p a {
	color: #454545;
	text-decoration: none;
}

.leftnav p a:hover {
	text-decoration: underline;
}

.main {
	width: 751px;
	background-color: White;
	background-image: url(images/harborough-hire.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}

.leftnav {
	width: 204px;
	float: left;
	height: 100%;
}

.container {
	float: right;
	width: 547px;
}

#main, #leftnav {
	padding: 0px 20px 0px 20px;
	text-align: left;
}

#boxes {
	display: block;
	clear: both;
}

#boxes img.spc {
	float: left;
}

#boxes a {
	border: 1px solid #989898;
	background-color: #5679B9;
	color: white;
	font-weight: bold;
	text-decoration: none;
	display: block;
	float: left;
	text-align: left;
	margin-right: 0px;
	margin-bottom: 10px;
}

#boxes a:hover {
	border: 1px solid #5679B9;
	background-color: #7F9CD1;
}

.products h3 {
	color: White;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
	background-color: #5679B9;
	margin:0;
	padding-left: 10px;
}

.products {
	border: 1px solid #989898;
	border-color: #989898;
	width: 500px;
	margin:0;
}

.products p {
	margin: 0px;
	padding-left: 10px;
}

.products p.links {
	clear: both;
	background-color: #F3F3F3;
	font-weight: bold;
}

.bottomnav p a {
	color: White;
	text-decoration: none;
	
}

.bottomnav p a:hover {
	text-decoration: underline;
	
}

.clientel {
	font-size: xx-small ! important;
	color: white ! important;
	text-align: center;
}

a.clientel:hover{
	color: #454545 !important;
}