@charset "UTF-8";
/* CSS Document */

body { /* Contains repeating construction stripe graphic */
	text-align: center;
	font-size: small;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin: 0px;
	background-color: #ffedcc;
	background-image: url(../images/topbg.png);
	background-position: center top;
	background-repeat: repeat-x;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
	align: justify;
}

img {
	display: block;
}

h1 {
	display: inline;
	font-size: large;
	color: #d18400;
}	
	
h2 {
	display: inline;
	font-size: medium;
	color: #d18400;
}

h3 {
	display: inline;
	font-size: small;
	color: #d18400;
}

a, a:link, a:visited {
	color: #000000;
}

a:hover, a:active {
	color: #000000;
}

ul {
	margin-left: 17px;
	padding-left: 0px;
}

li {
	padding-bottom: 8px;
}

/* Containers & Structural Elements */

.outer_container_forklift { /* Contains the forklift graphic at the bottom left */
	width:999px;
	margin: 0 auto;
	background-image: url(../images/forkliftbg.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.top { /* Contains site header (the logo and the small forklift image) */
	width: 799px;
	height: 121px;
	margin: 0 auto;
}

.middle {
	width: 799px;
	margin: 0 auto;
	padding-top: 30px;
	text-align: left;
}

.location_bar {
	height:20px;
	padding-top:5px;
	padding-left:15px;
	text-align: left;
	background-color:#ffcf88;
}

/* Site Menu */

.menu_box {
	width:183px;
	height:150px;
	float:left;
	padding-top:23px;
	padding-left:12px;
}

.menu_element, .menu_element:link, .menu_element:visited {
	display:block;
	height:24px;
	width: 172px;
	padding-left: 20px;
	padding-top: 6px;
	border-bottom-color: #f4c786;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: medium;
	text-decoration: none;
	color: black;
	background-image: url(../images/menubullet.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.menu_element:hover, .menu_element:active {
	background-color: #ffcf88;
}

/* Separate last element to  remove the line at the bottom */

.menu_element_bottom, .menu_element_bottom:link, .menu_element_bottom:visited {
	display:block;
	height:24px;
	width: 172px;
	padding-left: 20px;
	padding-top: 6px;
	font-size: medium;
	text-decoration: none;
	color: black;
	background-image: url(../images/menubullet.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.menu_element_bottom:hover, .menu_element_bottom:active {
	 background-color: #ffcf88;
}

/* Content */

.content_box {
	width: 569px;
	margin-left: 227px;
	padding-top: 27px;
	color: #553200;
}

.feature_box {
	margin-top: 10px;
	font-size: x-small;
}

.feature_field_left {
	width: 270px;
	margin-right: 14px;
	float: left;
}

.feature_field_right { /* Right field must have larger height then left */
	width: 270px;
	margin-top: 10px;
	margin-left: 296px;
	margin-bottom: 50px;
}

.feature_header {
	margin-bottom: 8px;
	font-size: large;
	font-weight: bold;
	color: #d18400;
}

.indent {
	margin-left: 40px;
}

.pic {
	display: inline;
}

/* Footer */

.telephone_banner {
	width: 799px;
	height: 55px; /* Added 8 pixels to separate from copyright text and shift forklift graphic lower */
	background-image: url(../images/telephone.png);
	background-position: top;
	background-repeat: no-repeat;
}

.outer_container_bottom {
	width: 999px;
	margin: 0 auto;
}

.copyright {
	width: 799px;
	height: 20px;
	margin: 0 auto;
	padding-top: 4px;
	text-align: center;
	font-size: xx-small;
	color: #e9a240;
}

