@charset "UTF-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: black;
	margin: 0;
	padding: 0;
	color: #005b00;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px; 
}
a img { 
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: none;
}
a:visited {
	color: #6E6C64;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
.container {
	width: 1085px;
	height: 1100px;
	background-color: #FFFFFF;
	margin: 0 auto;
	margin-top: 50px;
}

.header {
	border-bottom:solid 1px black;
	background-color: #ffffff;
	height: 320px;
}

.sidebar1 {
	float: left;
	width: 200px;
	height: 779px;
	background-color: #ffffff;
	border-right: solid 1px black;
}

.sidebar1 img
{
	margin-top: 30px;
}

#social-links {
	margin-top: 10px;
	text-align: center;
}

#social-links img
{
	margin-top: 0;
}

.sidebar2 {
	float: right;
	width: 200px;
	height: 779px;
	border-left: solid 1px black;
	background-color: #ffffff;
}

.sidebar2 img
{
	margin-top: 50px;
}

.sponsors {
	margin-top:650px;
	text-align:center;
}

.content {

	padding: 10px 0;
	width: 650px;
	float: left;
}

/* Navigation menu */

ul.nav {
	list-style: none;
	border-top: 1px solid #000000;
	margin-top: 20px;
	margin-bottom: 15px; 
}
ul.nav li {
	border-bottom: 1px solid #ffffff;
	display:inline;
	margin-left: 170px;	
}

ul.nav li a {
	text-decoration: none;
}


/*  footer styles */

.footer {
	width:1085px;
	height: 25px;
	background-color: #CCC49F;
	position: relative;
	clear: both;
	border-top: solid 1px black;
}

.address {
	width: 460px;
	float: left;
	text-align: center;
}

.telephone {
	width: 300px;
	float: left;
	text-align: center;
}

.twitter {
	width: 200px;
	float: left;
	text-align: center;
}

.fltrt {  

	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#home
{
	text-align: center;
}


#home img
{
	margin-left: 55px;
	margin-top: 55px;
	border: solid 1px black;
}

#aboutus
{
	text-align: center;
}

#aboutus img
{
	border: solid 1px black;
}

#contactus
{
	text-align: center;
}


/* parts */

#parts
{
	height: 700px;
	text-align:center;
}

#parts img
{
	width: 300px;
	height: 300px;
}

#ford 
{
	float: right;
	margin-right: -20px;
	margin-top: 50px;
}

#fordparts img
{
	margin-top: 60px;
	margin-left: 15px;
}

#massey35
{
	float: left;
	margin-top: 50px;
	margin-left: 10px;
}

#massey35parts img
{
	margin-top: 60px;
}

#johndeere
{
	float: left;
	margin-left: 5px;
}


#johndeereparts img
{
	margin-top: 60px;
}

#massey165
{
	float: right;
	margin-right: -20px;
}

#masseyferguson-165parts img
{
	margin-left: 20px;
	margin-top: 60px;
}

/* Copyright */

#copyright
{
	width: 960px;
	height: 40px;
	padding-top: 15px;
	margin:auto;
	font-size: 11px;
	text-align: center;
	color: white;
	background-color:black;
}

/* Contact Form */


#contactform
{	width:530px;
	height:520px;
	margin-left: 25px;
	border: solid 1px black;
	border-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
}
