.maintext {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #000000;
}

/* Main Navigation */

#main-nav { height: 30px; }
#main-nav dl { margin: 0; padding: 0; }

/* IE5 Mac Hack \*/ 
#main-nav { padding-left: 10px; padding-top: 14px;  padding-bottom: 14px; background: #DDDDDD
	            url(images/grey-back.gif);} 
/*/ 
#main-nav { padding-left: 11px; overflow: hidden; } 
/* End Hack */

#main-nav dt { float: left; }

#main-nav dt a {
	display: block;
	height: 0px !important;
	height /**/:30px; /* IE 5/Win hack */ 
	padding: 30px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}

#main-nav dt a:hover {
	background-position: 0 -30px;
}

#main-nav dt#home,
#main-nav dt#home a { width: 133px; background-image: url(images/home-button.gif); }

#main-nav dt#texture,
#main-nav dt#texture a { width: 133px; background-image: url(images/3d-texture-button.gif); }

#main-nav dt#profiles,
#main-nav dt#profiles a { width: 133px; background-image: url(images/profiles-button.gif); }

#main-nav dt#machinery,
#main-nav dt#machinery a { width: 133px; background-image: url(images/machinery-button.gif); }

#main-nav dt#materials,
#main-nav dt#materials a { width: 133px; background-image: url(images/materials-button.gif); }

#main-nav dt#files,
#main-nav dt#files a { width: 133px; background-image: url(images/files-button.gif); }

#main-nav dt#contact,
#main-nav dt#contact a { width: 133px; background-image: url(images/contact-button.gif); }

body.home dt#home,
body.home dt#home a,
body.texture dt#texture,
body.texture dt#texture a,
body.profiles dt#profiles,
body.profiles dt#profiles a,
body.materials dt#materials,
body.materials dt#materials a,
body.machinery dt#machinery,
body.machinery dt#machinery a,
body.files dt#files,
body.files dt#files a,
body.contact dt#contact,
body.contact dt#contact a {
	background-position: 0 -90px;
}

.class1 A:link {text-decoration: underline; color: #0033CC}
.class1 A:visited {text-decoration: underline; color: #0033CC}
.class1 A:active {text-decoration: underline; color: #0033CC}
.class1 A:hover {text-decoration: underline; color: #000000;}

.class2 A:link {text-decoration: none; color: #FFFFFF}
.class2 A:visited {text-decoration: none; color: #FFFFFF}
.class2 A:active {text-decoration: none; color: #FFFFFF}
.class2 A:hover {text-decoration: none; color: #FFFFFF; background-color: #3F8C2F;}.smalltext {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #000000;
}
.bighead {
	font-family: "Trebuchet MS";
	font-size: 20px;
	color: #0B206A;
}
.piclabel {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.border {
	border: thin dashed #000000;
}
