/* Mile High Forklift ©2006 Information Resource Management Services */

#topSpan {
	width: 100%;
	background-color: #2A2828;
}

/* Menu */

#menuSpan {
	width: 100%;
	height: 38px;
	background-color: #ccc;
}

#menuBar {
	width: 765px;
	margin: 0;
	padding: 0;
	position: relative;
}

#menuBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menuBar li {
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
}

#menuBar li a {
	display: block;
	border-right: 1px solid #A6A6A6;
	width: 108px;
	color: #111;
	text-decoration: none;
	padding: 10px 0 10px 0;
}

#menuBar li a:hover {
	background: #860000;
	color: #fff;
}

#menuBar #menuLast a {
	border-right: 0;
	width: 111px;
}

.menu a {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #777;
	background: #fff;
	padding: 5px;
}

.menu a:hover {
	color: #fff;
	background: #860000;
}

/* Main */

#main {
	width: 765px;
	margin: 10px 0 0 0;
}

#mainImage {
	float: left;
	margin: 0 10px 0 0;
}

* html .1 {
	font-size: 1px;
}

* html .sectionHeadImage {
	margin: 0 0 16px 0;
}

/* Search box */

#search {
	width: 223px;
	float: left;
}

.searchTitle {
	font-family: 'Trebuchet MS', Verdana, Arial;
	font-size: 11pt;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	width: 100%;
	background-color: #4A4748;
	padding: 1px 0 3px 0;
	margin: 0;
}

#searchTop2 {
	margin: 10px 0 0 0;
}

#searchMain {
	padding: 5px 0 7px 0;
	height: 100px;
}

* html #searchMain {
	padding: 10px 0 0 0;
	height: 100px;
}

.searchHeader {
	width: 100%;
	background-color: #ddd;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-color: #000;
	text-align: center;
	margin: 0 0 3px 0;
}

.searchOptions {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #8A0000;
	border-spacing: 2px;
}

* html .searchOptions {
	border-spacing: 0px;
}

.input {
	font-size: 8pt;
	width: 130px;
}

#buttonRow {
	text-align: center;
	margin: 0;
}

.button {
	font-size: 9pt;
	font-weight: bold;
}

#continue {
	font-size: 9pt;
	font-weight: bold;
	width: 100%;
}

* html #continue {
	width: 199px;
}

#specials {
	font-size: 9pt;
	font-weight: bold;
	padding: 3px;
	width: 180px;
	color: #BF0000;
	margin: 6px 0 3px 0;
}

* html #specials {
	padding: 2px;
	margin: 7px 0 2px 0;
}

.searchLink a {
	width: 190px;
	font-size: 12px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	color: #656565;
	text-decoration: none;
	border: 1px solid #656565;
	margin: 4px 0 6px 0;
	display: block;
}

.searchLink a:hover {
	color: #fff;
	background-color: #860000;
}

.searchLinkSpecials a {
	width: 190px;
	font-size: 12.5px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	color: #CA0000;
	text-decoration: none;
	border: 1px solid #656565;
	margin: 4px 0 0 0;
	display: block;
}

* html .searchLinkSpecials a {
	font-size: 13px;
}

.searchLinkSpecials a:hover {
	color: #fff;
	background-color: #860000;
}

#searchLine {
	width: 100%;
	background-color: #bbb;
	height: 2px;
	font-size: 1px;
	margin: 7px 0 7px 0;
}

* html #searchLine {
	height: 1px;
}

/* Text */

#textTop, #textTop2, #textTop3 {
	clear: both;
	float: left;
	width: 755px;;
	margin: 10px 0 0 0;
	background-color: #eee;
	padding: 0;
}

* html #textTop {
	margin: -10px 0 0 0;
}

#textBottom, #textBottom2, #textBottom3 {
	clear: both;
	float: left;
	width: 755px;;
}

#round {
	clear: both;
	width: 755px;
	margin: 120px 0 0 0;
}

* html #round {
	margin: 30px 0 0 0;
}

.title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	font-style: italic;
	color: #CE0000;
	padding: 0 0 2px 2px;
}

.sectionTitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	color: #CE0000;
	padding: 0 0 2px 2px;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.95pt;
	line-height: 1.6;
	padding: 3px 0 0 0;
}

.sectionText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 1.6;
}

#milehigh {
	margin: 5px 0 0 0;
}

.bbb {
	margin: 10px 0 0 0;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	font-weight: bold;
	font-size: 8pt;
	margin: 10px 0 3px 0;
}

* html .footer {
	margin: -10px 0 3px 0;
}

* html #sectionFooter {
	margin: 20px 0 0 0;
}

/* GENERAL */

.b {
	font-weight: bold;
}

a {
	color: #0000FF;
}

.alert {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #BD0000;
	text-align: center;
	font-size: 13pt;
}

.note {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #BD0000;
	font-size: 10pt;
	margin: 0 0 3px 0;
}

/* CONTACT / FIND US */

.contactBlock, .contactBlockTitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

.contactBlockTitle {
	font-weight: bold;
}

#drivingDirections {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* NEW FORKLIFTS */

#newQuote {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/* SPECIALS ADMIN */

.adminSubLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: -7px 0 0 26px;
}

* html .adminSubLinks {
	margin: -4px 0 0 26px;
}

#adminFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
	padding: 0 0 5px 0;
}

.adminSubLinks a, #adminFooter a {
	color: #CA0000;
	text-decoration: none;
	font-weight: bold;
}

.adminSubLinks a:hover, #adminFooter a:hover {
	text-decoration: underline;
}

.dateSubText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}