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

*{
	margin:0;
	padding:0;
}

body{
	margin:0;
	padding:0;
	font-family: Tahoma, Geneva, sans-serif;
	background: #eee;
}

.maxClearBoth{
	clear:both;
	height:0;
	margin:0;
	padding:0;
}

#maxClearAll01{
	clear:both;
	height:0;
	margin:0;
	padding:0;
}

.textAlignRight{
	text-align:right;
}


/*  HEADER DECLARATIONS  */
/*---------------------------- */

#maxOneHeader{
	background: #333;
}

#maxOneCont{
	width: 900px;
	margin: 0 auto;
}

#maxOneHeader p{
	padding:5px 10px 5px 0;
	margin:0;
	color: #fff;
	font-size: .85em;
	text-align: right;
}

#maxOneHeader .maxBigText{
	font-size: 1.2em;
}

/*---------------------------- */

#maxTwoHeader{
	background: url(../images/maxTwoHeaderBG.jpg) top repeat-x;
	height: 40px;
	text-align: center;
}

#maxTwoCont{
	width: 750px;
	margin: 0 auto;
}

#maxTwoHeader ul{
	list-style: none;
	margin:0;
	padding:0;
}

#maxTwoHeader li{
	margin:0;
	padding:0;
	float: left;
	width: 150px;
	height: 40px;
}

#maxTwoHeader li a{
	display: block;
	width: 150px;
	background: url(../images/maxTwoHeaderButton.jpg) top left no-repeat;
	text-decoration: none;
	color: #fff;
	padding:9px 0;
	margin:0;
}

#maxTwoHeader li a:hover{
	background: url(../images/maxTwoHeaderButton.jpg) left -40px no-repeat;
}

#maxHome #maxHomeNav,
#maxProducts #maxProductsNav,
#maxAbout #maxAboutNav,
#maxManuals #maxManualsNav{
	background: url(../images/maxTwoHeaderButton.jpg) left -40px no-repeat;
}

/*---------------------------- */

#maxMainBanner{
	margin: 0;
	padding:0;
	background: url(../images/maxBannerBG.jpg) top left repeat-x;
	min-height: 770px;
}

#maxMinorBannerCont{
	height: 170px;
	margin:0;
	padding:0;
	background: #698bba url(../images/maxMinorBannerBG.png) top left repeat-x;
}

#maxMinorBanner{
	width: 900px;
	margin: 0 auto;
}

#maxMinorBanner h1{
	width: 900px;
	height: 160px;
	margin:0;
	padding:0;
	background:url(../images/maxSeconPageHeader.jpg) top left no-repeat;
	text-indent: -5000px;
}

#maxContact #maxMinorBanner h1{
	width: 900px;
	height: 160px;
	margin:0;
	padding:0;
	background:url(../images/maxFourthPageHeader.jpg) top left no-repeat;
	text-indent: -5000px;
}

#maxAbout #maxMinorBanner h1{
	width: 900px;
	height: 160px;
	margin:0;
	padding:0;
	background:url(../images/maxThirdPageHeader.jpg) top left no-repeat;
	text-indent: -5000px;
}

#maxMainCont{
	width: 900px;
	margin: 0 auto;
}

#maxLeftMain{
	float: left;
	width: 748px;
	height: 750px;
	background:url(../images/maxLeftMainBG.jpg) top left no-repeat;
}

#maxMidMain{
	float: right;
	width: 202px;
	height: 380px;
	background:url(../images/maxMidMainBG.jpg) top left no-repeat;
}

#maxMidMain p a{
	color: #fff;
}

#maxSearch{
	margin:0;
	padding: 10px 8px;
	color: #fff;
	text-align: center;
	background: url(../images/maxMidMainSep.jpg) bottom no-repeat;
}

#maxMidPhone{
	color: #fff;
	text-align: right;
	font-size: .9em;
	margin:0;
	padding: 10px 18px;
	background: url(../images/maxMidMainSep.jpg) bottom no-repeat;
}

#maxMidPhone p{
	margin:0;
	padding:0;
}

#maxMidSafety{
	margin:0;
	padding:0;
	background: url(../images/maxMidMainSep.jpg) bottom no-repeat;
	color: #fff;
}

#maxMidSafety h3{
	margin:0;
	padding: 5px 10px;
	text-align: right;
	font-weight: normal;
}

#maxMidSafety h3 a{
	color: #fff;
	text-decoration: none;
}

#maxMidSafety p{
	margin:0;
	padding: 8px;
	font-size: .9em;
}

#maxMidSafety p a{
	color: #fff;
}

#maxMidSafetyInt{
	background: url(../images/maxSafetyRope.jpg) top left no-repeat;
}

#maxDealerBox{
	color: #fff;	
}

#maxDealerBox h3{
	margin:0;
	padding: 10px 10px;
	text-align: right;
}

.maxDealerSmall{
	font-size: .9em;
	font-weight: normal;
}

#maxDealerButton{
	display: block;
	width: 166px;
	height: 35px;
	margin: 5px 5px 10px 20px;
	padding: 5px;
	background:url(../images/maxDealerButton.jpg) top left no-repeat;
	text-align: center;
}

#maxRightMain{
	float: left;
	width: 149px;
	height: 300px;
	background:#CCC;
}

#maxRightMainNav{
	height: 310px;	
}

#maxRightMainNav ul{
	margin:0;
	padding:0;
	list-style: none;
}

#maxRightMainNav li{
	display: block;
	margin:0;
	padding:1px 0;
	font-size: .8em;
	text-align: right;
	border-bottom: 1px solid #333;
}

#maxRightMainNav li a{
	padding: 0 5px;
	display: block;
	color: #333;
	text-decoration: none;
}

#maxRightMainNav li a:hover{
	color: #fff;
	background: #900;
}

#maxSmallBlackBar{
	height: 10px;
	background: url(../images/maxSmallBlackBG.jpg) top left repeat-x;
}

/*  MAIN BODY DECLARATIONS  */
/*---------------------------- */

#maxMainBody{
	margin: 310px auto 0 auto;
}

#maxMainBody p, #maxMainBody li, #maxMainBody dt, #maxMainBody dd{
	font-size: .9em;
}

#maxMainLeft{
	margin:0;
	padding:0;
}

#maxMainRight{
	width: 150px;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	background: #fff;
}

#maxMainRight ul{
	margin:0;
	padding:0;
	list-style: none;
}

#maxMainRight li{
	margin:0;
	padding:0;
	border-bottom: 1px solid #333;
	width: 147px;
}

#maxWelcome{
	float: left;
	width: 450px;
	background:#FFF;
	border-left: 3px solid #ccc;
	border-right: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
}

#maxMainBody h2{
	font-weight: normal;
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	font-size: 1.5em;
	color: #ff6600;
	margin:0;
	padding: 10px;
	background: url(../images/maxH2LeftBG.jpg) left center no-repeat;
}

#maxMainBody h2 a{
	color: #ff6600;
	text-decoration: none;
}

#maxMainBody h2 a:hover{
	text-decoration: underline;
}

#maxMainBody p{
	font-size: .9em;
	margin:0;
	padding: 5px 15px;
}

#maxMainBody p a{
	color: #ff6600;
}

#maxProductCat{
	float: right;
	width: 276px;
	height: 120px;
	margin: 14px 5px 0 3px;
	padding: 0;
	background: url(../images/maxProductCatBG.jpg) top left no-repeat;
}

#maxProductCat p{
	font-size: .85em;
	padding: 0 10px 10px 10px;
	text-align: center;
}

#maxSecondMain{
	clear: both;
	text-align: left;
}

#maxSecondMainImg{
	margin:0;
	padding:0;
	margin-right: 445px;
}

#maxFeatureProduct{
	float: right;
	width: 445px;
}

#maxFeatureProduct ul{
	margin-top: 0;
}

#maxFeaturePics{
	float: right;	
}

#maxFeaturePics ul{
	list-style: none;
	margin:0;
	padding:0 5px 0 10px;
}

#maxFeaturePics li{
	margin:0;
	padding: 6px 3px 0 0;
}

#maxFeatureProduct li.maxProductList{
	margin-left: 30px;
}

/*  Wide Body DECLARATIONS  */
/*---------------------------- */

#maxWideBody{
	width: 900px;
	margin: 0 auto;
	padding:0;
	background: url(../images/maxwideBodyBG.jpg) left repeat-y;
}

#maxWideBody h2{
	font-weight: normal;
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	font-size: 1.5em;
	color: #ff6600;
	margin:0;
	padding: 10px;
	background: url(../images/maxH2LeftBG.jpg) left center no-repeat;
}

#maxWideBody p{
	font-size: 0.8em;
	margin:0;
	padding: 5px 15px;
}

#maxWideBody p a{
	color: #ff6600;
}

#maxWideBody ul { margin: 0; padding: 5px 15px 5px 50px; }
#maxWideNav{
	float: left;
	width: 180px;
	margin:0;
	padding: 10px;
}

#maxWideNav ul{ margin:0; padding: 0 0 0 0; list-style: none; }

#maxWideNav li{
	display: block;
	margin:0;
	padding:0;
	border-bottom: 1px solid #333;
}

#maxWideNav li a{
	display: block;
	padding: 2px;
	color: #333;
	text-decoration: none;
}

#maxWideNav li a:hover{
	background: #cc3300;
	color: #fff;
}

#maxWideContent{
	padding: 15px;
	margin-left: 200px;
}

/*  FOOTER DECLARATIONS  */
/*---------------------------- */

#maxFooter{
	clear: both;
	background: #333;
	margin:0;
	padding:0;
	position: relative;
}

#maxFooterCont{
	background: url(../images/maxFooterTop.jpg) top repeat-x;
	margin:0;
	padding:0;
}

#maxFooterNarrow{
	width: 900px;
	height: 100px;
	margin: 0 auto;
	padding:0;
}

#maxFooter p{
	margin:0;
	padding: 15px;
	color: #fff;
}

#maxFooter p a{
	color: #fff;
}

#maxFooter p a:hover{
	color: #ccc;
	text-decoration: none;
}

#maxFooterLeft{
	float: left;
	width: 600px;
}

#maxFooterLeft p{
	font-size: .9em;
	text-align: center;
	margin: 15px;
	padding:0;
}

#maxFooterRight{
	width: 295px;
	float: right;
}

#maxFooterRight p{
	font-size: .9em;
	text-align: right;
}