/*
Title: home.css
Author: Dave Ramirez - Conversion Systems
Content: Styles for home page.
*/

#content_home {
	background-color: #990066;
	width: 853px;
	padding-bottom: 33px;
	background: #fff url(../images/bg_content_home.jpg) left bottom repeat-x;
	margin: 0 auto;
	}
#promosection {
	background-color: #990066;
	min-height: 107px;/*123px white area + bottom 17px bg graphic = 140px*/
	height: auto !important;
	height: 107px;
	padding:16px 0 17px 28px;
	background: #fff url(../images/bg_content.gif) left bottom repeat-x;
	width: 825px;/*853px total*/
	margin: 0 auto;
	font-size: 14px;
	}
#promosection .promo {
	width:260px;/*284px total*/
	float:left;
	}
#promosection .promo .prodimage {
	float:left;
	padding-right:19px;
	text-align:right;
	}
#promosection .promo h3 {
	margin:6px 0 5px 0;
	}
#promosection .promo p {
	margin-bottom:9px;
	}
#promosection #promo_ultra {
	margin: 0 18px;
	display:inline;/*IE6 float bug fix*/
	}
	
/* HEADINGS AND TEXT IMAGE REPLACEMENT */
#hd_silkskinkit,
#txt_kitdesc,
#hd_silkskinultra,
#txt_ultradesc,
#hd_silkskinduo,
#txt_duodesc {
	text-indent:-3000em;
	overflow:hidden;
	}
#hd_silkskinkit {
	background:url(../images/hd_silkskinkit_promo.gif) no-repeat;
	width:91px;
	height:13px;
	}
#txt_kitdesc {
	background:url(../images/txt_kitdesc_promo.gif) no-repeat;
	width:154px;
	height:46px;
	}
#hd_silkskinultra {
	background:url(../images/hd_silkskinultra_promo.gif) no-repeat;
	width:114px;
	height:13px;
	}
#txt_ultradesc {
	background:url(../images/txt_ultradesc_promo.gif) no-repeat;
	width:143px;
	height:46px;
	}
#hd_silkskinduo {
	background:url(../images/hd_silkskinduo_promo.gif) no-repeat;
	width:101px;
	height:13px;
	}
#txt_duodesc {
	background:url(../images/txt_duodesc_promo.gif) no-repeat;
	width:154px;
	height:46px;
	}

