html {
        height: 100%;
        font-size: 100%;
}

body {
        background: #434d4f url(img/body-bg.jpg) repeat-x top center;
        margin: 0;
        padding: 0;
        height: 100%;
}

body {
        font-family: verdana, tahoma, sans-serif;
        font-size: 11px;
}

div.container {
        width: 716px;
        margin: 0 auto 0 116px;
}

div, p, span, table, tr, th, td {
        font-family: inherit;
        font-size: inherit;
        color: inherit;
}

a {
	color: #4d859e;
}

a:hover {
	color: #4d7c98;
}

p { margin: 0; }

div#toptop {
	width: 716px;
	height: 74px;
}

ul#nav {
	width: 716px;
	height: 28px;

	position: relative;

	margin: 0;
	margin-left: 116px;
	padding: 0;
	list-style: none;
}

ul.sub {
	margin: 0;
	padding: 0;
}

ul#nav li {
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
}

/*	#nav-about { left: 0px; }
	#nav-used { left: 109px; }
	#nav-dock { left: 216px; }
	#nav-forklift { left: 321px; }
	#nav-walk { left: 415px; }
	#nav-crash { left: 502px; }
	#nav-contact { left: 588px; } */

ul#nav li ul {
	position: absolute;
	visibility: hidden;
	top: 28px;
	left: 0px;
	width: 200px;
	border: 1px solid white;
	background: #004d7e url(img/drop-bg.jpg) repeat-x top center;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

ul#nav li:hover ul, ul#nav li.over ul {
	visibility: visible;
}


ul.sub li {
	float: none;
	clear: left;
	display: block;
}

ul.sub li a {
	display: block;
	color: white;
	text-decoration: none;
	text-indent: 12px;
	background: none;
	height: 20px;
	padding-top: 13px;
	width: 200px;
}

ul.sub li a:hover {
	color: white;
	text-decoration: none;
	background: url(img/over-bg.jpg) repeat-x;
}


#top {
	background: url(img/top-bg.jpg) no-repeat top left;
	height: 169px;
}

#spacer {
	font-size: 0px;
	line-height: 0px;
	height: 8px;
}

#content {
	background: #ffffff url(img/content-bg.jpg) no-repeat top center;
	width: 716px;
	min-height: 250px;
}

	#contentpadd {
		padding: 16px;
	}

#shade {
	background: #ffffff url(img/bottom-shade.jpg) no-repeat top center;
	width: 716px;
	height: 20px;
}

#bottom {
	height: 31px;
	background: url(img/bottom-bg.jpg) repeat-x;
}

#bottomNav {
	background: url(img/bottom.jpg) no-repeat bottom center;
	width: 716px;
	height: 30px;

	color: #ffffff;
	text-align: center;
}

#bottomNav #pad {
	color: #ffffff;
	text-align: center;

	padding-top: 8px;
}


#bottomNav #pad a {
	color: white;
	text-decoartion: underline;
}
