body {
	font-family: Helvetica,Arial,Verdana,sans-serif;
	font-size: 12px;
	background-color: #B8CAD2;
	color: #666666;
	line-height: normal;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: scroll;
	background-image: url(/images/frame_bg.gif);
	background-repeat: repeat-x;	
}

a:link {
	color: #333333;
	text-decoration: underline;
}

a:visited {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #0074AE;
	text-decoration: underline;
}

#frame {
	width:800px;
	margin-right:auto;
	margin-left:auto;
	margin-top:5px;
	text-align:left;
	background-color: #fff;
	float: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
		}

#header {
	height: 122px;
	width: 800px;
	background-image: url(/images/banner_bg.gif);
	background-repeat: no-repeat;
}

/* DROP DOWN MENU CSS */


.menu1 {
	float:left;
	width:100%;
	font-family: tahoma;
	font-size:12px;
	background:url(/images/bgOFF.gif) repeat-x top left;
	/*border-top:0px solid #000000;*/
	line-height: normal;
	margin:0 0 0 0; /* for this demo only */
	z-index: 1;

	
}
.menu1 ul {
	padding:0;
	margin:0;
	list-style-type:none;
	z-index: 1;
}
.menu1 ul li {
	float:left;
	position:relative;
	background:url(/images/bgDIVIDER.gif) no-repeat top right;
	z-index: 1;
}
.menu1 ul li a, .menu1 ul li a:visited {
	float:left;
	display:block;
	text-decoration:none;
	color: #686868;
	line-height:25px;
	height:31px;
/*	border-bottom:0px solid #CECECE;*/
	z-index: 1;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}

.menu1 ul li:hover {
	width:auto;
	z-index: 1;
	text-decoration: none;
}

.menu1 ul li a.menu1one:hover {color:#0074AE;background:url(/images/bgON.gif);text-decoration: none}
.menu1 ul li a.menu1two:hover {color:#0074AE;background:url(/images/bgON.gif);text-decoration: none}
.menu1 ul li a.menu1three:hover {color:#0074AE;background:url(/images/bgON.gif);text-decoration: none}
.menu1 ul li a.menu1four:hover {color:#0074AE;background:url(/images/bgON.gif);text-decoration: none}
.menu1 ul li a.menu1five:hover {color:#0074AE;background:url(/images/bgON.gif);text-decoration: none}
.menu1 ul li a.menu1six:hover {color:#0074AE;background:url(/images/bgON.gif);text-decoration: none}
.menu1 ul li a.menu1seven:hover {color:#97BF3D;background:url(/images/bgON.gif);text-decoration: none}


.menu1 ul li:hover a.menu1one {color:#0074AE;background:url(/images/bgON.gif);text-decoration: none}
.menu1 ul li:hover a.menu1two {color:#0074AE;background:url(/images/bgON.gif);text-decoration: none}
.menu1 ul li:hover a.menu1three {color:#0074AE;background:url(/images/bgON.gif);text-decoration: none}
.menu1 ul li:hover a.menu1four {color:#0074AE;background:url(/images/bgON.gif);text-decoration: none}
.menu1 ul li:hover a.menu1five {color:#0074AE;background:url(/images/bgON.gif);text-decoration: none}
.menu1 ul li:hover a.menu1six {color:#0074AE;background:url(/images/bgON.gif);text-decoration: none}
.menu1 ul li:hover a.menu1seven {color:#97BF3D;background:url(/images/bgON.gif);text-decoration: none}

.menu1 ul li ul {
display: none;
}
.menu1 table {
margin:0; border-collapse:collapse; font-size:11px; position:absolute; top:0; left:0;
}

/* specific to non IE browsers */
.menu1 ul li:hover ul {
	display:block;
	position:absolute;
	top:33px;
	margin-top:1px;
	left:-1px;
	width:164px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #DADADA;
	border-bottom-color: #DADADA;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DADADA;
}
.menu1 ul li:hover ul.endstop {
left:-92px;
}
.menu1 ul li:hover ul li ul {
display: none;
}
.menu1 ul li:hover ul li a {
	display:block;
	background:#fff;
	color:#000;
	height:auto;
	line-height:15px;
	padding:4px 16px;
	width:132px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
}
.menu1 ul li:hover ul li a.drop {
	background-color: #FAFAFA;
	background-repeat: no-repeat;
	background-position: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.menu1 ul li:hover ul li a:hover {
	color:#000;
	background-color: #EFEFEF;
	background-repeat: no-repeat;
	background-position: 8px;
	text-decoration: none;

}
.menu1 ul li:hover ul li a:hover.drop {
	background: #FAFAFA;
	background-repeat: no-repeat;
	background-position: 8px;
	text-decoration: none;
}

.menu1 ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:164px;
	top:-1px;
	text-decoration: none;
}
.menu1 ul li:hover ul li:hover ul.left {
	left:-164px;
	text-decoration: none;
}



/* specific to IE5.5 and IE6 browsers */
.menu1 ul li a:hover ul {
display:block;position:absolute;top:34px; t\op:34px; background:#fff;left:0;text-decoration: none;
}

.menu1 ul li a:hover ul.endstop {
left: -93px;text-decoration: none;
}
.menu1 ul li a:hover ul li a {
display:block;background:#fff;color:#000; height:1px; line-height:15px; padding:4px 16px; width:164px; w\idth:132px; border:0px solid #000; border-bottom:0;text-decoration: none;
}
.menu1 ul li a:hover ul li a.drop {
background:#ccd url(images/bullet1.png) no-repeat 3px 8px; padding-bottom:4px;text-decoration: none;
}
.menu1 ul li a:hover ul li a ul {
visibility:hidden; position:absolute; height:0; width:0;text-decoration: none;
}
.menu1 ul li a:hover ul li a:hover {
color:#000; background: #ccd url(images/bullet1.png) no-repeat 3px 8px;text-decoration: none;
}
.menu1 ul li a:hover ul li a:hover.drop {
 background: #ccd url(images/bullet1.png) no-repeat 3px 8px;text-decoration: none;
}
.menu1 ul li a:hover ul li a:hover ul {
visibility:visible; position:absolute; top:0;color:#000; left:163px;text-decoration: none;
}
.menu1 ul li a:hover ul li a:hover ul.left {
left:-163px;text-decoration: none;
}
#logo {
	float: right;
	margin-top: 25px;
	margin-right: 20px;
}

#footer {
	background-image: url(/images/footer_bg.gif);
	width: 800px;
	height: 30px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-color: #B8CAD2;
			}
.footertext {
	font-size: 10px;
	text-align: left;
	color: #686D6F;
	margin-top: 0px;
	background-color: #B8CAD2;
	margin-left: 10px;
	display: inline;
	float: left;
	width: 790px;
	position: absolute;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}

.footertext a:link {
	color: #686D6F;
	text-decoration: underline;
}

.footertext a:visited {
	color: #686D6F;
	text-decoration: underline;
}

.footertext a:hover {
	color: #0074AE;
	text-decoration: underline;
}

.footertext .partnerlogos{
	background-attachment: scroll;
	background-image: url(/images/logos.gif);
	background-repeat: no-repeat;
	float: right;
	height: 52px;
	width: 455px;
	padding-right:20px;
}
#contentmovie {
	float: left;
	z-index: 0;
	height: 286px;
	width: 800px;
	background-attachment: scroll;
	background-image: url(/images/banner_gradient.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 0px;
}
#contentMain {
	margin-top: 1px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	width: 800px;
	float: left;
	display: inline;
	}
	
#contentMachines {
	width: 800px;
	float: left;
	/*	background-image: url(images/layout_bg.gif);
	background-repeat: repeat-y;*/
	margin-top: 1px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	}
#phoneNumber {
	font-size: 20px;
	float: left;
	margin-top: 85px;
	margin-left: 25px;
	color: #FFFFFF;
}
#contentBoxes {
	margin-top: 0px;
	float: left;
	z-index:0;
	margin-left: 20px;
	display: inline;
/*	width: 760px;*/
}

#box1 {
	background-image: url(/images/smbox.gif);
	background-repeat: no-repeat;
	height: 167px;
	width: 226px;
	margin-right: 22px;
	float: left;
	padding-left: 10px;
}

#box1 h1 {
	font-size: 20px;
	margin: 0px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
	background-image: url(/images/skylifthire.gif);
	background-repeat: no-repeat;
	text-indent:-1000em; /* this bit hides the text */
	background-position: 0px 10px;

}

#box1 p {
	font-size: 12px;
	line-height: 18px;
	padding: 10px 0px 0px;
	margin: 0px;
}

#box2 {
	background-image: url(/images/smbox.gif);
	background-repeat: no-repeat;
	height: 167px;
	width: 226px;
	margin-right: 22px;
	float: left;
	padding-left: 10px;
}

#box2 h1 {
	font-size: 20px;
	margin: 0px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
	background-image: url(/images/skyliftsales.gif);
	background-repeat: no-repeat;
	text-indent:-1000em; /* this bit hides the text */
	background-position: 0px 10px;

}

#box2 p {
	font-size: 12px;
	line-height: 18px;
	padding: 10px 0px 0px;
	margin: 0px;
}

#box3 {
	background-image: url(/images/smbox.gif);
	background-repeat: no-repeat;
	height: 167px;
	width: 226px;
	margin-right: 0px;
	float: left;
	padding-left: 10px;
}

#box3 h1 {
	font-size: 20px;
	margin: 0px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
	background-image: url(/images/skylifttraining.gif);
	background-repeat: no-repeat;
	text-indent:-1000em; /* this bit hides the text */
	background-position: 0px 10px;

}

#box3 p {
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;	

}
.boxArrow {
	float: right;
	height: 50px;
	width: 50px;
	padding:0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#contentText {
	font-size: 10px;
	float: left;
	margin-top: 20px;
/*	width: 760px;*/
	margin-left: 20px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}

#contentText #logo{
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 65px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#smallbox {
	width: 190px;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #D2D2D2;
	margin-right: 22px;
	text-align: left;
	vertical-align: top;
	padding-right: 10px;
/*	height: 210px;*/
	
}

#smallbox2 {
	width: 190px;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #D2D2D2;
	margin-right: 22px;
	text-align: left;
	vertical-align: top;
	padding-right: 10px;
/*	height: 210px;*/
	
}
#smallbox h1, #news h1 {
	font-size: 14px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	color: #333333;
	background-image: url(/images/skyliftnews.gif);
	background-repeat: no-repeat;
	text-indent:-1000em; /* this bit hides the text */
	background-position: 0px 5px;
}

#smallbox2 h1, #partners h1 {
	font-size: 14px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	color: #333333;
	background-image: url(/images/skyliftpartners.gif);
	background-repeat: no-repeat;
	text-indent:-1000em; /* this bit hides the text */
	background-position: 0px 5px;
}



#smallbox p {
	line-height: 18px;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

#smallbox2 p {
	line-height: 18px;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

.date {
	font-size: 12px;
	color:#C0C0C0;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.newsContent {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	padding-top: 5px;
}


.newsheading a:link, .newsheading a:visited {
	font-size: 12px;
	color: #006FA9;
	font-weight: bold;
	line-height: normal;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	list-style-position: inside;
}

.newsheading a:hover {
	font-size: 12px;
	color: #0074AE;
	text-decoration: underline;
	font-weight: bold;
	line-height: normal;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	list-style-position: inside;
}

#welcomebox {
	width: 300px;
	float: left;
	text-align: left;
	vertical-align: top;

}

#welcomebox h1 {
	font-size: 14px;
	margin: 0px;
	color: #333333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-image: url(/images/skyliftcompany.gif);
	background-repeat: no-repeat;
	text-indent:-1000em; /* this bit hides the text */
	background-position: 0px 5px;
}

#welcomebox p {
	line-height: 18px;
	font-size: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.companyInfobox {
	width: 560px;
	float: right;
	text-align: left;
	vertical-align: top;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 20px;
	padding-bottom: 20px;
	margin-right: 20px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	display: inline;
}

.companyInfobox h1 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.companyInfobox h2 {
	font-size: 24px;
	margin: 0px;
	font-weight: normal;
	color: #0F5478;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.companyInfobox h3 {
	font-size: 16px;
	margin: 0px;
	color: #333;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.companyInfobox h4 {
	font-size: 16px;
	margin: 0px;
	font-weight: normal;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.companyInfobox p {
	line-height: 18px;
}

.companyInfobox td {
	padding: 20px 0 20px 0px;
}
.companyInfobox .dark {
	color: #222;

	font-weight: normal;
	padding: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #E9E9E9;
}

.usedEquipBox {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;

}

.row0 {
    background-color: #ffffff;
	height:130px;
}

tr.row0:hover {
    background-color: #e3eef4;
	height:130px;
}

.row1 {
    background-color: #EFF0F0;
	height:130px;
}

tr.row1:hover {
    background-color: #e3eef4;
	height:130px;
}



#Orderbox {
	width: 560px;
	float: right;
	text-align: left;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 20px;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-right: 20px;
}

#Orderbox em {
color:#F00;
}

#Orderbox h1 {
	font-size: 24px;
	margin: 0px;
	color: #0F5478;
	line-height: normal;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#OrderTable{
	float: right;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #F6F6F6;
	background-image: url(/images/order_1.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 8px;
}

#OrderTable p {
	font-size: 10px;
	margin: 0px;
	padding: 0px;

}
#OrderTable h1 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	color: #0F5478;
	line-height: normal;
	font-weight: normal;
	border-bottom-width: 0px;
	border-bottom-style: none;	
}

#OrderTable2 {
	float: right;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #FBFAFA;
	background-image: url(/images/order_2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 8px;
}

#OrderTable2 p {
	font-size: 10px;
	margin: 0px;
	padding: 0px;

}

#OrderTable2 h1 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	color: #0F5478;
	line-height: normal;
	font-weight: normal;
	border-bottom-width: 0px;
	border-bottom-style: none;
}

#OrderTable3 {
	float: right;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #F6F6F6;
	background-image: url(/images/order_3.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 8px;
}

#OrderTable3 p {
	font-size: 10px;
	margin: 0px;
	padding: 0px;

}

#OrderTable3 h1 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	color: #0F5478;
	line-height: normal;
	font-weight: normal;
	border-bottom-width: 0px;
	border-bottom-style: none;
}

#OrderTable4 {
	margin: 0px;
	padding: 8px;
	float: right;
	background-color: #F6F6F6;

}

#OrderTable4 p {
	font-size: 10px;
	margin: 0px;
	padding: 0px;

}

#OrderTable4 h1 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	color: #0F5478;
	line-height: normal;
	font-weight: normal;
	border-bottom-width: 0px;
	border-bottom-style: none;
}

#Orderbox p {
	line-height: 18px;
}

.OrderTableLine {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;

}

#machinePage {
	float: left;
	width: 750px;
	margin-left: 10px;
	margin-top: 20px;
}

#machinePage h3 {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
	padding: 0px;
	margin: 5px 0px;
	text-transform: uppercase;
}

#machinePage h1 {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}


#machineTable td {
	/*background-color: #F0F0F0;*/
	border: 1px solid #fff;
	
}

#machineTable a:link {
	text-decoration: underline;
	text-transform: uppercase;
	color: #FFFFFF;
}

#machineTable a:visited {
	text-transform: uppercase;
	text-decoration: underline;
	color: #FFFFFF;
}

#machineTable a:hover {
	text-transform: uppercase;
	text-decoration: none;
}

#machineTable h1 {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
	text-transform:uppercase;
 	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;	
}

/*h3 {
	font-size: 24px;
	color: #FFFFFF;
	font-weight: normal;
}*/

#machineDetails{
	float: left;
	width: 750px;
}

#machineDetails #description {
	float: left;
	width: 290px;
}

#machineDetails #description p {
	font-size: 12px;
	line-height: 18px;
	margin-left: 0px;
	text-align: left;
	display: block;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;

}

#machineDetails .images {
	width: 104px;
	float: left;
	margin-left: 10px;
}

#machineDetails .images p {
	color:#FFFFFF;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#machineDetails #idealfor {
	width: 210px;
	height: 245px;
	float: right;
	background-attachment: scroll;
	background-image: url(/images/ideal_bg.gif);
	background-repeat: repeat;
}

#machineDetails #idealfor h1 {
	font-size:18px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	height: 34px;
	font-weight: normal;
}

#machineListDetails{
	float: left;
	width: 750px;
}

#machineListDetails #description {
	margin-top: 10px;
	float: left;
	width: 290px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#machineListDetails #description p {
	margin-top:0px;
	font-size: 12px;
	line-height: 18px;
	margin-left: 10px;
	text-align: left;
	display: block;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}

#machineListDetails #description h1 {
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;	
}

#machineListDetails .images {
	margin-top: 10px;
	width: 104px;
	float: left;
	margin-left: 10px;
}

#machineListDetails .images p {
	color:#FFFFFF;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#machineListDetails #idealfor {
	margin-top: 10px;
	width: 210px;
	height: 245px;
	float: right;
	background-attachment: scroll;
	background-image: url(/images/ideal_bg.gif);
	background-repeat: repeat;
}

#machineListDetails #idealfor h1 {
	font-size:18px;
	padding-top: 8px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	height: 34px;
	text-transform:uppercase;
	font-weight: normal;
}

#machineList{
	float: left;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
}

#machineList h1{
	padding:0px;
	margin:0px;
	font-size:14px;
	color: #FFFFFF;
}

#leftFrame {
	float: left;
	width: 171px;
	background-color: #EFF0F0;
}



#prodCatsBox {
	float: left;
	background-image: url(/images/machine_categories.gif);
	background-repeat: no-repeat;
	width: 161px;
	padding-top: 40px;
	padding-left: 10px;
	padding-bottom: 20px;
}

#needMoreBox {
	float: left;
	background-image: url(/images/notsurewhat.gif);
	background-repeat: no-repeat;
	width: 161px;
	padding-top: 40px;
	padding-left: 10px;
}
#contentBanner {
	margin-bottom: 20px;
	height: 286px;
	width: 800px;
	background-attachment: scroll;
	background-image: url(/images/banner_gradient.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#smallInfobox {
	width: 160px;
	float: left;
	text-align: left;
	vertical-align: top;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-left: 0px;


}

#smallInfobox h1 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

#smallInfobox p {
	line-height: 18px;
}

#companyMenuBox {
	float: left;
	background-image: url(/images/company_info.gif);
	background-repeat: no-repeat;
	width: 161px;
	padding-top: 50px;
	padding-left: 10px;
	padding-bottom: 20px;
}

#companyMenuBox .leftmenu a, .leftmenu a:visited {
	position: inherit;
	float: left;
	text-decoration:none;
	text-align:left;
	display:block;
	width:140px;
	margin-left: 0px;
	padding-left: 5px;
	margin-top: 5px;
	height: 20px;
	padding-top: 2px;
	z-index: 0;
  }
#companyMenuBox .leftmenu a:hover {
	text-decoration: underline;
	}
	
#helpMenuBox {
	float: left;
	background-image: url(/images/need_help.gif);
	background-repeat: no-repeat;
	width: 161px;
	padding-top: 50px;
	padding-left: 10px;
	padding-bottom: 20px;
}

#helpMenuBox .leftmenu a, .leftmenu a:visited {
	position: inherit;
	float: left;
	text-decoration:none;
	text-align:left;
	display:block;
	width:140px;
	margin-left: 0px;
	padding-left: 5px;
	margin-top: 5px;
	height: 20px;
	padding-top: 2px;
	z-index: 0;
  }
#helpMenuBox .leftmenu a:hover {
	text-decoration: underline;
	}
	
#trainingMenuBox {
	float: left;
	background-image: url(/images/training.gif);
	background-repeat: no-repeat;
	width: 161px;
	padding-top: 50px;
	padding-left: 10px;
	padding-bottom: 20px;
}

#trainingMenuBox .leftmenu a, .leftmenu a:visited {
	position: inherit;
	float: left;
	text-decoration:none;
	text-align:left;
	display:block;
	width:140px;
	margin-left: 0px;
	padding-left: 5px;
	margin-top: 5px;
	height: 20px;
	padding-top: 2px;
	z-index: 0;
  }
#trainingMenuBox .leftmenu a:hover {
	text-decoration: underline;
	}
	
#companyNewsBox {
	float: left;
	background-image: url(/images/archives.gif);
	background-repeat: no-repeat;
	width: 161px;
	padding-top: 50px;
	padding-left: 10px;
	padding-bottom: 20px;
}

#companyNewsBox .leftmenu a, .leftmenu a:visited {
	position: inherit;
	float: left;
	text-decoration:none;
	text-align:left;
	display:block;
	width:140px;
	margin-left: 0px;
	padding-left: 5px;
	margin-top: 5px;
	height: 20px;
	padding-top: 2px;
	z-index: 0;
  }
#companyNewsBox .leftmenu a:hover {
	text-decoration: underline;
	}

.inputfield {
	height: 15px;
	width: 100px;
	border: 1px solid #CCC;
}

.inputfield:link, .inputfield:focus, .inputfield:hover, .inputfield:active {
	border: 1px solid #808285;
}

select{
	height: 20px;
	width: 150px;
	border: 1px solid #CCC;
	font-size: 12px;
	background-color: #FAFAFA;
	text-align: left;
	margin: 0px;
	padding: 2px;
	line-height: normal;
}

#contentMainPageMenu {
	width: 780px;
	float: left;
	background-image: url(/images/layout_bg_2.gif);
	background-repeat: repeat-y;
	margin-left: 20px;
	display: inline;
}

.orderfield {
	height: 15px;
	width: 150px;
	border: 1px solid #CCC;
}

.orderfield:link, .orderfield:focus, .orderfield:hover, .orderfield:active {
	border: 1px solid #808285;
}

.orderfieldLarge {
	height: 80px;
	width: 200px;
	border: 1px solid #CCC;
}

.orderfieldLarge:link, .orderfieldLarge:focus, .orderfieldLarge:hover, .orderfieldLarge:active {
	border: 1px solid #808285;
}

#searchBox {
	float: left;
	background-image: url(/images/machine_search.gif);
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
	width: 151px;
	padding-bottom: 20px;
	position: relative;
}

#searchBox #searchfield {
	position:absolute;
	height: 17px;
	width: 125px;
	border: 1px solid #CCC;
	background-image: url(/images/search_bg.gif);
	padding-left: 5px;
	margin-top: 20px;
}

#searchBox #searchfield:link, #searchBox #searchfield:focus, #searchBox #searchfield:hover, #searchBox #searchfield:active {
	border: 1px solid #808285;
}

#searchBox #submitbutton {
position:absolute;
right:6px;
top:60px;
}

#categoryTable {
	width: 750px;
	padding:0px;
	margin-left: 20px;

}


#categoryTable #innerTable{
	padding-bottom:10px;
	width:370px;
	height:220px;
	text-align: left;
	border: 1px dotted #CCCCCC;
	background-image: url(/images/innertable_bg_off.gif);
}

#categoryTable #innerTableOn {

	padding-bottom:10px;
	width:370px;
	height:220px;
	text-align: left;
	border: 1px dotted #CCCCCC;
	background-image: url(/images/innertable_bg_on.gif);
}

/*Define Scissor Lifts Electric Styling*/

#cat4{
	padding-bottom:10px;
	width:350px;
	height:220px;
	text-align: left;
/*	border: 1px dotted #CCCCCC;*/
	float: left;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#cat4 #image{
	border: 1px solid #88CC33;
	height: 164px;
	width: 78px;
	float: left;

}

#cat4 #catTxt{
	border: 1px solid #88CC33;
	font-size: 12px;
	line-height: 18px;
	margin-left: 5px;

	text-align: left;
/*	position: absolute;*/
	height: 164px;
	width: 258px;
	float: left;
	}
	
#cat4 h1 {
	font-size: 14px;
	padding-top: 0px;
	margin:0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #FFFFFF;
	background-color:#88CC33;
	font-weight: bold;

}

#cat4 #catItems{
	width:333px;
	height:30px;
	float: left;
	padding: 5px;
	margin-top: 5px;
	border: 1px solid #88CC33;
}	

/*Define Scissor Lifts Diesel Styling*/

#cat5{
	padding-bottom:10px;
	width:350px;
	height:220px;
	text-align: left;
	float: left;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#cat5 #image{
	border: 1px solid #00A7E1;
	height: 164px;
	width: 78px;
	float: left;

}

#cat5 #catTxt{
	border: 1px solid #00A7E1;
	font-size: 12px;
	line-height: 18px;
	margin-left: 5px;
	text-align: left;
/*	position: absolute;*/
	height: 164px;
	width: 258px;
	float: left;
	}
	
#cat5 h1 {
	font-size: 14px;
	margin:0px;
	color: #FFFFFF;
	background-color:#00A7E1;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#cat5 #catItems{
	width:333px;
	height:30px;
	float: left;
	padding: 5px;
	margin-top: 5px;
	border: 1px solid #00A7E1;
}

/*Define Articulated Boom Styling*/

#cat6{
	padding-bottom:10px;
	width:350px;
	height:220px;
	text-align: left;
	float: left;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#cat6 #image{
	border: 1px solid #743873;
	height: 164px;
	width: 78px;
	float: left;

}

#cat6 #catTxt{
	border: 1px solid #743873;
	font-size: 12px;
	line-height: 18px;
	margin-left: 5px;
	text-align: left;
/*	position: absolute;*/
	height: 164px;
	width: 258px;
	float: left;
	}
	
#cat6 h1 {
	font-size: 14px;
	padding-top: 5px;
	margin:0px;
	color: #FFFFFF;
	background-color:#743873;
	font-weight: bold;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;

}

#cat6 #catItems{
	width:333px;
	height:30px;
	float: left;
	padding: 5px;
	margin-top: 5px;
	border: 1px solid #743873;
}

/*Define Articulated Boom Diesel Styling*/

#cat9{
	padding-bottom:10px;
	width:350px;
	height:220px;
	text-align: left;
	float: left;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#cat9 #catTxt{
	border: 1px solid #009FB4;
	font-size: 12px;
	line-height: 18px;
	margin-left: 5px;
	text-align: left;
/*	position: absolute;*/
	height: 164px;
	width: 258px;
	float: left;
	}

#cat9 #image{
	border: 1px solid #009FB4;
	height: 164px;
	width: 78px;
	float: left;

}

#cat9 h1 {
	font-size: 14px;
	padding-top: 5px;
	margin:0px;
	color: #FFFFFF;
	background-color:#009FB4;
	font-weight: bold;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;

}

#cat9 #catItems{
	width:333px;
	height:30px;
	float: left;
	padding: 5px;
	margin-top: 5px;
	border: 1px solid #009FB4;
}

/*Define Telescopic Booms Diesel Styling*/

#cat10{
	padding-bottom:10px;
	width:350px;
	height:220px;
	text-align: left;
	float: left;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#cat10 #image{
	border: 1px solid #88114C;
	height: 164px;
	width: 78px;
	float: left;

}

#cat10 #catTxt{
	border: 1px solid #88114C;
	font-size: 12px;
	line-height: 18px;
	margin-left: 5px;
	text-align: left;
/*	position: absolute;*/
	height: 164px;
	width: 258px;
	float: left;
	}

#cat10 #catItems{
	width:333px;
	height:40px;
	float: left;
	padding: 5px;
	margin-top: 5px;
	border: 1px solid #88114C;
}

#cat10 h1 {
	font-size: 14px;
	padding-top: 5px;
	margin:0px;
	color: #FFFFFF;
	background-color:#88114C;
	font-weight: bold;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;

}

/*Define Specialist Equipment Styling*/

#cat11{
	padding-bottom:10px;
	width:350px;
	height:240px;
	text-align: left;
	float: left;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#cat11 #image{
	border: 1px solid #F58220;
	height: 164px;
	width: 78px;
	float: left;

}

#cat11 #catTxt{
	border: 1px solid #F58220;
	font-size: 12px;
	line-height: 18px;
	margin-left: 5px;
	text-align: left;
/*	position: absolute;*/
	height: 164px;
	width: 258px;
	float: left;
	}

#cat11 h1 {
	font-size: 14px;
	padding-top: 5px;
	margin:0px;
	color: #FFFFFF;
	background-color:#F58220;
	font-weight: bold;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;

}

#cat11 #catItems{
	width:333px;
	height:40px;
	float: left;
	padding: 5px;
	margin-top: 5px;
	border: 1px solid #F58220;
}

/*Define Telescopic Forklift Styling*/
	
#cat12{
	padding-bottom:10px;
	width:350px;
	height:220px;
	text-align: left;
	float: left;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#cat12 #image{
	border: 1px solid #E6B122;
	height: 164px;
	width: 78px;
	float: left;

}

#cat12 #catTxt{
	border: 1px solid #E6B122;
	font-size: 12px;
	line-height: 18px;
	margin-left: 5px;
	text-align: left;
/*	position: absolute;*/
	height: 164px;
	width: 258px;
	float: left;
	}


#cat12 h1 {
	font-size: 14px;
	padding-top: 5px;
	margin:0px;
	color: #FFFFFF;
	background-color:#E6B122;
	font-weight: bold;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;

}

#cat12 #catItems{
	width:333px;
	height:40px;
	float: left;
	padding: 5px;
	margin-top: 5px;
	border: 1px solid #E6B122;
}

#categoryTable p {
	font-size: 12px;
	line-height: 18px;
	margin-left: 10px;
	text-align: left;
/*	position: absolute;*/
	
}

#categoryTable ul {
	display:block;
	text-decoration:none;
	list-style-type: disc;
	margin-top: 5px;
/*	padding-left: 25px;*/
}

#categoryTable li {
	padding:2px;
	padding-left: 5px;
	}
	
#largeModelImage{
	border: 1px solid #97BF3D;
	}
	
/*h1 {
	font-size: 16px;
	color: #97BF3D;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}*/
#contentNewsBanner {
	margin-bottom: 20px;
	width: 564px;
	float: right;
	margin-right: 20px;
}
.contactMap {
	width: 560px;
	float: right;
	text-align: left;
	vertical-align: top;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 20px;
	padding-bottom: 10px;
	margin-right: 20px;
}

.contactMap h1 {
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	float: right;
	color: #006FA9;
	width: 410px;
	font-weight: normal;
}

.contactMap h2 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	float: right;
}

.contactMap h3 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-weight: normal;
}

.contactMap p {
	line-height: 18px;
}
.contactMap .phonefax {
	font-size: 14px;
	color: #333333;
}

.contactMap .directions {
	font-size: 12px;
	color: #666666;
}

/*This is the contact Form CSS*/

#fcf2 {
	font-family:tahoma;
	margin:0px;
	width:550px;
	padding: 5px;
}
#fcf2 h3 {
font-size:1.5em;
background-color:#3D5686;
color:#FFFFFF;
font-weight:bold;
padding:4px;
margin:0px;
}
#fcf2 p {
	text-align:left;
	margin: 0px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#fcf2 em {
color:#F00;
}
#fcf2 div.r {
clear: both;
padding-top: 5px;
background-color:#FFF;
}
#fcf2 label {
	float: left;
	width: 130px;
	text-align: left;
}
#fcf2 span.f {
	float: right;
	width: 400px;
	text-align: left;
}
#fcf2 div.sp {
	clear: both;
	font-size: 10px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#fcf2 .req {
font-weight:bold;
}
#fcf2 input, #fcf2 textarea {
	border:1px solid #CCC;
	padding:2px;
}
#fcf2 input:focus, #fcf2 textarea:focus {
background: #f2f2f2;
border:1px solid #808285;
}
/*.innerTableOn {

	padding-bottom:10px;
	width:370px;
	height:220px;
	text-align: left;
	border: 1px solid #FAF4C0;
	background-image: url(images/innertable_bg_on.gif);
}
*/

.partners {
	border: 1px solid #CCCCCC;
}
.flash {
	margin-top:30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	height:100px;
	margin-left: -10px;
}

.adlogo {
	margin-top:15px;
	height:30px;
	width: 194px;
	padding: 0px;
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contentSubPageMenu {
	width: 780px;
	float: left;
	background-image: url(/images/layout_bg_2.gif);
	background-repeat: repeat-y;
	margin-left: 20px;
	margin-top: 0px;
	display: inline;
}

#contentNewsPageMenu {
	width: 780px;
	float: left;
	background-image: url(/images/layout_bg_2.gif);
	background-repeat: repeat-y;
	margin-left: 20px;
	margin-top: 20px;
	display: inline;
}


#contentOrderPageMenu {
	width: 780px;
	float: left;
	background-image: url(/images/layout_bg_2.gif);
	background-repeat: repeat-y;
	margin-left: 20px;
	margin-top: 20px;
	display: inline;
}

#contentSmallBanner {
	margin-bottom: 20px;
	height: 165px;
	width: 800px;
	background-attachment: scroll;
	background-image: url(/images/banner_gradient.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#traininglogos {
	float: right;
	width: 150px;
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contentSelector {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#contentSelector #left{
	float: left;
	width: 230px;
	height: 180px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}

#contentSelector #right{
	float: right;
	width: 220px;
	height: 180px;
	padding: 0px;
	margin: 0px;

}


#contentSelector h1{
	color:#333;
	font-size: 14px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#contentSelector #container {
	background-color: #fefefe;
	border: 1px solid #9A9A9A;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#contentSelector #container h3 {
	font-size: 16px;
	margin: 0px;
	color: #0F5478;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.submit {
	text-indent:-1000em; /* this bit hides the text */
	border:1px solid #CCCCCC;
	padding:2px;
	margin:0px;
	background-attachment: scroll;
	background-image: url(/images/submit.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 75px;
	background-position: center top;
	color: #FFFFFF;
	font-size: xx-small;	
}

.input {
	border:1px solid #CCCCCC;
	padding:2px;
	background-color: #FFFFFF;
}

.Accountbox {
	width: 560px;
	float: right;
	text-align: left;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 20px;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-right: 20px;
}

.Accountbox em {
color:#F00;
}

.Accountbox h1 {
	font-size: 24px;
	margin: 0px;
	color: #0F5478;
	line-height: normal;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.AccountTable{
	float: right;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 20px;
	padding-left: 8px;

}

.AccountTable p {
	font-size: 10px;
	margin: 0px;
	padding: 0px;

}
.AccountTable h1 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	color: #0F5478;
	line-height: normal;
	font-weight: normal;
	border-bottom-width: 0px;
	border-bottom-style: none;	
}

.bluebgnd {
	color: #FFFFFF;
	background-color: #0F5478;
}

