*{
margin: 0;
padding: 0;
}

a {
text-decoration: none;
color: #fff;
}

body {
background: #3B3B3B url('../images/body_background.jpg');
background-repeat:repeat-x;
color:#fff;
font-size: 80%;
font-family: Arial, Helvetica, sans-serif;
line-height:150%;
text-align:center; /*IE fix, bastards*/
}
h3 {	
	font-size: 12px;
}
#container
{
background: #282828;
width: 797px;
margin: 0 auto;
padding: 0;
text-align: left;
}
.brand td{
	border-bottom: 1px solid #4b3827;
}
.brand img {
	border: 3px double #4b3827;
}
#wrapper
{
background: #8c7864;
width: 755px;
margin: 10px;
padding: 10px;
}

#wrapper p {
border-bottom: 1px solid #695541;
margin: 0 0 10px 0;
padding: 10px;
}

#wrapper h1 {
margin:0;
font-size: 135%;
/*background: url('../images/dots.gif') right no-repeat;*/
}

#wrapper ul {
list-style: none;
float: left;
margin: 10px;
width:220px;
}
#wrapper ul.address {
text-align:left;
}

.head
{
color: #4A3927;
border-bottom: 1px solid #695541;
margin: 10px 0 0 0;
}

#wrapper li a{
color: #fff;
text-decoration: underline;
}

#navTop
{
background: url('../images/nav/nav_background2.jpg') no-repeat;
font-size: 15px;
width: 797px;
height: 154px;
}

#header
{
background: url('../images/header_background.jpg') no-repeat;
height: 240px;
}

#navTop ul
{
list-style: none;
padding: 88px 0 0 1px;
height: 84px;
font-family: arial, helvetica, sans-serif;
}

#navTop li
{
display: inline;
padding: 18px 0 0 0;
font-size: 120%;
}

#navTop li a{
padding: 20px 0 0 19px;
height: 50px;
width: 65px;
float:left;
text-decoration: none;
color: #fff;
}

#navTop li a.contact {
padding: 20px 9px 0 10px;
}

#navTop li a:hover {
background: url('../images/nav/hover.jpg') no-repeat;
}

.centerContainer {
margin: 0 auto;
text-align: center;
}
.leftBox{
width:180px;
height:150px;
float: left;
}

.row img {
border: 3px solid #3B3B3B;
}

.row{
clear:left;
}

#footer{
width:100%;
padding: 10px 0 0 0;
text-align: center;
border-top: 1px solid #626262;
}

#footer p {
padding: 0 0 5px 0;
}

#footer p.brands {
font-size: 80%;
}

.clearFloat{
clear: left;
}

span.middleColour
{
color: #F45B0F;
}

dl.vcard {
width: 320px;
margin: 0 auto;
}

dl.vcard dt
{
	float: left;
	width: 5em;
	clear: left;
	margin: .2em 0 0 0;
	padding: 0;
	text-align: right;
	color: #4A3927;
	font-weight: bold;
}

dl.vcard dd
{
	margin: .2em 0 0 6em;
	padding: 0;
}

dl.vcard .hidden
{
	position: absolute;
	left: -500em;
}

.download {
	display:block;
	text-align: center;
	margin: 10px 0;
}

.download img{
	border: none;
}



