/* base styles --------------------------------------------- */
a {
	color: #c00;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
a img {
	border: 0;
}
body {
	/*background: #666 url('./img/int/mainBG.gif') repeat-y fixed center;*/
	background: #ddd url('./img/int/mainBG.jpg') fixed top center repeat-x;
	height: auto;
	margin: 24px 0 24px 0;
	min-height: 100%;
	padding: 0;
	text-align: center;
	height: 100%;
}
html {
	height: 100%;
	min-height: 100%;
}
h1,
h2 {
	background: url('./img/int/h1bg.png') no-repeat;
	color: #fff;
	letter-spacing: 1px;
	margin: 0 0 12px 0;
	text-transform: uppercase;
	word-spacing: .25em;
}
h1 {
	background-color: #666;
	font: bold 20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	/*line-height: 15px;*/
	padding: 0 4px 0 5px;
}
h2 {
	background-color: #999;
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	padding: 1px 2px 0 3px;
}
h3 {
	color: #666;
	font: bold 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 2px 0 0 2px;
}
img {
	behavior: url('./includes/iepngfix.htc');
}
ol,
ul {
	margin: 0;
	padding: 0;
}
ol li,
ul li {
	margin-left: 3em;
	padding: 0;
}

/* content styles ------------------------------------------ */
.alertKey,
.errorKey {
	background: #eee;
	border: solid 2px #666;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 4px;
	text-align: left;
	width: 480px;
	margin-bottom: 16px;
}
.alertKey img {
	vertical-align: middle;
}
.brochureTable {

}
.brochureTable td {
	font: normal 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 0 4px 4px 0;
}
.brochureTable td h2 {
	font: bold 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: 0;
	color: #000;
	padding: 0;
	margin: 0;
	text-transform: none;
}
.brochureTable td h2 a {
	background: #fff;
	clear: none;
	float: right;
	font: normal 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	margin-left: 4px;
	padding: 0px 2px 1px 1px;
	/*border: solid 1px #eee;*/
}
.brochureTable td h2 a:hover {
	/*background: #eee;*/
	border-color: #333;
}
.brochureTable td img {
	margin-bottom: 6px;
}
.brochureTable tr {
	margin: 2px;
}
.columnArea {
	text-align: center;
}
.columnArea .boxColumn {
	clear: none;
	display: block;
	float: left;
	margin-bottom: 16px;
	text-align: left;
}
.columnArea .boxColumn li {
	left: 1.5em;
	position: relative;
}
.contactBox {
	clear: none;
	display: block;
	float: left;
	margin-bottom: 16px;
	text-align: center;
	/*width: 25%;*/
}
.contactLink {
	background-color: #ccc;
	border: solid 1px #333;
	color: #000;
	display: inline;
	float: left;
	font-size: 11px;
	margin: 0 2px 4px 2px;
	padding: 4px;
	text-align: left;
	text-decoration: none;
	width: 482px;
}
.contactLink img {
	border: none;
	margin-right: 4px;
	float: left;
	height: 80px;
	width: 120px;
}
.detailTable {
	background: #000;
}
.detailTable td,
.detailTable th {
	padding: 0 4px 0 4px;
}
.detailTable th {
	background: #c00;
	color: #fff;
}
.detailTable .row1 td {
	background: #ccc;
}
.detailTable .row2 td {
	background: #eee;
}
.detailTable .subsectionHeading {
	background: #666;
	color: #fff;
	font-size: 11px;
}
.fieldError {
	background: #fee;
	border-color: #c00;
}
.fieldErrorMessage {
	background: url('./img/int/fieldError.gif') no-repeat;
	color: #c00;
	display: block;
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 12px;
	margin: 0;
}
.fieldLabel,
.fieldRequiredLabel,
.fieldErrorLabel {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 4px 0 4px;
}
.fieldRequiredLabel {
	font-weight: bold;
}
.fieldErrorLabel {
	color: #c00;
}
#floatMenu {
	float: right;
	height: 24px;
	line-height: 24px;
	padding-right: 8px;
}
#floatMenu a {
	color: #000;
	font: normal 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 0 8px 0 8px;
	text-decoration: none;
	text-transform: uppercase;
}
#floatMenu a:hover {
	color: #e00;
}
#footerBar {
	border: solid 0px #000;
	border-top: 4px;
	color: #000;
	display: block;
	font: normal 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin-top: 4px;
	padding: 0 3px 0 3px;
	text-align: right;
	width: 1020px;
}
a .iconPDF {
	background: url('./img/int/iconPDF.png') no-repeat;
	cursor: hand;
	display: block;
	float: left;
	height: 16px;
	position: relative;
	width: 16px;
	margin-left: 8px;

}
td a .iconPDF {
	margin-right: 2px;
}
#indexContent {
	display: block;
	/*height: 250px;*/
	width: 100%;
	margin: 0;
}
#indexContent #contentIntro, 
#indexContent #contentLinks, 
#indexContent #contentNews {
	float: left;
	height: 242px;
	padding: 4px;
	width: 264px;
}
#indexContent #contentIntro {
	/*background: #0ff;*/
	border: solid 1px #000;
	font: normal 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
	text-align: justify;
}
#indexContent #contentLinks {
	/*background: #f0f;*/
	padding: 1px 0 2px 0;
	width: 270px;
}
#indexContent #contentLinks a {
	background: #000;
	border: solid 1px #000;
	float: left;
	height: 116px;
	margin-left: 5px;
	margin-top: 5px;
	width: 258px;
}
#indexContent #contentLinks a img {
	border: 0;
	filter: Alpha(Opacity=85);
	height: 116px;
	opacity: .85;
	width: 258px;
}
#indexContent #contentLinks a:hover img {
	filter: Alpha(Opacity=100);
	opacity: 1;
}
#indexContent #contentNews {
	/*background: #ff0;*/
	border: solid 1px #000;
	overflow: auto;
}
#indexHeader {
	background: url('./img/int/!indexHeader.jpg') no-repeat;
	/*border: solid 16px #eee;*/
	height: 324px;
	width: 818px;
}
#indexHeader #slideLayerBG,
#indexHeader #slideLayerFG {
	height: 324px;
	position: absolute;
	width: 818px;
}
#indexHeader #slideLayerBG {
	z-index: 32;

}
#indexHeader #slideLayerFG {
	z-index: 64;
}
#indexLeft {
	background: #fff;
	left: 4px;
	margin: -4px 0 0 -4px;
	padding: 2px 2px 0 0;
	position: absolute;
	top: 119px;
	width: 220px;
}
#indexLeft .productLink {
	background: #000;
	display: block;
	height: 70px;
	line-height: 70px;
	margin: 0 0 2px 0;
}
#indexLeft .productLink img {
	border: 0;
	height: 70px;
	filter: Alpha(Opacity=85);
	opacity: .85;
	width: 200px;
}
#indexLeft .productLink:hover img {
	/*background-color: #999;*/
	/*border: solid 1px #fff;*/
	filter: Alpha(Opacity=100);
	opacity: 1;
}
#indexRight {
	/*background: #ff0;*/
	margin: -4px -4px 0 198px;
	position: absolute;
	top: 119px;
	right: 4px;
	width: 818px;
	z-index: 1;
}
#indexTabAbout,
#indexTabNews {
	clear: none;
	height: 25px;
	margin-bottom: -25px;
	position: relative;
	top: 299px;
	width: 152px;
	z-index: 255;
}
#indexTabAbout {
	float: left;
}
#indexTabNews {
	float: right;
	right: 123px;
}
.inventoryLink {
	background: #c00;
	border: solid 1px #333;
	color: #fff;
	font: normal 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 8px 12px 8px 12px;
	text-decoration: none;
}
.logoArea  {
	text-align: center;
}
.logoArea img {
	border: 0;
	margin: 4px;
	vertical-align: middle;
}
#mainContent {
	padding: 2px 0px 0px 0px;
	position: relative;
	height: auto;
}
#mainContentLinks {
	border-color: #fff;
	padding: 0px 2px 2px 0;
	position: absolute;
	right: 0px;
	margin-top: -2px;
	width: 266px;
}
#mainContentLinks a {
	background: #000;
	/*border: solid 1px #000;*/
	float: left;
	height: 110px;
	margin-left: 2px;
	margin-top: 2px;
	width: 266px;
}
#mainContentLinks a.linkButton img {
	border: 0;
	filter: Alpha(Opacity=85);
	/*height: 116px;*/
	opacity: .85;
	/*width: 258px;*/
}
#mainContentLinks a.linkButton:hover img {
	filter: Alpha(Opacity=100);
	opacity: 1;
}
#mainContentLinks #connectWithUs {
	float: left;
	text-align: center;
	background: #666 url('./img/int/connectBG.jpg') no-repeat; 
	height: 98px;
	margin-left: 2px;
	margin-top: 2px;
	width: 266px; 
}
#mainContentLinks #connectWithUs a {
	background: none;
	/*border: solid 1px #000;*/
	float: none;
	height: auto;
	margin: 0 8px 0 8px;
	position: relative;
	top: 52px;
	width: auto;
}
#newsArea {
	border: solid 1px #000;
	font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 304px;
	line-height: 14px;
	padding: 8px;
	width: 532px;
	overflow: auto;
	position: relative;
	margin-bottom: -16px;
}
#newsArea h2 {
	display: none;
	visibility: hidden;
}
#newsArea ul,
#newsArea ul li {
}
#newsArea .newsBreak {
	display: block;
	height: 1px;
	background: #999;
	margin: 8px 0 8px 0;
}
#newsArea #indexNews {
	height: 210px;
	margin: 0 0 0px 0;
	overflow: auto;
	padding: 4px;
}
#newsArea #moreNews {
	position: absolute;
	right: 0px;
	bottom: 0px;
	float: right;
	z-index: 250;
}
.pageEnder {
	height: 0px;
	clear: both;
	margin: -8px;
}
a.productPageLink {
	background-color: #666;
	border: solid 1px #000;
	color: #fff;
	display: inline;
	float: left;
	margin: 0 2px 4px 2px;
	padding: 4px;
	text-decoration: none;
	width: 482px;
}
a.productPageLink:hover {
	background-color: #999;
	border: solid 1px #333;
	color: #333;
}
a.productPageLink img {
	border: none;
	margin-right: 4px;
	float: left;
	height: 80px;
	width: 120px;
}
#pageArea,
#pageAreaIndex {
	/*background: transparent;*/
	font: normal 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	height: auto !important;
	height: 100%;
	margin: 0px auto;
	margin-bottom: 2px;
	/*margin-bottom: 16px;*/
	min-height: 672px;
	text-align: left;
	width: 1020px;
}
#pageAreaIndex {
	/*background: #333;*/
	padding: 0 0 97px 0;
	margin-bottom: -6px;
	position: relative;
}
#pageBG {
	height: 100%;
	margin: 0px auto;
	min-height: 100%;
	text-align: left;
}
#pageBorder {
	background: #fff;
	border: solid 1px;
	padding: 2px;
	width: 1020px;
}
#pageArea #pageContent {
	margin-left: 220px;
	margin-right: 16px;
}
#pageArea #pageContentNoSidebar {
	margin: 4px 24px 0 24px;
}
#pageContent,
#pageContentNoSidebar {
	margin: 4px;
}
#pageContent a,
#pageContentNoSidebar a {
	color: #c00;
}
#pageContent .pageMenuLinks {
	height: 24px;
	line-height: 24px;
}
#pageContent .pageMenuLinks ul li {
	display: block;
	float: left;
	font: bold 15px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	list-style-image: url('./img/blank.gif');
	margin: 0 2px 0 0;
	padding: 0;
	position: relative;
	white-space: nowrap;
}
#pageContent .pageMenuLinks ul li a {
	background: #c00;
	border: solid 1px #000;
	color: #fff;
	display: block;
	text-align: center;
	text-decoration: none;
	width: 158px;
}
#pageContent .pageMenuLinks ul li a:hover {
	background: #000;
}
#pageContent h1,
#pageContentNoSidebar h1 {
	margin-top: 16px;
}
#pageContent h2 {
	/*clear: both;*/
}
#pageContent #headerImage,
#pageContentNoSidebar #headerImage {
	border: solid 1px #666;
	float: right;
	margin-left: 1em;
	width: 360px;
	height: 200px;
}
.partsTable {
	width: 100%;
}
.partsTable td {
	font-size: 10px;
	text-align: left;
	vertical-align: top;
}
.floatLeft {
	float: left;
	margin-right: 4px;
}
.floatRight {
	float: right;
	margin-left: 4px;
}
.framed { border: solid 1px #333; }
.photoSection {
	font: 1px sans-serif;
	padding: 1px 0 0 1px;
	text-align: center;
	width: 471px;
}
.photoSection h1 {
	font-size: 10px;
	text-transform: uppercase;
	margin: 0;
}
.photoSection a img {
	border: 0;
	filter: Alpha(Opacity=85);
	opacity: .85;
	padding-bottom: 1px;

	position: relative;
}
.photoSection a:hover img {
	filter: Alpha(Opacity=100);
	opacity: 1;	
}
.sep {
	background: #999;
	height: 1px;
	margin: 4px 0 4px 0;
}
.specialLink {
	margin: 0 8px 0 0;
}
.specialLink img {
	background-color: #c00;
	border: solid 1px #999;
	height: 72px;
	margin-bottom: 3px;
	margin-top: 1px;
	width: 238px;
}
.specialLink:hover img {
	background-color: #f00;
	border-color: #fff;
}



/* GALLERY STYLES ====================================================== */
#gallerySection {
	text-align: center;
	margin: 12px;
}
#gallerySection h1 {
	text-align: left;
}
#gallerySection a img {
	border: solid 1px #999;
	filter: Alpha(Opacity=80);
	opacity: .8;
	position: relative;
}
#gallerySection a:hover img {
	border: solid 1px #FFF;
	filter: Alpha(Opacity=100);
	opacity: 1;
}
#progressDisplay {
	display: block;
	float: left;
	height: 440px;
	text-align: center;
}
#progressDisplay table {
	width: 100%;
	height: 100%;
}
#progressBarOuter {
	background: #000;
	border: solid 1px #FFF;
	display: inline;
	font: 1px sans-serif;
	width: 200px;
	height: 18px;
	float: left;
}
#progressBarInner {
	background: #999;
	float: left;
	font: 1px sans-serif;
	height: 18px;
}
#galleryDisplay {
	display: none;
	visibility: hidden;
}



/* menu styles --------------------------------------------- */
#flagBar {
	float: right;
	font: 1px sans-serif;
	padding: 3px 0 0 0;
}
#flagBar a img { border: solid 1px #333; }
#flagBar a:hover img { border: solid 1px #ccc; }
#menuArea {
	background: #999 url('./img/int/menuBG.jpg') no-repeat;
	height: 115px;
}
#menuBar {
	background: #e00; /*url('./img/int/menuBarBG.png');*/
	display: block;
	position: absolute;
	margin-top: 92px;
	/*top: -22px;*/
	width: 1020px;
	z-index: 96;
}
#menuLogo {
	background: url('./img/int/logo.png') no-repeat;
	behavior: url('./includes/iepngfix.htc');
	cursor: hand;
	float: left;
	height: 108px;
	position: relative;
	margin: 4px -279px 0 2px;
	width: 277px;
	z-index: 97;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav { margin-left: 296px; }
#nav a.dropParent {
	/*background: url('./img/int/dropdownArrowTop.gif') center right no-repeat;*/
	/*padding-right: 16px;*/
}
#nav a { /* dropdown button only */
	display: block;
	font: normal 16px "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	color: #fff;
	margin-right: 20px;
	padding-bottom: 1px;
	/*padding: 1px 4px 0px 2px;*/
	text-decoration: none;
	text-transform: uppercase;
}
#nav li a {
	/*padding: 1px 4px 0px 4px;*/
	text-indent: 3px;
	white-space: nowrap;
}
#nav li a img {
	border: 0;
	position: relative;
	left: -3px;
	vertical-align: middle;
}
#nav li li a.dropParent {
	background: url('./img/int/dropArrow.png') center right no-repeat;
	padding-right: 0px;
}
#nav li { /* all list items */
	float: left;
	background-color: 0;
	border: 0;
	display: block;
	text-align: left;
	text-decoration: none;
	margin: 0px 3px 0px 0px;
}
#nav li ul { /* second-level lists */
	background: url('./img/int/menuDropBG.png');
	/*border: solid 1px #000;*/
	color: #fff;
	position: absolute;
	/*width: 186px;*/
	width: 172px;
	left: -999em;
	margin-top: 0px;
	padding: 8px 4px 4px 4px;
	text-transform: none;
	margin-left: -11px;
}
#nav li li {
	background: 0;
	border: 0;
	margin: 0px 0px 0px 0px;
	display: block;
	clear: left;
	width: 100%;
}
#nav li li a { /* dropdown links */
	color: #fff;
	font: normal 12px "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	line-height: 20px;
	position: relative;
	padding: 1px 8px 0 8px;
	width: 100%;
	z-index: 96;
	/*text-transform: none;*/
}
#nav li ul ul { /* third-and-above-level lists */
	margin: -29px 0 0 176px;
	/*width: 270px;*/
}
#nav li:hover ul ul,
#nav li.sfhover ul ul {
	left: -999em;
}
#nav li:hover ul,
#nav li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav li:hover,
#nav li.sfhover {
	color: #f00; 
}
#nav li li:hover,
#nav li li.sfhover,
#nav li li li:hover,
#nav li li li.sfhover {
	/*background: #e00;*/
	background: url('./img/int/menuSelection.png') no-repeat;
	left: 0px;
	position: relative;
	top: 0px;
}
#nav li li:hover a,
#nav li li.sfhover a,
#nav li li li:hover a,
#nav li li li.sfhover a {
	color: #fff;
}
#pathBar {
	background: #ddd;
	color: #333;
	font: normal 11px "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	padding: 0 4px 0 4px;
}
#pathBar a { color: #C00; }
#salespeopleBox {
	float: right;
	display: block;
	height: 440px;
	width: 320px;
	overflow: auto;
}
#salespeopleBox p {
	margin: 8px 0 0 0;
	padding: 0;
}
#salespeopleBox .stateContact {
	display: none;
	margin-bottom: 8px;
	visibility: hidden;
}
#salespeopleBox .stateContact img {
	height: 80px;
	width: 60px;
}
#salespeopleBox .stateContact .contactBio {
	font-size: 10px;
	line-height: 12px;
	text-align: justify;
	clear: right;
	min-height: 48px;
position: relative;
}
#salespeopleBox .stateContact .contactEmail {
	float: right;
	font-size: 10px;
	bottom: 0px;
	position: absolute;
	right: 0px;
}
#salespeopleBox .stateContact .contactEmail img {
	height: 7px;
	padding-right: 2px;
	width: 10px;
}
#salespeopleBox .stateContact .contactInfo {
	background: #900;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding-left: 4px;
	padding-right: 4px;
}
#salespeopleBox .stateContact .contactSalesInfo {
	background: #ccc;
	color: #000;
	font-size: 10px;
	padding-left: 4px;
}
#searchBar {
	color: #ccc;
	font: 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	float: right;
	line-height: 22px;
	padding: 0px 4px 1px 4px;
	margin-right: 12px;
}
#searchBar form {
	margin: 0;
	padding: 0;
}
#searchBar input {
	background: #ccc;
	border: solid 1px #666;
	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	padding: 0;
	margin: 0;
	width: 128px;
}
#searchBar #searchButton {
	background: 0;
	border: 0;
	height: 16px;
	margin: 3px 0 -3px 0;
	width: 16px;
}
#sidebarFrame {
	display: inline;
	float: left;
	width: 216px;
	text-align: center;
}
#sidebarMenu {
	display: inline;
	float: left;
	font: normal 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	list-style-image: url('./img/blank.gif');
	margin: 16px 0 0 24px;
	text-align: left;
	width: auto;
}
#sidebarMenu li {
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#sidebarMenu li li {
	font-weight: normal;
	list-style-image: url('./img/int/sidebarMenuBullet.gif');
	margin: 0 0 0 16px;
}
#sidebarMenu .sidebarMenuSpace {
	display: block;
	padding: 16px 0 0 0;
}
#slideShow {
	position: relative;
}
#slideShow #slideLayerBG,
#slideShow #slideLayerFG {
	position: absolute;
	top: 0px;
	left: 0px;
}
#slideShow #slideLayerBG {
	z-index: 32;
}
#slideShow #slideLayerFG {
	z-index: 64;
}

.placeholderText {
	background: #fc9;
}