/* CSS Document */
body {
	font-family: arial, sans-serif;
	font-size: 12px;
	text-align: center;
	color: black;
	background-color: #012D23;
}

/* basic divs */

#seo {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	font-size: 8px;
	color: #35B276;
}

#header {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	text-align: left;
}

#phone {
	font-style: italic;
	color: White;
	font-size: 18px;
	position: absolute;
	top: 4px;
	right: 10px;
}

#header_title {
	background-color: #35B276;
	width: 760px;
	height: 70px;
}

#blue_line {
	background-image: url(../images/hea/blue_line.gif);
	background-repeat: repeat-x;	
	height:1px;
	width: 522px;
	position: absolute;
	top:65px;
	left:228px;
}

#title {
	text-align: right;
	font-size: 24px;
	color: #3232FF;
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-weight: bold;
}

#mainpage {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 369px;
	position: relative;
	text-align: left;
}

#navigation {
	position: absolute;
	background-image: url(../images/mai/nav_pic.jpg);
	left:0px;
	top: 8px;
	width: 135px;
	height:369px;
	font-size: 11px; 
}

/* within the navigation div - these control how links will look */

#navigation a:link, #navigation a:visited {
	display: block;
	width: 118px;
	height: 20px;
	padding-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
	background-color: #4848DC;
	border: black solid 1px;
	color: white;
	text-align: right;
	text-decoration: none;
	font-size: 13px;
}

#navigation a:hover {
	display: block;
	width: 118x;
	height: 20px;
	padding-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
	background-color:#35B276;
	border: black solid 1px;
	color:  white;
	text-align: right;
	text-decoration: none;
	font-size: 13px;
}

#address {
	position: absolute;
	bottom: 5px;
	color: white;
	width: 112px;
	height: 87px;
	background-color:#4848DC;
	border:1px solid black;
	margin-left: 5px;	
	margin-right: 5px;
	padding: 5px 5px 5px 5px;
	text-align: right;
	font-size: 11px;
}

#maincontent {
	padding: 5px 5px 0px 10px;
	background-color: white;
	position: absolute;
	top: 8px;
	left:141px;
	height: 364px;	
	width: 491px;
	overflow: auto;
}

#maincontent a:link, #maincontent a:visited {
	color: #35B276;
}

#maincontent a:hover {
	color: #4848DC;
}

#lorry_pic {
	position: absolute;
	top: 4px;
	right:0px;
}

#haulage {
	position: absolute;
	top: 92px;
	left: 20px;
}

#storage {
	position: absolute;
	top: 100px;
	right: 50px;
}

#hay_straw {
	position: absolute;
	bottom: 15px;
	left: 60px;
}

#vehicle_rep{
	position: absolute;
	bottom: 3px;
	right: 80px;
}
.picture {
	position: relative;
	left: 30px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid black;
	}

.web {
	overflow: auto;
}
#footer{
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 23px;
	background-image: url(../images/foo/footer.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top:15px;
}

#info {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	font-size: 8px;
	text-align: right;
	color: #35B276;
}

/* mail form elements */

.error {
	color: red;
}

.mailustab {
	width: 400px;
}

.mailusq {
	padding: 4px;
	text-align: right;
}

.mailusa {
	padding: 4px;
}

/* html standard tags as needed*/

h1 {
	color:#6565FF;
	font-size: 18px;	
}

h2 {
	color:#6565FF;
	font-size: 12px;	
}

h3 {
	
}

h4 {
	
}

h5 {
	
}

h6 {
	
}

p {
	
}

#info a:link, a:visited {
	color: #35B276;
}

#info a:hover {
	color: #4848DC;
}

input {
	border: 1px solid black;
	background-color: white;
}
