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

* {
	margin: 0;
	padding: 0;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0;
	padding: 0;
	color: #000000;
	background-image: url(../images/bgstripes.jpg); 
	background-repeat: repeat;
	background-position: top center;
}
A:link { TEXT-DECORATION: none;}
A:visited { TEXT-DECORATION: none; color:blue;}
A:active { TEXT-DECORATION: none;}
A:hover { TEXT-DECORATION: none; color:#0066FF;}
h1 {
	font-size:20px;
	font-weight:bolder;
	color:#004abc;
	font-family: Arial, Helvetica, sans-serif;
}

.dashItem { border-bottom:dotted 1px; border-color:#000000;}
.topDashItem { border-bottom:dotted 1px; border-top:dotted 1px; border-color:#000000;}
.onlyDashItem { border-top:dotted 1px; border-color:#000000;}

.breakMod { line-height:0; }

#gradient {
	position: absolute;
	top: 0px;
	height: 349px;
	width: 100%;
	background-image: url(../images/bggradient02.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}
#maincontainer {
	position: relative;
	top: 0px;
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px hidden #000000;
}
#logotable {
	width: 780px;
	z-index: 1;
}
#lgtblR1C1 {
	height: 13px;
	background-image: url(../images/logoheader/row1col1.jpg);
	background-repeat:no-repeat
}
#lgtblR2C1 {
	height: 72px;
	width: 25px;
	background-image: url(../images/logoheader/row2col1.jpg);
	background-repeat:no-repeat
}
#lgtblR2C2 {
	width: 6px;
	background-image: url(../images/logoheader/row2col2.jpg);
	background-repeat:no-repeat
}
#lgtblR2C3 {
	width: 194px;
	background-image: url(../images/logoheader/row2col3.jpg);
	background-repeat:no-repeat
}
#lgtblR2C3b {
	width: 524px;
	background-image: url(../images/logoheader/row2col3b.jpg);
	background-repeat:no-repeat
}
#lgtblR2C4 {
	width: 31px;
	background-image: url(../images/logoheader/row2col4.jpg);
	background-repeat:no-repeat
}
#logoHeader a {
	position: absolute;
	height: 86px;
	width: 229px;
	top: 1px;
	text-decoration: none;
	left: 5px;
}
#logoHeader a i { visibility: hidden; }
#searchField {
	position: absolute;
	top: 33px;
	left:540px;
	width: 137px;
	height: 18px;
}
#searchButton {
	position: absolute;
	top: 33px;
	left: 685px;
}
#mainNav {
	position: relative;
	z-index: 2;
}
#mainNav a i { visibility: hidden; }
#flashtable {
	width= 780px;
	z-index: 3;
}
#fltblR1C1 {
	height: 168px;
	width: 12px;
	background-image: url(../images/flashheader/fltblrow1col1.jpg);
	background-repeat:no-repeat
}
#fltblR1C2 {
	width: 756px;
	background-image: url(../images/flashheader/fltblrow1col2_04b.jpg);
	background-repeat:no-repeat
}
#products {
	width: 756px;
	background-image: url(../images/flashheader/products.jpg);
	background-repeat:no-repeat
}
#contact {
	width: 756px;
	background-image: url(../images/flashheader/contact.jpg);
	background-repeat:no-repeat
}
#findDealer {
	width: 756px;
	background-image: url(../images/flashheader/findDealer.jpg);
	background-repeat:no-repeat
}
#dealers {
	width: 756px;
	background-image: url(../images/flashheader/dealers.jpg);
	background-repeat:no-repeat
}
#disambigFlushers {
	width: 756px;
	background-image: url(../images/flashheader/disambigFlushers.jpg);
	background-repeat:no-repeat
}
#stdFlushers {
	width: 756px;
	background-image: url(../images/flashheader/stdFlushers.jpg);
	background-repeat:no-repeat
}
#dirFlushers {
	width: 756px;
	background-image: url(../images/flashheader/dirFlushers.jpg);
	background-repeat:no-repeat
}
#fltblR2C1 {
	height: 6px;
	background-image: url(../images/flashheader/fltblrow2col1.jpg);
	background-repeat:no-repeat
}
#bodyTable {
	position: relative;
	left: 20px;
}
#bdtblR1C1 {
	width: 5px;
	background-image: url(../images/bodyTable/bdtblR1C1.jpg);
	background-repeat: repeat-y;
	vertical-align:top;
}
#colGradient {
	height: 86px;
	width: 5px;
	background-image:url(../images/bodyTable/colGradient.jpg);
}
#bdtblMainCell {
	width: 730px;
	background-color:#FFFFFF;
	background-image: url(../images/bodyTable/bdtblMainCellBack.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#bdtblR1C3 {
	width: 1px;
	background-color: #2a3239;
}
#bdtblR2C2 {
	height: 12px;
	background-image: url(../images/bodyTable/bdtblR2C2.jpg);
	background-repeat: no-repeat;
}
/* Navigation Map Styles */
.navMap {
	background-color:#ecedea;
	height:40px;
	border:thick;
	border-color:#000000;
}
.navMap p {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-left: 20px;
	padding-top: 10px;
	font-size:small;
	text-decoration:none;
	color:#4f5255;
}
.navMap a:link { color:#4f5255;}
.navMap a:visited {color:#4f5255;}
.navMap a:hover { color:#008eff;}
.navMap a:active { color:#008eff;}

#footer{
	padding-bottom:20px;
}

#footer p {
	padding-top: 5px;
	text-align: center;
	font-size: x-small;
	text-decoration: none;
}
#footer a img { border:none; }
#footer a:link { 
	color:#0000FF;
}
#footer a:visited { color:#000066; }
#psychoactivePixelLogo { position:absolute; bottom:10px; right:50px}
#canadaLogo { position:absolute; bottom:10px; left:65px}
.spamPoison { visibility:hidden;}