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

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


/* ============================*/
/* SECTION: CONTENT AREA */
/* ============================*/
#contentArea {
	position: relative;
	padding-top: 310px;
	padding-bottom: 45px;
	margin-left: 234px;
	margin-top: 106px;
	width: 721px;
	/* border: dotted 1px #999900;  */
}

#mainLogo a{
	background-image: url(../_img/logo.jpg) !important;
}

/* ============================*/
/* SECTION:  */
/* ============================*/
#intro{
	margin-bottom: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#intro h1{
	color: #024A63;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 5px;
}
#intro p{}

/* ============================*/
/* SECTION: PRODUCT CATALOG */
/* ============================*/
#productCatalog{
	position: absolute;
	left: 0px;
	top: 150px;
	width: 215px;
	background-image: url(../_img/productCatalogLabel.jpg);
	background-repeat: no-repeat;
	background-position: 13px 11px;
	padding-top: 40px;
	padding-left: 13px;
	font-size: 11px;
}
#productCatalog ul{
	padding-top: 5px;
	padding-bottom: 5px;
}
#productCatalog li{
	margin-left: 5px;
	list-style-type: none;
}
#productCatalog li a:link,
#productCatalog li a:visited{
	color: #000000;
	text-decoration: none;
}
#productCatalog li a:focus,
#productCatalog li a:hover{
	color: #FF9933;
	border-bottom: dotted 1px #666666;
}

#productCatalogBtn a{
	background-image: url(../_img/productCatalog.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 23px;
	width: 293px;
	position: absolute;
	top: 165px;
	left: 17px;
	overflow: hidden;
	font-size: 0px;
	color: #FFFFFF;
}
#productCatalogBtn a:link,
#productCatalogBtn a:visited{}

#productCatalogBtn a:focus,
#productCatalogBtn a:hover,
#productCatalogBtn a:active{
	cursor: pointer;
}

#catalogFooter{
	margin-top: 3px;
	background-color: #024A63;
	width: 194px;
	color: #999999;
	padding: 8px;
}
#catalogFooterBottom{
	background-image: url(../_img/productCatalogLabelFooter.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

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

/* ============================*/
/* SECTION: SUB FEATURE */
/* ============================*/
#subFeatures{
	width: 370px;
	margin: 0px;
	position: relative;
	padding: 0px;
	font-size: 11px;
	height: auto;
	margin-bottom: 80px;
}
.subFeatureItem{
	height: 110px;
	margin-bottom: 10px;
	position: relative;
}
.subFeatureItem h2{
	color: #024A63;
	font-size: 12px;
	margin-left: 160px;
}
.subFeatureItem a:link,
.subFeatureItem a:visited{
	text-decoration: none;
	color: #024A63;
}
.subFeatureItem a:focus,
.subFeatureItem a:hover{
	border-bottom: dotted 1px #024A63;
}
.subFeatureImage{
	position: absolute;
	top: 0px;
	left: 0px;
}
.subFeatureItem img{}
.subFeatureText{
	margin-left: 160px;
}


/* ============================*/
/* SECTION: SUPLIMENTARY */
/* ============================*/
#suplimentary{
	position: absolute;
	left: 410px;
	top: 330px;
	width: 244px;
}
#spiderQuote{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #666666;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-bottom: 15px;
}
#certifications{
	text-align: right;
}


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

