@charset "utf-8";

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	
}

A:link { text-decoration: none } 
A:active { text-decoration: none }
A:visited { text-decoration: none }

body {
	margin-left: 0px;

	margin-right: 0px;
	margin-bottom: 0px;

}

h1 {
	font-size: 20px;
	font-variant: small-caps;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 15px;
}

#wrapper {
	float: inherit;
	width: 900px;
	margin: 0 auto;

}

#header {
	background-image: url(image/layout/banner.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 140px;
	width: 900px;
}
#navigation {
	background-image: url(image/layout/navigation.gif);
	background-repeat: no-repeat;
	float: left;
	height: 23px;
	width: 900px;
}



#projects-content {
	background-image: url(image/layout/projects-text.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 127px;
	width: 298px;
	display: block;

}
.projects2 {
	margin-top: 5px;
	margin-right: 20px;
	margin-left: 30px;
}

#agricultural-content {
	background-image: url(image/layout/agricultural-engineering-text.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 127px;
	width: 302px;
		display: block;

}
.agriculturalcontent2 {
	margin-top: 2px;
	margin-right: 20px;
	margin-left: 30px;
}

#mechanical-text {
	background-image: url(image/layout/mechanical-capabilities-text.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 127px;
	width: 300px;

}

.mechanicaltext2 {
	margin-top: 2px;
	margin-right: 20px;
	margin-left: 30px;
}

#introduction {
	background-repeat: repeat-y;
	height: 55px;
	width: 900px;
	float: left;
	background-image: url(image/layout/introduction.jpg);
}

.introtext {
	margin-left: 25px;
	margin-right: 25px;
	}

#projectsimage a span {
visibility: hidden;
}

#projectsimage a{
	background-image: url(image/layout/projects-pic.jpg);
	background-repeat: no-repeat;
	height: 225px;
	width: 298px;
	float: left;
	display: block;
}

#agricultural-image a span {
visibility: hidden;
}

#agricultural-image a{
	background-image: url(image/layout/ag_main_picture.jpg);
	background-repeat: no-repeat;
	height: 225px;
	width: 301px;
	float: left;
		display: block;
}

#mechanical-image a span {
visibility: hidden;
}

#mechanical-image a{
	background-image: url(image/layout/mechanical-capabilities-image.jpg);
	background-repeat: no-repeat;
	height: 225px;
	width: 301px;
	float: left;
		display: block;
}


#navigationtext {
	background-image: url(image/layout/navigation.jpg);
	background-repeat: no-repeat;
	height: 23px;
	width: 100%;
	font-weight: bold;

	vertical-align: middle;
	background-position: center center;
	float: left;
	overflow: hidden;
}

 
div#navigationtext ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #FFF;
	line-height: 30px;
	white-space: nowrap;
		margin-left: 30px;
}
div#navigationtext li {
    list-style-type: none;
    display: inline;

}
div#navigationtext li a {
    text-decoration: none;
    padding: 10px 40px;
    color: #FFF;
}
div#navigationtext li a:link {
    color: #FFF:
}
div#navigationtext li a:visited {
    color: #f5f7f9;
}
div#navigationtext li a:hover {
    font-weight: bold;
    color: #FFF;
    background-color: #3366FF;
}
