body {
	margin: 0;
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	/*background-attachment: scroll;
	background-image: url(../styleImages/backgrounds/pageBg.jpg);
	background-repeat: repeat-x;
	background-position: top;*/
}

img {
	border:none;
	}
	
#pageSurround {
	width: 1000px;
	margin: 0px auto;
}
#topHeader {
	/*text-align: right;
	height: 36px;
	margin-bottom: 20px;
	padding-right: 0px;
	padding-top: 68px;	*/
	margin-bottom:10px;
}



.top_green {
	float:right;
	height:31px;
	background-color:#00853E;
	background-image:url(../styleImages/top_green_left.gif);
	background-position:left;
	background-repeat:no-repeat;
	color:#FFFFFF;
	padding-left:40px;
	padding-right:10px;
	font-size:14px;
	}

#logo {
	float:left;
	margin:20px 10px 20px;
	}

#navig {
	list-style:none;
	margin:0 0 4px 4px;
	padding:0;
	height:52px;
	clear:both;
	}

#navig li {
	float:left;
	border-left:1px solid #ffffff;
	background-image:url(../styleImages/navig_bg_grey.gif);
	background-repeat:repeat-x;
	height:52px;
	text-align:center;
	font-size:15px;
	padding:0;
	cursor:pointer;
	}

#navig li:first-child {
	border:none;
	}

#navig div {
	padding:17px 17px 0;
	height:35px;
	cursor:pointer;
	}

.navig_left_active, #navig li:hover .navig_left {
	background-image:url(../styleImages/navig_left.gif);
	background-position:left;
	background-repeat:no-repeat;
	}

.navig_left {
	background-image:url(../styleImages/navig_left_dark.gif);
	background-position:left;
	background-repeat:no-repeat;
	}

.navig_right {
	background-image:url(../styleImages/navig_right.gif);
	background-position:right;
	background-repeat:no-repeat;
	}

#navig li.extremes {
	padding:0;
	margin:0;
	height:52px;
	}

#navig li:hover, #navig li.current{
	background-image:url(../styleImages/navig_bg_green.gif);
	background-repeat:repeat-x;
	}

#navig a {
	color:#FFFFFF;
	text-decoration:none;
	padding:0;
	}

.notebox {
	background-image:url(../styleImages/notebox.gif);
	color:#FFFFFF;
	width:949px;
	height:87px;
	padding:10px 20px;
	font-size:12px;
	margin:0 auto 10px;
	}

#cust {
	margin:0 0 0 15px;
	padding:0;
	list-style:none;
	list-style-image:url(../styleImages/clientlist_bullet.gif);
	text-align:left;
	}
	
#cust li {
	font-size:12px;
	color:#000000;
	line-height:15px;
	margin:10px 0;
	}

#footer {
	padding:20px;
	background-color:#515151;
	color:#FFFFFF;
	text-align:center;
	font-size:12px;
	}

#footer a {
	color:#FFFFFF;
	text-decoration:none;
	}
	
.boxTitleLeft, .boxTitleRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #FFFFFF;
	background-color: #031074;
	background-image: url(../styleImages/backgrounds/boxTitleBg.gif);
	height: 15px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding-left: 5px;
}
.boxContentLeft, .boxContentRight {
	border: 1px solid #000000;
	background-color: #EBEDFE;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.colLeft {
	width: 249px; 
	float: left;
	padding:0 4px 0 5px;
}
.colMid {
	/*width: 731px;*/
	float: left;
	margin-left:5px;
}
.colRight {
	position: relative;
	width: 160px; 
	padding-left: 5px;
	right: 0px;
	float: right;
}

.leftBox {
	clear:both;
	margin:10px 0 0;
	width:989px;
	}
	
.boxContent {
	font-size: 12px;
	color: #373737;
	background-color: #FFFFFF;
	width:989px;
}

.titleBox {
	height:40px;
	background-image:url(../styleImages/box_top_bg.gif);
	background-repeat:repeat-x;
	clear:both;
	}

.titleBox_top_left {
	height:40px;
	width:7px;
	float:left;
	background-image:url(../styleImages/box_top_leftcurve.gif);
	}

.titleBox_var {
	width:955px;
	float:left;
	padding:10px 0 0 20px;
	}

.titleBox_left_var {
	width:215px;
	float:left;
	padding:10px 0 0 20px;
	}

.titleBox_top_right {
	height:40px;
	width:7px;
	float:left;
	background-image:url(../styleImages/box_top_rightcurve.gif);
	}

.contentMain {
	padding:10px;
	border:1px solid #bdbdbd;
	border-width:0 1px;
	font-size:12px;
	}

.contentMain img {
	margin:10px 0 0 5px;
	}

.contentMain ol, .contentMain ul  {
	margin-left:20px;
	}
	
.contentMain a {
	color:#9d0000;
	text-decoration:underline;
	}

.botBox {
	height:7px;
	}

.titleBox_bot_left {
	height:7px;
	width:7px;
	float:left;
	background-image:url(../styleImages/box_bot_leftcurve.gif);
	}

.titleBox_var2 {
	width:975px;
	height:6px;
	float:left;
	border-bottom:1px solid #bdbdbd;
	}

.titleBox_var3 {
	width:235px;
	height:6px;
	float:left;
	border-bottom:1px solid #bdbdbd;
	}

.titleBox_bot_right {
	height:7px;
	width:7px;
	float:left;
	background-image:url(../styleImages/box_bot_rightcurve.gif);
	}

.subscribe {
	width:247px;
	height:88px;
	padding-top:7px;
	background-image:url(../styleImages/green_left_box.gif);
	text-align:center;
	font-size:14px;
	color:#FFFFFF;
	margin-bottom:10px;
	}

.green_desc {
	font-size:14px;
	font-weight:bold;
	color:#347500;
	margin:0;
	}

h3{     color:#347500;
        text-decoration: underline;
}

/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 15px;
	padding-right: 5px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 568px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin-top: 10px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}

.pagination span {
	padding:2px 7px;
	color:#FFFFFF;
	background-image:url(../styleImages/paging_bg.gif);
	font-size:15px;
	font-weight:bold;
}

.pagination span a {
	text-decoration:none;
}

#subCats {
	background-color: #EBEDFE;
	text-align: center;
	border: 1px solid #C9CEFC;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 387px;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 110px;
	height: 50px;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.latestProds {
	float: left;
	text-align: center;
	width: 131px;
	height: 120px;
}

.headerVideoFlash  {
	width:990px;
	clear:both;
	margin:8px auto 0;
	text-align:center;
	}

#videoBoxHeader  {
	width:360px;
	background-color:#E9E9E8;
	float:left;
	overflow:hidden;
	margin-top:2px;
	}

#videoBoxHeader .tl  {
	width:9px;
	height:9px;
	background:#e9e9e8 url(../styleImages/videoBoxCurve.gif) no-repeat left top;
	float:left;
	}

#videoBoxHeader .tm  {
	width:342px;
	height:8px;
	border-top:1px solid #e4e4e4;
	float:left;
	}

#videoBoxHeader .tr  {
	width:9px;
	height:9px;
	background:#e9e9e8 url(../styleImages/videoBoxCurve.gif) no-repeat right top;
	float:left;
	}

#videoBoxHeader .videoContent  {
	border:1px solid #e4e4e4;
	border-width:0 1px;
	padding:5px 8px;
	clear:both;
	height:268px;
	overflow:hidden;
	}

#videoBoxHeader .bl  {
	width:9px;
	height:9px;
	background:#e9e9e8 url(../styleImages/videoBoxCurve.gif) no-repeat left bottom;
	float:left;
	}

#videoBoxHeader .bm  {
	width:342px;
	height:8px;
	border-bottom:1px solid #e4e4e4;
	float:left;
	}

#videoBoxHeader .br  {
	width:9px;
	height:9px;
	background:#e9e9e8 url(../styleImages/videoBoxCurve.gif) no-repeat right bottom;
	float:left;
	}

#flashBoxHeader  {
	width:613px;
	height:300px;
	float:left;
	margin-left:10px;
	}

.leftMail  {
	background:#ffffff url(../styleImages/mailList.gif) no-repeat center center;
	float:left;
	width:88px;
	height:105px;
	padding:0 30px;
	}

.rightMail  {
	float:left;
	width:815px;
	}

.mailSplashText  {
	font-family:Tahoma;
	font-size:34px;
	color:#373737;
	float:left;
	padding-top:10px;
	}

.mailFormBox  {
	float:right;
	text-align:right;
	width:320px;
	}

.mailFormBox table  {
	float:right;
	text-align:right;
	}

#productPage ul, .contentMain ul  {
	margin:0;
	padding:0;
	list-style:none;
	}

#productPage li  {
	background:#ffffff url(../styleImages/orangeBullet.gif) no-repeat 0 4px;
	padding-left:15px;
	margin-left:0;
	}

.catImageBox  {
	float:left;
	width:361px;
	}

.catContentBox  {
	float:left;
	width:361px;
	margin-left:15px;
	}

.catContentBox p:first-child  {
	margin-top:0;
	}

.accProd  {
	padding:20px 0;
	border-bottom:1px solid #e5e5e5;
	}
	
.titleBoxGreen {
	height:40px;
	background-image:url(../styleImages/box_topGreen_bg.gif);
	background-repeat:repeat-x;
	clear:both;
	}

.titleBoxGreen_top_left {
	height:40px;
	width:7px;
	float:left;
	background-image:url(../styleImages/box_topGreen_leftcurve.gif);
	}

.titleBoxGreen_var {
	width:955px;
	float:left;
	padding:10px 0 0 20px;
	}

.titleBoxGreen_left_var {
	width:215px;
	float:left;
	padding:10px 0 0 20px;
	}

.titleBoxGreen_top_right {
	height:40px;
	width:7px;
	float:left;
	background-image:url(../styleImages/box_topGreen_rightcurve.gif);
	}

ul.catlist {
	list-style:none;
	margin-left:20px;
}

ul.catlist li {
	padding:0 0 0 25px;
	background: transparent url(../styleImages/net-icon-1.png) no-repeat left 1px;
	font-weight:bold;
	font-size:14px;
}

ul.catlist li a {
	text-decoration:none;
	color:#347500;
}

ul.catlist li a:hover {
	text-decoration:underline;
}

ul.clientL {
	list-style:none;
	margin-left:0px;
}

.contentMain .doc ul.clientL li {
	padding:0 0 0 18px;
	background: transparent url(../styleImages/net-icon-2.png) no-repeat left 0;
	font-weight:bold;
	font-size:14px;
	color:#347500;
}

.secureBox {
	text-align:center;
	width:388px;
	height:75px;
	margin:0 auto;
}

#siteseal {
	float:left;
}

.paymentOptsImg {
	margin-top:18px;
}