/* ------------------------------------------------
Style Sheet for the Clearasil.ca site

version:    1.0 (08-24-2007)
author:     J.Trail
website:    http://www.clearasil.ca/
------------------------------------------------- */

/* imported rules (placeholder) 
@import url(css/special.css);
*/


HTML {
	margin: 0px;
	padding: 0px;
	color:  #072568;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index: 1;
}
/* star HTML hack is for IE 6 and below only */
* HTML {
	margin: 0px;
	padding: 0px;
	color:  #072568;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index: 1;
}


/* type selectors */
BODY {
    margin: 0px;
	padding: 0px;
	text-align: center;
    min-width: 898px;
	z-index: 1;
}

H1 {
    font-size: 30px;
    color: #333333;
    font-weight: 300;
	z-index: 1;
}

H2 {
    font-size: 20px;
    color: #333333;
    font-weight: 300;
	z-index: 1;
}

H3 {
	font-size: 14px;
	line-height: 14px;
	color: #666666;
	font-weight: bold;
	z-index: 1;
}

/* -------------------------------------------- */
/* main content body wrapper */
#wrapper {
    width: 898px;
    margin: 0 auto;
    text-align: left;
    position: relative;
	z-index: 1;
}

/* -------------------------------------------- */
/* top branding / header */
#branding {
	width: 898px;
	height:64px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	margin-bottom:2px;
	z-index: 1;
}

/* -------------------------------------------- */
/* header logo link to home page */
#logoLink {
	float:left;
	position: relative;
	display: block;
	width: 203px;
	height:40px;
	padding-top:20px;
	z-index: 1;
}
#logoLink a.logolink:link, a.logolink:visited {
	display: block;
	width: 203px;
	height:40px;
	display: block;
	float: left;
	z-index: 1;
}
#logoLink a.logolink:hover, a.logolink:active {
	display: block;
	width: 203px;
	height:40px;
	display: block;
	float: left;
	z-index: 1;
}
#logoLink img {
	width: 203px;
	height:40px;
	border: 0;
	z-index: 1;
}


/*----------------------------------------------*/
/*Drop down menu area */
#topNavDropDown_products {
	left: 235px;
	z-index: 999;
	
}

.topNavDropDown {
	position: absolute;
	background-color: #FFFFFF;
	height: 240px;
	width: 147px;
	border: 1px solid #CCCCCC;
	z-index: 20;
	top: 35px;
	cursor: pointer;
}

.dropdown_content {
	height: 20px;
	width: 140px;
	border: 1px solid #FFFFFF;
	border-top: none;
	background-color: #d7f1fa;
	color: #072568;
	font-family: verdana;
	padding-top: 10px;
	padding-left: 5px;
	font-size: 10px;
	z-index: 21;
}

.dropdown_content_over {
	height: 20px;
	width: 140px;
	border: 1px solid #FFFFFF;
	border-top: none;
	background-color: #FFFFFF;
	color: #c1272d;
	font-family: verdana;
	padding-top: 10px;
	padding-left: 5px;
	font-size: 10px;
	z-index: 21;
}

.dropdown_title {
	height: 20px;
	width: 147px;
	background-color: #FFFFFF;
	font-family: verdana;
	color: #c1272d;
	font-size: 11px;
	text-align: center;
	margin-top: 10px;
	z-index: 21;
}


/* -------------------------------------------- */
/* get confidence link */
#signUp {
	float:right;
	padding-top:9px;
	z-index: 1;
}
#signUp A.signUpLink:link, A.signUpLink:visited {
	padding-right: 3px;
	padding-left: 3px;
	text-decoration: none;
	color:  #072568;
	font-size: 9px;
	z-index: 1;
}

#signUp A.signUpLink:hover, A.signUpLink:active {
	color:  #c1272d;
	font-size: 9px;
	padding-right: 3px;
	padding-left: 3px;
	text-decoration: none;
	z-index: 1;
}
#signUp img {
	padding-top:3px;
	z-index: 1;
}
/* -------------------------------------------- */
/* top primary navigation area */
#topNavWrap {
	float:right;
	width:670px;
	background-image: url(../img/line-topnav.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height:59px;
	padding-left:25px;
	z-index: 1;
}
#topNavWrap #topNav .topNavItem {
	float:left;
	padding-top:26px;
	padding-left:8px;
	padding-right:8px;
	margin-left:10px;
	margin-right:10px;
	background-color:#FFFFFF;
	z-index: 1;
}

#topNavWrap #topNav .topNavItem_spacer {
	float:left;
	padding-top:26px;
	padding-left:8px;
	padding-right:8px;
	margin-left:10px;
	margin-right:10px;
	background-color:#FFFFFF;
	z-index: 1;
	width: 127px;
}

#topNavWrap A.topNavLink:link, A.topNavLink:visited {
	padding-right: 3px;
	padding-left: 3px;
	text-decoration: none;
	color:  #072568;
	font-size: 12px;
	z-index: 1;
}

#topNavWrap A.topNavLink:hover, A.topNavLink:active {
	color:  #c1272d;
	font-size: 12px;
	padding-right: 3px;
	padding-left: 3px;
	text-decoration: none;
	z-index: 1;
}

/* -------------------------------------------- */
/* header bar area */
#headerBar {
	width:898px;
	height:51px;
	text-align:left;
	z-index: 1;
}

.pageTitle {
	float:left;
	z-index: 1;
}
/* BEGIN CONTENT AREA */

/* -------------------------------------------- */
/* content */
div.content 
{
    clear: left;
	z-index: 1;
}

.content {
	width: 898px;
	z-index: 1;
}

.topContent  
{
    width: 950px;
    position: relative;
	z-index: 1;
}

.clear {
  clear: both;
	z-index: 1;
}

/* -------------------------------------------- */
/* left column */

.IRnav  
{
	width: 228px;
	position: relative;
	padding-bottom: 10px;
	float:left;
	margin-top:23px;
	z-index: 1;
}

.IRnav_legal
{
	width: 480px;
	position: relative;
	padding-bottom: 10px;
	float:left;
	margin-top:23px;
	z-index: 1;
	font-size: 11px;
}

.IRnav_legal a {
	position: relative;
	float: left;
	clear: left;
}

.IRnav_legal .map_title {
	position: relative;
	float: left;
	margin-top: 11px;
	margin-bottom: 8px;
	font-weight: bold;
}

.IRnav_legal .map_box {
	position: relative;
	float: left;
	width: 240px;
}

.IRnav_legal #subNav {
	position: relative;
	float: left;
	width: 800px;
	margin-bottom: 30px;
}

.IRnav_legal .contact_title {
	position: relative;
	float: left;
	clear: left;
	width: 150px;
	text-align: right;
	margin-top: 13px;
	margin-right: 10px;
}

.IRnav_legal .contact_box {
	position: relative;
	float: left;
	padding-left: 20px;
}

.IRnav_legal .contact_form {
	position: relative;
	float: left;
	width: 230px;
	margin-top: 8px;
}

.IRnav_legal .contact_copy {
	position: relative;
	float: left;
	margin-bottom: 20px;
}


.IRnav_legal .contact_message {
	position: relative;
	float: left;
	margin-top: 10px;
	padding-left: 70px;
}

.IRnav_legal .contact_submit {
	position: relative;
	float: left;
	margin-top: 10px;
	padding-left: 270px;
	clear: left;
}
/* -------------------------------------------- */
/* left column sub navigation area */
#subNav {
	text-align:left;
	padding-left:14px;
	z-index: 1;
}
.subNavTitle {
	color:#c1272d;
	font-weight:bold;
	margin-bottom:15px;
	z-index: 1;
}
.subNavItem {
	margin-bottom:5px;
	z-index: 1;
}
#subNav A.subNavLink:link, A.subNavLink:visited {
	text-decoration: none;
	color:  #072568;
	font-size: 10px;
	z-index: 1;
}
#subNav A.subNavLink:hover, A.subNavLink:active {
	color:  #c1272d;
	font-size: 10px;
	text-decoration: none;
	z-index: 1;
}
/* -------------------------------------------- */
/* right column */

.IRcontent  
{
	width: 670px;
	margin-top:23px;
	margin-bottom: 10px;
	position: relative;
	padding-top: 0px;
	padding-bottom: 10px;
	float:left;

	z-index: 1;

}

/* -------------------------------------------- */
/* PRODUCT CATEGORY PAGE */
/* content ad box area */
#prodCatBox {
	width:670px;
	height:130px;
	z-index: 1;

}
.prodCatBoxLeft {
	float:left;
	width:395px;
	z-index: 1;

}
.prodCatBoxRight {
	float:right;
	width:275px;
	z-index: 1;

}
/* -------------------------------------------- */
/* PRODUCT DISPLAY PAGE */
/* content masthead area */
#productHeader {
	width:670px;
	height:41px;
	z-index: 1;

}
#productMasthead {
	width:720px;
	background-image: url(../images/gradation_ultra_lg.jpg);
	background-repeat: no-repeat;
	background-position: 285px top;
	z-index: 1;

}

#productMasthead_scar {
	width:720px;
	background-image: url(../images/gradation_ultra_lg.jpg);
	background-repeat: no-repeat;
	background-position: 285px 90px;
	z-index: 1;
}

#productMasthead_grey {
	width: 720px;
	background-image: url(../images/gradation_other_lg.jpg);
	background-repeat: no-repeat;
	background-position: 285px top;
	z-index: 1;
}

#productMasthead_blue {
	width: 720px;
	background-image: url(../images/gradation_blue_lg.jpg);
	background-repeat: no-repeat;
	background-position: 285px top;
	z-index: 1;
}

.prodMastCol1 {
	float:left;
	width:287px;
	height:394px;
	text-align:center;
	vertical-align:bottom;
	z-index: 1;

}
.prodMastCol2 {
	float:left;
	width:340px;
	height:394px;
	padding-right:10px;
	z-index: 1;
}

.prodMastCol1_scar {
	float:left;
	width:287px;
	height:494px;
	text-align:center;
	vertical-align:bottom;
	z-index: 1;

}

.prodMastCol1_scar img {
	position: relative;
	margin-top: 90px;
}
.prodMastCol2_scar {
	float:left;
	width:340px;
	height:454px;
	padding-right:10px;
	z-index: 1;

}


#prodMastText {
	width:380px;
	text-align:left;
	margin-left:0px;
	z-index: 1;

}

		#prodMastText_scar {
			width:385px;
			text-align:left;
			margin-left:0px;
			margin-top:10px;
			z-index: 1;
		}
		
		#prodMastText_scar IMG{
			margin-left:-3px;
			z-index: 1;
		}
		#prodMastText_scar LI{
			margin-left:14px;
			z-index: 1;
		
		}
		#prodMastText_scar .title {
			color: #072568;
			font-weight:bold;
			z-index: 1;
			margin-bottom: 0px;
	padding-bottom: 5px;
		}
		
.title_fix {
			color: #072568;
			font-weight:bold;
			z-index: 1;
			margin-top: -10px;
				margin-bottom: 5px;
	margin-left: 0px;
}

.creams_spacer {
	position: relative;
	float: left;
	clear: right;
	height: 170px;
	width: 200px;
	border: thin solid red;
	
}
		
		#prodMastText_scar .title_top {
			color: #072568;
			font-weight:bold;
			z-index: 1;
			margin-top: -10px;
				margin-bottom: 5px;
	margin-left: 13px;
		}
		
		#prodMastText_scar .note {
			color: #072568;
			font-style: italic;
			font-size: 10px;
			z-index: 1;
		
		}

#prodMastText IMG{
	margin-left:-3px;
	z-index: 1;

}
#prodMastText LI{
	margin-left:14px;
	z-index: 1;

}
#prodMastText .title {
	color: #072568;
	font-weight:bold;
	z-index: 1;
	margin-bottom: 0px;
	padding-bottom: 5px;

}
#prodMastText .title_top {
	color: #072568;
	font-weight:bold;
	z-index: 1;
	margin-top: -10px;
	padding-bottom: 0px;
	margin-bottom: 5px;
	margin-left: 13px;
}
#prodMastText .note {
	color: #072568;
	font-style: italic;
	font-size: 10px;
	z-index: 1;

}
#prodMastNav {
	width:350px;
	text-align:left;
	margin-left:0px;
	margin-top:18px;
	z-index: 1;

}
#prodMastNav .next {
	float:left;
	z-index: 1;

}

#prodMastNav .next img{
	border: none;
}
#prodMastNav .buy {
	float:left;
	margin-left:38px;
	z-index: 1;

}

#prodMastNav .buy img{
	border: none;
}
#prodMastNav .guarantee {
	float:left;
	padding-left:112px;
	z-index: 1;

}
.prodMastCallout {
	width:430px;
	text-align:left;
	z-index: 1;

}
.prodCalloutTop {
	text-align:left;
	margin-left:-10px;
	z-index: 1;

}
.prodCalloutMidWrap {
	background-image: url(../img/product-mast-callout-mid2.png);
	background-repeat: repeat-y;
	background-position: left top;
	text-align:left;
	margin-top:-2px;
	padding-bottom:2px;
	z-index: 1;

}
.prodCalloutMid {
	background-image: url(../img/product-mast-callout-mid.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align:left;
	margin-left:1px;
/*	margin-top:-2px;
	margin-bottom:-3px;
	padding-left:10px;
	padding-bottom:2px;
	*/
	z-index: 1;

}
.prodCalloutBottom {
	text-align:left;
	z-index: 1;

}
.prodCalloutMid IMG{
	margin-left:20px;
	z-index: 1;

}
.prodCalloutText {
	width:350px;
	margin-left:25px;
	z-index: 1;

}
/* -------------------------------------------- */
/* content products display area */
#prodDisplay {
	width:670px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
	margin-bottom:10px;
	z-index: 1;

}

.prodInstruct {
	width:670px;
	padding-left:23px;
	padding-bottom:8px;
	z-index: 1;

}
.prodInstruct IMG {
	padding-top:8px;
	padding-bottom:8px;
	margin-left:-7px;
	z-index: 1;

}
.prodRow {
	width:670px;
	z-index: 1;

}
.prodCatSpacer {
	float:left;
	width:24px;
	z-index: 1;

}
.prodCatSpacer IMG {
	width:24px;
	z-index: 1;

}
.dailyProdBox {
	float:left;
	width:134px;
	text-align:center;
	z-index: 1;

}

.dailyProdImgLeft {
	width:134px;
	height:128px;
	background-image: url(../img/bkg-products-daily-left.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	z-index: 1;

}

.dailyProdImgLeft_cream {
	width:134px;
	height:128px;
	background-image: url(../img/bkg-products-daily-left.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	z-index: 1;
	position: relative;
	float: left;

}

.dailyProdImgMid {
	width:134px;
	height:128px;
	background-image: url(../img/bkg-products-daily.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	z-index: 1;

}
.dailyProdImgRight {
	width:134px;
	height:128px;
	background-image: url(../img/bkg-products-daily-right.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	z-index: 1;

}
.dailyProdText {
	width:134px;
	height:36px;
	padding-top:6px;
	z-index: 1;

}

.prodCatSpacer {
	width:10px;
	z-index: 1;

}

.ultraProdBox {
	float:left;
	width:134px;
	text-align:center;
	z-index: 1;

}
.ultraProdImgLeft {
	width:134px;
	height:128px;
	background-image: url(../img/bkg-products-ultra-left.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	z-index: 1;

}
.ultraProdImgMid {
	width:134px;
	height:128px;
	background-image: url(../img/bkg-products-ultra.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	z-index: 1;

}
.ultraProdImgRight {
	width:134px;
	height:128px;
	background-image: url(../img/bkg-products-ultra-right.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	z-index: 1;

}
.ultraProdText {
	width:134px;
	height:36px;
	padding-top:6px;
	z-index: 1;

}
.oilProdBox {
	float:left;
	width:134px;
	text-align:center;
	z-index: 1;

}
.oilProdImg {
	width:134px;
	height:128px;
	z-index: 1;

}
.oilProdText {
	width:134px;
	height:36px;
	padding-top:6px;
	z-index: 1;

}
.relProdBox {
	float:left;
	width:165px;
	text-align:center;
	z-index: 1;

}

.relProdImg {
	width:165px;
	height:128px;
	z-index: 1;

}
.relProdText {
	width:165px;
	height:36px;
	padding-top:6px;
	z-index: 1;

}
.relProdRelated {
	width:165px;
	height:36px;
	padding-top:6px;
	text-align:left;
	padding-top:20px;
	z-index: 1;

}
#prodDisplay A.prodLink:link, A.prodLink:visited {
	text-decoration: none;
	color:  #072568;
	font-size: 10px;
	z-index: 1;

}
#prodDisplay A.prodLink:hover, A.prodLink:active {
	color:  #c1272d;
	font-size: 10px;
	text-decoration: none;
	z-index: 1;

}

/* -------------------------------------------- */
/* products page bottom ad boxes display area */
.adsRow {
	width:670px;
	margin-top:12px;
	z-index: 1;

}
.adBox1 {
	float:left;
	width:283px;
	height:166px;
	background-image: url(../img/bkg-adboxcorners-283x166.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right:10px;
	text-align:center;
	vertical-align:middle;
	z-index: 1;

}
.adBox1 IMG {
	padding-top:10px;
	z-index: 1;

}
.adBox2 {
	float:left;
	width:283px;
	height:166px;
	background-image: url(../img/bkg-adboxcorners-283x166.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align:center;
	vertical-align:middle;
	z-index: 1;

}
.adBox2 IMG {
	padding-top:9px;
	z-index: 1;

}

.guaranteeBox {
	position: absolute;
	height: 264px;
	width: 435px;
	top: 120px;
	margin-left: 10px;
	z-index: 1;

}



.hidden {
	display: none;
	z-index: 1;

}


/* -------------------------------------------- */
/* homepage area */

.homeAdsRow {
	width:898px;
	margin-top:-110px;
	z-index: 1;

}
.homeAdBox1 {
	float:left;
	width:283px;
	height:166px;
	background-image: url(../img/bkg-adboxcorners-283x166.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right:12px;
	margin-left:12px;
	text-align:center;
	vertical-align:middle;
	z-index: 1;

}
.homeAdBox1 IMG {
	padding-top:10px;
	z-index: 1;

}
.homeAdBox2 {
	float:left;
	width:283px;
	height:166px;
	background-image: url(../img/bkg-adboxcorners-283x166.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align:center;
	margin-right:12px;
	vertical-align:middle;
	z-index: 1;

}
.homeAdBox2 IMG {
	padding-top:9px;
	z-index: 1;

}
.homeAdBox3 {
	float:left;
	width:283px;
	height:166px;
	background-image: url(../img/bkg-adboxcorners-283x166.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align:center;
	vertical-align:middle;
	z-index: 1;

}
.homeAdBox3 IMG {
	padding-top:9px;
	z-index: 1;

}
/*-----------------------*/
/*	skin care pages */

.sc_content {

}

.sc_col1 {
	position: relative;
	float: left;
	width: 607px;
}

.sc_header_copy {
	position: relative;
	float: left;
	padding-top: 25px;
}

.sc_header_image {
	padding-top: 25px;
	position: relative;
	float: left;
}

.sc_form {
	position: relative;
	float: left;
	padding-left: 20px;
	padding-top: 10px;
}

.sc_question {
	position: relative;
	float: left;
	width: 250px;
}

.sc_question input {
	position: relative;
	float: left;
	margin-top: -3px;
}

.sc_question span {
	position: relative;
	float: left;
	margin-top: 2px;
	width: 150px;
}

.sc_submit {
	position: relative;
	float: right;
	padding-top: 85px;
	padding-right: 10px;
}

.sc_product_images {
	width: 607px;
	text-align: center;
}

.sc_tout {
	background: url("../img/bkg-adboxcorners-283x166.gif");
	height: 166px;
	width: 283px;
	position: relative;
	float: left;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: top right;
	text-align: center;
}

.sc_vbreak {
	position: relative;
	float: left;
	padding-top: 18px;
	padding-left: 5px;
}

.sc_col2 {
	position: relative;
	float: left;
	padding-top: 23px;
	width: 289px;
}

.sc_cell {
	position: relative;
	float: left;
	width: 275px;
	padding-top: 13px;
}

.sc_cell_selected {
	position: relative;
	float: left;
	width: 275px;
	padding-top: 13px;
	background: url("../images/sc_selected_nav.gif");
	background-repeat: repeat-x;
}

.sc_pic {
	position: relative;
	float: left;
	padding-right: 5px;
}

.sc_cell_title {
	position: relative;
	float: left;
	width: 130px;
	font-weight: bold;
}

.sc_cell_title a {
	text-decoration: none;
	color: #072568;
}

.sc_cell_copy {
	position: relative;
	float: left;
	width: 225px;
}

.sc_cell_answers {
	position: relative;
	float: left;
	width: 275px;
	padding-top: 13px;
	padding-left: 2px;
}

.sc_hdr_sub {
	position: relative;
	float: left;
	width: 609px;
	padding-top: 15px;
	padding-left: 15px;
}	

.sc_hdr_sub_col2 {
	position: relative;
	float: left;
	padding-top: 21px;
}

.sc_col2_article {
	position: relative;
	float: left;
	padding-top: 0px;
	width: 289px;
}

.sc_prodRow {
	width:500px;
	padding-left: 0px;
	z-index: 1;
}

/*--------------*/

.sca_cell {
	position: relative;
	float: left;
	width: 550px;
	margin: 0;
	padding:0;
	padding-left: 25px;
}

.sca_cell_4 {
	position: relative;
	float: left;
	width: 570px;
	margin: 0;
	padding:0;
	padding-left: 25px;
}

.sca_copy_top {
	position: relative;
	float: left;
	width: 320px;
	padding-right: 25px;
}

.sca_title {
	position: relative;
	float: left;
	color: #FF6600;
	font-size: 29px;
}

.sca_copy {
	position: relative;
	float: left;
	padding-top: 10px;
	width: 350px;
	padding-bottom: 10px;
}

.sca_pic_top {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding-top: 40px;
	height: 178px;
}

.sca_pic_top_2 {
	position: relative;
	float: right;
	padding-left: 0px;
	padding-top: 10px;
}

.sca_back {
	position: relative;
	float: right;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
}

.sca_pic_top img {
	position: relative;
	float: left;
	margin-bottom: 0px;
}

.sca_pic_middle {
	position: relative;
	float: left;
	width: 145px;
	height: 200px;
}

.sca_image_text {
	text-align: center;	
	padding-right: 9px;
	margin-top: 0px;
}

.sca_copy_middle {
	position: relative;
	float: left;
	width: 400px;
	padding-bottom: 10px;
	background: url("../images/sca_beachball_bg.jpg");
	background-repeat: no-repeat;
	background-position: 228px 0px;
}

.sca_copy_3 {
	position: relative;
	float: left;
	width: 340px;
	padding-top: 13px;
}

.sca_copy_4 {
	position: relative;
	float: left;
	width: 190px;
	padding-top: 13px;
}

.sca_img_3 {
	position: relative;
	float: left;
	text-align: center;
	width: 130px;
	padding-left: 30px;
}

.sca_img_4 {
	position: relative;
	float: right;
}

.sca_products {
	position: relative;
	float: left;
	width: 600px;
	height: 150px;
	padding-top: 20px;
}

.sca_products_cell {
	position: relative;
	float: left;
	width: 134px;
	text-align: center;
}



A, A:link, A.subNavLink:visited {
	text-decoration: none;
	color:  #072568;
	font-size: 10px;
	z-index: 1;
}

A.bold {
	font-weight: bold;
}

A:hover, A.subNavLink:active {
	color:  #c1272d;
	font-size: 10px;
	text-decoration: none;
	z-index: 1;
}


/*********************/
/*	FAQ area */

.faq_copy {
	position: relative;
	float: left;
	padding-top: 20px;
	padding-left: 20px;
	width: 390px;
}

.faq_product {
	position: relative;
	float: left;	
	height: 200px;
	width: 180px;
	text-align: center;
}

#error_field {
	color: #CC0000;
	position: relative;
	float: left;
	padding-bottom: 20px;
	padding-left: 60px;
}

.faq_wrapper {
	position: relative;
	float: left;
}

.faq_back {
		position: relative;
	float: right;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
}

.faq_nav {
	position: relative;
	float: left;
		padding-left: 10px;
	color: #c1272d;
}

.faq_nav a {
	position: relative;
	float:left;
	padding-top: 10px;
	clear: both;
}

.faq_nav b{
	position: relative;
	float: left;
	
	width: 170px;
	padding-top: 15px;
	color: #072568;	
}

.faq_selected {
	position: relative;
	float:left;
	padding-top: 10px;
	clear: both;
}

/* ----------------------------------- */
/*		Buy Section		*/

.buy_row1 {
	position: relative;
	float: left;
	padding-top: 50px;
}

.buy_row1 img{
	position: relative;
	float: left;
	
}

.buy_row2 {
	position: relative;
	float: left;
	padding-top: 35px;
}

.buy_row3 {
	position: relative;
	float: left;
	padding-top: 35px;
}

.buy_row1 img {
	position: relative;
	float: left;
	padding-left: 40px;
}

.buy_row2 img {
	position: relative;
	float: left;
	padding-left: 40px;
}



.buy_row3 img {
	position: relative;
	float: left;
	padding-left: 40px;
}

.buy_copy {
	position: relative;
	float: left;
	clear: both;
	padding-top: 60px;
	padding-left: 22px;
	padding-bottom: 100px;
	width: 520px;
}


.buy_riteaid {
	position: relative;
	float: left;
	padding-left: 60px;
}

/*--------------------------------*/
/*		Email Section		*/

.email_checkbox {
	position: relative;
	float: left;
	clear: left;
	padding-top: 20px;
	padding-left: 5px;
}

.email_checkbox_copy {
	position: relative;
	float: left;
	width: 390px;
	padding-left: 10px;
	padding-top: 20px;
}

.email_title {
	position: relative;
	float: left;
	clear: left;
	width: 100px;
	text-align: right;
	margin-top: 13px;
	margin-right: 10px;
}


.email_form {
	position: relative;
	float: left;
	width: 230px;
	margin-top: 8px;
}

.email_submit {
	position: relative;
	float: left;
	padding-top: 30px;
	padding-left: 35px;
}


/* -------------------------------------------- */
/* footer area */
#footer {
	clear: both;
	text-align: left;
	z-index: 1;

}
.footerRow1 {
	width: 898px;
	height:26px;
	border-top: 1px solid #e6e6e6;
	padding-top:5px;
	padding-bottom:5px;
	color:  #e6e6e6;
	z-index: 1;

}
#footer A.foot1:link, A.foot1:visited {
	padding-right: 3px;
	padding-left: 3px;
	text-decoration: none;
	color:  #666666;
	font-size: 10px;
	z-index: 1;

}
#footer A.foot1:hover, A.foot1:active {
	color:  #999999;
	font-size: 10px;
	padding-right: 3px;
	padding-left: 3px;
	text-decoration: none;
	z-index: 1;

}
.footerLinks {
	float:left;
	padding-top:7px;
	margin-right:10px;
	z-index: 1;

}
.footerInputWrap {
	float:left;
	z-index: 1;

}
#footer input {
	float:left;
	width:120px;
	height:15px;
	margin-top:3px;
	margin-right:5px;
	color:  #666666;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
	z-index: 1;

}
#footer IMG {
	float:left;
	margin-top:7px;
	z-index: 1;

}
.footerRow2 {
	width: 898px;
	border-top: 1px solid #e6e6e6;
	color:  #999999;
	padding-top:10px;
	padding-bottom:15px;
	z-index: 1;

}
#footer A.foot2:link, A.foot2:visited {
	padding-right: 3px;
	padding-left: 3px;
	text-decoration: underline;
	color:  #999999;
	font-size: 10px;
	z-index: 1;

}
#footer A.foot2:hover, A.foot2:active {
	color:  #666666;
	font-size: 10px;
	padding-right: 3px;
	padding-left: 3px;
	text-decoration: underline;
	z-index: 1;

}

/* end of CSS file. */

/*************************************************************************************************
 *		Drop Down Menu Section 
 */

#navimg2 {
	position: relative;
	float: left;
	padding-left: 5px;
	margin-top: 1px;
}

#navimg1 {
	padding-left: 15px;
}

#navimg1_over, #navimg2_over, #navimg3_over {
	display: none;
}
 
#dd_nav {
	
	margin:0; 
	padding:0;
	list-style: none; 
	position:absolute; 
	top:47px;
	left:246px;
	z-index:900;
	font-family: verdana;
	cursor: pointer;
	font-size: 10px;
}

#dd_nav a {
	z-index:900;
	display: block; 

}

#dd_nav .top_level_nav {
	width: 150px;
	z-index:900;
}

#dd_nav li {
	z-index:900;
	float: left; 
	width: 138px; 
	position:relative; 
	height:1.2em; 
	border: 1px solid #FFFFFF;
	border-top: none;
	background-color: #FFFFFF;
	list-style: none; 
}

#dd_nav li a {
	z-index:900;
	text-decoration:none;
	color: #072568;
}

#dd_nav li ul {
	
	margin:0; 
	padding:0; 
	position: absolute; 
	width: 144px; 
	left: -400em; 
	top: 20px;
	z-index:910;
	border: 1px solid #CCCCCC;
	border-top: none;
}

#dd_nav #confidence_nav ul li {
	width: 173px;
	
}

#dd_nav #confidence_nav ul {
	width: 178px;
}

#dd_nav li li {
	background-color:#D7F1FA;
	color:#072568;
	height: 28px;
	padding-left: 4px;
	padding-top: 8px;
	z-index:910;
}

#dd_nav li li li {
		width: 225px;
		height:25px; /* ayesha: note: added height */
		z-index:910;
}

#dd_nav li li a {
	z-index:910;
	text-decoration:none;
	color:#072568;
}

#dd_nav li:hover ul, #dd_nav li.sfh ul {
	z-index:910;
	left: 0;
}

#dd_nav li:hover #navimg2_over, #dd_nav li:hover #navimg1_over, #dd_nav li:hover #navimg3_over  {
	position: relative;
	float: left;
	padding-left: 4px;
	padding-top: 10px;
	display: block;
	border: 1px solid #CCCCCC;
	height: 20px;
	width: 140px;
	background-color: #FFFFFF;
	margin-top: -10px;
}

#dd_nav li:hover #navimg3_over {
	width: 175px;
}

#dd_nav li:hover #navimg2, #dd_nav li:hover #navimg1, #dd_nav li:hover #navimg3 {
	display: none;
}

#dd_nav li ul ul {
	border-top: 1px solid #FFFFFF;
	list-style: none;
	margin: -21px 0px 0px 143px; 
	padding: 0;
	z-index:920;
}

#dd_nav li:hover ul ul, #dd_nav li.sfh ul ul {
	z-index:920;
	left: -100em;
}

#dd_nav li:hover ul, #dd_nav li li:hover ul, #dd_nav li.sfh ul, #dd_nav li li.sfh ul {
	left: 0;
	z-index:920;
}

#dd_nav li li:hover {
	left: 0;
	z-index:920;
	background-color: #FFFFFF;
	color: #c1272d;
}

#dd_nav li #top_top:hover {
	border-top: 1px solid #F5F5F5;
}

#dd_nav li a:hover {
	color: #c1272d;
	z-index:920;
}

#dd_nav li li li:hover a{
	color: #c1272d;
	z-index:920;
}

#dd_nav li li .top_shadow{
	position: absolute;
	left: -400em;
	z-index:920;
}



#dd_nav li li .bottom_shadow{
	position: absolute;
	left: -400em;
	z-index:950;
}

#dd_nav .dd_top_link {
	color: #072568;
	z-index:920;
}

#dd_nav li li:hover .dd_top_link {
	color: #c1272d;
	z-index:920;
}

#dd_nav li li:hover .top_shadow {
	position: absolute;
	bottom: -7px;
	left: 0px;
	z-index:950;
}

#dd_nav li li li:hover .bottom_shadow {
	position: absolute;
	bottom: -8px;
	left: 0px;
	z-index: 2;
	z-index:920;
}

* html #dd_nav {
	z-index:900;
	position:absolute;
}




/* end of CSS file. */

