@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #505050;
	background-image: url(../images/headerBackground.jpg);
	background-repeat: repeat-x;
	background-color: #F2F2F2;
}

p {
	margin: 0;
	padding: 10px 0 0 0;
}

h1 {
	color: #505050;
	font-size: 34px;
	font-family: Geneva, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 20px 0 0 0;
	text-align: left;
}

#headline h1 sup {
	font-size: 20px;
}

h2 {
	text-align: left;
	color: #FFFFFF;
	text-shadow: 2px 2px 1px #000000;
	line-height: 25px;
	font-weight: bold;
	font-size: 18px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	margin: 0;
	padding: 8px 40px 0 60px;
}

h3 {
	color: #FFFFFF;
	text-shadow: 2px 2px 1px #000000;
	text-align: left;
	line-height: 25px;
	font-size: 15px;
	font-weight: bold;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	padding: 6px 0 0 20px;
}

h4 {
	color: #0E2873;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	padding: 5px 0 0 0;
	margin: 0;
}

#subContent strong {
	color: #0E2873;
	font-weight: bold;
	font-size: 13px;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #0E2873;
}

a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #505050;
}

a.pdf {
	background-image: url(../images/acrobat.gif);
	background-repeat: no-repeat;
	padding: 3px 0  3px 22px;
}

.literatureTables td {
	background-image: url(../images/acrobat.gif);
	background-repeat: no-repeat;
	background-position: 0 20px;
	border-bottom: 1px solid #CCCCCC;
	padding: 0 20px 5px 22px;
	width: 293px;
	vertical-align: top;
}

.literatureTables td.empty {
	background: none;
}

.literatureTables tr.lastRow td {
	border: none;
}

.underline {
	border-bottom: 1px solid #CCCCCC;
	height: 10px;
}

.linksUnderline {
	border-bottom: 1px solid #CCCCCC;
	height: 1px;
}

#banner_content {
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	background-color: #FFFFFF;
	position: relative;
	width: 960px;
	padding: 20px 0 0 0;
	margin: 0;
}

#main_content {
	background-image: url(../images/sidebarBackground.jpg);
	background-repeat: repeat-y;
	background-position: 0 10px;
	border-bottom: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	background-color: #FFFFFF;
	position: relative;
	width: 960px;
	padding: 0;
	margin: 0;
}


/* *********** Header Style Setup ************* */
#header {
	width: 960px;
	height: 157px;
	margin: 0;
	padding: 0;
}

#logo {
	text-align: left;
	margin: 0;
	padding: 0;
	float: left;
	width: 960px;
}

/* *********** Banner Style Setup ************* */
.bannerLarge {
	background-image: url(../images/bannerLong.jpg);
	background-repeat: repeat-y;
	width: 705px;
	height: 55px;
	padding: 10px 0 0 0;
}

.subPage_bannerLarge {
	background-image: url(../images/subPageBannerBlue.jpg);
	background-repeat: repeat-y;
	width: 960px;
	height: 67px;
	padding: 0;
	margin: 0 0 20px 0;
}

.subPage_bannerLargeNoMargin {
	background-image: url(../images/subPageBannerBlue.jpg);
	background-repeat: repeat-y;
	width: 960px;
	height: 57px;
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
}

.subPage_bannerGray {
	background-image: url(../images/subPageBannerGray.jpg);
	background-repeat: repeat-y;
	width: 960px;
	height: 42px;
	padding: 0;
	margin: 0;
}

.bannerShort {
	background-image: url(../images/bannerShort.jpg);
	background-repeat: repeat-y;
	width: 235px;
	height: 37px;
	margin: 0;
	padding: 0;
}

.bannerNews {
	background-image: url(../images/bannerNews.jpg);
	background-repeat: repeat-y;
	border-top: 1px #B0B0B0 solid;
	border-bottom: 1px #B0B0B0 solid;
	width: 235px;
	height: 47px;
	padding: 8px 0 0 0;
}

/* *********** Content Style Setup ************* */

#leftContent {
	float: left;
	width: 700px;
	padding: 20px 0 20px 0;
	margin: 0 20px 0 0;
	text-align: left;

}

#leftContent .content {
	padding: 0 0 0 60px;
}

#leftContent .content p {
	padding: 10px 50px 0 0;
}

#leftContent .content .productLeft {
	width: 320px;
	float: left;
	background-image: url(../images/homeProductBackground.jpg);
	background-repeat: no-repeat;
	background-position: 90px 23px;
	margin: 30px 0 0 0;
}

#leftContent .content .productLeft p {
	padding: 3px 30px 0 0;
}

#leftContent .content .productRight {
	width: 320px;
	float: right;
	background-image: url(../images/homeProductBackground.jpg);
	background-repeat: no-repeat;
	background-position: 90px 23px;
	margin: 30px 0 0 0;
}

#leftContent .content .productRight p {
	padding: 3px 30px 0 0;
}

#sideBar {
	float: right;
	width: 235px;
	text-align: left;
	padding: 5px 0 20px 0;
	margin: 0;
	vertical-align: top;
}

#sideBar .expo_slide_holder {
	padding-top: 20px;
	text-align: center;
}

#sideBar .expo {
	width: 204px;
	margin: 0 auto;
}

#sideBar .content {
	padding: 0 10px 0 20px;
	margin: 0;
}

#sideBar .newsHeader {
	font-size: 13px;
	line-height: 18px;
	color: #505050;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	padding: 0 0 0 20px;
	font-weight: bold;
}

#sideBar .newsSubHeader {
	font-size: 11px;
	line-height: 18px;
	color: #505050;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	padding: 0 0 0 20px;
	font-style: italic;
}

#sideBar .newsContent {
	margin: 0 10px 0 20px;
	border-bottom: 1px #B0B0B0 solid;
}

#sideBar p.newsDate {
	font-style: italic;
	text-align: right;
	padding: 0 0 5px 0;
	margin: 0;
}

#sideBar .newsArchive {
	text-align: center;
	padding: 10px 0 0 0;
}

/* *********** Main sub page style setup ************ */



#mainSub_content {
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	background-color: #FFFFFF;
	position: relative;
	width: 940px;
	padding: 0 0 0 20px;
	margin: 0;
	height: 100%;
}

#subtop {
	height: 80px;
}

#headline {
	float: left;
	width: 480px;
	padding: 20px 0 20px 0;
	margin: 0 20px 0 0;
	text-align: left;
}

#breadcrumb {
	float: right;
	width: 420px;
	text-align: right;
	padding: 20px 20px 10px 0;
	margin: 0;
}

#breadcrumb p {
	font-size: 13px;
}

#product_info {
	border-bottom: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	background-color: #FFFFFF;
	position: relative;
	width: 960px;
	padding: 0 0 0 0;
	margin: 0;
	height: 100%;
	vertical-align: top;
	overflow: hidden;
}

#product_info h2 {
	padding: 8px 0 0 20px;
}

#product_info h5 {
	text-align: left;
	color: #FFFFFF;
	text-shadow: 3px 3px 1px #000000;
	line-height: 25px;
	font-style: italic;
	font-weight: normal;
	font-size: 14px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0 0 0 20px;
}

#product_desc {
	width: 560px;
	float: left;
	height: 100%;
	text-align: left;
	padding: 0 0 0 40px;
	margin: 0;
}

#product_image {
	width: 275px;
	float: right;
	padding: 10px 20px 0 40px;
}


#product_desc ul {
	list-style: outside;
	margin: 0;
	padding: 5px 0 10px 30px;
	line-height: 15px;
	height: 100%;
}

#product_desc ul li {
	padding: 0 0 5px 0;
}

/* product info */
#product_info #products {
	padding: 0 0 0 60px;
	text-align: left;
	height: 100%;
}

#product_info #products p {
	padding: 10px 50px 0 0;
}

#subContent {
	background-image: url(../images/subContentTopBkgd.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	position: relative;
	width: 720px;
	padding: 0 200px 0 40px;
	margin: 0;
	height: 100%;
	vertical-align: top;
	overflow: hidden;
	text-align: left;
}

#contact_map {
	background-image: url(../images/subContentTopBkgd.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	position: relative;
	width: 900px;
	padding: 0 30px;
	margin: 0;
	height: 100%;
	vertical-align: top;
	overflow: hidden;
	text-align: left;
}

#product_info #products .productLeft {
	width: 400px;
	float: left;
	background-image: url(../images/homeProductBackground.jpg);
	background-repeat: no-repeat;
	background-position: 90px 23px;
	margin: 30px 0 0 30px;
}

#product_info #products .productLeft p, #product_info #products .productRight p {
	padding: 3px 30px 0 0;
	text-align: left;
}

#product_info #products .productRight {
	width: 400px;
	float: right;
	background-image: url(../images/homeProductBackground.jpg);
	background-repeat: no-repeat;
	background-position: 90px 23px;
	margin: 30px 30px 0 0;
}

#product_info #products .floatLeft {
	float: left;
	margin: 8px 8px 25px 0;
}

#product_info #product_specs {
	padding: 20px 0 20px 0;
	margin: 0;
}

#product_info #product_specs table {
	border: #999999 solid 1px;
	text-align: left;
}

#product_info #product_specs td {
	border: #999999 solid .1em;
}

#product_info #product_specs tr.tableHeader {
	font-weight: bold;
	color: #0E2873;
	background-color: #CCCCCC;
	margin: 0;
	padding: 0;
}

#product_info #product_specs td {
	padding: 3px 5px 3px 5px;
}

#product_info #product_specs td.cat {
	font-weight: bold;
	vertical-align: top;
}

/* begin sub navigation */

#subnav {
	text-align: left;
	padding: 0;
	margin: 0;
	min-height: 260px;
	height: 100%;
}

#subnav #subNavImage {
	width: 685px;
	height: 240px;
	float: left;
	padding: 0;
	margin: 0;
}

#subnav #subNavList {
	width: 230px;
	min-height: 260px;
	height: 100%;
	float: right;
	padding: 0;
	margin: 0;
	background-image: url(../images/subNavBackground.jpg);
	background-repeat: no-repeat;
}

#subnav #subNavList ul {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	line-height: 30px;
	list-style: none outside;
	width: 230px;
	margin: 0;
	padding: 0;
}

#subnav #subNavList ul li {
	background-image: url(../images/nav/subnav_item_sep.png);
	background-repeat: no-repeat;
	display: block;
	line-height: 25px;
}

#subnav #subNavList ul li a {
	padding: 0 0 0 20px;
	color: #505050;
	display: block;
}


#subnav #subNavList ul li.selected {
	background-color: #4F4D4D;
	background-image: url(../images/subnavArrow.png);
	background-repeat: no-repeat;
}

#subnav #subNavList ul li.selected a {
	color: #DADADA;
}

#subnav #subNavList ul li.selected ul {
	background-color: #333333;
}

#subnav #subNavList ul li ul li a {
	padding: 0 0 0 40px;
	display: block;
}

#subnav #subNavList ul li ul li{
	height: 25px;
}

/* end sub navigation */




/* *********** Footer Styles ************* */
#footer {
	font-size: 11px;
	line-height: 17px;
	position: relative;
	width: 960px;
	color: #888888;
	text-align: left;
	padding: 15px 0 15px 40px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

#footer .copyright {
	font-size: 10px;
}

#footer a {
	font-weight: bold;
	font-size: 11px;
	color: #888888;
	text-decoration: none;
}

#footer a:hover {
	color: #888888;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}

/* photo floats */
.floatLeft {
	float: left;
	clear: left;
	padding: 0 3px 10px 0;
}

.floatRight {
	float: right;
	padding: 0 20px 0 50px;
}

/* @group Clearfix */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* @end */

.clearboth{
	line-height: 0px;
	height: 0px;
	overflow: hidden;
	clear: both;
}

/* contact form */

.contactFormLeft {
	float: left;
	width: 100px;
	text-align: right;
	line-height: 23px;
}

.contactFormRight {
	float: right;
	width: 390px;
	text-align: left;
	line-height: 23px;
}

.contactFormLeftChx {
	float: left;
	width: 160px;
	text-align: left;
	line-height: 23px;
	padding: 3px 0 0 0;
}

.formText {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #505050;
}

/* Site Map styles */

#sitemap {
	background-image: url(../images/subContentTopBkgd.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	position: relative;
	width: 720px;
	padding: 0 200px 0 40px;
	margin: 0;
	height: 100%;
	vertical-align: top;
	overflow: hidden;
	text-align: left;
}

#sitemap ul li, #sitemap ul li ul li, #sitemap ul li ul li ul li {
	list-style-type: square;
}