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

/*------ Global ------*/

* {
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Tahoma, sans-serif;
	color: #666;
	font-size: 12px;
	line-height: 1.5em;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #0A3C62;
	text-decoration: underline;
}

body {
	background-color: #0A3C62;
}
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #0A3C62;
	padding-bottom: 10px;
	line-height: 24px;
	padding-top: 2px;s
}
/*-- left Nav --*/
h2 {
	color: #666;
	background-image: url(../matrix_images/site_images/left_nav_corner.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #BBCCE3;
	margin-top: 10px;
	font-size: 16px;
	line-height: 30px;
	text-indent: 10px;
	font-weight: normal;
}
h3 {
	font-size: 14px;
	color: #B0BABD;
	margin: 0px;
	padding: 0px;
}

/*------ Header ------*/

#headerStretch {
	height: 200px;
	width: 100%;
}
#headerWrapper {
	height: 201px;
	width: 900px;
	position: relative;
	float: left;
	background-image: url(../matrix_images/site_images/header_bg_right.png);
	background-repeat: repeat-x;
}
#headerWrapper ul {
	list-style-type: none;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 900px;
	height: 41px;
}
/* IE 6  Hacks */
*html #headerWrapper ul {
	list-style-type: none;
	position: absolute;
	left: 0px;
	bottom: -1px;
	width: 900px;
	height: 41px;
}
*html #headerWrapper ul li a:hover {
	line-height: 41px;
}
/* End Hack */
#headerWrapper ul li {
	float: left;
}

#headerWrapper ul li a {
	text-decoration: none;
	color: #A8C5DD;
	font-size: 16px;
	line-height: 40px;
	float: left;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../matrix_images/site_images/seperator.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#headerWrapper ul li a:hover {
	text-decoration: none;
	color: #333;
	font-size: 16px;
	line-height: 40px;
	float: left;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #A8C5DD;
	background-image: none;
}
#headerLogo {
	position: absolute;
	left: 0px;
	top: 0px;
}
#headerWrapper #strong {
	position: absolute;
	right: 0px;
	top: 80px;
}
.leftHeader {
	background-image: url(../matrix_images/site_images/header_left_bg.png);
	background-repeat: repeat-x;
}
.rightHeader {
	background-image: url(../matrix_images/site_images/header_bg_right.png);
	background-repeat: repeat-x;
}

/*------ content ------*/

#contentWrapper {
	width: 900px;
	background-color: #FFF;
}
#strengthProd ul {
	list-style-type: none;
}
#strengthProd ul li {
	float: left;
	text-align: center;
}
#strengthProd ul li a {
	float: left;
	display: block;
	border: 1px solid #CCC;
	height: 150px;
	width: 150px;
	padding: 20px;
	margin: 10px;
}
/* IE 6 Hacks */
*html #strengthProd ul li a {
	float: left;
	display: block;
	border: 1px solid #CCC;
	height: 150px;
	width: 150px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* Hack Ends */
#strengthProd ul li a:hover {
	border: 1px solid #900;
}
#strengthProd img {
	margin-bottom: 10px;
}
#strengthProd a {
	font-size: 14px;
	line-height: 35px;
}
#strengthProd a:hover {
	color: #0A3C62;
	text-decoration: none;
}
#prodLinks ul {
	list-style-type: none;
}
#prodLinks ul li a {
	width: 200px;
	display: block;
	font-size: 12px;
	line-height: 25px;
	padding-left: 30px;
	background-image: url(../matrix_images/site_images/arrow.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
#prodLinks ul li a:hover {
	width: 200px;
	display: block;
	font-size: 12px;
	line-height: 25px;
	padding-left: 30px;
	background-image: url(../matrix_images/site_images/arrow_hover.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #900;
}
#select {
	float: right;
}
#contactForm {
	float: left;
	width: 470px;
}
.whiteTitles {
	color: #FFF;
}
.contentBG {
	background-color: #FFF;
}
.whyBuyThumbs {
	margin-top: 20px;
	margin-right: 10px;
	border: 1px solid #666;
	float: left;
	margin-left: 5px;
}
.whyBuyText {
	display: block;
	float: left;
	margin-top: 20px;
	width: 555px;
}
.whyBuyTextHeading {
	font-size: 16px;
	background-color: #9E9B94;
	color: #FFF;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-indent: 5px;
	line-height: 24px;
}



#leftCol {
	float: left;
	width: 200px;
	background-color: #FFF;
}
#leftCol ul {
	list-style-type: none;
}
#leftCol ul li {
	display: block;
	font-size: 14px;
}
#leftCol ul li a {
	display: block;
	font-size: 14px;
	text-decoration: none;
	background-color: #e4f2f6;
	line-height: 26px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
	text-indent: 15px;
	color: #6D9EC7;
}

/* IE 6 Hacks */
*html #leftCol ul li a {
	display: block;
	font-size: 14px;
	text-decoration: none;
	background-color: #e4f2f6;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
	text-indent: 15px;
	color: #6D9EC7;
	line-height: 26px;
	height: 26px;
	width: 200px;
} 
/* End Hack */
#leftCol ul li a:hover {
	background-color: #A8C5DD;
	color: #FFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#rightCol {
	float: right;
	width: 674px;
	background-color: #FFF;
	margin-top: 10px;
}
#rightCol table tr td table tr td ul {
	list-style-type: none;
}
#rightCol table tr td table tr td ul li {
	background-image: url(../matrix_images/site_images/arrow.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 20px;
}
#functionalAd {
	margin-right: 6px;
}
#imageMatrix {
	margin-right: 37px;
}
.imageBack {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.clearFloats {
	clear: both;
}
/*------ footer ------*/
#footerWrapper {
	height: 160px;
	width: 900px;
	position: relative;
	float: left;
	background-image: url(../matrix_images/site_images/bottom_bg_right.png);
	background-repeat: repeat-x;
}
#footerLogo {
	position: absolute;
	left: 0px;
	top: 0px;
}
#footerWrapper #pbmLogo {
	position: absolute;
	right: 0px;
	top: 6px;
}
#footerWrapper .pbmImport a{
	position: absolute;
	right: 55px;
	top: 23px;
	color: #FFF;
	width: 350px;
	text-align: right;
	text-decoration: none;
}
.leftFooter {
	background-image: url(../matrix_images/site_images/bottom_bg.png);
	background-repeat: repeat-x;
}
.rightFooter {
	background-image: url(../matrix_images/site_images/bottom_bg_right.png);
	background-repeat: repeat-x;
}
#footerDetails #footerLinks {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footerDetails {
	padding: 10px;
	text-align: center;
	height: 120px;
}
#footerDetails p{
	color: #CCC;
	font-size: 12px;
}
#footerLinks ul {
	list-style-type: none;
}
#footerLinks ul li {
	display: inline;
}
#footerLinks ul li a {
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	color: #A8C5DD;
}
#footerLinks ul li a:hover {
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFF;
}
#rightCol #address {
	background-color: #F0F0F0;
	padding: 10px;
	width: 180px;
	float: left;
}
/* IE 6 Hack */
*html #rightCol #address {
	background-color: #F0F0F0;
	padding: 5px;
	width: 170px;
	float: left;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
#details {
	width: 670px;
}
