@charset "utf-8";
/* CSS Document */
html{
	font-family: "Times New Roman", Times, serif;
	background-image: url(../images/Background.jpg);
	background-position: center center;
}


#header{
        width:800px;
        height:150px;
        background-image: url(../images/Banner1.jpg);
        text-align: center;
        margin:auto;
        margin-top: 1em;
        margin-bottom: 1.5em;
}
#wrapper{
	margin: auto;
	background-color:#ffffff;
	width: 800px;
}

#leftPane{
	background-color: #d7ddda;
	float:left;
	padding-top: 1em;
	margin-right: 1em;
	min-width: 250px;
	max-width: 325px;
	min-height: 610px;
	text-align: center;	
}
#w3c{
	padding: 1em;
}
#osha{
    text-decoration: blink;
    color:#996600;
    font-size: x-large;
}

#indexOverview {
	font-size: large;
	text-align: left;
}


h1,h2{
	font-size: x-large;
}

#mainContent{
	margin: 0px 20px 0px 225px;
	padding: 1em;
	text-align: center;
}

.bold{
	font-size: large;
	font-weight: bolder;
	padding: 5px;
	color: #CA8828;
}

#w3c{
	padding-left:1em;
}

#certLogo{
	float:right;
	margin-top:75px;
	padding-right:15px;
}

#footer {
	clear: both;
	font-size: small;
	text-align: center;
	background-color: #d7ddda;
	padding: 1em;
	line-height: 0em;
}

/*specifications specific style*/

th{
	width:225px;
}

td{
	width:192px;
}

#specialties{
	margin-left: 275px;
}

#capacityImage{
	text-align: center;
}
#baskets{
	padding: 1em;
	margin-left: 305px;
	text-align: center;
}
#singleBasket{
	text-align:center;
}
#doubleBasket{
	text-align: center;
}
#craneSpecs{
	padding:10px;
}

#extraEquip{
	height: 650Px;
	padding:10px;
	text-align: left;
	line-height: 2em;
}

/*contact specific style*/
#contact{
	padding: 1em 0em 0em 0em;
	margin-left: 275px;
}

#owner{
padding-left: 10px;
}

#back{
    text-decoration: underline;
    color: #000099;
}

a:link{
	color: #000000;
	text-decoration: none;
	
}
a:visited{
	color:#CC8B25;
	text-decoration: none;
}
a:hover{
	color: #80889F;
	text-decoration: none;
}

a img{
	border:0;
}
.orange{
	color: #996600;
}

.mail{
text-decoration: underline;
}

