@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/background_tile.jpg);
}
#grinding {
	float: left;
	height: 200px;
	width: 200px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#chassispic {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}



#mainContent h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: xx-large;
	color: #10205B;
}
#mainContent h2 {
	font-size: x-large;
	color: #10205B;
}

#container  {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header  {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 180px;
	width: 1000px;
} 
#header h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#navbar {
	font-weight: bold;
	color: #FFF;
	background-image: url(images/nav_background_slice.jpg);
	background-repeat: repeat-x;
	font-size: 13px;
	height: 30px;
	width: 1000px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
}
#navbar ul li {
	display: inline;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#navbar ul li a {
	color: #FFF;
	text-decoration: none;
}
#navbar ul li a:hover {
	color: #FC0;
}
#mainpage {
	background-image: url(images/main_page_colour_4_div.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}


#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 165px;
	height: auto;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}



#mainContent  {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 0;
	padding-right: 75px;
	padding-bottom: 0;
	padding-left: 70px;
} 
#MainPix {
	height: auto;
	width: 628px;
	margin-left: 2px;
	margin-top: 30px;
}
#MainText {
	width: 628px;
	margin-top: 30px;
	line-height: 115%;
	text-align: justify;
}
#toolcabinets {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}


#footer  {
	background-color: #10205B;
	color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
} 
#footer p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#PageTitle {
	clear: none;
	height: 55px;
	width: 627px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: top;
}
#side-bar-nav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #464A7A;
	text-align: center;
}
#s-nav-left {
	float: left;
	width: 75px;
}
#s-nav-right {
	float: right;
	width: 75px;
}
#client-logo {
	text-align: center;
	height: auto;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}
#s-nav-list {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #D7D7FF;
	background-color: #464A7A;
	text-align: center;
	line-height: 130%;
}
#s-nav-list ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#s-nav-list ul li {
	list-style-type: none;
	margin-top: 7px;
}
#s-nav-list ul li a {
	color: #D7D7FF;
	text-decoration: none;
	font-size: 12px;
	line-height: 130%;
}
#s-nav-list ul li a:hover {
	font-size: 12px;
	line-height: 130%;
	color: #FFF;
}
h5 {
	color: #F00;
	font-size: 14px;
}
h7 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
#servicepic {
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-right: 58px;
	padding-left: 58px;
}
#cateringpix1 {
	float: right;
	width: 300px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#hospitalitypic {
	float: left;
	height: auto;
	width: 400px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#horseboxpic {
	float: right;
	width: 188px;
	margin-bottom: 5px;
	margin-left: 10px;
	height: auto;
}
#boattrailerpic {
	float: left;
	height: auto;
	width: 400px;
	margin-right: 10px;
	margin-bottom: 2px;
}
#biketrailerpic {
	float: right;
	height: auto;
	width: 400px;
	margin-bottom: 5px;
	margin-left: 10px;
}
