/* begin body styles */
  
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	background-color: #0066CC;
	margin-top: 15px;
	background-image: url(img/background.gif);
 } 
  
p, blockquote, ul, ol, dl, dd, li, dir, menu { 
 /* inherit from body */ 
 }
 
a:link { 
	color: #0000CC;
	}
a:visited { 
	color: #660099;
	}
a:hover { 
	color: #0066FF;
	text-decoration: none;
	}
a:active { 
	color: #0033FF;
	}

#navlist
{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: normal;
}

#navlist li
{
	padding-left: 10px;
	background-image: url(img/bullet_copy.gif);
	background-repeat: no-repeat;
	background-position: 0 0.39em;
	padding-bottom: 7px;
}

H1 {
	FONT: bold 20px "Trebuchet MS";
	color: #0000CC;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}
H2 {
	font-size: 18px;
	color: #0000CC;
	font-family: "Trebuchet MS";
	font-weight: bold;
	display: inline;
}
H3 {
	font-size: 16px;
	color: #0000CC;
	font-family: "Trebuchet MS";
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
H4 {
	font-size: 14px;
	color: #0000CC;
	font-family: "Trebuchet MS";
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}
H5 {
	font-size: 14px;
	font-family: "Trebuchet MS";
	color: #0000CC;
	display: inline;
}
H6 {
	font-size: 14px;
	color: #0000CC;
	font-family: "Trebuchet MS";
	font-weight: bold;
	display: inline;
}

.mainContent {
	background-image: url(img/bkg_maintbl.gif);
	background-repeat: repeat-y;
	padding-bottom: 25px;
}
.mainContent TD {
	font-size: 82%;
}

.rightnavColumn {
	background-image: url(img/bkg_rtnav.gif);
	width: 160px;
	background-repeat: repeat-y;
}
.rightnavTitle {
	font-weight: bold;
	font-size: 11px;
	padding-right: 10px;
	padding-left: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 13px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
}
.rightnavText {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-left: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 105%;
	font-size: 11px;
}
.rightnavText LI {
	background-image: url(img/bullet_redArrow.gif);
	background-repeat: no-repeat;
	padding-left: 11px;
	padding-right: 10px;
	display: block;
	padding-bottom: 7px;
	background-position: 0.05px 4px;
}
.rightnavText A {
	text-decoration: none;
	color: #0000CC;
}
.rightnavText A:hover {
	text-decoration: underline;
	color: #000099;
}

.homeRightpane {
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(img/tblhome_bkgrt.gif);
	background-repeat: repeat-y;
	font-size: 82%;
}
.breadcrumb {
	font-size: 10px;
	color: #999999;
	padding-left: 12px;
	line-height: normal;
}

.text11 {
	font-size: 11px;
}
.text13 {
	font-size: 13px;
}
.footer {
	font-size: 10px;
	background-image: url(img/bkg_maintbl.gif);
}
.footer A {
	padding-right: 7px;
	padding-left: 7px;
	line-height: 18px;
}
#pad20 {
	padding: 20px 20px 20px;
}

.content {
	float: left;
	padding: 0px 15px 15px;
	margin: 0px;
	font-size: 82%;
	line-height: 1.2em;
}

.content UL
{
	list-style: none;
	margin-left: 20px;
	padding: 0;
	line-height: normal;
}

.content LI
{
	padding-left: 10px;
	background-image: url(img/bullet_copy.gif);
	background-repeat: no-repeat;
	background-position: 0 0.39em;
	padding-bottom: 7px;
}
.pageHeader {
	font-size: 19px;
	font-weight: bold;
	font-family: "Trebuchet MS";
	color: #0000CC;
}

.productPhoto {
	float: left;
	padding: 10px 0px 0px 10px;
	margin: 0px;
}
.productContent {
	float: left;
	margin-top: 20px;
	padding-left: 25px;
	font-size: 82%;
	display: inline;
}
.productContent IMG {
	float: right;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
}
#prodTitle {
	clear: both;
	margin: 0px;
	padding: 0px;
	display: block;
}

#prodTitle H3 {
	margin: 0 10px 0 0;
	float: left;
	padding: 0px;
}

#prodTitle P {
	font-size: 10px;
	float: right;
	margin: 4px 0 0px;
}
#prodTitle SPAN {
	font-weight: bold;
	color: #0066FF;
}

.comparison {
	font-size: 11px;
	font-weight: bold;
	background-image: url(img/ico_comparison.gif);
	background-repeat: no-repeat;
	font-family: "Trebuchet MS";
	display: block;
	float: right;
	padding-left: 18px;
	background-position: .9px;
}
 
/* begin line styles */

.lineDivider {
	background-image: url(img/bkg_divider.gif);
	background-repeat: repeat-x;
	height: 10px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #32629A;
	border-left-color: #32629A;
}
.lineHorzGrayDot {
	background-image: url(img/line_horz_graydot.gif);
	background-repeat: repeat-x;
	width: 90%;
	height: 20px;
	background-position: center;
}
#lineVertDivider {
	background-image: url(img/line_vertyellow.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 0px 15px;
	font-size: 82%;
}

/* begin top nav menu styles */


FORM {
	MARGIN: 0px;
	padding: 0px;
}
INPUT {
	FONT-SIZE: 90%;
	COLOR: #333;
}
.bkgleft {
	background-image: url(img/bkg_maintbl.gif);
	background-repeat: repeat-y;
}
.bkgright {
	background-image: url(img/bkg_maintbl.gif);
	background-position: right;
}
.chkout_tblborder {
	border: 1px solid #CC9900;
	background-image: url(img/bkg_chkout.gif);
	background-repeat: repeat-x;
}
