/************************************************
 * Formatting - Site-wide
 ************************************************/
BODY {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
} 
 
BODY, TD, P {
	color: #000000;
	font: 11px/16px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

A:link, A:active, A:visited {
	color: #000000;
	text-decoration: none;
}

P {
	margin: 0 0 10px 0;
	padding: 0;
}

H1 {
	font: normal 24px Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 20px 20px 3px 20px;
	margin: 0;
}

H2 {
	font: bold 13px/normal Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 2px 20px 0 20px;
	margin: 0;
}

H3 {
	font: normal bold 12px Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 2px 20px 0 20px;
	margin: 0;
}

H4 {
	font: normal bold 11px Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 2px 20px 0 20px;
	margin: 0;
}

OL {
	padding: 2px 20px 0 20px;
	margin: 0 0 10px 25px;
}

UL {
	padding: 2px 20px 0 20px;
	margin: 0 0 10px 15px;
	list-style: disc outside;
}

UL UL {
	padding: 2px 20px 0 15px;
	margin: 0;
	list-style: disc outside;
}

LI {
	line-height: 14px;
	padding: 0 0 0 10px;
	margin: 0;
}

UL.spaced  LI,
OL.spaced  LI {
	padding-bottom: 7px;
}

UL.spaced  UL LI,
OL.spaced  OL LI {
	padding-bottom: 0;
}

DL {
	padding: 2px 20px 0 20px;
	margin: 0 0 10px 25px;
}

DD { 
	line-height: 16px;
	padding: 0 0 7px 10px;
	margin: 0;
}

SUP {
	font-size: 80%;
	text-decoration: none;
	line-height: 80% !important;
}

SUB {
	font-size: 80%;
	text-decoration: none;
	line-height: 80% !important;
}

HR {
	clear: both;
  border: 0;
	width: 100%;
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
	margin: 10px 0 0 0;
	_margin: 5px 0 0 0;
}

.lineBreak {
	clear: both;
}

.alignRight {
	float: right;
}

IMG {
	border-color: #000000;
	color: #000000;					
}

IMG.alignLeft {
	margin: 4px 5px 2px 0;
	float: left;
}

IMG.alignRight {
	margin: 4px 0 2px 5px;
	float: right;
}

IMG.bordered {
  border: 4px solid #ffffff;
}

.txtLarge {
  font-size: 13px;
  line-height: normal;
}

.txtSmall {
  font-size: 10px;
  line-height: normal;
}

.txtIndent {
	margin-left: 10px;
}

.txtIntro {
	font: bold 17px/normal Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 20px 20px 5px 20px !important;
	margin: 0;
}


/************************************************
 * Tables
 ************************************************/
TABLE.dataTable {
	clear: both;
	border: 1px solid #ffffff;
	overflow: hidden;
}

TABLE.productTable {
	clear: both;
	border-top: 4px solid #ffffff;
	border-left: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
	overflow: hidden;
}

TABLE TR {
	vertical-align: top;
}

TABLE TR.odd {
	background: #f2f2f2;	
}

TABLE TR.even {
	background: #e6e6e6;
}

TABLE TR.odd TD,
TABLE TR.even TD,
TABLE TR.darkGray TD,
TABLE TR.midGray TD,
TABLE TR.liteGray TD {
	padding: 6px;
}

TABLE.dataTable TD {
	border-bottom: 1px solid #000000;
}

TABLE TD.padded {
	padding-left: 50px !important;
}

TABLE TD P {
	padding: 0 !important;
	margin: 0 0 10px 0;
	font-size: 10px;
	line-height: normal;
}

TABLE.dataTable TD P {
	padding: 0 !important;
	margin: 0 !important;
	font-size: 10px;
	line-height: normal;
}

TABLE.productTable TD.specs {
	height: 245px;
}

TABLE.productTable TD.specsLeft {
	height: 245px;
	border-right: 4px solid #ffffff;
}

TABLE.productTable TD.specsRight {
	height: 245px;
	border-left: 4px solid #ffffff;
}

TABLE TD H1,
TABLE TD H2,
TABLE TD H3,
TABLE TD H4 {
	padding: 0 !important;
	margin: 0 0 5px 0;
}

TH {
	text-align: left;
	border-bottom: 4px solid #ffffff;
}

TH P {
	font-size: 9px;
	font-weight: bold;
	text-align: left;
	color: #666666;
	padding: 2px 5px 2px 10px !important;
	margin: 0 !important;
}

TD.divider {
	margin:0 !important;
	padding:0 !important;
	background: #ffffff;
	width: 1px;
	overflow: hidden;
}

.darkGray {
	background: #d5d5d5;
}

.midGray {
	background: #e6e6e6;
}

.liteGray {
	background: #f2f2f2;
}



/************************************************
 * Headings
 ************************************************/
.headingSemiBold {
	font: 16px/16px Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0 !important;
	padding-top: 12px !important;
}


/************************************************
 * Links & Buttons
 ************************************************/
.actionLink A {
	color: #000000;
	text-decoration: none;
	margin: 0 !important;
	padding: 0 10px 0 0 !important;
	font: bold 11px/normal Arial, Helvetica, sans-serif;
}

.arrowLink A {
	color: #000000;
	text-decoration: none;
	margin: 0 !important;
	padding: 0 20px 0 0 !important;
	font: bold 11px/16px Arial, Helvetica, sans-serif;
}

.arrowLinkLrg A {
	color: #000000;
	text-decoration: none;
	margin: 0 !important;
	padding: 0 20px 0 0 !important;
	font: bold 14px/22px Arial, Helvetica, sans-serif;
}

.actionButton {
	background: url(../images/bg_actionButton.gif) repeat-x;
	width: 106px;
	height: 26px;
	padding: 10px 0 0 6px;
	cursor: pointer;
}
.actionButton P {
	width: 100px !important;
	font: normal bold 14px Arial, Helvetica, sans-serif !important;
	color: #ffffff;
	background: url(../images/arrow_actionButton.gif) no-repeat right;
	padding: 0 0 0 0 !important;
	text-align: left;
}

.submitButton {
	width: 26px;
	height: 26px;
	padding: 0 0 0 3px;
}
 

/************************************************
 * Forms
 ************************************************/
FORM {
	margin: 0;
	padding: 0;
}

INPUT, TEXTAREA, SELECT, OPTION {
  font: 9px/normal Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #000000;
} 

TEXTAREA.bordered, INPUT.bordered, SELECT.bordered {
	border: 1px solid #cccccc;
}


/************************************************
 * Layout
 ************************************************/
#container {
	width: 729px;
	margin: 0 auto 0 auto;
	padding: 0;
}
 
#header {
	height: 65px;
}

#header #logo {
	padding: 26px 0 0 0;
}

#header #quickNav {
	display: none;
}

#topNav {
	display: none;
}

#subNav {
	display: none;
}

#content {
	float: left;
	width: 727px;
	margin: 2px 0 0 0;
	padding: 0;
}

#content .row {
	float: left;
	background: #FFFFFF;
}

#content .rowNoCol {
	float: left;
	background: #FFFFFF;
}

#content .row .leftColumn,
#content .rowNoCol .leftColumn {
	float: left;
	width: 650px;
	padding: 0;
}

#content .row .leftColumn P,
#content .rowNoCol .leftColumn P {
	padding: 0 20px 0 20px;
}

#content .row .rightColumn,
#content .rowNoCol .rightColumn {
	display: none;
}

#footer {
	float: left;
	margin: 0;
	padding: 15px 0 0 25px;
	text-align: left;
}

#footer P {
	font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
	margin: 0 0 5px 0;
}

#footer A {
	color: #000000;
	text-decoration: none;
}

#footer #footerText {
	padding: 12px 0 0 15px;
}

.cell {
	float: left;
}


/************************************************
 * Formatting - Homepage
 ************************************************/
#tagline {
	position: relative;
	top: 0px;
	left: 0px;
	width: 511px;
	height: 264px;
	overflow: hidden;
}

#buttonHome {
	position: absolute;
	top: 228px;
	left: 373px;
	z-index: 100;
}

#buttonHome P {
	padding: 0 !important;	
}

.promoBox DIV {
	float:left;
	margin: 17px 0 14px 0;
	overflow:hidden;
}

.promoBox H1 {
	padding-top: 0;
}

.callOuts {
	float: left;
	width: 255px;
	margin: 0 0 10px 0;
}


/************************************************
 * Formatting - Mosquito Magnet Traps
 ************************************************/
.mosquitoMagnetHeader {
	background: url(../mosquito_magnet/bg_mosquito_magnet_header.jpg) no-repeat 374px bottom;
	width: 511px;
	height: 218px;
}

.mosquitoMagnetHeader P.txtIntro {
	padding-right: 80px !important;
}

.mosquitoMagnetHeader P.alignRight {
	padding-right: 140px !important;
}

.mosquitoMagnetHeader P {
	padding-right: 180px !important;
}

.thumbNav {
	float: left;
	width: 230px;
	padding: 0 5px 0 15px;
}

.thumbNav .thumbPreview {
	float: left;
	width: 32px;
	height: 32px;
	_width: 34px;
	_height: 34px;
	padding: 1px;
	margin-right: 2px;
	_margin-right: 0;
}

.thumbNav .thumbPreview A {
	_border: 1px solid #cccccc;
}

.thumbNav .thumbPreview {
	border: 1px solid #cccccc;
	_border: none;
}


/************************************************
 * Formatting - Accessory Store
 ************************************************/
UL.features {
  padding: 10px 10px 0 0;
  margin: 0 0 0 15px;
  font-size: 10px;
  line-height: normal;
  color: #000000;
}

/************************************************
 * Formatting - Sidebars
 ************************************************/
P.banners {
	padding: 17px 9px 7px 9px !important;
	margin: 0 !important;
	float: left;
} 
 
#sidebarForecast {
	height: 26px;
	text-align: left;
	margin: 0 0 0 13px;
	padding: 0;
}

#sidebarDealers {
	height: 100px;
	text-align: left;
	margin: 0 0 0 13px;
	padding: 10px 0 0 0 !important;
	clear: both;
}

#sidebarForecast INPUT,
#sidebarDealers INPUT {
	margin-bottom: 3px;
	float: left;
}

#sidebarForecast P,
#sidebarDealers P {
	float: left;
	margin: 0;
	padding: 0;
}

.sidebarBox {
  clear: both;
  border-left: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  background: #f2f2f2;
  padding: 10px;
}

.sidebarBox P {
  font-size: 10px;
  line-height: normal;
}

P.sidebarHeader {
  padding: 0;
  margin: 0 0 5px 0;
  font: bold 14px/normal Arial, Helvetica, sans-serif;
	color: #000000;
}

