*/
.contentOuter {
	background-color: #F3F3F3;
}

.contentInner {
	width: 950px;
	border-right: 1px solid #E0E1E1;
	background-color: #FFFFFF;
}

.header {
	width: 950px;
	height: 138px;
	background: url(../images/skin2006/header.jpg) no-repeat;
	cursor: pointer;
}

.headerContent {
	padding-right: 10px;
	padding-top: 10px;
	text-align:right;

	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.headerPhone {
	padding-bottom: 30px;
	text-align:right;
	font-size: 18pt;
	font-weight: bold;
	color: #F7931E;
	text-decoration: none;
	line-height: 18pt;
}

.headerLink, a.headerLink:link, a.headerLink:visited {
	font-family: arial,helvetica,sanserif;
	font-size: 9pt;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

a.headerLink:hover {
	font-size: 9pt;
	font-weight: bold;
	color: #F7931E;
	text-decoration: underline;
}

.orange3px {
	border-top: 3px solid #F7931E;
}
.grey3px {
	border-top: 3px solid #dddddd;
}

.footerBox {
	border-top: 1px solid #E0E1E1;
	background: #F3F3F3;
	border-bottom: 1px solid #E0E1E1;
	padding:10px;
}

.footerH2orange {
	color: #F7931E;
	font-size:14pt;
	font-weight:normal;
}
.footerH2grey {
	color: #272727;
	font-size:14pt;
	font-weight:normal;
}

.orange {
	background-color: #F7931E;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}

.menu {
	background: url(../images/skin2006/menuBG.gif) repeat-x;
	height: 31px;
}

.leftSide {
	background: url(../images/skin2006/leftSideBG.gif);
	border-right: 1px solid #E0E1E1;
	width: 190px;
}

.box {
	padding-left: 4px;
}

.boxTop {
	background: url(../images/skin2006/boxTop.gif);
	width: 180px;
	height: 17px;
}

.boxBottom {
	background: url(../images/skin2006/boxBottom.gif);
	width: 180px;
	height: 17px;
}

.boxBG {
	background: url(../images/skin2006/boxBG.gif);
	width: 180px;
}

.boxContent {
	padding:0px 10px 0px 25px;
	background: url(../images/skin2006/boxArrow.gif) no-repeat;
	font-weight:bold;
	color: #F7931E;
	font-size: 10pt;
}

.boxContentLink, a.boxContentLink:link, a.boxContentLink:visited {
	font-weight:bold;
	color: #F7931E;
	font-size: 10pt;
	text-decoration: none;
}

.boxStyle, a.boxStyle:link, a.boxStyle:visited {
	font-size: 9pt;
	font-weight: normal;
	color: #3570CE;
	text-decoration: underline;
}

a.boxStyle:hover {
	font-size: 9pt;
	font-weight: normal;
	color: #F7931E;
	text-decoration: underline;
}

.topcontainer {
	width:715px;
}
/*
#rightside {
	float:right;
	width:180px;
}
.stepping {
	width:715px;
	float: left;
}
*/

.steppingTop {
	background: url(../images/skin2006/top_stepping.gif) no-repeat;
	height: 14px;
	width:715px;

}

.steppingBottom {
	background: url(../images/skin2006/bottom_stepping.gif) no-repeat;
	height: 14px;
	width:715px;
}

.steppingCenter {
	background: url(../images/skin2006/center_stepping.gif) ;
}

.steppingButton {
	background: url(../images/skin2006/button_stepping.gif) no-repeat;
	color: #403F3F;
	font-size:10pt;
	font-weight:bold;
	text-align: center;
	padding-top: 10px;
	width: 80px;
}

.steppingContent {
	padding: 5px 10px 5px 10px;
}

.steppingH2orange {
	color: #F7931E;
	font-size:14pt;
	font-weight:normal;
	background: url(../images/skin2006/center_stepping.gif) repeat-y;
	padding-left: 12px;
	padding-bottom: 5px;
}

.calculator {
	width:214px;
}

.calculatorContent {
	padding-left:0px;
	padding-right:0px;
	background: #D4D2D2;
}

.customquote {
	width: 217px;
	margin-left: 5px;
}

/*** BEGIN: Styles for forms using the form library ***/
.libForm { display: block; text-align: center; }
.libForm fieldset,
.libForm .formButtonRow { margin: 1em auto; padding: 0.5em; overflow: auto; width: 75%; }
.libForm legend { margin: 0; padding: 0 0.5em; color: #F7931E; font-size: 10pt; font-weight: bold; }
.libForm .fieldContainer { margin: 0; padding: 0; clear: both; overflow: auto; }
.libForm .fieldContainer label { float: left; width: 30%; text-align: right; padding-right: 0.25em; height: 1.9em; line-height: 1.9em; }
.libForm .fieldContainer.checkbox label { float: left; width: 65%; text-align: left; }
.libForm .fieldContainer label .requiredIcon,
.libForm .fieldContainer label .labelColon { display: none; }
.libForm .fieldContainer .formField { float: left; width: 65%; text-align: left; height: 1.9em; line-height: 1.9em; }
.libForm .fieldContainer.checkbox .formField { float: left; width: 30%; text-align: right; padding-right: 0.25em; }
.libForm .fieldContainer .formField label { width: auto; }
/**** END: Styles for forms using the form library ****/

#PageHeaderContent {
	border:2px solid #F7931E;
	background-color:#FEDAAF;
	padding:0px 16px;
	margin:15px 20px -5px 20px;
}

#FuseboxContent {

}

#ProductFooterContent {
	margin-bottom:30px;
	padding:0px 20px;
}



/****FloatContainers fix:****/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix{display:inline-block;}

/*Hides from IE-mac\*/
*html.clearfix{height:1%;}
.clearfix{display:block;}
/*Hides from IE-mac\*/