@charset "UTF-8";
/* CLEAR DEFAULTS */
p, h1, h2, h3, h4, h5, h6, dd, dt, dl, ul, ol, li, hr, td, tr, img, a, form, fieldset, label, input, legend, table, thead, tbody, tfoot, span {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}


/* LAYOUT */
body {
	font: 62.5%/1.4em Verdana, Geneva, sans-serif;/* 62.5% sets the default font size to 10px, 1.4em is a 14px line height. use em's for variable font sizes like this: 14px = 1.4em */
	margin: 0;
	padding: 0;
	background: url(../images/back_tile.jpg) repeat-x #720201 ;
}
#container { /* main container to hold all divs */
	margin: 0 auto;
	padding: 0;
	width: 950px;
	background: none;
}
#header { /* header should include logo and navigation */
	margin: 0;
	padding: 0;
	background: url(../images/mhs_top_banner.jpg) no-repeat;
	width: 950px;
	height: 115px;
	position: relative;
	z-index: 2;
}

#headerLeft { 
	margin: 0;
	padding: 0;
	width: 150px;
	position: relative;
	float:left;
}

#headerRight { 
	margin: 0;
	padding: 0;
	width: 800px;
	position: relative;
	float:right;
	text-align:right;
}
#header h1#logo {
 	margin: 0;
	padding: 0;
	display: block;
	width: 123px;
	height: 90px;
}
#header h1#logo a {
	display: block;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 123px;
	height: 90px;
	text-indent: -9999em;
	overflow: hidden;
	background: url(../images/mhs_lift_logo.gif) no-repeat 0 0;
}
#nav {
	width: 950px;
	height: 25px;
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 2;
}
#nav li {
	float: left;
}

#nav li a {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	display: block;
	height: 25px;
	background: url(../images/nav.gif) no-repeat 0 0;
	text-indent: -9999em;
	cursor: pointer;
	z-index: 3;
}

li#nav_about a {
	width: 135px;
	left: 0px;
	background-position: 0 0;
}

li#nav_equipment a {
	width: 135px;
	left: 135px;
	background-position: -135px 0px;
}

li#nav_services a {
	width: 135px;
	left: 270px;
	background-position: -270px 0;
}

li#nav_parts a {
	width: 135px;
	left: 405px;
	background-position: -405px 0;
}

li#nav_rentals a {
    width: 137px;
	left: 540px;
	background-position: -540px 0;
}

li#nav_storage a {
    width: 135px;
	left: 677px;
	background-position: -677px 0;
}

li#nav_news a {
	width: 138px;
	left: 812px;	
	background-position: -812px 0;
}

li#nav_about a:hover {
	width: 135px;
	background-position: 0 -25px;
}

li#nav_equipment a:hover {
	width: 135px;
	background-position: -135px -25px;
}

li#nav_services a:hover {
	width: 135px;
	background-position: -270px -25px;
}
li#nav_parts a:hover {
	width: 135px;
	background-position: -405px -25px;
}

li#nav_rentals a:hover {
	width: 137px;
	background-position: -540px -25px;
}

li#nav_storage a:hover {
	width: 135px;
	background-position: -677px -25px;
}

li#nav_news a:hover {
	width: 138px;
	background-position: -812px -25px;
}

#body_about li#nav_about a {
	width: 135px;
	background-position: 0 -25px;
}

#body_equipment li#nav_equipment a {
	background-position: -132px -120px;
}

#body_service li#nav_services a {
	background-position: -251px -120px;
}

#body_parts li#nav_parts a {
	background-position: -379px -120px;
}

#body_rentals li#nav_rentals a {
	background-position: -379px -120px;
}

#body_storage li#nav_storage a {
	background-position: -493px -120px;
}

#body_news li#nav_news a {
	background-position: -493px -120px;
}
#nav li ul.subMenu {
	margin: -1px 0 0 0;
	padding: 5px;
	position: absolute;
	top: -500px;
	z-index: 4;
	list-style: none;
}
#nav li.hover:hover .subMenu, #nav li.hover.sfhover .subMenu {
	top: 24px;
}
#nav li#nav_about ul.subMenu {
	width: 135px;
	left: 0;
	background-color: #000000;
	border-bottom: solid 1px #4f4f4f;
	border-left: solid 1px #ffffff;
    border-right: solid 1px #4f4f4f;

}

#nav li#nav_about ul.subMenu a{
	width: 130px;
}

#nav li#nav_about ul.subMenu a:hover {
	text-decoration: none;
	color: #fcb131;
	background-color:#4f4f4f;
	width:130px;
}

#nav li#nav_equipment ul.subMenu {
	width: 150px;
	left: 137px;
	background-color: #0a394d;
	border-bottom: solid 1px #031d28;
	border-left: solid 1px #031d28;
    border-right: solid 1px #031d28;
}

#nav li#nav_equipment ul.subMenu a {
	width:145px;
}

#nav li#nav_equipment ul.subMenu a:hover {
	text-decoration: none;
	color: #fcb131;
	background-color:#031d28;
	width:145px;
}

#nav li#nav_services ul.subMenu {
	width: 150px;
	left: 270px;
	background-color: #636364;
	border-bottom: solid 1px #3e3e3e;
	border-left: solid 1px #3e3e3e;
    border-right: solid 1px #3e3e3e;
}

#nav li#nav_services ul.subMenu a {
	width:145px;
}

#nav li#nav_services ul.subMenu a:hover {
	text-decoration: none;
	color: #fcb131;
	background-color:#3e3e3e;
	width:145px;
}

#nav li#nav_parts ul.subMenu {
	width: 145px;
	left: 405px;
	background-color: #700201;
	border-bottom: solid 1px #480504;
	border-left: solid 1px #480504;
    border-right: solid 1px #480504;
}

#nav li#nav_parts ul.subMenu a {
	width:135px;
}


#nav li#nav_parts ul.subMenu a:hover {
	text-decoration: none;
	color: #fcb131;
	background-color:#480504;
	width:135px;
}

#nav li#nav_rentals ul.subMenu {
	width: 134px;
	left: 540px;
	background-color: #137000;
	border-bottom: solid 1px #0d4701;
	border-left: solid 1px #0d4701;
    border-right: solid 1px #0d4701;
}

#nav li#nav_rentals ul.subMenu a:hover {
	text-decoration: none;
	color: #fcb131;
	background-color:#0d4701;
	width:117px;
}

#nav li#nav_storage ul.subMenu {
	width: 200px;
	left: 677px;
	background-color: #e0c201;
	border-bottom: solid 1px #ad8900;
	border-left: solid 1px #ad8900;
    border-right: solid 1px #ad8900;
}
#nav li#nav_storage ul.subMenu a{
		color:#710201;
		width:190px;
}

#nav li#nav_storage ul.subMenu a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color:#ad8900;
	width:190px;
}

#nav li#nav_news ul.subMenu {
	left: 763px;
	width:175px;
	background-color: #000000;
	border-bottom: solid 1px #4f4f4f;
	border-left: solid 1px #4f4f4f;
    border-right: solid 1px #ffffff;
}

#nav li#nav_news ul.subMenu a {
	width:167px;
}

#nav li#nav_news ul.subMenu a:hover {
	text-decoration: none;
	color: #fcb131;
	background-color:#4f4f4f;
	width:167px;
}

#nav li ul li {
	margin:0;
	padding: 0;
	list-style: none;
	/*width: 100%;*/
	float: none;
}
#nav li ul li a {
	background: none;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	font-size: 1.1em;
	line-height: 1.1em;
	color: #eee;
	/*text-transform: uppercase;*/
	text-indent: 0;
	letter-spacing: 1px;
	position: relative;
	top: auto;
	left: auto;
	display: block;
	height: auto;
	cursor: pointer;
	z-index: 0;
	padding:3px;
}

#boxNav {
	width: 900px;
	height: 110px;
	display: block;
	position: relative;
	margin: 0 0 0 23px;
	padding: 0;
	list-style: none;
}
#boxNav li {
	float: left;
}

#boxNav li a {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	display: block;
	height: 110px;
	background: url(../images/box.jpg) no-repeat 0 0;
	text-indent: -9999em;
	cursor: pointer;
}

li#boxNav_equipment a {
	width: 180px;
	left: 0px;
	background-position: 0px 0px;
}

li#boxNav_services a {
	width: 180px;
	left: 180px;
	background-position: -180px 0;
}

li#boxNav_parts a {
	width: 180px;
	left: 360px;
	background-position: -360px 0;
}

li#boxNav_rentals a {
	width: 180px;
	left: 540px;
	background-position: -540px 0;
}

li#boxNav_storage a {
	width: 180px;
	left: 720px;
	background-position: -720px 0;
}


li#boxNav_equipment a:hover {
	width: 180px;
	background-position: 0px -110px;
}

li#boxNav_services a:hover {
	width: 180px;
	background-position: -180px -110px;
}
li#boxNav_parts a:hover {
	width: 180px;
	background-position: -360px -110px;
}

li#boxNav_rentals a:hover {
	width: 180x;
	background-position: -540px -110px;
}

li#boxNav_storage a:hover {
	width: 180px;
	background-position: -720px -110px;
}

#subNav{
	width:160px;
	float:left;
	margin: 0 0 25px 0;
	border: #c8d3d8 solid 1px;
	background-color:#FFF;
}

#subNav h3{
	display: block;
	width: 160px;
	height: 30px;
	text-indent: -9999em;
	overflow: hidden;
	background: url(../images/subNav_header_equipment.jpg) no-repeat 0 0;
}

#subNav .h3class{
	margin:0px;
	padding-top:5px;
	padding-bottom:9px;
	width: 160px;
	background-color:#0D4159;
	color:#FFFFFF;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	font-family: sans-serif,verdana,arial;
	vertical-align:middle;
	display: block;
}

#subNav ul {
	list-style: none;
	margin: 10px 0 0 10px;
}

#subNav ul li{
	line-height:9px;
}

#subNav ul li ul{
	list-style: none;
	margin: 10px 0 0 10px;
}

#subNav ul li ul li{
	line-height:9px;
}

#subNav ul li a:link, #subNav ul li a:visited {
	text-decoration: none;
	color: #2e2f2f;
	font-size:11px;
}
#subNav ul li a:hover,#subNav ul li  a:active {
	text-decoration: underline;
	color: #830402;
}
#subNav ul li a:focus {
	outline: none;
}

#subNav  ul li ul li a:link, #subNav ul li ul li a:visited {
	text-decoration: none;
	color: #555555;
	font-size:11px;
}
#subNav ul li ul li a:hover,#subNav ul li  ul li a:active {
	text-decoration: underline;
	color: #830402;
}
#subNav ul li ul li a:focus {
	outline: none;
}


/* END NAVIGATION */


/* SEARCH */
#formSearch {
	width: 795px;
	height: 40px;
	margin: 0;
	padding: 15px 0 0 0;
}
#label_search {
		color:#ffffff;
	
}
#formSearch .text {
	width: 189px;
	height: 16px;
	float: left;
	padding: 3px;
	background: url(../images/signUp_textBg.gif) no-repeat #606;
	border: 2px solid #909;
	margin: 0 7px 0 0;
	color: #fcf;
	font-size: 1.2em;
	font-weight: bold;
}
#butt_search {
	/*display: block;*/
	margin: 0;
	padding: 0;
	width: 24px;
	height: 23px;
	overflow: hidden;
	text-indent: -9999em;
	font-size: 0;
	text-align: left;
	vertical-align: top;
	background: url(../images/btn_arrow.gif) no-repeat 0 0;
	border: none;
	outline: none;
	cursor: pointer;
}
#butt_search:hover {
	background-position: -25px 0;
}

.newItemButton{
padding:3px 5px;

}

/*END SEARCH*/

#mainContent {
	margin: 0 auto;
	padding: 0px;
	width: 950px;
	background: #ffffff;
	position: relative;
	z-index: 1;
}

#mainContent ul li{
	padding: 0 0 10px 0;
	font-size:13px;
}

#mainContent ol li{
	padding: 0 0 10px 0;
	font-size:13px;
}

#mainContent blockquote{
	font-size:13px;
}

#mainContent p{
	font-size:13px;
	color:#000000;
}

#mainContent strong{
	font-size:13px;
	color:#870000;
	font-weight:bold;
}

#tipBox{
	background-color:#ebebeb;
	border:#dbc5c4 solid 1px;
	width:244px;
}

#tipBox p{
	color:#0d435a;
	padding: 2px 5px 5px 10px;
}

#breadcrumbs{
	color:#0d435b;
	font-size:10px;
}

#breadcrumbs a:link, #breadcrumbs a:visited {
	text-decoration: none;
	color: #a4a4a4;
	padding: 5px 0;
	font-size:10px;
}
#breadcrumbs a:hover,#breadcrumbs  a:active {
	text-decoration: underline;
	color: #a27a79;
}
#breadcrumbs a:focus {
	outline: none;
}


#slideWrap, ul#slides {
	padding: 0;
	width: 950px;
	overflow: hidden;
	height: 161px;
	
}

ul#slides {
	z-index: 0;
	margin: 0;
	padding: 0;
}

ul#slides li {
	list-style: none;
	margin: 0;
	
}


#leftSide {
	float: left;
	margin: 0;
	padding: 25px 25px 10px 15px;
	width: 620px;
}

#leftSideCol1 {
	float: left;
	margin: 0;
	padding: 0px;
	width: 130px;
}

#leftSideCol2 {
	float: right;
	margin: 0;
	padding: 0px;
	width: 480px;
}

#leftSideInt {
	float: left;
	margin: 0;
	padding: 25px 0 0 15px;
	width: 180px;
	background-color:#f6f6f6;
}

#leftSide h1{
	background: url(../images/header_mhs_lift.jpg) ;
	height: 34px;
	width:327px;
	text-indent: -9999em;
}

#rightSide {
	float: right;
	margin: 0;
	padding: 25px 25px 10px 25px;
	width: 232px;
}

#rightSideInt {
	float: right;
	margin: 0;
	padding: 25px 5px 10px 5px;
	width: 270px;
}

#rightSideIntWide {
	float: right;
	margin: 0 0 0 0;
	padding: 25px 5px 10px 5px;
	width: 720px;
}



#rightSideIntWide h3{
	font-size:14px;
	font-weight:bold;
	color:#000000;
	margin: 0 0 10px 0;
}


#rightSideIntWide h4{
	font-size:14px;
	color:#870000;
	margin: 0 0 10px 0;
}

#rightSideIntWideCol1 {
	float: left;
	margin: 0;
	width: 350px;
}

#rightSideIntWideCol2 {
	float: right;
	margin: 0 0 0 0;
	width: 350px;
}

#imgBox{
	padding: 0 0 0 10px;
}

#imgBox img{
	border:#0d435b solid 2px;
}

#footer {
	margin: 0 auto;
	padding: 0;
	width: 950px;
	text-align:center;
}

#footer p{
	color:#ad7877;
	font-size:10px;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #b8984a;
	padding: 0 5px 0 5px;
	font-size:10px;
}
#footer a:hover,#footer  a:active {
	text-decoration: underline;
	color: #b8984a;
}
#footer a:focus {
	outline: none;
}

p {
	font-size: 1.25em;
	line-height: 1.4em;
	color: #555;
	margin-bottom: 10px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
li, q, blockquote {
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
p.small {
	font-size: 1.1em;
	line-height: 1.1em;
	margin-bottom: 5px;
}
h1 {
	font-size: 2.8em;
	color: #f04c23;
	margin-bottom: 10px;
}
h2 {
	font-size: 1.8em;
	color: #870000;
	margin: 10px 0;
	padding-bottom:5px;
	border-bottom:#b3b3b3 solid 1px;
}

h3 span.breadcrumb {
	font-size: .7em;
	color: #999;
}
h3 span.breadcrumb a {
	color: #999;
}
h3 span.breadcrumb a:hover {
	color: #333;
}
h3 a:link, h3 a:visited {
	color: #003473;
}
h3 a:hover, h3 a:active {
	color: #f04c23;
}


h5 {
	font-size: 1.4em;
	color: #000;
	margin-bottom: 10px;
}
h6 {
	font-size: 1.2em;
	color: #000;
	margin-bottom: 10px;
}
.imageReplace {
	display: block;
	text-indent: -9999em;
	overflow: hidden;
}


/* LINKS */
a:link, a:visited {
	text-decoration: none;
	color: #590a08;
}
a:hover, a:active {
	text-decoration: underline;
	color: #590a08;
}
a:focus {
	outline: none;
}

#headerRight a:link, #headerRight a:visited {
	text-decoration: none;
	color: #ffffff;
	padding: 0 10px 0 0;
}
#headerRight a:hover, #headerRight a:active {
	text-decoration: underline;
	color: #ffffff;
}
a:focus {
	outline: none;
}



/* LISTS */

#leftSide ul,
#rightSideInt ul,
#rightSideIntWide ul,
#rightSideIntWideCol2 ul {
	list-style-type:disc;
	padding-left: 50px;
}

#leftSide ol,
#rightSideInt ol,
#rightSideIntWide ol,
#rightSideIntWideCol2 ol {
	list-style-type:decimal;
	padding-left: 50px;
}

/* TABLES */
table.basicTable {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
table.basicTable td {
	margin: 0;
	padding: 0;
}
/* FORMS */

form {
	width: 99%;
	//margin: 15px auto;
}

fieldset {
	margin: 0;
	padding: 0 0 1.2em 0;
	border-style: none;
	border-top: 1px solid #bbb;
	background: #eee;
	position: relative;
}
legend {
	margin-left: 1em;
	color: #333;
	padding: 0;
}
legend span {
	position: absolute;
	margin-top: 0.7em;
	left: 0.8em;
	top: 0;
	font-size: 1.35em;
	font-weight: bold;
	color: #870000;
}
fieldset.submit {
	padding: 0;
	border-bottom: 1px solid #bbb;
}
label {
	display: block;
	padding-bottom: 2px;
	color: #666;
	font-size: 1.2em;
}
label span {
	font-weight: bold;
}

.text, .textarea, .select {
	width: 97%;
	padding: 5px;
	font-size: 1.4em;
	color: #333;
	font-weight: bold;
	}
.text, .textarea {
	outline: none;
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
}
.textarea {
	font-weight: normal;
	width: 100%;
	height: 100px;
}
.select {
	padding: 4px 0;
	width: 100%;
	font-weight: normal;
	font-size: 1.3em;
}
.tableForm {
	margin: 25px 0 8px 0;
	padding: 0;
	width: 99%;
}
.tableForm td {
	margin: 0;
	padding: 5px 10px;
}
input.submit {
	padding: 5px 10px;
	margin-top: -15px;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 1px solid #9cf;
	background: #870000;
	outline: none;
	display: block;
	font-weight: bold;
	cursor: pointer;

}
input.submit:hover {
	color: #ffffff;
	background: #092938;
}

/* MISC. STYLING CLASSES */

/* ULTILITIES */
.clearfloat { /* use <br class="clearfloat" /> before close of </div> to contain all floated divs inside of it */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
}
.imgRight {
	margin: 0 0 20px 20px;
	float: right;
	border: 1px solid #ccc;
}
.imgLeft {
	margin: 0 20px 20px 0;
	float: left;
}
.alignRight {
	text-align: right;
}
.alignLeft {
	text-align: left;
}
.alignCenter {
	text-align: center;
}
.aligJustify {
	text-align: justify;
}
.floatright { 
	margin: 0;
	padding: 0;
	float: right;
}
.floatleft {
	margin: 0;
	padding: 0;
	float: left;
}

.errormessage {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
.successmessage {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #009933;
	font-weight: bold;
	text-decoration: none;
}
.boldwttext {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.formtext {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.formtextBig {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
.whttext {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.search_text{
	display: block;
	padding-bottom: 2px;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight:bold;
}

.searchwttext {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	/*font-weight: bold;*/
	color: #000000;
}

.searchwttext1 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#000000;
	line-height:17px;
}

.home_ads{
	padding:10px 7px 9px 7px;
}

.dot-line{
	width:650px;
	float: left;
	//display:block;
	padding:0px 0px 0px 0px;
	font: normal 11px/12px Arial, Helvetica, sans-serif;
	color:#531F33;
	background:#FFF;
	border-bottom:1px dashed #656565;
}

#rightSideIntWideCol2 span{
	line-height:17px;
}

#sitemap_div{margin:0px;padding-top:10px;}
#sitemap_div .sitemap{}
#sitemap_div ul{margin:0px;padding-left:18px;padding-top:8px;}
#sitemap_div ul li {margin:0px;list-style:none;}
#sitemap_div ul li a{ font-weight:bold;text-decoration:none;}
#sitemap_div ul li a:hover{ font-weight:bold;text-decoration:underline;}
#sitemap_div ul li ul li{margin-left:15px;list-style:disc;}
#sitemap_div ul li ul li a{ font-weight:normal;text-decoration:none;}
#sitemap_div ul li ul li a:hover{ font-weight:normal;text-decoration:underline;}
#sitemap_div ul li ul li ul li{margin-left:15px;list-style:disc;}
#sitemap_div ul li ul li ul li a{ font-weight:normal;text-decoration:none;}
#sitemap_div ul li ul li ul li a:hover{ font-weight:normal;text-decoration:underline;}



#leftSide strong{
	color:#000000;
	font-family:'PTSansRegular',Helvetica,Arial,sans-serif;
	font-size:13px;
	font-weight:bold;
}
#rightSideIntWide strong{
	color:#000000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
}

#leftSide div{
	color:#000000;
	font-family:'PTSansRegular',Helvetica,Arial,sans-serif;
	font-size:13px;
}
#rightSideIntWide div{
	color:#000000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
}

#leftSide ol, ul, li{
	color:#000000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
}
#rightSideIntWide ol, ul, li{
	color:#000000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
}

#leftSide a{
	color:#590A08;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	text-decoration:underline;
}
#rightSideIntWide a{
	color:#590A08;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	text-decoration:underline;
}

