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

@import url("global.css");

#contentArea{
	padding-right: 20px;
	padding-left: 50px;
	background-color: #FFF;
	font-size: 12px;
}
#contentArea h1{
	margin-top: 40px;
	color: #036;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
#contentArea p{
	line-height: 20px;
	width: 250px;
	margin-bottom: 15px;
}

/* ============================*/
/* SECTION: SUPLIMENTARY */
/* ============================*/
#productSectionMenu{
	position: absolute;
	top: 250px;
	left: 50px;
	width: 194px;
}
#productSectionMenu ul{}
#productSectionMenu .psItem{
	height: 36px;
	width: 194px;
	list-style-type: none;
	background-image: url(../_img/products/psMenuItem.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom: 5px;
	color: #FFFFFF;
	font-size: 12px;
	padding-left: 15px;
	padding-top: 15px;
}
#productSectionMenu .psItemChosen{
	height: 36px;
	width: 194px;
	list-style-type: none;
	background-image: url(../_img/products/psMenuItemChose.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom: 5px;
	color: #000000;
	font-size: 12px;
	padding-left: 15px;
	padding-top: 15px;
}
#productSectionMenu .psItem a:link,
#productSectionMenu .psItem a:visited{
	text-decoration: none;
	color: #FFFFFF;
}
#productSectionMenu .psItem a:focus,
#productSectionMenu .psItem a:hover{
	color: #FFFFFF;
	border-bottom: dotted 1px #FFFFFF;
	cursor: pointer;
	cursor: hand;
}
#productSectionMenu .psItemChosen a:link,
#productSectionMenu .psItemChosen a:visited{
	text-decoration: none;
	color: #000000;
}
#productSectionMenu .psItemChosen a:focus,
#productSectionMenu .psItemChosen a:hover{
	color: #000000;
	border-bottom: dotted 1px #000000;
	cursor: pointer;
	cursor: hand;
}

/* ============================*/
/* SECTION: SUPLIMENTARY */
/* ============================*/
#psRecessedWall,
#psRecessedFloor,
#psSurfaceBox,
#psFacePlates,
#psZone,
#psFurniture,
#psConcrete,
#psCustom{
	width: 559px;
	margin-left: 193px;
	margin-top: 0px;
	position: relative;
	display: none;
}
#psRecessedWall{display: block;}

#psRecessedWall h2,
#psRecessedFloor h2,
#psSurfaceBox h2,
#psFacePlates h2,
#psZone h2,
#psFurniture h2,
#psConcrete h2,
#psCustom h2{
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 48px;
	width: 559px;
	padding: 0;
}
#psRecessedWall h2{background-image: url(../_img/products/sectionHeader_faceplates.png);}
#psRecessedFloor h2{background-image: url(../_img/products/sectionHeader_faceplates.png);}
#psSurfaceBox h2{background-image: url(../_img/products/sectionHeader_faceplates.png);}
#psFacePlates h2{background-image: url(../_img/products/sectionHeader_faceplates.png);}
#psZone h2{background-image: url(/_img/products/sectionHeader_faceplates.png);}
#psFurniture h2{background-image: url(../_img/products/sectionHeader_faceplates.png);}
#psConcrete h2{background-image: url(../_img/products/sectionHeader_faceplates.png);}
#psCustom h2{background-image: url(../_img/products/sectionHeader_faceplates.png);}

.psSectionBody{
	background-image: url(../_img/products/prodcutSectionBkg.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding-right: 20px;
	padding-left: 27px;
	padding-top: 10px;
	font-size: 12px;
}
.psSectionBody p{
	margin-bottom: 15px;
}
.psSectionBody .imgRight{
	float: right;	
}
#psFooter{
	background-image: url(../_img/products/prodcutSectionFooter.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 14px;
	width: 559px;
}
#psFurniture h3{
	border-bottom: dotted 1px #333333;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.imageLeft{
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.imageRight{
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}
.li_left{
	margin-left: 20px;
}

/* ============================*/
/* SUPPORT */
/* ============================*/
#productCatalogBtn{
	height: 25px;
	width: 300px;
	position: absolute;
	left: 15px;
	top: 166px;
}
#productCatalogBtn a{
	background-image: url(../_img/productCatalogRoll.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 25px;
	width: 300px;
	display:block;
	overflow:hidden;
}
#productCatalogBtn a:hover{
	cursor: hand;
	background-position: 0px -27px;
}

/* ============================*/
/* SUPPORT */
/* ============================*/
.hideIt{
	display: none;
}

