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

#navbar{
	width: 800px;
	float: left;
	clear: both;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 7px;
	background-color: #000000;
}

#navbar a{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-right: 10px;
	width: 800px;
}

#navbar a:hover{
	color: #ff2400;
	text-decoration: none;
}

.contact{
	float: right;
	text-align: right;
}

#headerbar{
	width: 800px;
	float: left;
	clear: both;
	margin-top: 0px;
	height: 195px;
	background-image:url(images/WeldingBack.jpg);
	background-position: right;
	background-repeat: no-repeat;
}


#headerdiv{
	background-image: url(images/Neil-Handbury-Racing.jpg);
	background-repeat: no-repeat;
	background-position: 110px 60px;
	height: 160px;
	width: 600px;
	float: left;
}

#address{
	width: 180px;
	float: right;
	text-align: right;
	margin-top: 140px;
}

.telephone{
	padding-top: 10px;
}


#headerdiv span{
	display: none;
}

.redbar{
	background-image: url(images/Red-HR.jpg);
	background-repeat: repeat-x;
	height: 5px;
	width: 800px;
	float: left;
	clear: both;
}