*{
	margin: 0;
	padding: 0;
}
body{
	width: 980px;
	margin: auto;		
}
scrollbar {
  -moz-appearance: scrollbar;
  -moz-binding: url(chrome://global/content/bindings/scrollbar.xml#scrollbar);
  cursor: default;
}
input, select, textarea {
  background-color: #fff;
}
#rdcity, #rdstate, #rdzipcode{
	background: none;
}
a:active, a:visited{
	outline: none;
}
#wrapper {
	float: left;
	width: 980px;
	margin: 10px 0 0 0;
	border: #e7cc69 solid 3px;
}
#container {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 925px;
	padding: 0 26px 0;
	background: #fede77 url(../images/content-background.gif) repeat-x left top;
	border: #fff solid 2px;
}
#header {
	float: left;
	width: 925px;
	height: 110px;
}
#header h1 {
	float: left;
	width: 305px;
	height: 110px;
	text-indent: -5000px;
	background: url(../images/drinkables-logo.gif) no-repeat left bottom;
}
#header h1 a {
	display: block;
	width: 305px;
	height: 110px;
}
#header p {
	float: right;
	width: 445px;
	height: 110px;
	text-indent: -5000px;
	background: url(../images/familiy-health-image.gif) no-repeat right bottom;
}
#main-dl {
	float: left;
	width: 925px;
	height: 394px;
}

#bottom-promos {
	float: left;
	height: auto;
	margin: 0 0 0 17px;
}
.bottom-promo-item01 {
	float: left;
	height: auto;
	margin: 14px 0 0 0;
	padding: 0 12px 0 12px;
	border-right: #eac955 solid 1px;
}
.bottom-promo-item01 img {
	float: left;
	margin: -9px 0 0 0;
}
.bottom-promo-item01 a {
	float: left;
	width: 126px;
	height: 101px;
	display: block;
	background: url(../images/text_fruitsandvegetables.png) no-repeat left top;
	text-indent: -5000px;
}
.bottom-promo-item02 {
	float: left;
	height: auto;
	margin: 14px 0 0 0;
	padding: 0 12px 0 12px;
	border-right: #eac955 solid 1px;
}
.bottom-promo-item02 img {
	float: left;
	margin: -9px 0 0 0;
}
.bottom-promo-item02 a {
	float: left;
	width: 148px;
	height: 100px;
	display: block;
	background: url(../images/text_miraclefruits.png) no-repeat left top;
	text-indent: -5000px;
}
.bottom-promo-item03 {
	float: left;
	width: 290px;
	height: auto;
	margin: 14px 0 0 0;
	padding: 0 12px 0 12px;
}
.bottom-promo-item03 img {
	float: left;
	margin: -9px 0 0 0;
}
.bottom-promo-item03 a.item03{
	float: left;
	width: 115px;
	height: 100px;
	display: block;
	background: url(../images/text_clickhere.png) no-repeat left top;
	text-indent: -5000px;
}
.bottom-promo-item03 a .image-item03{
	border: none;
}
#legals{
	float: left;
	width: 925px;
}
#legals p{
	width: 392px;
	height: 37px;
	margin: 24px auto;
	background: url(../images/image-fda-statement.gif) no-repeat left top;
	text-indent: -5000px;
}
#copy {
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 9px;
	line-height: 13px;
	color: #999999;
	width: 980px;
}	
#copy p{
	float: left;
	margin: 2px 0 0 0;
}
#copy a img{
	float: left;
	width: 90px;
	height: 12px;
	margin: 3px 15px 0 0;
}
#copy ul{
	float: right;
	margin: 2px -6px 0 0;
	padding: 0;
	list-style-type: none;
}
#copy ul li{
	float: left;
}
#copy ul li a{
	font-size: 9px;
	display: block;
	margin: 0 0 0 12px;
	color: #999999;
}

/*MENU GENERAL STYLES*************************************************************************************************************/
#menu {
	float: left;
	width: 839px;
	height: 40px;
	margin: 4px 0 0 0;
	padding: 0 0 0 86px;
	background: url(../images/menu-background.gif) repeat-x left bottom;
}
#menu-items {
	list-style-type: none;
	margin: 0;
	padding: 0px;
}
#menu-items ul {
	padding:0;
	margin:0;
	list-style:none;

}
#menu-items li {
	float:left;
}
#menu-items li a {
	display: block; 
	float: left; 
	font-size: 1.5em;
	color: #fff;
	text-decoration: none;
	cursor:pointer;	
}

#menu-items li a table{
	position:absolute;
	border-collapse:collapse;
	z-index:80;
	left:0;
	top:0;
	font-size:1em;
}

#menu-items li a span, #menu-items li a:hover ul li a span {
	display: block;
	float: left;
	width: 111px;
	padding: 10px 0 0 0;
	text-indent: -5000px;
}
#menu-items li a:hover {
	position:relative;
	z-index:500;
}
#menu-items li:hover {
	position:relative;
	z-index:500;
}

#menu-items li:hover ul, #menu-items li a:hover ul {
	visibility: visible; 
	background: url(../images/bg-submenu.png) repeat-x;
}

#menu-items li:hover > a span {
	background: #8b0304 url(../images/menu-background-over) repeat-x;
}

/*ACTIVE STATES*/
#menu-home-active a span {
	height: 30px;
	background: #8b0304 url(../images/main-menu-bg.gif) no-repeat 0px -40px;
}
#menu-products-active a span {
	height: 30px;
	background: #8b0304 url(../images/main-menu-bg.gif) no-repeat 0px -120px;
}
#menu-buy-active a span {
	height: 30px;
	background: #8b0304 url(../images/main-menu-bg.gif) no-repeat 0px -200px;
}
#menu-information-active a span {
	height: 30px;
	background: #8b0304 url(../images/main-menu-bg.gif) no-repeat 0px -280px;
}
#menu-contact-active a span {
	height: 30px;
	background: #8b0304 url(../images/main-menu-bg.gif) no-repeat 0px -360px;
}
#menu-home-active{
	margin: 0 50px 0 0;
}
#menu-products-active {
	margin: 0 50px 0 0;
}
#menu-buy-active {
	margin: 0 50px 0 0;
}
#menu-information-active{
	margin: 0 50px 0 0;
}

/*HOME MENU STYLES**********************************************************************************************************/
#menu-home {
	margin: 0 50px 0 0;
}
#menu-home a span {
	height: 30px;
	background: url(../images/main-menu-bg.gif) no-repeat 0px 0px;
}
#menu-items li:hover > a span.home-header {
	background: #8b0304 url(../images/main-menu-bg.gif) no-repeat 0px -40px;
}
#menu-items li a span.home{
	background: transparent url(../images/sub-menu-bg.gif) no-repeat 0 0;
	margin: 270px 0 0 0;
}
#menu-items li:hover > a span.home{
	background: transparent url(../images/sub-menu-bg.gif) no-repeat 0 -40px;
}
#menu-items li a span.about{
	background: transparent url(../images/sub-menu-bg.gif) no-repeat 0 -80px;
}
#menu-items li:hover > a span.about{
	background: transparent url(../images/sub-menu-bg.gif) no-repeat 0 -120px;
}
#menu-items li a span.liquids{
	background: transparent url(../images/sub-menu-bg.gif) no-repeat 0 -160px;
}
#menu-items li:hover > a span.liquids{
	background: transparent url(../images/sub-menu-bg.gif) no-repeat 0 -200px;
}
.submenu-home {
	position:absolute;
	visibility:hidden;
	height: 400px;
	top: -398px;
	left: 0px;
}

/*PRODUCTS MENU STYLES*******************************************************************************************************/
#menu-products {
	margin: 0 50px 0 0;
}
#menu-products a span {
	height: 30px;
	background: url(../images/main-menu-bg.gif) no-repeat 0px -80px;
}
#menu-items li:hover > a span.products-header {
	background: #8b0304 url(../images/main-menu-bg.gif) no-repeat 0px -120px;
}
#menu-items li a span.joint{
	background: transparent url(../images/sub-menu-bg.gif) no-repeat -111px 0px;
	margin: 20px 0 0 0;
}
#menu-items li:hover > a span.joint{
	background: transparent url(../images/sub-menu-bg.gif) no-repeat -111px -40px;		
}
#menu-items li a span.coral{
	background: transparent url(../images/sub-menu-bg.gif) no-repeat -111px -80px;
}
#menu-items li:hover > a span.coral{
	background: transparent url(../images/sub-menu-bg.gif) no-repeat -111px -120px;
}
#menu-items li a span.multi{
	background: transparent url(../images/sub-menu-bg.gif) no-repeat -111px -160px;
}
#menu-items li:hover > a span.multi{
	background: transparent url(../images/sub-menu-bg.gif) no-repeat -111px -200px;
}
#menu-items li a span.collodial{
	height: 48px;
	background: transparent url(../images/sub-menu-bg.gif) no-repeat -111px -240px;
}
#menu-items li:hover > a span.collodial{
	background: transparent url(../images/sub-menu-bg.gif) no-repeat -111px -308px;
}
#menu-items li a span.fruits{
	height: 48px;
	background: transparent url(../images/sub-menu-bg.gif) no-repeat -111px -376px;
}
#menu-items li:hover > a span.fruits{
	background: transparent url(../images/sub-menu-bg.gif) no-repeat -111px -444px;
}
#menu-items li a span.miraclefruits{
	height: 48px;
	background: transparent url(../images/sub-menu-bg.gif) no-repeat -111px -512px;
}
#menu-items li:hover > a span.miraclefruits{
	background: transparent url(../images/sub-menu-bg.gif) no-repeat -111px -580px;
}
#menu-items li a span.miracleteas{
	height: 48px;
	background: transparent url(../images/sub-menu-bg.gif) no-repeat -111px -648px;
}
#menu-items li:hover > a span.miracleteas{
	background: transparent url(../images/sub-menu-bg.gif) no-repeat -111px -716px;
}
#menu-items li a span.wonders{
	height: 60px;
	background: transparent url(../images/sub-menu-bg.gif) no-repeat -111px -782px;
}
#menu-items li:hover > a span.wonders{
	background: transparent url(../images/sub-menu-bg.gif) no-repeat -111px -865px;
}
.submenu-products {
	position:absolute;
	visibility:hidden;
	height: 400px;
	top: -398px;
	left: 0px;
}

/*WHERE TO BUY MENU STYLES********************************************************************************************/
#menu-buy {
	margin: 0 50px 0 0;
}
#menu-buy a span {
	height: 30px;
	background: url(../images/main-menu-bg.gif) no-repeat 0px -160px;	
}
#menu-items li:hover > a span.buy-header {
	background: #8b0304 url(../images/main-menu-bg.gif) no-repeat 0px -200px;
}

/*INFORMATION MENU STYLES*************************************************************************************************/
#menu-information {
	margin: 0 50px 0 0;
}
#menu-information a span {
	height: 30px;
	background: url(../images/main-menu-bg.gif) no-repeat 0px -240px;
}
#menu-items li:hover a span.information-header {
	background: #8b0304 url(../images/main-menu-bg.gif) no-repeat 0px -280px;
}
#menu-items li a span.faqs{
	background: transparent url(../images/sub-menu-bg.gif) no-repeat -222px 0px;
	margin: 182px 0 0 0;
}
#menu-items li:hover > a span.faqs{
	background: transparent url(../images/sub-menu-bg.gif) no-repeat -222px -40px;
}
#menu-items li a span.quality{
	height: 48px;
	background: transparent url(../images/sub-menu-bg.gif) no-repeat -222px -80px;
}
#menu-items li:hover > a span.quality{
	background: transparent url(../images/sub-menu-bg.gif) no-repeat -222px -149px;
	
}
#menu-items li a span.enviroment{
	height: 60px;
	background: transparent url(../images/sub-menu-bg.gif) no-repeat -222px -218px;
}
#menu-items li:hover > a span.enviroment{
	background: transparent url(../images/sub-menu-bg.gif) no-repeat -222px -286px;
	
}
#menu-items li a span.glossary{
	background: transparent url(../images/sub-menu-bg.gif) no-repeat -222px -354px;
}
#menu-items li:hover > a span.glossary{
	background: transparent url(../images/sub-menu-bg.gif) no-repeat -222px -394px;
	
}
.submenu-information {
	position:absolute;
	visibility:hidden;
	height: 400px;
	top: -398px;
	left: 0px;
}
/*CONTACT US MENU STYLES*******************************************************************************************/
#menu-contact a span {
	width: 72px;
	height: 30px;
	background: url(../images/main-menu-bg.gif) no-repeat 0px -320px;	
}
#menu-items li:hover > a span.contact-header {
	background: #8b0304 url(../images/main-menu-bg.gif) no-repeat 0px -360px;
}


/*HOME STYLES<--****************************************************************************/
.bottom-promo-item01-index {
	float: left;
	height: auto;
	margin: 14px 0 0 0;
	padding: 0 12px 0 0;
	border-right: #eac955 solid 1px;
}
.bottom-promo-item01-index img {
	float: left;
	margin: -9px 0 0 -15px;
}
.bottom-promo-item01-index a {
	float: left;
	width: 145px;
	height: 101px;
	display: block;
	background: url(../images/text_wonders.png) no-repeat left top;
	text-indent: -5000px;
}


/*HOME  ABOUT US STYLES<--****************************************************************************/
#main-home-about {
	float: left;
	width: 925px;
	height: 394px;
	background: #fff url(../images/bg-home-about.jpg) no-repeat left top;
}
#main-home-about-content {
	float: right;
	width: 270px;
	height: auto;
	margin: 30px 30px 0 0;
}
#main-home-about-content h3 {
	float: left;
	width: 90px;
	height: 31px;
	background: url(../images/img-aboutus-header.png) no-repeat left top;
	text-indent: -5000px;
}
#main-home-about-content p {
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 12px;
	line-height: 13px;
	float: left;
	width: 250px;
	margin: 16px 0 0 0;
}


/*HOME  WHY LIQUIDS STYLES<--****************************************************************************/
#main-home-liquids {
	float: left;
	width: 925px;
	height: 394px;
	background: #fff url(../images/bg-home-liquids.jpg) no-repeat left top;
}
#main-home-liquids-content {
	float: left;
	height: auto;
}
#main-home-liquids-content h3 {
	float: left;
	width: 108px;
	height: 21px;
	margin: 8px 0 18px 24px; 
	background: url(../images/img-liquids-header.gif) no-repeat left top;
	text-indent: -5000px;
}
#main-home-liquids-content p {
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 11px;
	line-height: 13px;
	float: left;
	width: 893px;
	padding: 4px;
	margin: 0 0 10px 24px;
	background: #fff url(../images/bg-why-liquids-elements.gif) repeat-y right top;
}
#main-home-liquids-content b{
	color: #ef5a22;
}
#home-liquids-bottom{
	float: left;
	height: auto;
}
.home-liquids-bottom-image {
	float: left;
	height: auto;
	margin: 14px 0 0 0;
	padding: 0 45px 0 17px;
	border-right: #eac955 solid 1px;
}
.home-liquids-bottom-image img {
	float: left;
}
.home-liquids-bottom-testimonial {
	float: left;
	height: auto;
}
.home-liquids-bottom-testimonial p {
	float: left;
	width: 672px;
	height: 100px;
	margin: 20px 0 0 40px;
	background: url(../images/image-home-testimonial-whyliquids.gif) no-repeat left top;
	text-indent: -5000px;
}


/*PRODUCTS  DESCRIPTIONSTYLES<--****************************************************************************/
#main-products-wrapper{
	float: left;
	width: 925px;
	height: 394px;
}
#main-products-description-content {
	float: right;
	width: 456px;
	height: auto;
}
#main-products-description-content h3 {
	float: left;
	margin: 18px 0 0 24px; 
	text-indent: -5000px;
}
#main-products-description-content p {
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 11px;
	line-height: 13px;
	float: left;
	width: 400px;
	margin: 4px 0 0 24px;
}
#main-products-description-content ul {
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 12px;
	line-height: 12px;
	float: left;
	list-style-type: none;
	margin:  0 0 0 24px;
	padding: 0;	
}
#main-products-description-content li{
	line-height: 13px;
	background: url(../images/image-bullet.png) no-repeat 0 2px;
	margin:  10px 0 0 0;
	padding: 0 0 0 18px;
}
#main-products-description-content li b{
	float: left;
	width: 400px;
}
#main-products-description-menu{
	float: left;
	width: 300px;
}
#main-products-description-menu ul{
	float: left;
	height: 45px;
	width: 300px;
	padding: 0;
}
#main-products-description-menu li{
	float: left;
	margin:  0 0 5px 0;
	padding: 0;
	background: none;
}
#main-products-description-menu li a{
	display: block;
	width: 150px;
	height: 15px;
	text-indent: -5000px;
}

#products-bottom-testimonials{
	float: left;
	height: auto;
	padding: 15px 0 0 0;
}
#products-bottom-testimonial-element {
	float: left;
	height: auto;
}
#products-bottom-testimonial-element p {
	float: left;
	width: 450px;
	height: 105px;
	text-indent: -5000px;
}

/*PRODUCTS  NUTRITION STYLES<--****************************************************************************/
#main-products-nutrition-content {
	float: right;
	width: 535px;
	height: 354px;
	margin: 20px 18px 0 0;
	background: url(../images/bg_products_subcontent.png) repeat left top;
}
#main-products-nutrition-content h3 {
	float: left;
	margin: 18px 0 0 24px; 
	text-indent: -5000px;
}
#main-products-nutrition-content p {
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 10px;
	line-height: 13px;
	float: left;
	width: 300px;
	margin: 4px 0 0 24px;
}
#main-products-nutrition-content img{
	float: right;
}
#main-products-nutrition-content p.nutrition-big-text b {
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-style: italic;
}
#main-products-nutrition-content p.nutrition-big-text {
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 11px;
	line-height: 13px;
	margin: 16px 0 0 24px;
}
#main-products-nutrition-content  {
	float: right;
}
#main-products-nutrition-menu{
	float: left;
	width: 150px;
	margin: 275px 0 0 195px;
}
#main-products-nutrition-menu ul{
	float: left;
	height: 55px;
	padding: 0;
	list-style-type: none;
}
#main-products-nutrition-menu li{
	float: left;
	margin:  0 0 5px 0;
	padding: 0;
	background: none;
}
#main-products-nutrition-menu li a{
	display: block;
	width: 150px;
	height: 15px;
	text-indent: -5000px;
}


/*PRODUCTS  TESTIMONIALS STYLES<--****************************************************************************/
#main-products-testimonials-content {
	float: right;
	width: 720px;
	height: auto;
}
#main-products-testimonials-content h3 {
	float: left;
	width: 100%;
	margin: 18px 0 0 10px; 
	text-indent: -5000px;
}
#main-products-testimonials-content #products-testimonials-text {
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 12px;
	line-height: 13px;
	float: left;
	width: 680px;
	height: 240px;
	margin: 4px 0 0 10px;
	padding: 10px;
	background: url(../images/bg_products_subcontent.png) repeat left top;
}
#main-products-testimonials-content #products-testimonials-text h5 {
	font-size: 13px;
	line-height: 13px;
	width: 100%;
	margin: 0 0 10px 0; 
}
#main-products-testimonials-menu{
	float: left;
	width: 350px;
}
#main-products-testimonials-menu ul{
	float: left;
	height: 55px;
	margin:  28px 0 0 0 ;
	padding: 0;
	list-style-type: none;
}
#main-products-testimonials-menu li{
	float: left;
	margin:  0 10px 5px 0;
	padding: 0;
}
#main-products-testimonials-menu li a{
	display: block;
	width: 150px;
	height: 15px;
	text-indent: -5000px;
}
.more-testimonials-link{
	float: left;
	position: relative;
	margin: -22px 0 0 100px;
}
.more-testimonials-link a{
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 12px;
	color: #000;
}

/*PRODUCTS  PRODUCT LOCATORSTYLES<--****************************************************************************/
#main-products-locator-content table{ padding:0 0 0 0; margin:0 0 5px 0;}

#main-products-locator-content {
	float: right;
	width: 720px;
	height: auto;
}
#main-products-locator-content h3 {
	float: left;
	width: 100%;
	margin: 18px 0 0 10px; 
	text-indent: -5000px;
}
#main-products-locator-content .products-locator-text {
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 12px;
	line-height: 13px;
	float: left;
	width: 680px;
	height: 240px;
	margin: 4px 0 0 10px;
	padding: 10px;
	background: url(../images/bg_products_subcontent.png) repeat left top;
}
#main-products-locator-content .products-locator-text h5 {
	font-size: 12px;
	line-height: 13px;
	width: 100%;
	margin: 0 0 10px 0; 
}
#main-products-locator-content .products-locator-text p.locator-paragraph {
	width: 100%;
	line-height: 14px;
	margin: 0 0 15px 0; 
}

#main-products-locator-content .products-locator-text p.locator-paragraph a {
	color: #000;
}

#main-products-locator-content .products-locator-text form{
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
}
#main-products-locator-content .products-locator-text form select {
	float: left;
	width: 135px;
	margin: 0 12px 0 0;
}
#main-products-locator-content .products-locator-text form input {
	float: left;
	width: 74px;
	margin: 0 12px 0 12px;
}
#main-products-locator-content .products-locator-text form a {
	float: left;
	width: 97px;
	height: 22px;
	text-indent: -5000px;
}
#main-products-locator-content .products-locator-text h6 {
	font-size: 11px;
	line-height: 12px;
	width: 100%;
	float: left;
}
#main-products-locator-content .products-locator-text p.joint-locator-bottom-paragraph{
	font-size: 10px;
	line-height: 12px;
	width: 100%;
}
#main-products-locator-menu{
	float: left;
	width: 350px;
}
#main-products-locator-menu ul{
	float: left;
	height: 55px;
	margin:  28px 0 0 0;
	padding: 0;
	list-style-type: none;
}
#main-products-locator-menu li{
	float: left;
	margin:  0 10px 5px 0;
	padding: 0;
	background: none;
}
#main-products-locator-menu li a{
	display: block;
	width: 150px;
	height: 15px;
	text-indent: -5000px;
}


/*PRODUCTS ONLINE RETAILERSSTYLES<--****************************************************************************/
#main-products-retailers-content {
	float: right;
	width: 720px;
	height: auto;
}
#main-products-retailers-content h3 {
	float: left;
	width: 100%;
	margin: 18px 0 0 10px; 
	text-indent: -5000px;
}
#main-products-retailers-content .products-retailers-text {
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 12px;
	line-height: 13px;
	float: left;
	width: 680px;
	height: 240px;
	margin: 4px 0 0 10px;
	padding: 10px;
	background: #fff;
}
#main-products-retailers-content .products-retailers-text h5 {
	font-size: 12px;
	line-height: 13px;
	width: 100%;
	margin: 0 0 10px 0; 
}
#main-products-retailers-content .products-retailers-text p {
	width: 100%;
	margin: 0 0 15px 0; 
}
#main-products-retailers-content .products-retailers-text ul{
	float: left;
	height: 140px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#main-products-retailers-content .products-retailers-text li{
	float: left;
	margin: 0;
	padding: 0
}
#main-products-retailers-content .products-retailers-text li a{
	display: block;	
	text-indent: -5000px;
	height: 70px;
	margin: 0 0 0 20px;
}
.products-retailers-sams a{
	width: 70px;
	background: url(../images/sams_logo.jpg) no-repeat 0 0;
}
.products-retailers-drugstore a{
	width: 121px;
	background: url(../images/drugstore_logo.jpg) no-repeat 0 18px;
}
.products-retailers-vitacost a{
	width: 121px;
	background: url(../images/vitacost_logo.jpg) no-repeat 0 14px;
}
.products-retailers-familymeds a{
	width: 115px;
	background: url(../images/familymeds_logo.jpg) no-repeat 0 22px;
}
.products-retailers-amazon a{
	width: 128px;
	background: url(../images/amazon_logo.jpg) no-repeat 0 30px;
}
.products-retailers-cvs a{
	width: 105px;
	background: url(../images/cvs_logo.jpg) no-repeat 0 28px;
}
.products-retailers-americarx a{
	width: 204px;
	background: url(../images/americarx_logo.jpg) no-repeat 0 10px;
}
.products-retailers-virichealth a{
	width: 92px;
	background: url(../images/vivic.jpg) no-repeat 0 10px;
}
.products-retailers-costco a{
	width: 118px;
	background: url(../images/costco_logo.jpg) no-repeat 0 10px;
}
.products-retailers-bjs a{
	width: 131px;
	background: url(../images/bjs_logo.gif) no-repeat 0 0px;
}
.products-retailers-walmart a{
	width: 151px;
	background: url(../images/walmart_logo.jpg) no-repeat 0 0px;
}


#main-products-retailers-menu{
	float: left;
	width: 350px;
}
#main-products-retailers-menu ul{
	float: left;
	height: 55px;
	margin:  28px 0 0 0;
	padding: 0;
	list-style-type: none;
}
#main-products-retailers-menu li{
	float: left;
	margin:  0 10px 5px 0;
	padding: 0;
	background: none;
}
#main-products-retailers-menu li a{
	display: block;
	width: 150px;
	height: 15px;
	text-indent: -5000px
}



/*PRODUCTS  JOINT CARE DESCRIPTION STYLES<--****************************************************************************/
.joint-description-bg{
	background: #fff url(../images/bg-products-joint.jpg) no-repeat left top;	
}
.joint-header{
	width: 166px;
	height: 34px;
	background: url(../images/img-joint-header.png) no-repeat left top;
}
.joint-description-menu ul{
	margin: 25px 0 0 0 !important;
}
.joint-menu-nutrition a{
	background: url(../images/image_joint_nutritionfacts_button.png) no-repeat left top;
}
.joint-menu-locator a{
	background: url(../images/image_joint_productlocator_button.png) no-repeat left top;
}
.joint-menu-testimonials a{
	background: url(../images/image_joint_testimonials_button.png) no-repeat left top;
}
.joint-menu-sample a{
	background: url(../images/image_joint_samplerequest_button.png) no-repeat left top;
}
.joint-menu-printable a{
	background: url(../images/image_joint_infosheet_button.png) no-repeat left top;
}
.joint-menu-description a{
	background: url(../images/image_joint_productdescription_button.png) no-repeat left top;
}

.bottom-testimonial-joint01 {
	border-right: #eac955 solid 1px;
}
.bottom-testimonial-joint01 p {
	margin: 5px 10px 5px 0;
	background: url(../images/image-jointcare-testimonial-01.png) no-repeat left top;
}
.bottom-testimonial-joint02 p {
	margin: 5px 0 5px 10px;
	background: url(../images/image-jointcare-testimonial-02.png) no-repeat left top;
}


/*PRODUCTS JOINT CARE NUTRITION FACSSTYLES<--****************************************************************************/
.joint-nutrition-bg {
	background: #fff url(../images/bg-products-joint-content.jpg) no-repeat left top;
}
.nutrition-menu ul{
	margin:  24px 0 0 0;
}
#nutrition-table .top-row01 {
	width: 170px;
	height: 50px;
	background: #FFF;
}
#nutrition-table .scroll-row01 {
	width: 170px;
	height: 300px;
	overflow: scroll;
	overflow-x: hidden;
	background: #FFF;
}
/*PRODUCTS JOINT CARE TESTIMONIALSSTYLES<--***************************************************************************/
.joint-testimonials-bg {
	background: #fff url(../images/bg-products-joint-content.jpg) no-repeat left top;
}
.joint-testimonials-h5{
	color: #0075a8;
}
.scroll{
	overflow: scroll;
	overflow-x: hidden;
}

/*PRODUCTS JOINT CARE PRODUCT LOCATORSTYLES<--***************************************************************************/
.joint-locator-bg {
	background: #fff url(../images/bg-products-joint-content.jpg) no-repeat left top;
}
.joint-locator-h5 {
	color: #0075a8;
}
.joint-locator-h6 {
	color: #0075a8;
}
.joint-locator-bottom-paragraph a {
	color: #000;
}
.joint-locator-search-button {
	background: url(../images/image_joint_locator_search_button.png) no-repeat left top;	
}


/*PRODUCTS JOINT CARE ONLINE RETAILERSSTYLES<--***************************************************************************/
.joint-retailers-bg {
	background: #fff url(../images/bg-products-joint-content.jpg) no-repeat left top;
}
.joint-retailers-h5 {
	color: #0075a8;
}
.joint-retailers-domestic {
	float: left;
	width: 100%;
	margin: 14px 0 0 0;
}
.joint-retailers-domestic p{
	float: left;
	width: 160px !important;
	
}
.joint-retailers-domestic a{
	float: left;
	display: block;
	width: 118px;
	height: 36px;
	margin: -6px 0 0 0;
	background: url(../images/medichest_logo.jpg) no-repeat 0 0;
	text-indent: -5000px;
}


/*PRODUCTS  CORAL CALCIUM DESCRIPTION STYLES<--****************************************************************************/
.coral-description-bg{
	background: #fff url(../images/bg-products-coral.jpg) no-repeat left top;	
}
.coral-header{
	width: 233px;
	height: 34px;
	background: url(../images/img-coral-header.png) no-repeat left top;
}
.coral-description-menu ul{
	margin: 83px 0 0 0 !important;
}
.coral-menu-nutrition a{
	background: url(../images/image_coral_nutritionfacts_button.png) no-repeat left top;
}
.coral-menu-locator a{
	background: url(../images/image_coral_productlocator_button.png) no-repeat left top;
}
.coral-menu-testimonials a{
	background: url(../images/image_coral_testimonials_button.png) no-repeat left top;
}
.coral-menu-sample a{
	background: url(../images/image_coral_samplerequest_button.png) no-repeat left top;
}
.coral-menu-printable a{
	background: url(../images/image_coral_infosheet_button.png) no-repeat left top;
}
.coral-menu-description a{
	background: url(../images/image_coral_productdescription_button.png) no-repeat left top;
}

.bottom-testimonial-coral01 {
	border-right: #eac955 solid 1px;
}
.bottom-testimonial-coral01 p {
	margin: 5px 10px 5px 0;
	background: url(../images/image-coral-testimonial-02.png) no-repeat left top;
}
.bottom-testimonial-coral02 p {
	margin: 5px 0 5px 10px;
	background: url(../images/image-coral-testimonial-01.png) no-repeat left top;
}

/*PRODUCTS CORAL CALCIUM NUTRITION FACSSTYLES<--****************************************************************************/
.coral-nutrition-bg {
	background: #fff url(../images/bg-products-coral-content.jpg) no-repeat left top;
}
.nutrition-menu ul{
	margin:  24px 0 0 16px;
}

/*PRODUCTS CORAL CALCIUM TESTIMONIALSSTYLES<--***************************************************************************/
.coral-testimonials-bg {
	background: #fff url(../images/bg-products-coral-content.jpg) no-repeat left top;
}
.coral-testimonials-h5{
	color: #c10033;
}

/*PRODUCTS CORAL CALCIUM PRODUCT LOCATORSTYLES<--***************************************************************************/
.coral-locator-bg {
	background: #fff url(../images/bg-products-coral-content.jpg) no-repeat left top;
}
.coral-locator-h5 {
	color: #c10033;
}
.coral-locator-h6 {
	color: #c10033;
}
.coral-locator-bottom-paragraph a {
	color: #000;
}
.coral-locator-search-button {
	background: url(../images/image_coral_locator_search_button.png) no-repeat left top;	
}

/*PRODUCTS CORAL CALCIUM ONLINE RETAILERSSTYLES<--***************************************************************************/
.coral-retailers-bg {
	background: #fff url(../images/bg-products-coral-content.jpg) no-repeat left top;
}
.coral-retailers-h5 {
	color: #c10033;
}
.coral-retailers-domestic {
	float: left;
	width: 100%;
	margin: 14px 0 0 0;
}
.coral-retailers-domestic p{
	float: left;
	width: 160px !important;
	
}
.coral-retailers-domestic a{
	float: left;
	display: block;
	width: 118px;
	height: 36px;
	margin: -6px 0 0 0;
	background: url(../images/medichest_logo.jpg) no-repeat 0 0;
	text-indent: -5000px;
}


/*PRODUCTS  MULTIVITAMINS DESCRIPTION STYLES<--****************************************************************************/
.multi-description-bg{
	background: #fff url(../images/bg-products-multi.jpg) no-repeat left top;	
}
.multi-header{
	width: 235px;
	height: 34px;
	background: url(../images/img-multi-header.png) no-repeat left top;
}
.multi-description-menu ul{
	margin: 86px 0 0 0 !important;
}
.multi-menu-nutrition a{
	background: url(../images/image_coral_nutritionfacts_button.png) no-repeat left top;
}
.multi-menu-locator a{
	background: url(../images/image_coral_productlocator_button.png) no-repeat left top;
}
.multi-menu-testimonials a{
	background: url(../images/image_coral_testimonials_button.png) no-repeat left top;
}
.multi-menu-sample a{
	background: url(../images/image_coral_samplerequest_button.png) no-repeat left top;
}
.multi-menu-printable a{
	background: url(../images/image_coral_infosheet_button.png) no-repeat left top;
}
.multi-menu-description a{
	background: url(../images/image_coral_productdescription_button.png) no-repeat left top;
}

.bottom-testimonial-multi01 {
	border-right: #eac955 solid 1px;
}
.bottom-testimonial-multi01 p {
	margin: 5px 10px 5px 0;
	background: url(../images/image-multi-testimonial-02.png) no-repeat left top;
}
.bottom-testimonial-multi02 p {
	margin: 5px 0 5px 10px;
	background: url(../images/image-multi-testimonial-01.png) no-repeat left top;
}

/*PRODUCTS MULTIVITAMINS NUTRITION FACSSTYLES<--****************************************************************************/
.multi-nutrition-bg {
	background: #fff url(../images/bg-products-multi-content.jpg) no-repeat left top;
}
#nutrition-table {
	float: right;
}
.nutrition-table-border{
	border: 2px solid #000;
}
#nutrition-table .top-row {
	width: 170px;
	height: 32px;
	background: #FFF;
}
#nutrition-table .scroll-row {
	width: 170px;
	height: 318px;
	overflow: scroll;
	overflow-x: hidden;
	background: #FFF;
}
/*PRODUCTS MULTIVITAMINS TESTIMONIALSSTYLES<--***************************************************************************/
.multi-testimonials-bg {
	background: #fff url(../images/bg-products-multi-content.jpg) no-repeat left top;
}
.multi-testimonials-h5{
	color: #c10033;
}

/*PRODUCTS MULTIVITAMINS PRODUCT LOCATORSTYLES<--***************************************************************************/
.multi-locator-bg {
	background: #fff url(../images/bg-products-multi-content.jpg) no-repeat left top;
}
.multi-locator-h5 {
	color: #c10033;
}
.multi-locator-h6 {
	color: #c10033;
}
.multi-locator-bottom-paragraph a {
	color: #000;
}
.multi-search-button {
	background: url(../images/image_coral_locator_search_button.png) no-repeat left top;	
}

/*PRODUCTS MULTIVITAMINS ONLINE RETAILERSSTYLES<--***************************************************************************/
.multi-retailers-bg {
	background: #fff url(../images/bg-products-multi-content.jpg) no-repeat left top;
}
.multi-retailers-h5 {
	color: #c10033;
}
.multi-retailers-domestic {
	float: left;
	width: 100%;
	margin: 14PX 0 0 0 !important;
}
.multi-retailers-domestic p{
	float: left;
	width: 160px !important;
	
}
.multi-retailers-domestic a{
	float: left;
	display: block;
	width: 118px;
	height: 36px;
	margin: -6px 0 0 0;
	background: url(../images/medichest_logo.jpg) no-repeat 0 0;
	text-indent: -5000px;
}


/*PRODUCTS  COLLOIDAL MINERALS DESCRIPTION STYLES********************************************************************/
.colloidal-description-bg{
	background: #fff url(../images/bg-products-colloidal.jpg) no-repeat left top;	
}
.colloidal-header{
	width: 284px;
	height: 31px;
	background: url(../images/img-colloidal-header.png) no-repeat left top;
}
.colloidal-description-menu ul{
	margin: 86px 0 0 0 !important;
}
.colloidal-menu-nutrition a{
	background: url(../images/image_colloidal_nutritionfacts_button.png) no-repeat left top;
}
.colloidal-menu-locator a{
	background: url(../images/image_colloidal_productlocator_button.png) no-repeat left top;
}
.colloidal-menu-testimonials a{
	background: url(../images/image_colloidal_testimonials_button.png) no-repeat left top;
}
.colloidal-menu-sample a{
	background: url(../images/image_colloidal_samplerequest_button.png) no-repeat left top;
}
.colloidal-menu-printable a{
	background: url(../images/image_colloidal_infosheet_button.png) no-repeat left top;
}
.colloidal-menu-description a{
	background: url(../images/image_colloidal_productdescription_button.png) no-repeat left top;
}

.bottom-testimonial-colloidal01 {
	border-right: #eac955 solid 1px;
}
.bottom-testimonial-colloidal01 p {
	margin: 5px 10px 5px 0;
	background: url(../images/image-colloidal-testimonial-01.png) no-repeat left top;
}
.bottom-testimonial-colloidal02 p {
	margin: 5px 0 5px 10px;
	background: url(../images/image-colloidal-testimonial-02.png) no-repeat left top;
}

/*PRODUCTS COLLOIDAL MINERALS NUTRITION FACSSTYLES<--****************************************************************************/
.colloidal-nutrition-bg {
	background: #fff url(../images/bg-products-colloidal-content.jpg) no-repeat left top;
}
#nutrition-table {
	float: right;
}
#nutrition-table .top-row02 {
	width: 170px;
	height: 39px;
	background: #FFF;
}
#nutrition-table .scroll-row02 {
	width: 170px;
	height: 311px;
	overflow: scroll;
	overflow-x: hidden;
	background: #FFF;
}
/*PRODUCTS COLLOIDAL MINERALS TESTIMONIALSSTYLES<--***************************************************************************/
.colloidal-testimonials-bg {
	background: #fff url(../images/bg-products-colloidal-content.jpg) no-repeat left top;
}
.colloidal-testimonials-h5{
	color: #2f9f50;
}

/*PRODUCTS COLLOIDAL MINERALS PRODUCT LOCATORSTYLES********************************************************************/
.colloidal-locator-bg {
	background: #fff url(../images/bg-products-colloidal-content.jpg) no-repeat left top;
}
.colloidal-locator-h5 {
	color: #2f9f50;
}
.colloidal-locator-h6 {
	color: #2f9f50;
}
.colloidal-locator-bottom-paragraph a {
	color: #000;
}
.colloidal-search-button {
	background: url(../images/image_colloidal_locator_search_button.png) no-repeat left top;	
}

/*PRODUCTS COLLOIDAL MINERALS ONLINE RETAILERSSTYLES<--***************************************************************************/
.colloidal-retailers-bg {
	background: #fff url(../images/bg-products-colloidal-content.jpg) no-repeat left top;
}
.colloidal-retailers-h5 {
	color: #2f9f50;
}
.colloidal-retailers-domestic {
	float: left;
	width: 100%;
	margin: 14px 0 0 0;
}
.colloidal-retailers-domestic p{
	float: left;
	width: 160px !important;
	
}
.colloidal-retailers-domestic a{
	float: left;
	display: block;
	width: 118px;
	height: 36px;
	margin: -6px 0 0 0;
	background: url(../images/medichest_logo.jpg) no-repeat 0 0;
	text-indent: -5000px;
}


/*PRODUCTS  FRUITS AND VEGETABLES DESCRIPTION STYLES********************************************************************/
.fruits-description-bg{
	background: #fff url(../images/bg-products-fruits.jpg) no-repeat left top;	
}
.fruits-header{
	width: 272px;
	height: 51px;
	margin-top: 10px!important;
	background: url(../images/img-fruits-header.png) no-repeat left top;
}
.fruits-description-li b{
	float: none !important;
}
.fruits-description-li-small b{
	float: none !important;
}
.fruits-description-li-small{
	width: 272px;
}
.fruits-description-menu ul{
	margin: 25px 0 0 0 !important;
}
.fruits-menu-nutrition a{
	background: url(../images/image_colloidal_nutritionfacts_button.png) no-repeat left top;
}
.fruits-menu-locator a{
	background: url(../images/image_colloidal_productlocator_button.png) no-repeat left top;
}
.fruits-menu-testimonials a{
	background: url(../images/image_colloidal_testimonials_button.png) no-repeat left top;
}
.fruits-menu-sample a{
	background: url(../images/image_colloidal_samplerequest_button.png) no-repeat left top;
}
.fruits-menu-printable a{
	background: url(../images/image_colloidal_infosheet_button.png) no-repeat left top;
}
.fruits-menu-description a{
	background: url(../images/image_colloidal_productdescription_button.png) no-repeat left top;
}

.bottom-testimonial-fruits01 {
	border-right: #eac955 solid 1px;
}
.bottom-testimonial-fruits01 p {
	margin: 5px 10px 5px 0;
	background: url(../images/image-fruits-testimonial-01.png) no-repeat left top;
}
.bottom-testimonial-fruits02 p {
	margin: 5px 0 5px 10px;
	background: url(../images/image-fruits-testimonial-02.png) no-repeat left top;
}

/*PRODUCTS FRUITS AND VEGETABLES NUTRITION FACSSTYLES<--****************************************************************************/
.fruits-nutrition-bg {
	background: #fff url(../images/bg-products-fruits-content.jpg) no-repeat left top;
}
#nutrition-table {
	float: right;
}
#nutrition-table .top-row03 {
	width: 170px;
	height: 41px;
	background: #FFF;
}
#nutrition-table .scroll-row03 {
	width: 170px;
	height: 309px;
	overflow: scroll;
	overflow-x: hidden;
	background: #FFF;
}
/*PRODUCTS FRUITS AND VEGETABLES TESTIMONIALSSTYLES<--***************************************************************************/
.fruits-testimonials-bg {
	background: #fff url(../images/bg-products-fruits-content02.jpg) no-repeat left top;
}
.fruits-testimonials-h5{
	color: #2f9f50;
}
.fruits-testimonials-menu ul{
	margin: 16px 0 0 0 !important;
}

/*PRODUCTS FRUITS AND VEGETABLES PRODUCT LOCATORSTYLES********************************************************************/
.fruits-locator-bg {
	background: #fff url(../images/bg-products-fruits-content02.jpg) no-repeat left top;
}
.fruits-locator-h5 {
	color: #2f9f50;
}
.fruits-locator-h6 {
	color: #2f9f50;
}
.fruits-locator-menu ul{
	margin: 16px 0 0 0 !important;
}
.fruits-locator-bottom-paragraph a {
	color: #000;
}
.fruits-search-button {
	background: url(../images/image_colloidal_locator_search_button.png) no-repeat left top;	
}

/*PRODUCTS FRUITS AND VEGETABLES ONLINE RETAILERSSTYLES<--***************************************************************************/
.fruits-retailers-bg {
	background: #fff url(../images/bg-products-fruits-content02.jpg) no-repeat left top;
}
.fruits-retailers-h5 {
	color: #2f9f50;
}
.fruits-retailers-domestic {
	float: left;
	width: 100%;
	margin: 14px 0 0 0 !important;
}
.fruits-retailers-domestic p{
	float: left;
	width: 160px !important;
	
}
.fruits-retailers-domestic a{
	float: left;
	display: block;
	width: 118px;
	height: 36px;
	margin: -6px 0 0 0;
	background: url(../images/medichest_logo.jpg) no-repeat 0 0;
	text-indent: -5000px;
}
.fruits-retailers-menu ul{
	margin: 16px 0 0 0 !important;
}


/*PRODUCTS  MIRACLE FRUITS DESCRIPTION STYLES********************************************************************/
.mfruits-description-bg{
	background: #fff url(../images/bg-products-mfruits.jpg) no-repeat left top;	
}
.mfruits-header{
	width: 342px;
	height: 39px;
	background: url(../images/img-mfruits-header.png) no-repeat left top;
}
.mfruits-header02{
	width: 298px;
	height: 34px;
	background: url(../images/img-mfruits-header02.png) no-repeat left top;
}
.mfruits-description-paragraph{
	margin: 18px 0 0 24px !important;
}
.mfruits-description-li b{
	float: none !important;
}
.mfruits-description-li-small b{
	float: none !important;
}
.mfruits-description-li-small{
	width: 272px;
}
.mfruits-description-menu ul{
	margin: 75px 0 0 0 !important;
}
.mfruits-description-note{
	width: 200px !important;
	font-size: 10px !important;
	float: left ;
	margin-left: 10px;
}
.mfruits-menu-nutrition a{
	background: url(../images/image_mfruits_nutritionfacts_button.png) no-repeat left top;
}
.mfruits-menu-locator a{
	background: url(../images/image_mfruits_productlocator_button.png) no-repeat left top;
}
.mfruits-menu-testimonials a{
	background: url(../images/image_mfruits_testimonials_button.png) no-repeat left top;
}
.mfruits-menu-sample a{
	background: url(../images/image_mfruits_samplerequest_button.png) no-repeat left top;
}
.mfruits-menu-printable a{
	background: url(../images/image_mfruits_infosheet_button.png) no-repeat left top;
}
.mfruits-menu-description a{
	background: url(../images/image_mfruits_productdescription_button.png) no-repeat left top;
}

.bottom-testimonial-mfruits01 {
	border-right: #eac955 solid 1px;
}
.bottom-testimonial-mfruits01 p {
	margin: 5px 10px 5px 0;
	background: url(../images/image-mfruits-testimonial-01.png) no-repeat left top;
}
.bottom-testimonial-mfruits02 p {
	margin: 5px 0 5px 10px;
	background: url(../images/image-mfruits-testimonial-02.png) no-repeat left top;
}

/*PRODUCTS MIRACLE FRUITS NUTRITION FACSSTYLES<--****************************************************************************/
.mfruits-nutrition-bg {
	background: #fff url(../images/bg-products-mfruits-content.jpg) no-repeat left top;
}
.mfruits-nutrition-paragraph{
	margin: 28px 0 0 24px !important;
}
#nutrition-table {
	float: right;
}

/*PRODUCTS MIRACLE FRUITS TESTIMONIALSSTYLES<--***************************************************************************/
.mfruits-testimonials-bg {
	background: #fff url(../images/bg-products-mfruits-content02.jpg) no-repeat left top;
}
.mfruits-testimonials-h5{
	color: #76070b;
}
.mfruits-testimonials-menu ul{
	margin: 16px 0 0 0 !important;
}

/*PRODUCTS MIRACLE FRUITS PRODUCT LOCATORSTYLES********************************************************************/
.mfruits-locator-bg {
	background: #fff url(../images/bg-products-mfruits-content02.jpg) no-repeat left top;
}
.mfruits-locator-h5 {
	color: #76070b;
}
.mfruits-locator-h6 {
	color: #76070b;
}
.mfruits-locator-menu ul{
	margin: 16px 0 0 0 !important;
}
.mfruits-locator-bottom-paragraph a {
	color: #000;
}
.mfruits-search-button {
	background: url(../images/image_mfruits_locator_search_button.png) no-repeat left top;	
}

/*PRODUCTS MIRACLE FRUITS ONLINE RETAILERSSTYLES<--***************************************************************************/
.mfruits-retailers-bg {
	background: #fff url(../images/bg-products-mfruits-content02.jpg) no-repeat left top;
}
.mfruits-retailers-h5 {
	color: #76070b;
}
.mfruits-retailers-domestic {
	float: left;
	width: 100%;
	margin: 14px 0 0 0 !important;
}
.mfruits-retailers-domestic p{
	float: left;
	width: 160px !important;
	
}
.mfruits-retailers-domestic a{
	float: left;
	display: block;
	width: 118px;
	height: 36px;
	margin: -6px 0 0 0;
	background: url(../images/medichest_logo.jpg) no-repeat 0 0;
	text-indent: -5000px;
}
.mfruits-retailers-menu ul{
	margin: 16px 0 0 0 !important;
}




/*PRODUCTS  MIRACLE TEAS DESCRIPTION STYLES********************************************************************/
.mteas-description-bg{
	background: #fff url(../images/bg-products-mteas.jpg) no-repeat left top;	
}
.mteas-header{
	width: 203px;
	height: 70px;
	background: url(../images/img-mteas-header.png) no-repeat left top;
	margin-top: 5px !important;
	margin-bottom: -15px !important; 
}
.mteas-header02{
	width: 203px;
	height: 70px;
	background: url(../images/img-mteas-header.png) no-repeat left top;
}
.mteas-header03{
	width: 132px;
	height: 46px;
	background: url(../images/img-mteas-header02.png) no-repeat left top;
}
.mteas-description-paragraph{
	margin: 18px 0 0 24px !important;
}
#main-products-description-content .float-left{
	float: left;
	width: 180px;
}
.mteas-description-li {
	font-size: 11px;
	width: 180px;
	margin-top: 10px !important;	
}
.mteas-description-li b{
	float: none !important;
}
.mteas-description-menu ul{
	margin: 25px 0 0 0 !important;
}
.mteas-menu-nutrition a{
	background: url(../images/image_mteas_nutritionfacts_button.png) no-repeat left top;
}
.mteas-menu-locator a{
	background: url(../images/image_mteas_productlocator_button.png) no-repeat left top;
}
.mteas-menu-testimonials a{
	background: url(../images/image_mteas_testimonials_button.png) no-repeat left top;
}
.mteas-menu-sample a{
	background: url(../images/image_mteas_samplerequest_button.png) no-repeat left top;
}
.mteas-menu-printable a{
	background: url(../images/image_mteas_infosheet_button.png) no-repeat left top;
}
.mteas-menu-description a{
	background: url(../images/image_mteas_productdescription_button.png) no-repeat left top;
}

.bottom-testimonial-mteas01 {
	border-right: #eac955 solid 1px;
}
.bottom-testimonial-mteas01 p {
	margin: 5px 10px 5px 0;
	background: url(../images/image-mteas-testimonial-01.png) no-repeat left top;
}
.bottom-testimonial-mteas02 p {
	margin: 5px 0 5px 10px;
	background: url(../images/image-mteas-testimonial-02.png) no-repeat left top;
}

/*PRODUCTS MIRACLE TEAS NUTRITION FACSSTYLES<--****************************************************************************/
.mteas-nutrition-bg {
	background: #fff url(../images/bg-products-mteas-content.jpg) no-repeat left top;
}
.mteas-nutrition-paragraph{
	margin: 8px 0 0 24px !important;
}
#nutrition-table {
	float: right;
}

/*PRODUCTS MIRACLE TEAS TESTIMONIALSSTYLES<--***************************************************************************/
.mteas-testimonials-bg {
	background: #fff url(../images/bg-products-mteas-content02.jpg) no-repeat left top;
}
.mteas-testimonials-h5{
	color: #5e8053;
}
.mteas-testimonials-menu ul{
	margin: 16px 0 0 0 !important;
}

/*PRODUCTS MIRACLE TEAS PRODUCT LOCATORSTYLES********************************************************************/
.mteas-locator-bg {
	background: #fff url(../images/bg-products-mteas-content02.jpg) no-repeat left top;
}
.mteas-locator-h5 {
	color: #5e8053;
}
.mteas-locator-h6 {
	color: #5e8053;
}
.mteas-locator-menu ul{
	margin: 16px 0 0 0 !important;
}
.mteas-locator-bottom-paragraph a {
	color: #000;
}
.mteas-search-button {
	background: url(../images/image_mteas_locator_search_button.png) no-repeat left top;	
}

/*PRODUCTS MIRACLE TEAS ONLINE RETAILERSSTYLES<--***************************************************************************/
.mteas-retailers-bg {
	background: #fff url(../images/bg-products-mteas-content02.jpg) no-repeat left top;
}
.mteas-retailers-h5 {
	color: #5e8053;
}
.mteas-retailers-domestic {
	float: left;
	width: 100%;
	margin: 14px 0 0 0 !important;
}
.mteas-retailers-domestic p{
	float: left;
	width: 160px !important;
	
}
.mteas-retailers-domestic a{
	float: left;
	display: block;
	width: 118px;
	height: 36px;
	margin: -6px 0 0 0;
	background: url(../images/medichest_logo.jpg) no-repeat 0 0;
	text-indent: -5000px;
}
.mteas-retailers-menu ul{
	margin: 16px 0 0 0 !important;
}


/*PRODUCTS  MIRACLE TEAS DESCRIPTION STYLES********************************************************************/
.wonders-description-bg{
	background: #fff url(../images/bg-products-wonders.jpg) no-repeat left top;	
}
.wonders-header{
	width: 383px;
	height: 59px;
	background: url(../images/img-wonders-header.png) no-repeat left top;
	margin-top: 20px !important;
	margin-bottom: -15px !important; 
}
.wonders-header02{
	width: 300px;
	height: 59px;
	margin-top: 10px !important;
	background: url(../images/img-wonders-header02.png) no-repeat left top;
}
.wonders-header03{
	width: 112px;
	height: 46px;
	background: url(../images/img-wonders-header03.png) no-repeat left top;
}
.wonders-description-paragraph{
	margin: 18px 0 0 24px !important;
}
#main-products-description-content .float-left{
	float: left;
	width: 180px;
}
.wonders-description-li {
	font-size: 11px;
	width: 180px;
	margin-top: 10px !important;	
}
.wonders-description-li b{
	float: none !important;
}
.wonders-description-menu ul{
	margin: 21px 0 0 0 !important;
}
.wonders-menu-nutrition a{
	background: url(../images/image_wonders_nutritionfacts_button.png) no-repeat left top;
}
.wonders-menu-locator a{
	background: url(../images/image_wonders_productlocator_button.png) no-repeat left top;
}
.wonders-menu-testimonials a{
	background: url(../images/image_wonders_testimonials_button.png) no-repeat left top;
}
.wonders-menu-sample a{
	background: url(../images/image_wonders_samplerequest_button.png) no-repeat left top;
}
.wonders-menu-printable a{
	background: url(../images/image_wonders_infosheet_button.png) no-repeat left top;
}
.wonders-menu-description a{
	background: url(../images/image_wonders_productdescription_button.png) no-repeat left top;
}

.bottom-testimonial-wonders01 {
	border-right: #eac955 solid 1px;
}
.bottom-testimonial-wonders01 p {
	margin: 5px 10px 5px 0;
	background: url(../images/image-wonders-testimonial-01.png) no-repeat left top;
}
.bottom-testimonial-wonders02 p {
	margin: 5px 0 5px 10px;
	background: url(../images/image-wonders-testimonial-02.png) no-repeat left top;
}

/*PRODUCTS MIRACLE TEAS NUTRITION FACSSTYLES<--****************************************************************************/
.wonders-nutrition-bg {
	background: #fff url(../images/bg-products-wonders-content.jpg) no-repeat left top;
}
.wonders-nutrition-paragraph{
	margin: 8px 0 0 24px !important;
}
#nutrition-table {
	float: right;
}
#main-products-nutrition-content p.nutrition-big-text-wonders b {
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 10px;
	line-height: 10px;
	font-style: italic;
}
#main-products-nutrition-content p.nutrition-big-text-wonders {
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 10px;
	line-height: 13px;
	margin: 0px 0 0 24px !important;
}

/*PRODUCTS MIRACLE TEAS TESTIMONIALSSTYLES<--***************************************************************************/
.wonders-testimonials-bg {
	background: #fff url(../images/bg-products-wonders-content.jpg) no-repeat left top;
}
.wonders-testimonials-h5{
	color: #652219;
}
.wonders-testimonials-menu ul{
	margin: 16px 0 0 0 !important;
}

/*PRODUCTS MIRACLE TEAS PRODUCT LOCATOR STYLES********************************************************************/
.wonders-locator-bg {
	background: #fff url(../images/bg-products-wonders-content.jpg) no-repeat left top;
}
.wonders-locator-h5 {
	color: #652219;
}
.wonders-locator-h6 {
	color: #652219;
}
.wonders-locator-menu ul{
	margin: 16px 0 0 0 !important;
}
.wonders-locator-bottom-paragraph a {
	color: #000;
}
.wonders-search-button {
	background: url(../images/image_wonders_locator_search_button.png) no-repeat left top;	
}

/*PRODUCTS MIRACLE TEAS ONLINE RETAILERSSTYLES<--***************************************************************************/
.wonders-retailers-bg {
	background: #fff url(../images/bg-products-wonders-content.jpg) no-repeat left top;
}
.wonders-retailers-h5 {
	color: #652219;
}
.wonders-retailers-domestic {
	float: left;
	width: 100%;
	margin: 14px 0 0 0 !important;
}
.wonders-retailers-domestic p{
	float: left;
	width: 160px !important;
	
}
.wonders-retailers-domestic a{
	float: left;
	display: block;
	width: 118px;
	height: 36px;
	margin: -6px 0 0 0;
	background: url(../images/medichest_logo.jpg) no-repeat 0 0;
	text-indent: -5000px;
}
.wonders-retailers-menu ul{
	margin: 16px 0 0 0 !important;
}



/*WHERE TO BUY  HOMESTYLES<--****************************************************************************/
#main-where-home {
	float: left;
	width: 925px;
	height: 394px;
	background: #fff url(../images/bg-where-home.jpg) no-repeat left top;
}
#main-where-home-content {
	float: left;
	height: auto;		
}
#main-where-home-content h3 {
	float: left;
	width: 800px;
	height: 21px;
	margin: 8px 0 18px 24px; 
	background: url(../images/img-where-header.gif) no-repeat left top;
	text-indent: -5000px;
}
#main-where-home-content-left {
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 11px;
	line-height: 13px;
	float: left;
	width: 210px;
	height: 300px;
}
#main-where-home-content-left img{
	margin: 30px 0 0 40px;
}
#main-where-home-content-left-text {
	margin: 90px 48px 0 24px;
}
#main-where-home-content-left-text h6 {
	font-size: 11px;
	line-height: 12px;
	color: #2f9f50;
	margin: 0 0 2px 0;
}
#main-where-home-content-left-text a {
	color: #000;
}

.where-home-text table{
	padding:0 0 0 0;
	margin:0 0 10px 0;
}
.where-home-text table.where-table td{
	padding:0 0 10px 0 !important;
}
.where-home-text table.where-table td.title{
	width: 20px;
}

.where-home-text {
	float: left;
	width: 676px;
	height: 296px;
	padding: 10px;
	background: url(../images/bg_products_subcontent.png) repeat left top;
}
.where-home-text h5 {
	color: #2f9f50 !important;
	font-size: 12px;
	line-height: 13px;
	width: 100%;
	margin: 0 0 10px 0; 
}
.where-home-text p {
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 11px;
	line-height: 13px;
	width: 100%;
	margin: 0 0 15px 0; 
}

.where-home-text a {
	color: #000;
}
.where-home-text form{
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 11px;
	line-height: 13px;
	float: left;
	margin: 0 0 20px 0;
}
.where-home-text form input.radio {
	float: left;
	width: 74px;
	margin: 0 12px 0 0;
}
.where-home-text form select {
	float: left;
	width: 135px;
	margin: 0 12px 0 0;
}
.where-home-text form .product-select {
	width: 180px;
}
.where-home-text form input.text {
	float: left;
	width: 130px;
	margin: 0 12px 0 0;
}
.where-home-text form a {
	float: left;
	width: 97px;
	height: 22px;
	text-indent: -5000px;
	background: url(../images/image_where_search_button.png) no-repeat left top;
}
.where-first-table {
	margin: 5px 0 0 0;
}

.where-second-table {
	margin: 5px 0 0 0;
}
#where-bottom-testimonials{
	float: left;
	height: auto;
	padding: 15px 0 0 0;
}
#where-bottom-testimonial-element {
	float: left;
	height: auto;
}
#where-bottom-testimonial-element p {
	float: left;
	width: 450px;
	height: 105px;
	text-indent: -5000px;
}
.bottom-testimonial-where01 {
	border-right: #eac955 solid 1px;
}
.bottom-testimonial-where01 p {
	margin: 5px 10px 5px 0;
	background: url(../images/image-where-testimonial-01.png) no-repeat left top;
}
.bottom-testimonial-where02 p {
	margin: 5px 0 5px 10px;
	background: url(../images/image-where-testimonial-02.png) no-repeat left top;
}




/*WHERE TO BUY  ON LINE RETAILERSSTYLES<--****************************************************************************/
.where-retailers-text {
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 12px;
	line-height: 13px;
	float: left;
	width: 676px;
	height: 296px;
	margin: 4px 0 0 10px;
	padding: 10px;
	background: #fff;
}
.where-retailers-text h5 {
	color: #2f9f50;
	font-size: 12px;
	line-height: 13px;
	width: 100%;
	margin: 0 0 10px 0; 
}
.where-retailers-text p {
	width: 100%;
	margin: 0 0 15px 0; 
}
.where-retailers-text ul{
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.where-retailers-text li{
	float: left;
	margin: 0;
	padding: 0
}
.where-retailers-text li a{
	display: block;	
	text-indent: -5000px;
	height: 70px;
	margin: 0 0 0 12px;
}
.where-retailers-domestic {
	float: left;
	width: 100%;
	margin: 70px 0 0 0;
}
.where-retailers-domestic p{
	float: left;
	width: 160px !important;
	
}
.where-retailers-domestic a{
	float: left;
	display: block;
	width: 118px;
	height: 36px;
	margin: -6px 0 0 0;
	background: url(../images/medichest_logo.jpg) no-repeat 0 0;
	text-indent: -5000px;
}

/*INFO  QUALITY STYLES<--****************************************************************************/
#main-info-quality {
	float: left;
	width: 925px;
	height: 394px;
	background: #fff url(../images/bg-info-quality.jpg) no-repeat left top;
}
#main-info-quality-content {
	float: right;
	width: 270px;
	height: auto;
	margin: 30px 30px 0 0;
}
#main-info-quality-content h3 {
	float: left;
	width: 225px;
	height: 25px;
	background: url(../images/img-quality-header.png) no-repeat left top;
	text-indent: -5000px;
}
#main-info-quality-content p {
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 12px;
	line-height: 13px;
	float: left;
	width: 250px;
	margin: 16px 0 0 0;
}


/*INFO  ENVIRONMENT STYLES<--****************************************************************************/
#main-info-environment {
	float: left;
	width: 925px;
	height: 394px;
	background: #fff url(../images/bg-info-environment.jpg) no-repeat left top;
}
#main-info-environment-content {
	float: left;
	width: 270px;
	height: auto;
	margin: 30px 0 0 30px;
}
#main-info-environment-content h3 {
	float: left;
	width: 218px;
	height: 60px;
	background: url(../images/img-environment-header.png) no-repeat left top;
	text-indent: -5000px;
}
#main-info-environment-content p {
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 12px;
	line-height: 13px;
	color: #fff;
	float: left;
	width: 250px;
	margin: 16px 0 0 0;
}
#main-info-environment-img {
	float: left;
	width: 450px;
	height: auto;
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 12px;
	line-height: 13px;
	color: #fff;
	margin: 20px 0 0 150px;
}
#main-info-environment-content a {
	float: left;
	width: 140px;
	height: 60px;
	margin: 47px 0 0 95px;
}
#main-info-environment-img p{
	font-size: 11px;
	width: auto;
	text-align: center;
	font-weight: bold;
	margin: 0 0 26px 0;
}
.info-environment-element {
	float: left;
	width: 150px;
}
.info-environment-element p{
	width: auto;
	text-align: center;
	color: #2c9f47;
}

/*INFO  GLOSSARYSTYLES<--****************************************************************************/
#main-home-glossary {
	float: left;
	width: 925px;
	height: 394px;
	background: #fff url(../images/bg-home-liquids.jpg) no-repeat left top;
}
#main-home-glossary-content {
	float: left;
	width: 925px;
	height: 358px;
}
#glossary-content-results {
	float: left;
	width: 925px;
	height: 324px;
}
#main-home-glossary-content ul {
	width: 100%;
	margin: 0;
	padding: 0;
	margin: 0 0 10px 24px;
}
#main-home-glossary-content ul li {
	float: left;
	list-style-type: none;
}
#main-home-glossary-content ul li a {
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	display: block;
	width: 8px;
	height: 12px;
	color: #ef5a22;
	margin: 0 10px 0 0;
	padding: 6px;
	text-decoration: none;
}
#main-home-glossary-content ul li span {
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	display: block;
	width: 8px;
	height: 12px;
	color: #C09B72;
	margin: 0 10px 0 0;
	padding: 6px;
	text-decoration: none;
}
#main-home-glossary-content ul li a:hover {
	background: #e76f34;
	color: #fff;
}
.glossary-active {
	background: #e76f34;
	color: #fff !important;
}
#main-home-glossary-content h3 {
	float: left;
	width: 100%;
	height: 28px;
	margin: 0 0 18px 24px; 
	background: url(../images/img-glossary-header.png) no-repeat left top;
	text-indent: -5000px;
}
#main-home-glossary-content p {
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 11px;
	line-height: 13px;
	float: left;
	width: 876px;
	padding: 4px;
	margin: 0 0 10px 24px;
	background: #fff url(../images/bg-why-liquids-elements.gif) repeat-y right top;
}
#main-home-glossary-content b{
	color: #ef5a22;
}
#main-home-glossary-content span{
	vertical-align: text-top;
	font-size: 8px;
}
#main-home-glossary-content p a {
	text-decoration:none;
	color: #ef5a22;
}
#main-home-glossary-content p a.tooltip span {
	font-size: 13px;
	display:none;
	padding:2px 3px;
	margin-left:8px;
	max-width: 150px;
}
#main-home-glossary-content p a.tooltip:hover span{
	display:inline;
	position:absolute;
	background:#fff;
	border:1px solid #cccccc;
	color:#6c6c6c;
}



/*INFO  FAQSSTYLES<--****************************************************************************/
#main-home-faqs {
	float: left;
	width: 925px;
	height: 394px;
	background: #fff url(../images/bg-info-faqs.jpg) no-repeat left top;
}
#main-home-faqs-left {
	float: left;
	width: 196px;
	height: auto;
}
#main-home-faqs-left h3 {
	float: left;
	width: 172px;
	height: 22px;
	margin: 6px 0 6px 24px; 
	background: url(../images/img-faqs-header.png) no-repeat left top;
	text-indent: -5000px;
}
#main-home-faqs-left ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#main-home-faqs-left ul li {
	float: left;
}
#main-home-faqs-left ul a {
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	color: #5f5f5f;
	display: block;
	width: 172px;
	height: 18px;
	padding: 2px 0 0 24px;
	text-decoration: none;
}
#main-home-faqs-left ul a:hover{
	color: #fff;
	background: #910002;	
}
.faqs-active{
	color: #fff !important;
	background: #910002;	
}
#main-home-faqs-right {
	float: left;
	width: 729px;
	height: auto;
}
#main-home-faqs-right h3 {
	float: left;
	width: 705px;
	height: 18px;
	margin: 10px 0 6px 24px; 
	text-indent: -5000px;
}
.faqs-header-liquids {
	background: url(../images/img-faqs-liquids-header.png) no-repeat left top;
}
.faqs-header-general {
	background: url(../images/img-faqs-general-header.png) no-repeat left top;
}
.faqs-header-joint {
	background: url(../images/img-faqs-joint-header.png) no-repeat left top;
}
.faqs-header-colloidal {
	background: url(../images/img-faqs-colloidal-header.png) no-repeat left top;
}
.faqs-header-multi {
	background: url(../images/img-faqs-multi-header.png) no-repeat left top;
}
.faqs-header-coral {
	background: url(../images/img-faqs-coral-header.png) no-repeat left top;
}
.faqs-header-mfruits {
	background: url(../images/img-faqs-mfruits-header.png) no-repeat left top;
}
.faqs-header-mteas {
	background: url(../images/img-faqs-mteas-header.png) no-repeat left top;
}
.faqs-header-fruits {
	background: url(../images/img-faqs-fruits-header.png) no-repeat left top;
}
#home-faqs-right-content {
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #5f5f5f;
	float: left;
	width: 729px;
	height: 360px;	
}
.question {
	font-weight: bold;
	color: #ee5821;
	width: 684px;
	padding: 4px 4px 4px 24px;	
}
.answer{
	width: 684px;
	padding: 4px 4px 4px 24px;
	background: #fff6ef url(../images/bg-faqs-elements.gif) repeat-y right top;
}
.answer b {
	color: #ee5821;
	font-weight: bold;
}
.answer a {
	color: #5f5f5f;
	text-decoration: underline;
}

/*CONTACT US STYLES<--****************************************************************************/
#main-contact {
	float: left;
	width: 925px;
	height: 394px;
	background: #fff url(../images/bg-contact.jpg) no-repeat left top;
}
#main-contact-content {
	float: left;
	height: auto;		
}
#main-contact-content h3 {
	float: left;
	width: 800px;
	height: 21px;
	margin: 8px 0 40px 24px;
	background: url(../images/img-contact-header.gif) no-repeat left top;
	text-indent: -5000px;
}
#main-contact-content-left {
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 11px;
	line-height: 13px;
	float: left;
	width: 188px;
	padding: 0 4px 0 24px;
	height: 300px;
}
#main-contact-content-left h6 {
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #624194;
}
#main-contact-content-left p {
	margin: 0 0 18px 0;
}
#main-contact-content-left a {
	color: #000;
}
#main-contact-content-right {
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 11px;
	line-height: 13px;
	float: left;
	width: 658px;
	padding: 4px 14px;
	font-weight: bold;
	color: #624194;
}
#main-contact-content-right h5 {
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #fff;
	height: 26px;
}
#main-contact-content-right p {
	margin: 0 0 10px 0;
}
#main-contact-content-right span{
	color: #FF0000;
}
#main-contact-content-right span.space-blank{
	color: #624194;
	padding: 0 0 0 7px;
}
#table-contact-form-left {
	float: left;
	width: 329px;
}
#table-contact-form-left td{
	padding: 2px;
}
#table-contact-form-left td.titles{
	width: 100px;
}
#table-contact-form-left input{
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 10px;
	line-height: 13px;
	width: 196px;
	height: 15px;
}
#table-contact-form-left textarea{
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 10px;
	line-height: 13px;
}
#table-contact-form-left .contact-form-address{
	width: 196px;
	height: 40px;
}
#table-contact-form-right {
	float: left;
	width: 329px;
}
#table-contact-form-right td{
	padding: 2px;
}
#table-contact-form-right select{
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 10px;
	line-height: 13px;
	width: 304px;
	height: 19px;
}
	#table-contact-form-right input{
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 10px;
	line-height: 13px;
	width: 300px;
	height: 15px;
}
.table-contact-form-space {
	height: 24px;	
}
.have-question-input {
	height: 90px !important;
	width: 300px;
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 10px;
	line-height: 13px;
}
.have-sample-text {
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 9px !important;
	line-height: 13px;
}
.pissue-element {
	width: 150px;
}
#table-contact-form-pissue p {
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 10px !important;
	line-height: 13px;
	margin: 0;
	padding: 0;
}
#table-contact-form-pissue p.pissue-instructions {
	font-size: 9px !important;
}
#table-contact-form-pissue input {
	width: 142px;
}
#table-contact-form-pissue span {
	font-size: 8px;
	color: #624194;
	text-decoration: underline;
}

#contact-form-submit {
	float: right;
	width: 329px;
	margin: -10px 0 0 0;
}
#contact-form-submit input{
	float: left;
}
#contact-form-submit p{
	font-size: 9px !important;
	float: left;
	width: 180px;
	margin: 0 0 0 5px;
}
#contact-form-submit a{
	float: right;
	display: block;
	width: 97px;
	height: 22px;
	background: url(../images/image_contact_button.png) no-repeat left top;
	text-indent: -5000px;
	margin: 0 12px 0 0;
}



#main-contact-bottom{
	float: left;
	height: auto;
}
.main-contact-bottom-image {
	float: left;
	height: auto;
	margin: 14px 0 0 0;
	padding: 0 45px 0 35px;
	border-right: #eac955 solid 1px;
}
.main-contact-bottom-image img {
	float: left;
}
.main-contact-bottom-testimonial {
	float: left;
	height: auto;
}
.main-contact-bottom-testimonial p {
	float: left;
	width: 672px;
	height: 100px;
	margin: 20px 0 0 40px;
	background: url(../images/image-contact-testimonial-gif) no-repeat left top;
	text-indent: -5000px;
}

#contact-form-pissue-info {
	float: left;
	margin: -397px 0 0 0;
	width: 925px;
	height: 394px;
	background: url(../images/bg-contact-pissue-info.png) repeat left top;
	visibility: hidden;
}

#contact-form-lote-expiration {
	position: relative;
	margin: auto; 
	width: 225px;
	margin-top: 60px;
}
#contact-form-lote-expiration a{
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 13px;
	float: right; 
	display: block;
	color: #fff;
	text-decoration: none;
}

#locator-under-construction {
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 16px;
	color: #fff;
	float: left;
	width: 700px;
	height: 130px;
	background: url(../images/bg-contact-pissue-info.png) repeat left top;
	margin: -190px 0 0 10px;
}
#locator-under-construction p{
	text-align: center;
	position: relative;	
	width: 220px;
	margin: 55px auto 0;
}

#where-under-construction {
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	color: #fff;
	float: left;
	width: 697px;
	height: 130px;
	background: url(../images/bg-contact-pissue-info.png) repeat left top;
	margin: -130px 0 0 -10px;
}
#where-under-construction p{
	font-size: 16px !important;
	text-align: center;
	position: relative;	
	width: 220px;
	margin: 55px auto 0;
}
#privacy-policy{
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 11px;
	line-height: 13px;
	float: left;
	width: 885px;
	height: 394px;
	background: #fff;
	margin: -394px 0 0 0;	
	padding: 0 20px 0 20px;
	z-index: 5000;
}
#privacy-policy h3{
	float: left;
	width: 885px;
	margin: 0 0 15px 0;
	color: #FF0000;
}
#privacy-policy p{
	float: left;
	width: 885px;
}
#privacy-policy a{
	float: right;
	display: block;
	margin: 0 0 30px 0;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}


/*\*/
html*#table-contact-form-pissue span {
	font-size: 9px;
}
/**/
/*\*/
html*#contact-form-pissue-info {
	margin: -394px 0 0 0;
}
/**/
/*\*/
html*#copy img{
	display: none;
	width: 125px;
	height: 16px;
}
/**/
