/* BASE STYLES */
a:link, 
a:active {
	color: #C60;
	font-weight: bold;
}
a:visited {
	color: #630;
}
a:hover {

}
body {
	background: #423527 url('./img/int/mainBG.gif') repeat-x;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 16px 0px 0px 0px;
	overflow: visible;
	padding: 0px;
	scrollbar-3dlight-color: #000;
	scrollbar-arrow-color: #FFF;
	scrollbar-base-color: #FFF;
	scrollbar-darkshadow-color: #000;
	scrollbar-face-color: #666;
	scrollbar-highlight-color: #666;
	scrollbar-shadow-color: #666;
	scrollbar-track-color: #DDD;
}
form {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3 {
	color: #000;
	margin: 0px -2px 0px -1px;
	padding: 0px 2px 0px 2px;
}
h1 {
	background: #FFF url('./img/int/h2BG.jpg') repeat-y;
	font-size: 1.5em;
}
h2 {
	color: #630;
	font-size: 1.2em;
}
h3 {
	font-size: 1em;
}
h3 a {
	background: #fff;
	clear: none;
	float: right;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	margin-left: 4px;
	padding: 0px 2px 1px 1px;
	/*border: solid 1px #eee;*/
}
h3 a .iconPDF {
	background: url('./img/int/iconPDF.png') no-repeat;
	cursor: hand;
	display: block;
	float: left;
	height: 16px;
	margin-right: 2px;
	position: relative;
	width: 16px;
}
hr {
	border: solid 1px #666;
	display: block;
	height: 1px;
	margin: 0px;
	padding: 0px;
}
img {
	behavior: url('./includes/iepngfix.htc');
	border: 0px;
}
input {
	font-size: 14px;
	/*height: 24px;*/
	vertical-align: middle;
}
td {
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 3px 0px 3px;
}

/* CUSTOM STYLES */
.alertKey {
	background-color: #EEE;
	border: solid 2px #666;
	display: block;
	padding: 3px;
	text-align: left;
	width: 350px;
}
.appSection {
	background-color: #BBB;
	border: solid 1px #000;
	margin: 0px 20px 0px 20px;
}
.appSection td {
	background-color: #EEE;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 4px;
	text-align: left;
	vertical-align: top;
}
.appSection .sectionHeading,
.formatTable .sectionHeading {
	background-color: #666;
	color: #FFF;
	font: bold 12px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 4px;
}
.appSection .subsectionHeading, .formatTable .subSectionHeading {
	background-color: #BBB;
	color: #000;
	font: bold 12px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 4px;
}
.bottomBar {
	height: 24px;
	width: 800px;
}
.bottomBar td {
	background: #630;
}
.bottomBar td, 
.bottomBar td a:link,
.bottomBar td a:active,
.bottomBar td a:visited {
	color: #FFF;
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.bottomBar td a:hover {
	text-decoration: underline;
}
.bottomBar .copyright {
	background: 0;
	color: #000;
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
	height: 24px;
	text-align: left;
	vertical-align: top;
	width: 600px;
}
.bottomBar .end {
	display: block;
	height: 24px;
	width: 16px;
}
.bottomBar .start {
	font: 1px Arial, sans-serif;
	background: url('./img/int/bottomBarEnd.gif') no-repeat;
	display: block;
	height: 24px;
	width: 40px;
}
.contentLeft {
	clear: both;
	margin: 4px 0px 4px 0px;
	text-align: left;
}
.contentLeft .frameImage {
	float: left;
	margin-right: 6px;
}
.contentRight {
	clear: both;
	margin: 4px 0px 4px 0px;
	text-align: right;
}
.contentLeft:after, .contentRight:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.contentRight .frameImage {
	float: right;
}
.contactLink:link,
.contactLink:active,
.contactLink:visited {
	background: url('./img/int/contactLink.gif') no-repeat;
	height: 80px;
	margin: 0px;
	text-decoration: none;
	width: 192px;
}
.contactLink:hover {
	background: url('./img/int/contactLinkUp.gif') no-repeat;
}
.contactTable td {
	padding: 8px;
}
.contentArea {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 990px;
}
.dataTable {
	background-color: #630;
}
.dataTable td,
.dataTable th {
	background-color: #EEE;
	font: .7em Arial, Helvetica, sans-serif;
	margin: 1px;
	padding: 4px;
}
.dataTable th {
	color: #630;
	font: bold .8em Arial, Helvetica, sans-serif;
}
.dataTable .na {
	background-color: #666;
}
.dataTable .opt {
	background-color: #FC6;
}
.dataTable .std {
	background-color: #69C;
}
.errorIcon {
	display: inline;
	float: left;
	height: 24px;
	vertical-align: top;
	width: 24px;
}
.errorKey {
	display: block;
	padding: 3px;
	text-align: left;
	width: 400px;
}
.field, 
.fieldRequired, 
.fieldError {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	/*height: 18px;*/
}
.fieldTextarea {
	height: auto;
}
.field {
	border: solid 1px #666;
	background-color: #FFF;
	margin: 1px;
}
.fieldExample {
	font-size: 9px;
	font-weight: normal;
	font-style: italic;
}
.fieldRequired {
	border: solid 2px #000;
	background-color: #FFF;
}
.fieldRequiredLabel {
	color: #000;
	font-weight: bold;
}
.fieldError {
	border: solid 2px #C00;
	background-color: #FDD;
}
.fieldErrorLabel {
	color: #C00;
}
.footerSection {
	background: url('./img/int/footerBG.jpg');
	clear: both;
	display: block;
	float: none;
	height: 63px;
	margin: 0px 0px 0px 0px;
	width: 988px;
}

.formButton,
.formAlertButton {
	background: #630;
	border: solid 1px;
	border-color: #DDD #000 #000 #DDD;
	color: #FFF;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	overflow: visible;
	padding: 0px 2px 0px 2px;
	margin: 0px 0px 1px 0px;
}
.formAlertButton {
	background-color: #F60;
	color: #000;
}
.formatTable {
	background-color: #000;
}
.formatTable td, .formatTable th {
	padding: 0px 3px 0px 3px;
	vertical-align: top;
}
.formatTable td {
	color: #000;
}
.formatTable th {
	background-color: #369;
	color: #FFF;
}
.formatTable th, 
.formatTable th a:link,
.formatTable th a:active,
.formatTable th a:visited {
	color: #FFF;
}
.formatTable tr, .formatTable tr.row1 {
	background-color: #EEE;
}
.formatTable tr.row2 {
	background-color: #DDD;
}
.formatTable td {
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
}
.formatTable .sectionHeading {
	background-color: #630;
	color: #FFF;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 4px;
}
.formatTable .subSectionHeading {
	background-color: #BBB;
	color: #000;
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 4px;
}
.framed {
	border: solid 1px #630;
}
.headerBG {
	background: #000;
	height: 322px;
	margin: 0px 0px -2px 0px;
	width: 946px;
}
.headerCover {
	background: url('./img/headers/headerCover.gif') no-repeat;
	height: 400px;
	padding: 1px;
	width: 796px;
}
.headerText {
	color: #FCE7C2;
	display: block;
	font: bold 12px Arial, Helvetica, sans-serif;
	left: 6px;
	position: relative;
	top: 72px;
	width: 360px;
	z-index: 96;
}
.headerText a:link,
.headerText a:active,
.headerText a:visited {
	color: #FFF;
}
.headerText ul {
	margin: 0px;
	padding: 0px;
}
.headerText ul li {
	list-style: none;
	margin: 4px;
	padding: 0px;
}
.icon16 {
	display: inline;
	height: 16px;
	vertical-align: middle;
	width: 16px;
}
.icon24 {
	display: inline;
	height: 24px;
	vertical-align: top;
	width: 24px;
}
.insetFrame {
	background-color: #FFF;
	border: solid 1px #125B9F;
	float: right;
	margin: 0px 0px 8px 8px;
	padding: 8px;
	text-align: center;
	width: 180px;
}
.inventoryLink {
	height: 160px;
	width: 308px;
	text-align: center;
	margin: -1px 0px 0px 0px;
}
.inventoryLink h1 {
	background: url('./img/int/inventoryHeaderBG.png') no-repeat;
	behavior: url('./includes/iepngfix.htc');
	color: #FFF;
	font: bold 16px Arial, Helvetica, sans-serif;
	height: 28px;
	margin: 0px 0px -6px 0px;
	padding: 5px 2px 0px 2px;
	position: relative;
	text-align: center;
	z-index: 96;
}
.inventoryLink img {
	border: solid 1px #B89B6E;
	height: 133px;
	position: relative;
	width: 290px;
	z-index: 2;
}
.keySwatch {
	border: solid 1px #630;
	display: inline;
	height: 24px;
	margin: 0px 4px 0px 4px;
	padding: 0px 24px 10px 0px;
	_padding: 0px;
	vertical-align: middle;
	width: 24px;
}
.logoArea {
	text-align: center;
}
.logoArea a {
	margin: 12px;
}
.menuArea {
	background: url('./img/int/menuBG.jpg') no-repeat;
	margin: 0px 0px -8px 0px;
	width: 988px;
	height: 146px;
	z-index: 96;
	position: relative;
}
.menuBarBottom {
	margin: 103px 0px 0px 4px;
	width: 980px;
}
.menuBarTop {
	color: #FFF;
	height: 24px;
	margin: -2px 12px 0px 0px;
}
.menuBarBottom a.itemLink,
.menuBarBottom a.itemLink:active,
.menuBarBottom a.itemLink:visited,
.menuBarTop a.itemLink,
.menuBarTop a.itemLink:active,
.menuBarTop a.itemLink:visited {
	color: #FCE7C2;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	line-height: 16px;
	margin: 0px;
	padding: 1px 4px 0px 0px;
	position: relative;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 100%;
}
.menuBarBottom a.itemLink {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
.menuBarBottom a.itemLink:hover,
.menuBarTop a.itemLink:hover {
	color: #FFF;
}
.menuBarBottom td,
.menuBarTop td {
	text-align: center;
	vertical-align: bottom;
}
.menuHide {
	background-color: #F00;
	filter: Alpha(Opacity=20);
	height: 100%;
	left: 0px;
	opacity: 0;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 80;
}
.menuShadow {
	background: url('./img/int/menuShadow.png') no-repeat;
	behavior: url('./includes/iepngfix.htc');
	height: 8px;
	margin: 8px 0px -8px 0px;
	position: relative;
	width: 988px;
	z-index: 95;
}
.menuSpacer {
	display: block;
	height: 105px;
}
.menuEnd {
	display: inline;
	font: 1px sans-serif;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 14px 0px;
	width: 1px;
}
.menuSep {
	background: #FFF;
	display: inline;
	font: 1px sans-serif;
	padding: 0px 1px 14px 0px;
	width: 1px;
}
.pageArea {
	padding: 6px;
}
.pageBody {
	height: 400px;
	padding: 4px;
	margin: 0px;
	vertical-align: top;
}
.pageContent {
	background: #FFF;
	border-left: solid 1px #FFF;
	border-right: solid 1px #FFF;
	padding: 0px;
	position: relative;
	margin: 0px 21px 0px 21px;
	vertical-align: top;
	width: 946px;
	z-index: 90;
}
.printFrame {
	height: 1px;
	width: 1px;
}
.quoteLink,
.quoteLink:visited,
.quoteLink:active,
.quoteLink:link {
	background-color: #630;
	background-color: #357DBF;
	border: solid 1px;
	border-color: #FFF #000 #000 #FFF;
	color: #FFF;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 4px;
	padding: 2px;
	position: relative;
	text-decoration: none;
	top: 2px;
}
.searchTags {
	visibility: hidden;
}
.specials {
	background: #000 url('./img/int/specialsBG.gif') bottom repeat-x;
	display: block;
	padding: 3px 0px 2px 2px;
}
.specialLink {
	border: solid 1px #D97700;
	height: 160px;
	width: 200px;
}
.specialLink h1 {
	background: #D97700 url('./img/int/specialHeaderBG.gif') repeat-x;
	color: #533707;
	font: bold 14px Arial, Helvetica, sans-serif;
	height: 21px;
	margin: 0px;
	padding: 3px 2px 0px 2px;
}
.specialLink img {
	height: 136px;
	width: 100%;
}
.subMenu {
	display: none;
	position: absolute;
	top: 162px;
	visibility: hidden;
	z-index: 82;
}
.subMenu a:active,
.subMenu a:link,
.subMenu a:visited {
	color: #F90;
	display: block;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 100%;
	z-index: 94;
}
.subMenu a:hover {
	color: #FFF;
}
.subMenu table {
	background: url('./img/int/submenuBG.png') repeat-x;
	/*behavior: url('./includes/iepngfix.htc');*/
	height: 32px;
	left: 22px;
	position: relative;
	width: 946px;
	z-index: 94;
}
.subMenu td {
	vertical-align: center;
}
.subMenuSep {
	width: 1px;
	overflow: none;
}


/* Slideshow elements ====================================================== */
.slideElementBG,
.slideElementFG {
	position: absolute;
}
.slideElementBG {
	z-index: 32;
}
.slideElementFG {
	z-index: 64;
}
.slideHidden {
	display: none;
	visibility: hidden;
}
