/* -=-=-=[ framework components ]=-=-=-=- */
html {
	scrollbar-face-color: #cccccc !important;
  	scrollbar-shadow-color: ThreeDDarkShadow !important;
  	scrollbar-highlight-color: ThreeDHighlight !important;
  	scrollbar-3dlight-color: #eeeeee !important;
  	scrollbar-darkshadow-color: #aaaaaa !important;
  	scrollbar-track-color: #999999 !important;
  	scrollbar-arrow-color: #666666 !important;
	height:100%
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #434343;
	margin:0;
	padding:0;
	height:100%;
	position:relative;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 4 0;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

p ul{
	margin: 2 0 0 0px;
}

p ul,li{
	font-size: 11px;
}

p ol{
	margin: 2 0 0 0px;
}

p ol,li{
	font-size: 11px;
	line-height: 12px;
	margin: 0 0 0 -20px;
}

ul {
	margin: 10 0 0 0px;
}

ol {
	margin: 10 0 0 0px;
	
}

li{
	margin: 0 0 0 22px;
}

a {
	text-decoration: none;
	color: #660000;
}

/* -=-=-=-=-[ div specific ]-=-=-=-=- */
#bodyDiv {
	background-image: url(/_img/common/page_bg2.jpg);
	background-repeat: repeat-x;
	background-color: #434343;
}

#body2Div {
	width:980px;
}

#hdrDiv {
	width:937px;
	height:60px;
	background-image: url(/_img/common/hdr_bg_main.jpg);
	background-repeat: repeat-x;
	clear:both;
}

#hdrSearch {
	/* searh form box */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:black;
	border:1px solid white;
	background-color:#dedede;
}

#subPageDiv {
	width:937px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#homeAdDiv {
	clear:both;
	width:937px;
	height:239px;
	padding:0px;
	margin:0px;
	border:0px solid #000000;
}

#homeTabs {
	float:right;
	padding:0 20 0 0px;
}

#navTabs {
	float:left;
	padding:0 15 0 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#homeNav {
	clear:both;
	width:937px;
	min-height:350px;
	/*background-image: url(/_img/common/bdy_lowerDivBG.jpg);
	background-repeat: repeat-x;*/
	background-color:#e8e8e6;
	border:0px solid #000000;
	overflow:visible;
}

#d_subpage_webtrax {
}

#d_subpage_webtrax p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#ftrDiv {
	width:937px;
	height:50px;
	padding:0px;
}

#ftrDiv ul {
	padding:0 0 0 5px;
	margin:0px;
}

#ftrDiv li.pipe{
	font-size: 10px;
	line-height:0px;
	color:white;
	display:inline;
	text-decoration:none;
	list-style-image: none;
	border-right:1px solid white;
	padding:0 6px;
	margin:0px;
}

#ftrDiv li {
	font-size: 10px;
	color:white;
	display:inline;
	text-decoration:none;
	list-style-image: none;
	padding:0 6px;
	margin:0px;
}

#ftrDiv li a{
	font-size: 10px;
	color:white;
}

#timerDiv {
	float:left;
	clear:both; 
	width:937px;
}

/* -=-=-=[ explicit divs ]=-=-=-=- */
#navTrail a {
	color:white;
}

#mfgGroup {
	color:white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-image: url(/_img/common/spacer_dkMenu.jpg);
	background-repeat: repeat-x;
}

#mfgGroup a{
	color:white;
	text-decoration:none;
}

#mfgGroup p{
	padding:2px;
	cursor:pointer;
}

#mfgGroup h1{
	color:white;
	font-size: 12px;
	font-weight: bold;
	margin:0 0 1 0px;
}

#mfgGroup h2{
	color:white;
	font-size: 11px;
	font-weight: normal;
	margin:0 0 1 0px;
	padding:2px;
	cursor:pointer;
}

#catGroup {
	color:white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-image: url(/_img/common/spacer_dkMenu.jpg);
	background-repeat: repeat-x;
}

#catGroup a{
	color:white;
	text-decoration:none;
}

#catGroup p{
	padding:2px;
	cursor:pointer;
}

#catGroup h1{
	color:white;
	font-size: 12px;
	font-weight: bold;
	margin:0 0 1 0px;
	padding:2px;
	cursor:pointer;
}

#catGroup h2{
	color:white;
	font-size: 11px;
	font-weight: normal;
	margin:0 0 1 0px;
	padding:2px;
	cursor:pointer;
}

/* -=-=-=[ page level comonents ]=-=-=-=- */

/* product lists */

.brandGroup_off {
	background-color:#e8e8e6;
	margin:0px;
	padding:5px;
}
.brandGroup_on {
	background-color:#fefefe;
	margin:0px;
	padding:5px;
}

.folderOpen {
	text-decoration:none;
	font-weight:bold;
}
.prodList_tbl {
	border-collapse:collapse;
	border:0px solid #999999;
}
.prodList_hdr {
	border-bottom:2px solid #cccccc;
	padding:3 3px;
}
.prodList_itm {
	border-bottom:1px solid #aaaaaa;
	padding:3px;
}
.altBG1 {
	background-color:#eeeeee;
	cursor:pointer;
}
.altBG2 {
	background-color:#dddddd;
	cursor:pointer;
}
.altBG3 {
	background-color:#ffffff;
	cursor:pointer;
}

/* error messages */

.errorMsg_main {
	border:1px solid #993333;
	padding:10px;
	margin:5px;
	background-color:white;
	font-weight:bold;
}

/* nav elmts */

#navHdr {
	background-image: url(/_img/common/nav_tabBG2.jpg);
	height:30px;
	width:100%;
}

.homeTabElmt a{
	float:left;
	width:114px;
	padding:10 0 0 0px;
	clear:none;
	background-image: url(/_img/common/nav_homeTab.jpg);
	color:#666666;
	font-weight: bold;
}

.navTabElmt_off {
	float:left;
	background-image: url(/_img/common/nav_tab2_off.jpg);
	height:30px;
	width:114px;
	color:white;
	text-decoration:none;
}

.navTabElmt_off a{
	float:left;
	width:114px;
	padding:8 0px;
	color:#333333;
	text-decoration:none;
	border:0px solid #000000;
	font-weight:bold;
}

.navTabElmt_on {
	float:left;
	background-image: url(/_img/common/nav_tab2_on.jpg);
	height:30px;
	width:114px;
	color:white;
	text-decoration:none;
}

.navTabElmt_on a{
	float:left;
	width:114px;
	padding:8 0px;
	color:white;
	text-decoration:none;
	border:0px solid #000000;
	font-weight:bold;
}

.navTabElmt_on a:link{ color:#333333;text-decoration:none;font-weight:bold; }
.navTabElmt_on a:hover{ color:#333333;text-decoration:none;font-weight:bold; }

.navTabElmt_off a:link{ color:#333333;text-decoration:none;font-weight:bold; }
.navTabElmt_off a:hover{ color:#666666;text-decoration:none;font-weight:bold; }

.subDivs {
	/*height:100%;*/
	clear:both;
	margin:0px;
	border:0px solid #000000;
	background-image:url(/_img/common/subDiv_trans1.jpg);
	background-repeat:repeat-x;
}

.revP{
	color:white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}


.contactUs_rev{
	color:white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.greyHdr_rev{
	color:white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin:0 0 3 0px;
}

.greyHdr_rev2{
	color:white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-bottom:1px solid #ffffff;
	padding:0 0 3 0px;
	margin:0 0 3 0px;
}

.formlabels {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.intraForm {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #eeeeee;
	font-size: 1.0em;
	border: 1px solid #999999;
	margin: 1px;
}

.intraSubmit {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #eeeeee;
	font-size: 1.0em;
	border: 1px solid #999999;
	margin: 1px;
}

.formlabels_highlighted {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFF66;
	font-weight: bold;

}
.tblBrdrDashed {
	border: 1px dashed #FFFFFF;
}

.alertMsg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	background-color: eeeeee;
	margin: 3px;
	padding: 3px;
	border: 1px solid #999999;
	overflow:visible;
}

a:link {
	text-decoration: none;
	color: #660000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #660000;
}
a {
	text-decoration: none;
}

.boldHead {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.boldSubhead {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.hdrMain {
	font-family: Verdana, sans-serif;
	font-size: 18px;
	color:black;
	border-bottom:1px solid black;
	padding:0 0 10 0px;
	margin:0 0 5 0px;
}
.subhdrMain {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	color:black;
	margin:0 0 2 0px;
}

.paratxt-13 {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 13px;
}
.paratxt-11 {
	font-family: Verdana, sans-serif;
	color:#666666;
	font-size: 11px;
	line-height:15px
}
.formlabel-underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}
.emailReplyField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #660000;
}
.nowrapTable {
	background-repeat: no-repeat;
	background-image: url(/img/tbls/subPg_tbl_BG.jpg);
}

input .intranet {
	background-color: #eeeeee;
	color: #333333;
	letter-spacing: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.5em;
}

.comment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*font-style: italic;*/
	color: #999999;
}


/* -=-=-=-=-=-=- [ drop shadow over white BG] -=-=-=-=-=-=- */

.shadowboxMain, .shadowBLCorner, .shadowTRCorner {
	display: block
}

.shadowboxMain {
	background: url(/img/tbl/shadBox/shadow_main.gif) no-repeat right bottom;
	float: left;
	margin: 0 0 0 4;
	border: solid 0px black;
}

.shadBoxMainImgLib {
	background: url(/img/tbl/shadBox/shadow_main.gif) no-repeat right bottom;
	float: left;
	margin: 4 0 0 4; /* */
	border: solid 0px black;
}

.shadowboxLeft {
	background: url(/img/tbl/shadBox/shadow_left.gif) no-repeat left bottom;
	
}

.shadowboxTop {
	background: url(/img/tbl/shadBox/shadow_top.gif) no-repeat right top;
	padding: 0 8px 8px 0; 
}

.shadowboxImgLib {
	background-color: white;
	padding: 0px;
	/*width: 120px;*/
	border: solid 1px black;
}
.shadowboxImg {
	display: block;
	margin: 0 0 0 0;
}

/* -=-=-=-=-=-=- [ drop shadow over yellow BG #FEFF99] -=-=-=-=-=-=- */

.shadowPostItMain {
	display: block
}

.shadowPostItMain {
	background: url(/img/tbl/shadBox/shadowPostIt_main.gif) no-repeat right bottom;
	float: left;
	margin: 0 0 0 4;
	border: solid 0px black;
}

.shadowPostIt {
	background: url(/img/tbl/shadBox/shadowPostIt_main.gif) no-repeat right bottom;
	float: left;
	margin: 4 0 0 4; /* */
	border: solid 0px black;
}

.shadowPostItLeft {
	background: url(/img/tbl/shadBox/shadowPostIt_left.gif) no-repeat left bottom;
	
}

.shadowPostItTop {
	background: url(/img/tbl/shadBox/shadowPostIt_top.gif) no-repeat right top;
	padding: 3 8px 8px 0; 
}

.shadowboxPostIt {
	/*background-color: white;*/
	padding: 0px;
	/*width: 120px;*/
	border: solid 1px #999999;
}
/* -=-=-=-=-=-=- [ session logout alerts ] -=-=-=-=-=-=- */
.logout {
	margin: 0px;
	border: 1px solid #003300;
	background-color: #ffffdd;
	padding: 8 0 0 8px;
}
.logout h4 {
	font-size: 0.8em;
	font-weight: bold;
}

/* -=-=-=-=-=-=- [tiny mce paragraphs ] -=-=-=-=-=-=- */

.tmceDiv {
	font-family: Verdana, sans-serif;
	color:#666666;
	font-size: 12px;
	line-height:16px
}

.tmceDiv p {
	font-size: 12px;
}

.tmceDiv ul{
	margin:5 0px;
}

.tmceDiv ol{
	margin:5 0px;
}

.tmceDiv li{
	font-size: 12px;
	line-height:16px;
	padding:0 0 0 0px;
	/*list-style-position: outside;
	list-style-image: url(/img/_icon/bullet_blueWht.gif);*/
	
}

/* -=-=-=-=-=-=- [ misc fun stuff ] -=-=-=-=-=-=- */

.goTxt {
	background-color:dddddd;
	position:relative;
	right:0px;
	margin:20 0 0 0px;
	padding:3 3 3 3px;
	clip:  rect(0 0px 0 0);
	border:1px solid #999999;
	font-weight: bold;
	line-height:30px;
	
}

/*------ glossary-----*/
#glossary_bg {
	visibility:hidden;
	background-color:#000000;
	filter:alpha(opacity=50); opacity:.50;
	height:100%;
	width:100%;
	position:absolute;
	left:0;
	top:0; z-index:5;
}
#glossary_wrap {
	visibility:hidden;
	position:absolute;
	height:100%;
	width:100%;
	left:0;
	top:0; z-index:5;
}
#glossary {
	width:400px;
	background-color:#eeeeee;
	border:10px solid #999999;
	margin:25 0px;
	font-size:11px;
}
.glossaryLink a {
	border:2px solid #666666;
	color: #ffffff;
	background-color:#999999;
	padding:1 3px;
	margin:2px;
	text-decoration:none;
	font-weight:bold;
}
#glossary p {
	font-size:11px;
	margin:5 0px;
}
#glossary ul, ol {
	margin:5 0 10 0px;
}

/*------ popDetail -----*/

#popDetail_bg {
	visibility:hidden;
	position:absolute;
	background-color:#000000;
	filter:alpha(opacity=50);
	opacity:.50;
	height:100%;
	width:100%;
	left:0;
	top:0;
	z-index:1;
}
#popDetail_wrap {
	visibility:hidden;
	position:absolute;
	height:100%;
	width:100%;
	left:0;
	top:0;
	z-index:2;
}
#popDetail {
	position:relative;
	width:700px;
	background-color:#eeeeee;
	border:10px solid #999999;
	margin:50 0px;
	z-index:2;
}


