/* CSS Document */

body {
	background-color: #EEF2FB;
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 130%;
}

TEXTAREA {
background-color: #EAF1E7;
border: white 1px solid;
	color: #333333; 
font-family:  Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: normal;
}

.linkarea {
	background-color: #EAF1E7;
	border: white 1px solid;
	display:inline;
	color: #333333;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

.display_featured_productbox {
	float:left;
	margin-right: 7px;
}

.landing_extra{
	float:right; 
	width: 260px;
}


list {
  list-style-type:none;
  display: list-item;
  margin:0 0 0.25em 0;
  list-style-image:url(/images/icons/bullet.gif);
  list-style-position: outside;
  }
  

ul li {
  list-style-type:none;
  display: list-item;
  margin:0 0 0.25em 0;
  list-style-image:url(/images/icons/bullet.gif);
  list-style-position: outside;
}

ul li ol  {
 /* list-style-type:none;*/
  display: list-item;
  list-style-type:decimal;
/*  list-style-image:url(/images/icons/bullet.gif);
  list-style-position: outside;*/
}

 

.white_bkgrnd{
	background-color: #FFFFFF;
}

.header {	
	background-image: url(/images/global/header.jpg);
	width: 998px;
	height: 116px;
	background-repeat: no-repeat;
}

.title_area {
	line-height: 1.5;
	margin-bottom: 10px;
}

.main_tablerpt {
	background-image: url(/images/background/main_rpty.jpg);
	width: 998px;
	background-repeat: repeat-y;
}

.main_tablecap {
	background-image: url(/images/background/main_content_lowcap.jpg);
	width: 998px;
	background-repeat: no-repeat;
	height: 15px;
}

.footer {
	background-image: url(/images/background/footer_rpt.jpg);
	background-repeat: repeat-y;
	width: 998px;
}


.footercap {
	background-image: url(/images/background/footer_cap.jpg);
	width: 998px;
	background-repeat: no-repeat;
	height: 12px;
}


.main_tablecap_inside {
	background-image: url(/images/background/footer_cap_inside.jpg);
	height:15px;
	background-repeat: no-repeat;
	width: 998px;
}

.right_col {
	background-image: url(/images/background/right_col_rptx.jpg);
	height: 515px;
	width: 248px;
	background-position: top;
	background-repeat: repeat-x;
	background-color: #0383D6;
}

.front_push_10_years {
	background-image: url(/images/background/right_col_rptx_grn.jpg);	
	width: 248px;
	background-position:bottom;
	background-repeat: repeat-x;
	background-color: #4d9641;
	margin-left:10px;
	border:1px solid #4d9641;
}

.right_col_inside {
	background-image: url(/images/background/right_col_rptx.jpg);
	height: 515px;
	width: 174px;
	background-position: top;
	background-repeat: repeat-x;
	background-color: #0383D6;
}

.right_col_low {
	width: 174px;
	background-position: top;
	background-repeat: repeat;
	background-color: #0383D6;
}

.right_col_alternate {
	background-image: url(/images/background/right_col_bg.jpg);
	width: 170px;
	background-repeat: repeat-y;
}

.left_col_inside {
	background-color: #EEF2FB;
	width: 208px;
	height: 100%;
}

/*NAVIGATION ELEMENTS*/

.navigation {
	background-image: url(/images/nav/navigation.jpg);
	height: 38px;
	width: 998px;
	background-repeat: no-repeat;
}

	/*TABBED PRODUCT DETAILS NAV*/\
	.tabbednav
	{
		line-height:80%;
	}
	
	.tabbednav a:link, .tabbednav a:visited {
		color: #FFFFFF;
		text-align:center;
		font-size: 10px;
	}
	
	
	.tabbednav a:hover{
		text-decoration: none;
		text-align:center;
		color: #CBDA5A;
	}
	
	.tabbedtext_off {
		color:#666666;
		font-weight:bold;
	}
	
	.tabbedtext_off:hover {
		color: #569834;
		text-decoration:underline;
	}
	
	.tabbedtext_on {
		color:#FFFFFF;
		font-weight:bold;
	}
	
	.tabbednavleft_on {
		background-image: url(/images/nav/tabbednav/leftedge_on.jpg);
		text-align:center;
		color: #FFFFFF;
		height: 29px;
		width: 7px;
		background-repeat: no-repeat;
	}
	
	.tabbednavleft_off {
		background-image: url(/images/nav/tabbednav/leftedge_off.jpg);
		text-align:center;
		height: 29px;
		color: #FFFFFF;
		width: 7px;
		background-repeat: no-repeat;
	}
	
	.tabbednavright_on {
		background-image: url(/images/nav/tabbednav/rightedge_on.jpg);
		text-align:center;
		height: 29px;
		color: #FFFFFF;
		width: 14px;
		background-repeat: no-repeat;
	}
	
	.tabbednavright_off {
		background-image: url(/images/nav/tabbednav/rightedge_off.jpg);
		text-align:center;
		height: 29px;
		color: #FFFFFF;
		width: 14px;
		background-repeat: no-repeat;
	}
	
	.tabbednavcenter_ONrpt {
		background-image: url(/images/nav/tabbednav/center_onRPT.jpg);
		text-align:center;
		background-repeat: repeat-x;
		color: #FFFFFF;
		height: 29px; 
	}
	
	
	
	.tabbednavcenter_OFFrpt {
		background-image: url(/images/nav/tabbednav/center_offRPT.jpg);
		text-align:center;
		background-repeat: repeat-x;
		height: 29px; 
		color: #FFFFFF;
	}
	
	.tabbednavcenter_bothoff {
		background-image: url(/images/nav/tabbednav/center_bothoff.jpg);
		text-align:center;
		background-repeat: no-repeat;
		color: #FFFFFF;
		width: 14px;
		height: 29px; 
	}
	
	.tabbednavrightoff_lefton {
		background-image: url(/images/nav/tabbednav/center_Lon_Roff.jpg);
		text-align:center;
		width: 14px;
		color: #FFFFFF;
		background-repeat: no-repeat;
		height: 29px;
	}
	
	.tabbednavrighton_leftoff {
		background-image: url(/images/nav/tabbednav/center_Ron_Loff.jpg);
		text-align:center;
		width: 14px;
		background-repeat: no-repeat;
		height: 29px;
		color: #FFFFFF;
	}

.subnav_link {
	background-image: url(/images/nav/subnav/subnav_norm.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration:none;
	font-weight:bold;
	font-size: 12px;
	width: 208px;
	height:24px;
	vertical-align:middle;
}

.subnav_link a:link {
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	font-weight:bold;
	color: #ffffff;
	width: 208px;
	height:24px;
	vertical-align:middle;
	text-align:center;

}

.subnav_link a:hover {
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	font-weight:bold;
	color: #0A6730;
	width: 208px;
	height:24px;
	vertical-align:middle;
	text-align:center;

}

.subnav_link_on {
	background-image: url(/images/nav/subnav/subnav_on.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
		color: #0A6730;
	font-size: 12px;
	text-decoration:none;
	width: 208px;
	height:24px;
	vertical-align:middle;
	cursor:pointer;
}

.subnav_link_on a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	font-size: 12px;
	color: #0A6730;
	background-repeat: no-repeat;
	width: 208px;
	height:24px;
	vertical-align:middle;
}

.subnav_roundbox {
	background-image: url(/images/nav/subnav/subnav_roundboxrpt.jpg);
	background-repeat: repeat-y;
	padding-left: 20px;
	}



/* :: LINKS :: */

a:link, a:visited{
	color: #569834;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	color: #CBDA5A;
}

.left{
	float:left;
}

.right{
	float: right;
}

.clear{
	clear: both;
}









/*HEADERS and TITLES*/

.header1 {
	color:#0785D7;
	font-family: Helvetica;
	font-size: 24px;
	font-weight: bold;
}

.header3 {
	color:#0785D7;
	font-family: Helvetica;
	padding-top:5px;
/*	padding-left:5px;*/
	font-size: 14px;
	font-weight: bold;
	line-height:100%;
}

.header12 {
	color:#0785D7;
	font-family: Helvetica;
	padding:3px;
	font-size: 24px;
}

.whitefont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 120%;
}

.whitefont2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 97px;
	color: #ffffff;
	float:right;
	padding-top: 13px;
	line-height: 115%;
}

.whitefont3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 182px;
	color: #ffffff;
	float:right;
	padding-top: 13px;
	line-height: 115%;
}

.header2 {
	color:#ffffff;
	font-family: Helvetica;
	padding-top:3px;
	padding-bottom:3px;
	font-size: 18px;
	font-weight: bold;
}
.header2b {
	color:#ffffff;
	font-family: Helvetica;
	line-height: 125%;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 7px;
	padding-top: 3px;
}

.front_page_buttons {
	padding: 3px;
}

.header2c {
	color:#ffffff;
	font-family: Helvetica;
	line-height: 125%;
	font-size: 14px;
	font-weight: bold;
}

.style1 {
	font-size: 15px;
	font-weight: bold;
	line-height: 120%;
}

.testimonial_inside_push{
	background-image: url(/images/pushes/testimonials_insidebg.jpg);
	background-repeat:no-repeat;
	width: 173px;
	height:81px;
}

.header6{
	color:#ffffff;
	font-family: Helvetica;
	padding-top:5px;
	padding-bottom:5px;
	padding-right: 5px;
	font-size: 12px;
	font-weight: bold;
}

.header3 {
	color:#0785D7;
	font-family: Helvetica;
	padding-top:3px;
	padding-bottom:3px;
	font-size: 15px;
	font-weight: bold;
}


.header5 {
	color:#0785D7;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	padding: 8px;
}

.header5a {
	color:#0785D7;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	padding: 8px;
}

.header5b {
	color:#0785D7;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

.prod_title {
	color:#0785D7;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 260%;
}

.prod_title_green {
	color: #569834;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 120%;
}

.price {
	color:#FF6600;
	font-size: 18px;
}
.sale_orange {
	color:#FF822F;
}
	
.sale_crossout {
	text-decoration: line-through;
}

/* :: SPACING & PADDING :: */

.smallpad {
	padding: 2px;
}

.titlepad {
	padding-top: 50px;
	padding-bottom: 8px;
	padding-left: 8px;
}

.medpad {
	padding: 5px;
}
.medpad2 {
	padding: 1px;
}

.padtop {
	padding-top: 5px;
	padding-left: 5px;
}
.divpadding_5{
	padding-left: 5px;
	padding-right: 5px;
}

.divpadding_10{
	padding-left: 10px;
	padding-right: 10px;
}

.div_landing {
	width: 300px;
	float:left;
	padding-left: 20px;
}

.divpadding_20{
	padding-left: 20px;
	padding-right: 20px;
}

.pushpad{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


.pushpad2{
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	cursor:pointer;
}



.prodpad {
	padding: 2px;
}



/* :: IMAGES :: */

.image_style {
	border: 1px solid #569834; 
	padding:5px; 
	background-color:#FFFFFF;
}

.image_style_blue {
	border: 1px solid #51A9E2; 
	padding:5px; 
	background-color:#FFFFFF;
}


/* :: HEADER AREA :: */

.items_bg {
	background-image: url(/images/global/items_area.jpg);
	background-repeat: no-repeat;
	height: 37px;
	width: 60px;
}

.search_bg {
	background-image: url(/images/global/header_searchbox.jpg);
	background-repeat: no-repeat;
	height: 37px;
	width: 127px;
}

.printerfriendly{
	background-image: url(/images/global/icon_printer.jpg);
	background-position: 4.5em -0.3em;
	color: #569834;
	background-repeat: no-repeat;
	font-size: 9px;
	float: right;
	width: 125px;
	padding-right: 10px;
}

.printerinline{
	color: #569834;
	background-repeat: no-repeat;
	font-size: 11px;
}


.print{
	background-image: url(/images/global/icon_printer.jpg);
	background-position: 3.5em -0.3em;
	color: #569834;
	background-repeat: no-repeat;
	font-size: 9px;
	width: 125px;
	padding-right: 10px;
}
.printtop{
	background-image: url(/images/global/icon_printer.jpg);
	background-position: 2.5em -0.3em;
	color: #569834;
	background-repeat: no-repeat;
	font-size: 9px;
	padding-right: 10px;
}


.close{
	background-image: url(/images/icons/close.jpg);
	background-position: 3.5em -0.3em;
	color: #569834;
	background-repeat: no-repeat;
	font-size: 9px;
	float: left;
	width: 125px;
	padding-right: 10px;
}

.backtotop{
	background-image: url(/images/icons/top.jpg);
	background-position: 2.2em 0em;
	color: #569834;
	background-repeat: no-repeat;
	font-size: 9px;
	float: right;
	width: 125px;
	padding-right: 10px;
}

.top_page{
	background-image: url(/images/icons/top.jpg);
	background-position: 0.2em 0em;
	color: #569834;
	background-repeat: no-repeat;
	font-size: 9px;
	float: right;
	width: 85px;
	padding-left: 20px;
}

.print_head{
	background-image: url(/images/background/printerpage/banner.jpg);
	background-repeat: no-repeat;
	height: 125px;
	width: 677px;
}

.print_page_rpt {
	background-image: url(/images/background/printerpage/ctr_rpt.jpg);
	background-repeat: repeat-y;
}

.printfoot{
	background-image: url(/images/background/printerpage/footer.jpg);
	height: 19px;
	background-repeat: no-repeat;
}

.breadcrumb {
	padding-left: 10px;
	font-size: 10px;
}

.top_pad {
	margin-top: 7px;
}

.prodscrollbar{
	background-color:#F2F7DB;
	border-bottom: 1px solid #569834;
	padding-top: 5px;
	padding-bottom: 5px;
}

.prodscrollbar_lwr{
	background-color:#F2F7DB;
	border-top: 1px solid #569834;
	padding-top: 5px;
	padding-bottom: 5px;
}


.solid_green {
	width: 620px;
	background-color: #EEF2FB;
	margin-top: 5px;
	margin-bottom: 5px;
	height:1px;
}

.cart_blue_bordr {
	border: 1px solid #EEF2FB;
/*	width: 18px;*/
	height: 18px;
	padding:2px;
}

.cart_blue_bordr_lg {
	border: 1px solid #EEF2FB;
	padding: 2px;
}
.cart_blue_bordr_lg {
	border: 1px solid #EEF2FB;
	padding: 3px;
}

.blue_pad {
	background-color: #EEF2FB;
	padding: 5px;
	margin:2px;
}	

.blue_pad_border{
	background-color: #EEF2FB;
	border: 1px solid #EEF2FB;
	padding: 5px;
	margin:2px;
}	


.alt_rowblue{
	background-color: #e5eaf5;
	border: 1px solid #EEF2FB;
	padding: 5px;
	margin: 3px;
}

.blue_text_10_years {
	color: #51A9E2;
	padding-left:5px;
	padding-right:20px;
}

.alt_rowblue_border{
	background-color: #EEF2FB;
	border: 1px solid #51A9E2; 
	padding: 5px;
/*	margin: 3px;*/
}

.alt_rowblueinside{
	background-color: #EEF2FB;
	border: 1px solid #EEF2FB;
	padding: 5px;
}

.alt_rowblueinside2{
	background-color: #EEF2FB;
	border: 1px solid #EEF2FB;
	padding:2px;
	margin:2px;
}

.alt_rowwhite{
	background-color: #ffffff;
	border: 1px solid #EEF2FB;
	padding: 5px;
	margin: 3px;
}

.price_normal{
	color: #66CCFF;
	font-size: 15px;
	padding-bottom: 10px;
}

.input_field {
	border: 1px solid #569834;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
}

/*featured item box*/

.FBtop_left {
	background-image: url(/images/background/featuredbox_tL.jpg);
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
}

.FBtop_right {
	background-image: url(/images/background/featuredbox_tR.jpg);
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
}

.FBbottom_left { 
	background-image: url(/images/background/featuredbox_bL.jpg);
	width: 16px;
	height: 32px;
	background-repeat: no-repeat;
}

.FBbottom_right { 
	background-image: url(/images/background/featuredbox_bR.jpg);
	width: 16px;
	height: 32px;
	background-repeat: no-repeat;
}

.FB_toprpt{
	background-image: url(/images/background/featuredbox_tRPT.jpg);
	height: 16px;
	background-repeat: repeat-x;
}

.FB_btmrpt {
	background-image: url(/images/background/featuredbox_bRPT.jpg);
	height: 32px;
	background-position: center;
	background-repeat: repeat-x;
}

.FB_Lrpt{
	background-image: url(/images/background/featuredbox_Lrpt.jpg);
	width: 16px;
	background-repeat: repeat-y;
}

.FB_Rrpt{
	background-image: url(/images/background/featuredbox_Rrpt.jpg);
	width: 16px;
	background-repeat: repeat-y;
}

.FBinside_left { 
	background-image: url(/images/background/featuredbox_inisdeL.jpg);
	width: 16px;
	height: 32px;
	background-repeat: no-repeat;
}

.FBinside_right { 
	background-image: url(/images/background/featuredbox_inisdeR.jpg);
	width: 16px;
	height: 32px;
	background-repeat: no-repeat;
}
.FBinside_rightblue { 
	background-image: url(/images/background/featuredbox_inisdeRblue.jpg);
	width: 16px;
	height: 32px;
	background-repeat: no-repeat;
}

.FBinside_RPT {
	background-image: url(/images/background/featuredbox_insiderpt.jpg);
	height: 32px;
	background-position: center;
	background-repeat: repeat-x;
}

.featured a:link, .featured a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.featured a:hover{
	text-decoration: none;
	font-weight: bold;
}

/*ORANGE tagline */
.Orangetag {
	background-color: #FF7920;
	background-repeat: repeat;
/*	line-height: 50%;*/
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.Orange_L {
	background-image: url(/images/background/orange_L.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 12px;
}

.Orange_R {
	background-image: url(/images/background/orange_R.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 12px;
}

/*BLUE tagline */
.Bluetag {
	background-color: #1b8dd9;
	background-repeat: repeat;
/*	line-height: 50%;*/
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.Blue_L {
	background-image: url(/images/background/blue_L.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 12px;
}

.Blue_R {
	background-image: url(/images/background/blue_R.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 12px;
}

.sale_org {
	color: #FF7920;
	font-weight: bold;
}
	
/*Light Green prodcutmenu*/

.Greentag {
	background-color: #E4EEB5;
	background-repeat: repeat;
/*	line-height: 50%;*/
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	height: 25px;
}

.Greentag_lt {
	background-color: #f5f7ec;
	background-repeat: repeat;
/*	line-height: 50%;*/
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	line-height:150%;
	
}

.Greentag_dk {
	background-color: #E4EEB5;
	background-repeat: repeat;
/*	line-height: 50%;*/
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	height: 25px;
}

.Green_L {
	background-image: url(/images/background/ltgrn_L.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 11px;
}

.Green_R {
	background-image: url(/images/background/ltgrn_R.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 11px;
}



/*INSIDE MENU*/

.inside_menu {
	background-image: url(/images/icons/sub_subnavarrow.gif);
	background-repeat: no-repeat;
	line-height: 200%;
	background-position: 1.0em 0.4em;
	padding-left: 35px;
}

.rightcol_menu {
	background-image: url(/images/icons/rightcol_subnavarrow.jpg);
	background-repeat: no-repeat;
	line-height: 200%;
	background-position: 1.0em 0.4em;
	padding-left: 35px;
}

.bluemag {
	background-image: url(/images/icons/mag_blue.gif);
	background-position: 0em 0em;
	background-repeat: no-repeat;
	padding-left: 19px;
}

.whitemag {
	background-image: url(/images/icons/mag_white.gif);
	background-position: 0em 0em;
	background-repeat: no-repeat;
	padding-left: 19px;
}

.whiteship{
	background-image: url(/images/icons/envelop_white.jpg);
	background-position: 0em 0.2em;
	background-repeat: no-repeat;
	padding-left: 19px;
}

.blueship{
	background-image: url(/images/icons/envelop_blue.jpg);
	background-position: 0em 0.2em;
	background-repeat: no-repeat;
	padding-left: 19px;
}

.details_infoblock {
	border: 1px solid #569834; 
	background-color:#FFFFFF;
}


/* CART */
.cart_price_sale_strikeout {
	color:#FF822F;
	text-decoration:line-through;
}



/* TESTIMONIALS */
.test_body {
	padding-left: 30px;
	padding-right: 25px;
	padding-top: 5px;
}

.open_test {
	background-image:url(/images/icons/open_quote.jpg);
	background-position: top left;
	background-repeat:no-repeat; 
}
.close_test {
	background-image:url(/images/icons/close_quote.jpg);
	background-position: right bottom;
	margin-right: 15px;
	background-repeat:no-repeat; 
}


#tabbed_borders table{
	border-right: 1px solid #51A9E2; 
	border-bottom: 1px solid #51A9E2;
}

#tabbed_borders td {
	border-top: 1px solid #51A9E2; 
	border-left: 1px solid #51A9E2;
	padding: 3px;
	
}

.rating_star {
	color: #FFCC33;
	font-size: 22px;
	font-weight: bold;
	vertical-align:middle;
	letter-spacing:50%;
}

.frontpage_pushlinks {
	}
	
.frontpage_pushlinks a:link, .frontpage_pushlinks a:visited {
	color:#ffffff; 
}

.frontpage_pushlinks a:hover {
	color: #CBDA5A;
}

.frontpage_image_style {
	border: 1px solid #569834; 
	margin-left:5px;
	margin-right:5px; 
	margin-top:5px;
	margin-bottom:5px; 
	background-color:#FFFFFF;
}

.mainpush {
	color:#CBDA5A; 
}

.mainpush a:hover {
	color: #ffffff;
}

.main_astronaut
{
	background-image:url(/images/global/main_astronaut.gif);
	background-position: right bottom;
	background-repeat:no-repeat; 
}

.main_astronaut2
{
	background-image:url(/images/global/main_astronaut_2.gif);
	background-position: right bottom;
	background-repeat:no-repeat; 
}

.main_healthpro
{
	background-image:url(/images/global/main_healthpro.gif);
	background-position: left bottom;
	background-repeat:no-repeat; 
}

.main_winix
{
	background-image:url(/images/global/main_winix.gif);
	background-position: left bottom;
	background-repeat:no-repeat; 
}

.main_winix2
{
	background-image:url(/images/global/main_winix2.gif);
	background-position: left center;
	background-repeat:no-repeat; 
}

.main_newsletter
{
	background-image:url(/images/global/main_newsletter.gif);
	background-position: left bottom;
	background-repeat:no-repeat; 
}

.main_newsletter2
{
	background-image:url(/images/global/main_newsletter_2.gif);
	background-position: left bottom;
	background-repeat:no-repeat; 
}

.home_text_container
{
 height:360px;
 background-image:url(../images/background/woman_looking_down.jpg);
 background-position:bottom;
 background-repeat:no-repeat;
}

.special_offers_container
{
 height:150px;
 background-image:url(../images/background/offers_push_bg.jpg);
 background-position:top center;
 background-repeat:no-repeat;
}

.home_push_borders
{
	border-left:2px solid #61b1e4;
	border-right:2px solid #61b1e4;
	padding-left:10px; padding-right:10px;
}
