body
{
/*	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
	color: #3F3F3F;
	font-size:12px;
/*	line-height:+1.2;*/
}
.clearAll
{
	clear:both;
}
.orange
{
	color:#FF7F00;
}
.black
{
	color:#000;
}
h1
{
	font-size: 21px;
	color:#874233;
}
h2
{
	font-size:14px;
	margin-bottom:0px;
}
.mainNavTitle
{
	margin-top:5px;
}
.pageWrapper
{
	width:955px;
}
.leftPanel
{
	width:412px;
	float:left;
}
.mainImageHolder
{
	width:412px;
}
.leftCol
{
	width:175px;
	height:100%;
	border-right:solid 2px #F90;
	float:left;
}
.logoHolder
{
	float:left;
	width:234px;
}
.contentArea
{
	width:400;
	float:left;
}

.navigationArea
{
	width:400px;
	height:154px;
	background-image:url(images/navigation_bg.jpg);
	background-repeat:repeat-x;
	font-size:12px;
}
.navCol
{
	width:114px;
	margin-left:10px;
	float:left;
}
.navBlock
{
	color:#666;
}
.navBlock ul
{
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	list-style: none;
}
.navBlock ul li
{
	display:block;
	padding-left:5px;
	padding-top:1px;
	padding-bottom:2px;
	height:20px;
	background-image:url(images/navigation_rule.png);
	background-repeat:repeat-x;
}
.navBlock ul li a
{
	color:#666;
	text-decoration:none;
}
.navBlock ul li a:visited
{
	color:#666;
	text-decoration:none;
}
.navBlock ul li a:hover
{
	color:#000;
	text-decoration:none;
}
.navBlockBottom
{
	color:#666;
}
.navBlockBottom ul
{
	clear:both;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	list-style: none;
}
.navBlockBottom ul li
{
	display:block;
	float:left;
	padding-left:6px;
	padding-right:6px;
	border-right: solid 1px #999;
}
.navBlockBottom ul li a
{
	color:#666;
	text-decoration:none;
}
.navBlockBottom ul li a:visited
{
	color:#666;
	text-decoration:none;
}
.navBlockBottom ul li a:hover
{
	color:#000;
	text-decoration:none;
}
.mainNavPanel
{
	width:400px;
	padding-top:20px;
	float:left;
}
.mainBtnBlock
{
	width:56px;
	float:left;
}
.techServeOn
{
	float:left;
	display:block;
	width:117px;
	height:50px;
	color:666;
	text-decoration:none;
	background: #666 url(images/technical_btn.jpg) no-repeat right top;
}
.techServeRoll a:link, .techServeRoll a:visited
{
	float:left;
	display:block;
	width:117px;
	height:50px;
	text-indent:56px;
	color:666;
	text-decoration:none;
	background: #666 url(images/technical_btn.jpg) no-repeat left top;
}
.techServeRoll a:hover
{
	color:#FF7F00;
	background: #666 url(images/technical_btn.jpg) no-repeat right top;
}
.profServeOn
{
	float:left;
	display:block;
	width:129px;
	height:50px;
	color:666;
	text-decoration:none;
	background: url(images/professional_btn.jpg) no-repeat right top;
}
.profServeRoll a:link, .profServeRoll a:visited
{
	float:left;
	display:block;
	width:129px;
	height:50px;
	text-indent:56px;
	color:666;
	text-decoration:none;
	background: url(images/professional_btn.jpg) no-repeat left top;
}
.profServeRoll a:hover
{
	color:#FF7F00;
	background: #666 url(images/professional_btn.jpg) no-repeat right top;
}
.procServeOn
{
	float:left;
	display:block;
	width:139px;
	height:50px;
	color:666;
	text-decoration:none;
	background: url(images/procurement_btn.jpg) no-repeat right top;
}
.procServeRoll a:link, .procServeRoll a:visited
{
	float:left;
	display:block;
	width:139px;
	height:50px;
	text-indent:56px;
	color:666;
	text-decoration:none;
	background: url(images/procurement_btn.jpg) no-repeat left top;
}
.procServeRoll a:hover
{
	color:#FF7F00;
	background: #666 url(images/procurement_btn.jpg) no-repeat right top;
}

.mainOptionBlock
{
	font-size:12px;
	width:68px;
	float:left;
}
.mainOptionBlock a
{
	color:#666;
	text-decoration:none;
}
.mainOptionBlock a:visited
{
	color:#666;
	text-decoration:none;
}
.mainOptionBlock a:hover
{
	color:#FF7F00;
	text-decoration:none;
}

.subNavBlock
{
	color:#666;
}
.subNavBlock ul
{
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	list-style: none;
}
.subNavBlock ul li
{
	display:block;
	padding-left:0px;
	padding-top:2px;
	padding-bottom:2px;
	border-bottom: solid 1px #CCC;
}
.subNavBlock ul li a
{
	color:#666;
	text-decoration:none;
}
.subNavBlock ul li a:visited
{
	color:#666;
	text-decoration:none;
}
.subNavBlock ul li a:hover
{
	color:#000;
	text-decoration:none;
}


.textPanel
{
	width:400px;
	float:left;
	margin-top:5px;
	padding-top: 5px;
}
.largeText
{
	width:100%;
	font-size: 18px;
	color:#874233;
	border-bottom: solid 6px #999;
	padding-bottom:15px;
	margin-bottom:15px;
}
.footer
{
	clear:both;
	width:637px;
	text-align:center;
	margin-left:175px;
	margin-top:0px;
	padding-top:10px;
	padding-left:5px;
	border-left:solid 2px #F90;
}
.footerRule
{
	width:637px;
	border-top: solid 6px #999;
	height:20px;
}
.footerNavigationArea
{
	font-size:11px;
	width:600px;
	padding-left:5px;
	padding-top:6px;
	text-align:center;
}

.subNavPanel
{
	float:left;
	width:130px;
	margin-left:10px;
	margin-top:148px;
	border-top: solid 6px #FF7F00;
	padding-left:0px;
	padding-top:10px;
}
.subNavPanelHome
{
	float:left;
	width:130px;
	margin-left:10px;
	padding-left:0px;
}
.textHolder
{
	width:400px;
	float:left;
}
.addressPanel
{
	width:200px;
	float:left;
}
.numbersPanel
{
	width:120px;
	float:left;
}
.printTextPanel
{
	width:600px;
	float:left;
	border-top: solid 8px #999;
	margin-top:15px;
	padding-top: 15px;
}
.productPanel
{
	float:left;
	width:600px;
	margin-left:50px;
}
