/* CSS Document */
/* This is the primary style sheet for Hyland Machinery Sales */
/* All pages should link here for background, font, global layer, and link definitions */

.smallnav {
	font-size:11px;
	vertical-align:middle;
}

a.smallnav:link { color:#000000; text-decoration:none; }							/* Black text */
a.smallnav:visited { color:#ab0000; text-decoration:none; }							/* Lt Red text */
a.smallnav:hover { color:#870000; font-size:10px; text-decoration:underline; }		/* Red text */
a.smallnav:active { color:#870000; font-size:10px; text-decoration:underline; }		/* Red text */

/* Layout definitions */

html {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	font-size:76%;
	font-family: verdana, "trebuchet ms", tahoma, arial, sans-serif;
	
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
/* overflow: hidden; */ 
/* */ }

body {
	background-image: url(../images/bck.gif);
	background-color: #990000;
	height:100%; max-height:100%; overflow:auto; padding:0; margin:0; border:0;
}

* html #header, * html #footer,* html #content, * html #navigation {
	position:absolute;
	background-color: #fff;
}

.style2 {color: #FFFFFF}
.ctr {
	font-family: Verdana;
	font-size: x-small;
	text-align: center;
}

.large {
	font-size: xx-large;
	font-weight: 900;
}
