/* ======== */
/* = Body = */
/* ======== */

#body_main {
	width: 800px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: repeat-y;
	padding: 20px 0 20px;
	overflow-y: auto;
	font-size: 12pt;
	line-height: 20px;
	border:none;
}

/* ======== */
/* = Page = */
/* ======== */

#main {width: 806px;}

#header {
	width: 800px;
	height: 169px;
	background: url(../images/products/header.png);
	margin-left: auto;
	margin-right: auto;
}

.section {width: 188px;}
.section-header {
	border:2px solid;
	position:relative;
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;
	padding:0 5px;
	height:25px;
}
.section-content {
	font-size:12px;
	line-height:16px;
	border:2px solid;
	border-top:0;
	position:relative;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	height:191px;
	text-align:center;
}

.section p, .section a {position:absolute;width:100%;height:100%;}
.section-content p, .section-content a {left:0;}
.section a span {position:absolute;top:109px;padding:0 5px;left:0;width:95%;}
.section img {position:absolute;}
.section:hover .section-header * {color:white;}
.section img {z-index:1;}
.section p {z-index:2;}


#computers img {left:50px;}
#computers:hover .section-header {background-color:#2767AB;}
#computers .section-header, #computers .section-content {border-color:#2767AB;}


#spcqa img {top:20px;left:42px;}
#spcqa:hover .section-header {background-color:#903;}
#spcqa {margin-left:204px;margin-top:-222px;}
#spcqa .section-header, #spcqa .section-content {border-color:#903;}


#labeling img {left:40px;top:22px;}
#labeling:hover .section-header {background-color:#F3C70E;}
#labeling {margin-left:408px;margin-top:-222px;}
#labeling .section-header, #labeling .section-content {border-color:#F3C70E;}

#inventory img {left:44px;top:13px;}
#inventory:hover .section-header {background-color:#F88918;}
#inventory {margin-left:612px;margin-top:-222px;}
#inventory .section-header, #inventory .section-content {border-color:#F88918;}


#contaminate-detection img {left:52px;top:8px;}
#contaminate-detection:hover .section-header {background-color:#2F8914;}
#contaminate-detection {margin-top:20px;}
#contaminate-detection .section-header, #contaminate-detection .section-content {border-color:#2F8914;}


#encompass img {left:25px;top:46px;}
#encompass:hover .section-header {background-color:#671C79;}
#encompass {margin-left:204px;margin-top:-222px;}
#encompass .section-header, #encompass .section-content {border-color:#671C79;}


#consulting img {left:43px;top:12px;}
#consulting:hover .section-header {background-color:#ACC5D9;}
#consulting {margin-left:408px;margin-top:-222px;}
#consulting .section-header, #consulting .section-content {border-color:#ACC5D9;}


#support:hover .section-header {background-color:#000;}
#support {margin-left:612px;margin-top:-222px;}
#support .section-header, #support .section-content {border-color:#000;}

#komen {height:84px;left:4px;width:100px;}
#komen img {left:7px;top:10px;}
#komen span {font-size:17px;left:97px;top:34px;}
#victory {bottom:0;height:131px;left:104px;right:0;width:68px;}
#victory img {right:5px;top:3px;}
#victory span {font-size:17px;top:42px;left:16px;}


/* ============================== */
/* = Remove Default Link Styles = */
/* ============================== */

a:link {
	text-decoration: none;
	color:#333333
}
a:visited {
	text-decoration: none;
	color:#333333

}
a:hover {
	text-decoration:none;
	color:#000000;


}
p a:hover{
	text-decoration: none;
	color:#000000;	
}

a:active {
	text-decoration: none;
	color:#333333

}
