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

@import url("/_css/global.css");
@import url("/_css/catalogAccordion.css");

/* ============================*/
/* SECTION: CONTENT AREA */
/* ============================*/
#contentArea {
	position: relative;
	margin-top: 106px;
	width: 100%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/* border: dotted 1px #999900;  */
}

#solutionsMovie{
	position: absolute;
	top: 0px;
	left: 15px;
}

/* ============================*/
/* SECTION:  */
/* ============================*/
#intro{
	display: none;
	/*
	position:absolute;
	left:35px;
	top:145px;
	width: 318px;
	height: 90px;
	background-image: url(../_img/pixelBkg.jpg);
	background-repeat: repeat;
	*/
}
#intro h1{
	display: none;
}
#intro p{
	font-size:10px; 
	color:#FFFFFF;
}

/* ============================*/
/* SECTION: FEATURE */
/* ============================*/
#feature{
	height: 308px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
}


/* ============================*/
/* SECTION: SUPLIMENTARY */
/* ============================*/
.zdItem_section{
	font-size: 11px;
	color: #FFFFFF;
	position: absolute;
	left: 185px;
	width: 100px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.zdItem_section a{
	background-image: url(../../_img/detailBreadcrumbDivider_cle.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
}
.zdItem_section a:visited,
.zdItem_section a:link{
	text-decoration: none;
	color: #FFFFFF;
}
.zdItem_section a:focus,
.zdItem_section a:hover{
	border-bottom: dotted 1px #FFFFFF;
}
#zdItem_zoneSpider{
	top: 255px;
}
#zdItem_zoneQuadra{
	top: 276px;
}
#zdItem_panelSpider{
	top: 315px;
}
#zdItem_panelQuadra{
	top: 336px;
}
#zoneFloorContent{
	position: relative;
	margin-left: 293px;
	margin-top: 383px;
	height: auto;
	width: 624px;
}
#zoneFloorKey{
	margin-bottom: 25px;
	position: relative;
	height: 200px;
	width: auto;
}
#zoneFloorKey h3{
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(../_img/titleBar_large.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-transform: uppercase;
	height: 18px;
	font-weight: normal;
	padding-top: 3px;
	padding-left: 20px;
}

.partItem{
	text-align: center;
	width: 110px;
	margin-right: 14px;
	float: left;
}
.partVector{
}
.partPhoto{
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	margin-top: 5px;
}
.partLabel{
	font-size: 11px;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}
.partLabel a:link,
.partLabel a:visited{
 text-decoration: none;
 color: #666666;
}
.partLabel a:focus,
.partLabel a:hover{
 border-bottom: dotted 1px #666666;
}


.sideNote{
	font-size: 11px;
	color: #333;
	font-style: italic;
	margin-bottom: 20px;
	margin-left: 20px;
}




#zoneFloorParts{
	text-align: center;
	margin-bottom: 25px;
	position: relative;
	width: auto;
}
.zoneFloorItem{
	width: 140px;
	margin-right: 5px;
	float: left;
}
.zoneFloorItem a:link,
.zoneFloorItem a:visited{
	text-decoration: none;
	color: #003366;
}
.zoneFloorItem a:focus,
.zoneFloorItem a:hover{
	border-bottom: dotted 1px #003366;
}
.zoneFloorItem h3{
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(../_img/solutionsSubItemBanner.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-transform: uppercase;
	height: 18px;
	font-weight: normal;
	padding-top: 3px;
}
.zoneFloorItem img{
	margin-top: 10px;
	margin-bottom: 10px;
}
.zoneFloorItemImage{
	height: 110px;
}
.zoneFloorItemCopy{
	font-size: 10px;
}

#zoneFloorFull{
	position: relative;
	height: auto;
}
#zoneFloorFull h3{
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(../_img/solutionsSubItemBannerFull.jpg);
	background-repeat: no-repeat;
	height: 16px;
	background-position: 0px 0px;
	text-transform: uppercase;
	padding-top: 3px;
	padding-left: 20px;
	margin-bottom: 15px;
	position: relative;
}
#zoneFloorFull img{
	margin-right: 15px;
	float: left;
}
#zoneFloorFull p{
	font-size: 11px;
	margin-bottom: 20px;
	margin-right: 15px;
	margin-left: 15px;
}

/* ============================*/
/* SECTION: FOOTER ADJUST */
/* ============================*/
#footer {
	padding-left: 347px;
	background-position: 293px 0px;
}
#footerWrapper{
	width: 568px;
}
#footerLeft{
	left: 345px;
}
#footerRight{
	margin-left: 395px;
}



/* ============================*/
/* SECTION: SUPLIMENTARY */
/* ============================*/
.hackTest{
	color: red !important;
	color: green;    /* IE 6 Hack */
	_font-size: 24px;    /* IE 6 Hack */
	*font-size: 36px;    /* IE 7 Hack */
}

