@charset "utf-8";
/* CSS Document */
/*CODED BY LOZZACAILE*/
/* IMPORTED CSS */
@import url("resetstyles.css");
@import url("fonts.css");
@import url("links.css");
@import url("productpages.css");
@import url("SpryTabbedPanels.css");
@import url("productrangepage.css");
@import url("forms.css");
@import url("contentpages.css");
@import url("popup.css");
@import url("piechart.css");

/* PRIMARY ELEMENTS */
body {
	margin:0px;
	line-height:1.4;
	background-image:url(../images/1pxBG2.gif);
	background-repeat:repeat-x;
	background-position:top;
	
}
body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 0.7em;
	/*1E5 FONT SIZE BUG FIXER********************************/
	/*voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;*/
}
div {
	position:relative;
}
a img {
	border:none;
	text-decoration:none;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #0892e8;
}
a:active {
	text-decoration: none;
	color: #000000;
}
ul li {
	/*list-style:disc;*/
	line-height:20px;
}
li {
	margin-left:20px;
}

.cb {
	clear:both;
}

.db {
	display:block;	
}

.fl {
	float:left;
}

.fr {
	float:right;
}

.mr10 {
	margin-right:10px;
}
.ulBLUE {
	list-style:none;
	color:#387597;
}
.ulA {
	list-style:disc;
}
.ulRevert li {
	margin-left:20px;
	list-style:disc;
}

.ulBLUE li {
	margin-left:15px;
}

.hr {
	border:1px dotted #ccc;
	height:1px;
}

.pt10 {
	padding-top:10px;
	float:left;
}
/* MAIN PAGE LAYOUT ELEMENTS */
#mainBody {
	width:1002px;
	min-height:100%;
	margin:0 auto;
	text-align:left;
}
#headerMain {
	width:1002px;
	height:100px;
	background:url(../images/headerBG.gif);
	background-repeat:repeat-x;
	float:left;
}
#mainLogo {
	width:110px;
	height:42px;
	padding:15px 0px 0px 15px;
	float:left;
}
#mainTel {
	width:350px;
	height:auto;
	float:right;
	text-align:right;
	font-size:1.3em;
	padding:15px 10px 0px 0px;
}
#mainNavMenu {
	width:1002px;
	height:auto;
	margin-top:18px;
	float:left;
}
#wheretobuyINPUT {
	width:auto;
	height:auto;
	float:left;
	position:absolute;
	left:660px;
}
#W2Bform {
	width:auto;
	height:auto;
	float:left;
}
#contentBody {
	width:1002px;
	height:auto;
	float:left;
}
#trailMain {
	width:988px;
	height:auto;
	padding:10px 0px 0px 14px;
	float:left;
	font-size:11px;
	font-style:italic;
	color:#000;/*74bae2*/
}
#innerBody {
	width:972px;
	height:auto;
	background:url(../images/bodyBG2.gif);
	background-repeat:no-repeat;
	margin:4px 5px 0px 5px;
	padding:10px 10px 10px 10px;
	float:left;
}
#footerMain {
	width:970px;
	height:22px;
	background:url(../images/footerBG.gif);
	background-repeat:no-repeat;
	color:#fff;
	margin:0px 10px 0px 10px;
	padding:6px 7px 0px 7px;
	float:left;
	font-size:11px
}
#cw {
	width:250px;
	height:auto;
	float:left;
	position:absolute;
	top:7px;
	left:790px;
	z-index:9;
}
#tandc {
	width:330px;
	height:auto;
	float:right;
	position:absolute;
	left:640px;
	text-align:right;
}
/* INDEX PAGE LAYOUT */
#index_flashHolder {
	width:972px;
	height:auto;
	float:left;
	margin-bottom:10px;
}
#index_3box {
	width:972px;
	height:auto;
	float:left;
}
#index_box1 {
	width:314px;
	height:auto;
	float:left;
}
#index_box2 {
	width:314px;
	height:auto;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 9px 0px 9px;
}
#index_box3 {
	width:314px;
	height:auto;
	float:left;
}
.indexSegBG {
	width:304px;
	height:80px;
	float:left;
	background-image:url(../images/index_segBG.gif);
	background-repeat:no-repeat;
	padding:5px;
}
.indexTitleBG {
	width:295px;
	height:37px;
	float:left;
	background-image:url(../images/indexTitleBG.gif);
	background-repeat:no-repeat;
	margin:10px 5px 0px 5px;
	padding:6px 0px 0px 9px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
}
.indexSegTXT {
	width:304px;
	height:auto;
	float:left;
	padding:5px;
}
/* DIV FOR SHOW/HIDE ON INDEX PAGE */
.snippet {
    display:none;
}

