/* Paraben-Free Beauty main stylesheet */
/**********************************************
File:        pfb.css
Description: Styles for Paraben Free Beauty pages

Author:      Virginia Phelps
Created:     October 28, 2008
Copyright 2008
Last edit:   virginia: 12/19/2008 7:18pm
			Ned: 3/16/09 9 AM

***********************************************/

/* 'Directory' of CSS Rules

    =HEADER
    =FOOTER
    =LEFT NAVIGATION
    =TOP NAVIGATION
    =CONTENT
	=HEADINGS
    GLOBAL: =LINKS
    GLOBAL: =PAGE LAYOUT
    GLOBAL: =BLOCK ELEMENTS
    GLOBAL: =TABLE PROPERTIES
    GLOBAL: =TEXT FORMATTING
    =CALLOUTS
*/

/*
	PFB COLOR SCHEME: 
	PRIMARY = #AFE8D6, #1C6666, #123B44
	SECONDARY = #EBF9F4, #61A099, #4D8A85, #307E7E 
*/



body {
	font: 12px/18px verdana, skia, arial, helvetica, sans-serif;
	color: #123B44;
	background-color: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
}

#container {
    text-align: left;
    margin: 0 auto;
    width: 950px;
	min-width: 700px;
    background: #FFF;
}
  

/* ============================================
   =HEADER
   ============================================
*/
  
h1 {
	height: 106px;
	color: #1c6666;
    padding: 0;
    margin: 0;
	font: 1.5em normal Verdana, Arial, Helvetica, sans-serif;
}

#logo {
	float: left;
	width: 50%;
}

#logo, #logo span {
	width: 450px;
	height: 106px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	cursor: pointer;	/* added by Ned - needed indication that logo is clickable */
}

#logo span {
	margin-bottom: -106px;
}

h1 span {
	display: block;
	position: relative;
	/*z-index:: 1;*/
}

#banner {
	width: 100%;
	height: 110px;
	background-image: url(images/gradientBarLong.jpg);
	background-attachment: scroll;
	background-position: left bottom;
	background-repeat: no-repeat;
}
  
/* ============================================
   =FOOTER
   ============================================
*/
#footer {
    background: #fff;
    color: #1c6666;
    padding: 5px 10px;
    text-align: right;
    font-size: 90%;
	width: 930px;
	clear: both;
}

#footer p {
	margin: 5px 0 0 0;
}

#disclaimer {
	float: right;
	font-size: 85%;
	padding-top: 10px;
}

/* ============================================
   =LEFT NAVIGATION
   ============================================
*/

#nav {
    clear: both;
	float: left;
    width: 145px;
    display: inline;
    margin-left: 15px;
	margin-top: 0;
    padding: 0;
}
  
#nav ul {
    margin: 0;
    padding: 0 0 10px 0;
    list-style-type: none;
    text-align: left;
}
  
#nav li {
    padding: 0 10px 5px 0;
}

/* ============================================
   =TOP NAVIGATION
   ============================================
*/

#shoppingNav {
	float: right;
	width: 45%;
	margin-top: 20px;
	padding-right: 15px;
	text-align: right;
}

#shoppingNav img {
	vertical-align: middle;
}

#topNav {
	float: right;
	width: 45%;
	margin-top: 30px;
	padding-right: 15px;
	text-align: right;
}

/* ============================================
   =CONTENT
   ============================================
*/

#content {
    float: left;
    width: 698px;
    margin-left: 70px;
    padding: 0;
}

/*============================================
   =sIFR HEADINGS
   ============================================
*/

h2.contentheading {
	margin: 5px 0 15px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #307e7e;
}


/*============================================
   =HEADINGS
   ============================================
*/

h3 {
    margin-top: 0;
    color: #1c6666;
    font-weight: bold;
	font-size: 1em;
}

#nav h3 a {
	margin-top: 0;
	padding-top: 0;
}

h4 {
	color: #1c6666;
	background-color: #ebf9f4;
	letter-spacing: 0.06em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 2em;
	background-image: url(images/gradientBgDots.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

h5 {
	font-weight: bold;
	font-size: 100%;
}

/* ============================================
   =GLOBAL: =LINKS
   ============================================
*/

a:link {
	color: #1C6666;
	text-decoration: none;
}
#content a:link {
	text-decoration: underline;
}

a:hover strong, a:active strong {
	color: #ffffff;
}

a:visited { 
	color: #666; 
	text-decoration: none;
}
  
#content a:visited {
	text-decoration: underline;
}
a:hover {
    color: #fff;
    background: #1c6666;
}

a:active {
	color: #fff;
	background-color: #1c6666;
}


#container a.button {
	color: #1C6666;
	text-decoration: none;
	background-image: url(images/pfb_button.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 13px;
	line-height: 200%;
	height: 28px;
	width: 115px;
	margin-top: 6px;
	margin-right: 8px;
	margin-bottom: 6px;
	margin-left: 8px;
	display: block;
}

#container a.button:hover {
	background-image: url(images/pfb_button_hover.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
}


#footer a:hover, #footer a:active, #shoppingNav a:hover, #shoppingNav a:active {
    color: #fff;
    background: #afe8d6;
}

.noborder {
border:none;
}

/* ============================================
   =GLOBAL: =PAGE LAYOUT
   ============================================
*/

.leftImage {
	float: left;
	margin: 0px 10px 5px 0;
}

.rightImage {
	float: right;
	margin: 0 0 5px 10px;
}

.rightAlign {
	text-align: right;
}

.clearBoth {
	clear: both
}

.divider {
	padding-top: 30px;
	clear: both;
}

.caption {
	font-size: .9em;
	text-align: center;
}

.narrowText {
	width: 230px;
	height: auto;
}

.mediumWideText {
	width: 460px;
	height: auto;
}

.border {
	border: 1px solid #307e7e;
}



/*============================================
   GLOBAL: =TABLE PROPERTIES
   ============================================
*/

.tableRows {
	vertical-align: top;	
}

.interimRow {
	height: 30px;
}

table tr td p {
	margin-top: 0;
	margin-bottom: 10px;
}

.formLabel {
	text-align: right;
	width: 200px;
}

.tableBorder {
	border: 1px dotted #1c6666;
}
/*============================================
   GLOBAL: =TEXT FORMATTING
   ============================================
*/

strong {
	color: #1c6666;
}

strong span {
	text-decoration: underline;	
}

span em {
	color: #A93824;
}

dl dt {
	color: #1c6666;
	background-color: #ffffff;
	font-weight: bold;
}

/*============================================
   =CALLOUTS
   ============================================
*/
#callouts {
	background-color: transparent;
	position: relative;
	z-index: 9;
	left: 0px;
	top: 0px;
	margin-left: -20px;
	float: left;
}



/* Paraben-Free Beauty additional styles - by Ned */

.product_cell {
	width: 158px; /* VTP - shrunk the width from 171px; 158px is widest IE6 allows before breaking the page layout*/
	padding-bottom: 45px; /* VTP - added padding space for button to float over rather than fixed height box */
/*	height: 280px;*/
	text-align: center;
	position: relative;
	margin-bottom: 20px;
	float: left;
	z-index: 20;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E1F7F0;
	border-right-color: #E1F7F0;
	border-bottom-color: #E1F7F0;
	border-left-color: #E1F7F0;	/*	background-image: url(images/Product_cell_bkgd.jpg);   */
}

.row_finial {
	height:284px;
	width:1px;
	background-color: #E1F7F0;
	float: left;
}

.clickable {
	cursor:pointer;
}

.buttonAtBottom {
	position: absolute;
	bottom: 2px;
	left: 0px;
	height: 40px;
	width: 150px;
	padding-left: 17px;
	text-align: left;
	padding-bottom: 2px;
}

#container #content .product_cell .product_big_popup .button {
	margin-bottom:0;
	float: right;
}

.product_big_popup {
	position: absolute;
	visibility: hidden;
	width: 500px;
	height: auto;
	background-color: #FFFFFF;
	border: 3px solid #CEF2E7;
	text-align: left;
	font-size: 1.1em;
	z-index: 90;
	padding-top: 16px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
	right: 0px;
	bottom: 0px;
	background-image: url(images/closeWindowIcon.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.close_line {
	text-align:left;
	font-size: 9px;
	position: absolute;
	left: 14px;
	bottom: 1px;
	z-index: 92;
}
