@charset "utf-8";
	
	body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../images/Background.gif);
	background-repeat: repeat;
	margin-bottom: 5%;
	}
.logo {
	padding-right: 10px;
	text-decoration: none;
	float: left;
}

	.bodytext {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* 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-color: #FFF;
	font-size: 10pt;
}
.CHead {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* 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-color: #FFF;
	font-size: 11pt;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
.tablebody {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-size: 9pt;
}
		
	#container {
	width: 900px;
	background: #999999;
	background-image:url(images/Navbar-bottom.gif);
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border-color: #666666;
	border: 1px;
	margin-top: auto;
	height: 100%;
	background-image: url(../images/Navbar-bottom.gif);
	} 
	#header {
	background-image: url(/images/gwtractors_header.gif);
	width: 900px;
	height: 81px;
	text-indent: 650px;
	margin-bottom: 5px;
	z-index: 1000;
		}
		#header .contactus {
		font-size: 10pt;
		text-align:right;
		margin-right: 26px;
		margin-top: 43px;
		float: right;
		color: #FFFFFF;
			}
		#header .logo {
		float: left;
		width: 187px;
		margin-left: 1.5em;
		margin-top: 0.5em;
		}
		#header a:link, #header a:visited {
		text-decoration: none;
		color: #FFF;
		background-color: transparent;
		} 
		#header a:hover, #header a:active {
		background-color: transparent;
		color: #CCCCCC;
		}
		
	#PageTitle {
	font-size: 14px;
	font-weight: bold;
	background-image: url(images/gwtractors_pagetitle.gif);
	position: absolute;
	height: 35px;
	width: 782px;
	left: 152px;
	top: 86px;
	line-height: 35px;
	text-indent: 10px;
	}
	#sidebar1 {
	float: left;
	width: 140px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* top and bottom padding create visual space within this div  */
	height: 168px;
	margin: 0;
	margin-top: 0px;
	top: 80px;
		}
		#sidebar1  ul {
			list-style: outside;
			padding: 0;
		}
		#sidebar1  li {
			border-bottom: 1px solid #FFF;
			list-style: none;
		}
		#sidebar1  li  a {
			color: #FFFFFF;
			text-decoration: none;
		}
		#sidebar1   h3, .GWTractors    #sidebar1 p  {
			margin-left: 0px; /* the left and right margin should be given to every element that will be placed in the side columns */
			margin-right: 0px;
		}

	#mainContent
	  {
	width: 740px;
	font-size: 10px;
	float: right;
	min-height: 500px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	top: 80px;
	left: 140px;
		} 
	#footer {
	color: #FFFFFF;
	font-size: 21pt;
	font-style: italic;
	font-weight: normal;
	text-indent: 20px;
	text-align: center;
	line-height: 50px;
	height: 50px;
	background-color: #004FA3;
	width: 901px;
	background-image: url(../images/gwtractors_footer.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	float: left;
	position: relative;
		}
		.footer1 {
		font-size: 18pt;
		font-style: normal;
		font-weight: bold;
		text-indent: 15px;
		text-align: center;
		line-height: 50px;
		height: 50px;
		float: left;
		}
		.footer2 {
		font-size: 18pt;
		font-style: normal;
		font-weight: bold;
		text-align: center;
		line-height: 50px;
		height: 50px;
		float: right;
		margin-right: 15px;
		}
		#footer  a:link, #footer  a:visited {
			text-decoration: none;
			color: #FFF;
			background-color: transparent;
		} 
		#footer  a:hover, #footer  a:active {
			background-color: transparent;
			color: #CCCCCC;
		}

ul.horiz       li {
	display: inline;
}
/* Miscellaneous classes for reuse */
.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;
}
.style3 {
	font-size: 9pt
}
table	{
	text-align:center;
}
thead th {
	font:bold 11pt;
	background:#fff;
	color:#000000;
	padding:8px 16px 8px 8px;
	border-right:1px solid #fff;
	border-bottom:0px solid #fff;
}
tbody th {
	font:bold 11pt;
	text-align:center;
	background:#004FA3;
	color:#FFFFFF;
	padding:8px;
	border-bottom:0px solid #fff;
	border-right:0px solid #fff;
}
tbody td {
	font:normal 10pt;
	color:#0000;
	padding:8px;
	border-right:0px solid #f3f0e4;
	border-bottom:0px solid #f3f0e4;
}

/*Home Page*/	

#Picmenu {
	width: 740px;
	text-align: center;
	min-height: 414px;
	}
	
/*Contact Us Page*/
	
	#FactoryPics {
	width: 700px;
	text-align: center;
	min-height: 500px;
	margin-top: 15px;
	}

/*Wrecking Page*/
	.wreckmodel {
		float: left;
		width: 20px;
		margin-right: 5px;
		margin-left: 20px;
	}
/*Various Pages*/
	
	.featurephoto {
		float: centre;
		width: 700px;
		margin-bottom: 10px
	}

