body{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13pt;
}
a{
	font-weight: bold;
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	color: #00FF00;
}

.bodyTextGreenBold {
	font-size: 10pt;
	color: #005500;
	font-weight: bold;
}
.bodyTextBlueBold {
	font-size: 10pt;
	color: #000099;
	font-weight: bold;
}
.cartText {
	font-family: Verdana;
	color: #71244D;
	font-weight: bold;
	font-size:.9em;
}
.cartTextGreen {
	font-family: Verdana;
	font-weight: bold;
	color: #005500;
	font-size:.9em;
}
.cartTextCopper {
    font-family: Verdana ;
	color: #E65600;
	font-weight: bold;
	font-size:.9em;
}
.cartTextDRed {
    font-family: Verdana ;
	color: #7E1E10;
	font-weight: bold;
	font-size:.9em;
}
.cartTextBlue {
	font-family: Verdana;
	color: #330099;
	font-weight: bold;
	font-size:0.9em;
}
.datetext {
	font-size: 10pt;
	color: #007500;
}
.generalTextRed {
	font-size: 12pt;
	color: #541B38;
	font-weight: normal;
}
.generalTextCopper {
	color: E65600;
	font-size: 12pt;
	font-weight: normal;
}

.generalTextRedder {
	font-size: 12pt;
	color: #A42037;
	font-weight: normal;
}
.smTextRedder {
	font-size: 9pt;
	color: #A42037;
	font-weight: normal;
	font-style: italic;
}
.generalTextGreen {
	font-size: 12pt;
	color: #004200;
	font-weight: normal;
}
.generalTextBlue {
	font-size: 12pt;
	color: #000099;
	font-weight: normal;
}
.generalTextPurp {
	font-size: 12pt;
	color: #9900CC;
    font-weight: normal;
}

.headerlink {
	font-size: 11px;
}
.prodNameGreen {
	font-size: 14pt;
	font-weight: bold;
	color: #004200;
	font-style: italic;
}
.prodNameCopper {
	font-weight: bold;
	color: #B84A01;
	font-size: 14pt;
	font-style: italic;
}

.prodNameRed {
	font-size: 14pt;
	font-weight: bold;
	color: #7E1E10;
	font-style: italic;
}
.prodNameBlue {
	font-size: 14pt;
	font-weight: bold;
	color: #000099;
	font-style: italic;
}
.prodNameBlack {
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}
.subTextGreenBold {
	font-size: 12pt;
	color: #007500;
	font-weight: bold;
}
.subTextRed {
	font-size: 1em;
}
.subTextRedBold {
	color: #7E1E10;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
}


.subTextGreenBoldItal {
	font-size: 12pt;
	color: #007500;
	font-weight: bold;
	font-style: italic;
}
.subTextRedBoldItal {
	color: #7E1E10;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
}
.subTextBlueBoldItal {
	font-size: 12pt;
	color: #000066;
	font-weight: bold;
	font-style: italic;
}


.tmText {
	font-size: 16pt;
}
.smaller {
	font-size: 13px;
}

.pagetitles {
	font-size: 18pt;
	font-weight: bold;
	color: #004200;
	font-style: italic;
}
.noticeTextRed {

	font-size: 14pt;
	font-weight: bold;
	color: #FF0000;
	font-style: italic;
}
.zeoPromoTop {
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-left-color: #FF0000;
}

.zeoPromoBot {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}
input.addZ {
	width: 170px;
    height: 46px;
	outline: none;
	background-image: url(images/supplies/zeopro_buy_now_anim2.gif);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
input.addZ:hover {
	background-position: 0 -46px;
}
#backbtm {
	position: absolute;
	right: 16px;
	bottom: -520px;
	z-index: -1;
}
#backright {
	position: absolute;
	right: 16px;
	bottom: -90px;
	z-index: -2;
}
.black {color: #000000}

.imgSpaceLeft {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-right: 8px;
	margin-left: 8px;
}
.imgSpaceRight {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.imgFloatRight {
	float: right;
}

.imgSpaceLeftFloat {
	float: left;
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.imgSpaceLeftFloatMore {
	float: left;
	margin-top: 8px;
	margin-right: 30px;
	margin-bottom: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.imgSpaceLeftFloatNoBorders {
	float: left;
	margin-top: 8px;
	margin-right: 5px;
	margin-bottom: 8px;
	margin-left: -5px;
}
.imgSpaceBottom {
	margin-bottom: 10px;
}


.clearfloat {
	clear: both;
}
.addSmMarg {
	margin: 4px;
}

.style2 {
	font-size: 18pt; 
	color: #7E1E10; 
	font-style: italic; 
}
.ccForm1 {
	margin: 10px;
}
.newbox {
	font-size: 12px;
	color: #FF0000;
	padding-top: 5px;
}
.tuscanHeader {
	font-size: 36px;
	font-style: italic;
	font-weight: bolder;
	color: #004200;
	font-family: Papyrus, Georgia, "Times New Roman";
}
.addMargins {
	padding: 20px;
}
.tomatoRedText {
	font-family: "Bradley Hand ITC", Georgia, "Times New Roman";
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
}
.orchidText {
	font-family: "Bradley Hand ITC", Georgia, "Times New Roman";
	font-size: 24px;
	font-weight: bold;
	color: #663399;
}
.justOrchid {
	color: #663399;
}
.algoText {
	font-family: "Bradley Hand ITC", Georgia, "Times New Roman";
	font-size: 24px;
	font-weight: bold;
	color: #880000;
}
.StyleBold {
	font-weight: bold;
}
.red {color: #FF0000}

.orchid {color: #663399}
.size16 {font-size: 16px}
.tempus_text {
	font-family: "Tempus Sans ITC", "Bradley Hand ITC", Georgia, "Times New Roman";
	font-size: 24px;
	color: #990000;
	font-style: italic;
	font-weight: bold;
}
.tempus_text_blue {
	font-family: "Tempus Sans ITC", "Bradley Hand ITC", Georgia, "Times New Roman";
	font-size: 24px;
	color: #003399;
	font-style: italic;
	font-weight: bold;
}
.tempus_text_green {
	font-family: "Tempus Sans ITC", "Bradley Hand ITC", Georgia, "Times New Roman";
	font-size: 24px;
	color: #004200;
	font-style: italic;
	font-weight: bold;
}
.pagetitlesBlue {
	color: #003333;
	font-size: 18pt;
	font-style: italic;
	font-weight: bold;
}
hr {
	line-height: 1px;
	color: #418149;
}
.ul_noBullets {
	list-style-type: none;
}
.targetMe  li {
	margin-bottom: 8px;
	text-indent: 10px;
	padding-left: 0px;
}

.targetMe {
	margin: 5px;
	padding: 0px;
}

.nobullet {
	list-style-image: url(images/supplies/arrow_bul.gif);
	margin-bottom: 5px;
}
#spaceDn li {
	margin-bottom: 5px;
}
#spaceLstL {
	padding-left: 200px;
}
#spaceLstL li {
	margin-bottom: 5px;
}
.borderBlue {
	border: 1px solid #000099;
}
.spaceleft {
	margin-left: 10px;
}
.codes {
	font-size: 0.8em;
	height: 16px;
}
#wholesale {
	position: absolute;
	right: 25px;
	width: 150px;
}

#spacer {
	height: 10px;
}

#xboxcontent  legend {
	width: 250px;
}

#newstextbox {
	margin: 10px;
	width: 47%;
	text-align: left;
	font-size: 0.9em;
	float: right;
}


.newslegend {
	width: 205px;
	position: absolute;
}
.newslegendcont {
	position: relative;
	top: -22px;
	left: 10px;
}



.newstext {
	font-size: 0.8em;
	color: #003300;
	position: relative;
	left: 4px;
	top: 6px;
}
.legendtext {
	font-size: 0.8em;
	color: #FF0000;
	position: relative;
	left: 4px;
	background-color: #FFFFFF;
}
.legTextSignup{
	margin-right:10px;
	padding-top:5px;
	padding-right: 10px;
	font-weight: bold;
	font-size: .9em;
}
.signuplegend{
	margin-top: 10px;
	margin-bottom: 0px;
}
.signuplegend .xboxlegend span{
	  font-weight:normal;
	  font-style:normal;
	  font-size: 1em;
	  padding-left:6px;
 }
.textPlain {
	font-style: normal;
	font-weight: normal;
}
.down {
	margin-top: 8px;
}
.upLeft {
	position: relative;
	left: -3px;
	top: -4px;
}


.white {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

.xtop, .xbottom {
	display:block;
	font-size:1px;
	background-color: transparent;
}

.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0000FF;
	border-left-color: #0000FF;
}
.xb1{
	background-color: #0000FF;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.xb2 {
	margin:0 3px;
	border-width:0 2px;
}
.xb3 {
	margin:0 2px;
}
.xb4 {
	height:2px;
	margin:0 1px;
}
.padnone {
	margin: 0px;
	padding: 0px;
}

.xboxcontent   {
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0000FF;
	border-right-color: #0000FF;
	border-bottom-color: #0000FF;
	border-left-color: #0000FF;
	background-repeat: repeat-x;
	background-position: top;
	display: block;
	padding: 6px;
	min-height: 112px;
}
.xboxlegend {
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0000FF;
	border-right-color: #0000FF;
	border-bottom-color: #0000FF;
	border-left-color: #0000FF;
	background-repeat: repeat-x;
	background-position: top;
	overflow: hidden;
	display: block;
	padding: 0px;
}
.nobold {
	font-weight: normal;
}
.featuredList {
	list-style-position: inside;
	list-style-image: url(../images/check-mark.gif);
}
.featuredList li{
    text-align:left;
	padding-left: 50px;
}
.fl_right {
	float: right;
}

#featuredtextbox {
	margin: 10px;
	float: left;
	width: 47%;
	text-align: left;
	font-size: 0.9em;
}

#featuredxboxcontent  legend{
	width: 250px;
}

.featuredlegend{
	width: 155px;
	position: absolute;
}
.featuredlegendcont{
	position: relative;
	top: -22px;
	left: 10px;
}
.signuplegendcont {
	left: 10px;
}

.featuredtext, .newstext, .signuptext{
	font-size: 0.95em;
	color: #003300;
	position: relative;
	left: 4px;
	top: 6px;
}
.featuredtext img {
	border: 1px solid;
}
.featuredtextPlain, .signuptextPlain {
	font-style: normal;
	font-weight: normal;
}


.featuredxboxcontent{
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0000FF;
	border-right-color: #0000FF;
	border-bottom-color: #0000FF;
	border-left-color: #0000FF;
	background-repeat: repeat-x;
	background-position: top;
	display: block;
	padding: 6px;
	color: #336633;
	min-height: 112px;
}
.featuredxboxcontent form, .signupxboxcontent form {
	margin: 0px;
	padding: 0px;
}

#featuredPrice {
	font-weight: bold;
	text-align: right;
}

#featuredprod {
	margin-top: 10px;
}
#featuredprod img {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.grtop, .grbottom {
	display:block;
	font-size:1px;
	background-color: transparent;
}
.grb1, .grb2, .grb3, .grb4 {
	display:block;
	overflow:hidden;
}
.grb1, .grb2, .grb3 {
	height:1px;
}
.grb2, .grb3, .grb4 {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #009900;
	border-left-color: #009900;
}
.grb1 {
	background-color: #009900;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.grb2 {
	margin:0 3px;
	border-width:0 2px;
}
.grb3 {
	margin:0 2px;
}
.grb4 {
	height:2px;
	margin:0 1px;
}
.linksboxcontent {
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #009900;
	border-left-color: #009900;
	background-repeat: repeat-x;
	background-position: top;
	display: block;
	padding: 6px;
}




.footerPhrase {
font-size: 1.1em;
}
.footerNum {
	font-weight: bold;
	font-size: 1em;
	font-family: "Times New Roman", Times, serif;
}
#credits{
	font-size: 0.8em;
	font-weight: normal;
}#credits a {
	font-weight: normal;
}
#credits a:hover {
	font-weight: normal;
}
.arial {
	font-size: 1.1em;
}
.times {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
}
.taglineUL {
	list-style-type: disc;
}
.taglineUL li {
	list-style-type: disc;
}
.pagetitlesGreen {
	color: #003333;
	font-size: 18pt;
	font-style: italic;
	font-weight: bold;
}
.prodGroup h3 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.prodGroup {
	color: #000066;
	font-size: 0.95em;
}
.prodGroupGr{
	color: #006633;
	font-size: 0.95em;
}
.prodGroupRd {
	color: #95001B;
	font-size: 0.95em;
}
.prodGroupBl{
	color: #000099;
	font-size: 0.95em;
}
.prodGroup img, .prodGroupGr img, .prodGroupRd img {
	border: 1px solid #00FF00;
}
.italic {
	font-style: italic;
}
.formPrices {
	position: relative;
	top: -7px;
}
.formPricesBlue {
	position: relative;
	top: -7px;
	color: #000099;
}
.formPricesRed {
	position: relative;
	top: -7px;
	color: #660000;
}
.formPricesGreen {
	position: relative;
	top: -7px;
	color: #002800;
}
.formPricesOrchid {
	position: relative;
	top: -7px;
	color: #660099;
}





#maincontent .innertube {
	background-image: url(../paph_back.gif);
	background-repeat: no-repeat;
	background-position: center 100px;
	background-attachment: fixed;
}
.menuback{background:url(../images/menu/menu_back.jpg)}
.menuTab {
	background-image: url(../images/menu/css_menu/menu_blank.gif);
	height: 25px;
	width: 105px;
	float: right;
	text-align: right;
	padding-top: 3px;
	font-size: 13px;
	font-style: normal;
	background-repeat: no-repeat;
	background-position: 4px;
	margin-top: 1px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.menuTab a{
	margin-right: 4px;
}
#SupplyLayer{
	top: 142px;
}
.divline  {
	text-align: center;
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
}
.cssProdImgL  {
	float: left;
	margin-right: 12px;
	text-align: right;
	width: 270px;
}
.cssProdImgL img {
	border: 1px solid #00FF00;

}
.cssProdImgR {
	float: right;
	text-align: left;
	width: 270px;
	margin-left: 12px;
}
.padL {
	padding-left: 280px;
}
.hdrLinks  td a {
	font-size: 10px;
	font-weight: normal;
}
#nobord, #nobord2 {
	border: 0px;
}
.noU {
	font-style: normal;
}
.greenText {
	font-family: "Bradley Hand ITC", Georgia, "Times New Roman";
	font-size: 24px;
	font-weight: bold;
	color: #009900;
}
h3 span{
    font-style:normal;
}
.float_left{
	float:left;
}