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


body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left;
	color: #333;
	background-color: #0E3978;
}



li { 
	margin-left:-18px;
	text-align:left;
	}



/* TOOL TIP CSS */
#preview{
	position:absolute;
	border:0px solid #ccc;
	background:#333;
	padding:0px;
	display:none;
	color:#fff;
	}
/* TOOL TIP CSS */


#clear {
	clear:both;
	background-color: #FFF;
}

#clearFooter {
	clear:both;
	background-color: #FFF;
	height: 1px;
	padding-top:15px;
}

#OverallHeaderContainer {
	margin-left:auto;
	margin-right:auto;
	background-color: #004b8b;	
	}

.header {
	margin-left:auto;
	margin-right:auto;
	width: 960px;
	height:65px;
	}

.headerLeft {
	width: 437px;
	float:left;
}

.headerRight {
	width: 500px;
	float:right;
	text-align:right;
	height: 55px;
	padding-top: 10px;
}

.mapPadding {
	padding-top: 9px;
	padding-right: 10px;
}
.flagPadding {
	padding-top: 0px;
	padding-bottom: 9px;
	padding-right: 3px;
}

.flagPaddingLast {
	padding-top: 0px;
	padding-bottom: 9px;
	padding-right: 22px;
}

#OverallNavContainer {
	margin-left:auto;
	margin-right:auto;
	background-color: #FFF;
	background-image:url(../images/links_back.gif);
	padding-bottom: 20px;
	background-repeat: repeat-x;
	}


.nav {
	margin-left:auto;
	margin-right:auto;
	width: 960px;
	height:37px;
	}

.navLeft {
	width: 530px;
	height:27px;
	float:left;
	text-align:left;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

.navRight {
	width: 430px;
	height:27px;
	float:right;
	font-size: 12px;
	padding-top: 8px;
	padding-bottom: 0px;
	font-weight: bold;
	text-align: right;
}



#OverallContent {
	margin-left:auto;
	margin-right:auto;
	height: auto;
	overflow: hidden;
	margin-top: 0px;
	background-color: #FFF;
	}


.contentMain {
	margin-left:auto;
	margin-right:auto;
	width: 960px;
	height:auto;
	overflow: hidden;
	}
	
.contentMainHollowMetal {
	margin-left:auto;
	margin-right:auto;
	width: 640px;
	height:auto;
	overflow: hidden;
	background-image:url(../images/pf_hollow-metal-doors_large.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left: 290px;
	padding-top: 200px;
	}
	
	
.contentWoodDoors {
	margin-left:auto;
	margin-right:auto;
	width: 640px;
	height:auto;
	overflow: hidden;
	background-image:url(../images/wood-doors-splash.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left: 290px;
	padding-top: 200px;
	
	}
	
		
.contentArchHardware {
	margin-left:auto;
	margin-right:auto;
	width: 640px;
	height:auto;
	overflow: hidden;
	background-image:url(../images/architectural-hardware-splash.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left: 290px;
	padding-top: 200px;
	}

	
.contentAuxHardware {
	margin-left:auto;
	margin-right:auto;
	width: 640px;
	height:auto;
	overflow: hidden;
	background-image:url(../images/aux-hardware-splash.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left: 290px;
	padding-top: 200px;
	}
	
	
.contentWashroom {
	margin-left:auto;
	margin-right:auto;
	width: 640px;
	height:auto;
	overflow: hidden;
	background-image:url(../images/washroom-splash.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left: 290px;
	padding-top: 200px;
	}
	
	
	
.contentHistory {
	margin-left:auto;
	margin-right:auto;
	width: 640px;
	height:auto;
	overflow: hidden;
	background-image:url(../images/history-splash.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left: 290px;
	padding-top: 200px;
	}
	

.contentLeft {
	width: 640px;
	height:auto;
	float:left;
	line-height:180%;
	text-align:justify;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	overflow: visible;
}

.contentLeftFull {
	width: 941px;
	height:auto;
	float:left;
	line-height:180%;
	text-align:justify;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	overflow: visible;
}

.contentLeftFullpadded {
	width: 630px;
	height:auto;
	float:left;
	line-height:180%;
	text-align:justify;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	overflow: visible;
}

.contentRight {
	width: 301px;
	height:auto;
	float:right;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	text-align: right;
}

.contentRightBlog {
	width: 250px;
	height:auto;
	float:right;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:0px;
	font-weight: bold;
	text-align: left;
}


.contentRight2 {
	width: 270px;
	height:auto;
	float:right;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:30px;
	font-weight: normal;
	line-height:160%;
	text-align: left;
	border-left: 1px solid #ccc;
	margin-left: 10px;
}


#AdsContent {
	background-color:#FFF;
}

#OverallAds {
	margin-left:auto;
	margin-right:auto;
	height: auto;
	overflow: hidden;
	}


.ads {
	margin-left:auto;
	margin-right:auto;
	width: 960px;
	height:auto;
	overflow: hidden;
	padding-top:20px;
	padding-bottom: 20px;
	}

.ads1 {
	width: 268px;
	float:left;
	background-image: url(../images/btn_manuals.gif);
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 12px;
	font-size: 12px;
	color: #FFF;
	height: 42px;
}



.ads2 {
	width: 277px;
	float:left;
	background-image: url(../images/btn_credit.gif);
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 12px;
	font-size: 12px;
	color: #FFF;
	height: 42px;
	margin-left: 20px;
}


.ads3 {
	width: 268px;
	float:right;
	background-image: url(../images/btn_placeorder.gif);
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 12px;
	font-size: 12px;
	color: #FFF;
	height: 42px;
}


a.whitelink:link {
	color: #FFF;
	text-decoration: none;
}
a.whitelink:visited {
	color: #FFF;
	text-decoration: none;
}
a.whitelink:hover {
	color: #CCC;
	text-decoration: none;
}
a.whitelink:active {
	color: #FFF;
	text-decoration: none;

}


.moreLink {
	background-color: #0e3978;
	padding: 4px 7px 4px 7px;
	margin-top:6px;
	color: #FFFFFF;
	font-size: 11px;
	letter-spacing:normal;
}

a:link.moreLink {
	background-color: #0e3978;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration:none;
}

a:visited.moreLink {
	background-color: #0e3978;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration:none;
}
a:active.moreLink {
	background-color: #0e3978;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration:none;
}


a:hover.moreLink {
	background-color: #003366;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration:none;
}




h1 {
	margin-bottom:5px;
	margin-top:1px;
	padding:0;
	font-weight: normal;
	color: #333;
	letter-spacing: -1px;
	font-size: 22px;
	line-height: 98%;
}

h2 {
	margin-bottom:3px;
	margin-top:-4px;
	padding:0;
	font-weight: normal;
	color: #1E54B5;
	letter-spacing: -1px;
	font-size: 28px;
	line-height: 98%;
	text=align:left;
}

h3 {
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	color: #333;
	letter-spacing: -1px;
	font-size: 18px;
	line-height: 98%;
}





a:link {
	color: #336699;
}
a:visited {
	color: #336699;
}
a:hover {
	color: #003366;
}
a:active {
	color: #336699;

}

.v_rule {
	padding-right: 0px;
	padding-left: 0px;
}



table, th, tr, td {

	padding:10px 10px 10px 10px;
	line-height: 115%;
}


tr.trHeader td {
	
	border-right: 1px solid #ccc;
	
	text-align: left;
	}
	
td.tdHeader {
	
	border-right: 1px solid #ccc;
	text-align: left;
	}
	

	
tr.trHeaderAlt td {
	background-color:#ECECEC;
	text-align: left;
	}
	
.TablePadding td {
	text-align: left;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	}

.TDTablePadding {
	border-bottom: 1px solid #ccc;
	border-right: 3px solid #fff;
	background-color:#EFEFEF;
	}


#OverallFooterContainer {
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/footer_pattern.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: 0px;
	height: auto;
	}

.footerContainer {
	margin-left:auto;
	margin-right:auto;
	width: 960px;
	height:42px;
	font-size: 11px;
	color: #FFF;
	}

.footerLeft {
	width: 730px;
	margin-right:auto;
	margin-left:auto;
	float:left;
	margin-top: 14px;
}

.footerRight {
	width: 230px;
	margin-right:auto;
	margin-left:auto;
	float:right;
	text-align:right;
	margin-top: 14px;
}

#footerLinkDiv {
	float:left;
	width:180px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 30px;
	
	}

.whitelinkFooter:link {
	color: #FFF;
	display:block;
	text-decoration: none;
	width:180px;
	border-bottom-color: #5379A4;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

a.whitelinkFooter:link {
	color: #5379A4;
	display:block;
	text-decoration: none;
	width:180px;
	border-bottom-color: #5379A4;
	border-bottom-style: solid;
	border-bottom-width: 1px;

}
a.whitelinkFooter:visited {
	color: #5379A4;
	display:block;
	text-decoration: none;
	width:180px;
	border-bottom-color: #5379A4;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	

}
a.whitelinkFooter:hover {
	color: #FFF;
	display:block;
	width:180px;
	text-decoration: none;
	border-bottom-color: #5379A4;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
}
a.whitelinkFooter:active {
	display:block;
	text-decoration: none;
	width:180px;
	color: #5379A4;
	border-bottom-color: #5379A4;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	

}

#screenshot{
	position:absolute;
	/* border:1px solid #ccc;
	background:#333;
	*/
	padding:0px;	
	display:none;
	color:#fff;
	}.needs-attention {
	color: #F00;
}
.smaller {
	font-size: 10px;
}

.smallerBlack {
	font-size: 10px;
	color:#666;
	font-weight:normal;
}

.questionsBox {
	padding-top: 8px;
}
#photoFrameDiv {
	padding-right: 15px;
	width:260px;
	float:left;
}

#photoFrameDivContent {
	padding-right: 15px;
	width:260px;
	float:left;
}

#divClear {
	clear:both;
	
}.PolariodPadding {
	padding-right: 0px;
}

.TitleBar-enewsletter {
	width:960px;
	text-align:center;
	
}




/******* BLOG STYLES  *****/
.BlogLink {
	display:block;
	padding-top:0px;
	padding-bottom:15px;
	width:200px;
	font-weight:normal;
	background-color:#232323;

	
	}
	
	
a.BlogLink:link {
	color: #5379A4;
	
	text-decoration: none;
}

.BlogLink:hover {

	color:#333;
	text-decoration:underline;
	}

.BlogLink:active {
	text-decoration: none;
	}
	
.BlogLink:visited{

	background-color: #FFF;
	text-decoration: none;
	}
	
	
	
.homepage-copy {
	padding-right: 12px;
	padding-top:10px;
	padding-left:8px;
	font-size:14px;
}

