@charset "utf-8";
/* CSS Document */


/******** BASIC PAGE LAYOUT ********/

html
{
overflow-y: scroll; /*avoids Mozilla based-browser x shift on pages requiring scroll bars */
height:100%;
}

html,
body {
	margin:0;
	padding:0;
	height:100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
	background-color: #EEF6E7;
}

#container { 
	min-height:100%;
	position:relative;
	_height:100%; /*selective hack for IE 6 and below. keeps footer at bottom of page*/
	background-image: url(../images/blue_hatch.jpg);
}

#blog_container { 
	min-height:100%;
	position:relative;
	_height:100%; /*selective hack for IE 6 and below. keeps footer at bottom of page*/
}


/******** HEADER ********/

#header {
	background-color: #EEF6E7;
	width: 100%;
	border-bottom-color: #9999cc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#header_centered {
	width: 800px;
	height: 91px;
	position:relative;
}

#customer_service{
	position:absolute;
	left:566px;
	top:10px;
	height: 21px;
}

#grey_nav_dot{
	position:absolute;
	left:703px;
	top:14px;
	z-index:1;
}

#shopping_cart_icon{
	position:absolute;
	left:710px;
	top:10px;
	height: 21px;
}

#search_button {
	position:absolute;
	left:590px;
	top:37px;
	
}

#OLD-customer_service{
	position:absolute;
	left:566px;
	top:10px;
	height: 21px;
}

#OLD-grey_nav_dot{
	position:absolute;
	left:703px;
	top:14px;
	z-index:1;
}

#OLD-shopping_cart_icon{
	position:absolute;
	left:530px;
	top:17px;
	height: 21px;
}

#OLD-search_button {
	position:absolute;
	left:590px;
	top:17px;
	
}

	
input.search_form {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
}


#logo_image {
	position:absolute;
	left:-15px; 
	top:14px;
}

#nav_menu {
	position:absolute;
	left:190px;
	bottom:0px;
}

/******** BODY ********/

#body {
	padding-bottom:48px;	/* Height of the footer */
	min-height: 570px;
	_height:570px; /*selective hack for IE 6 and below. keeps footer at bottom of page*/
}

#blog_body {
	padding-bottom:48px;
	min-height: 629px;
	_height:629px; /*selective hack for IE 6 and below. keeps footer at bottom of page*/
	background-image: url(../images/blue_hatch.jpg);
}

#buzz_body {
	padding-bottom:48px;
	min-height: 679px;
	_height:679px; /*selective hack for IE 6 and below. keeps footer at bottom of page*/
	background-image: url(../images/blue_hatch.jpg);
}
	
#main_content_area {
	width: 800px;
	position:relative;
}

#ver_menu {
	position:absolute;
	left:243px;
	top:0px;
	width:192px;
	height:138px; /*165*/
	z-index:99;
	background-color: #EEF6E7;
	cursor: pointer;/*hack for Firefox - only shows cursor if both curors are listed!?*/ 
	cursor: hand; 
}	

#where_every_home {
	position:relative;
	left: -60px;
	top: 4px;
	font-size: 24px;
	color: #FFFFFF;
}

/******** FOOTER ********/
	
#footer {
	position:absolute; 
	bottom:0;
	width:100%;
	background-color: #EEF6E7;
	width: 100%;
	height: 48px;
	border-top-color: #9999cc;
	border-top-width: 1px;
	border-top-style: solid;
}

#footer_blog {
	position:relative;
	background-color: #EEF6E7;
	width: 100%;
	height: 48px;
	border-top-color: #9999cc;
	border-top-width: 1px;
	border-top-style: solid;
	clear: left;
}
	
#footer_centered {
	width: 800px;
	position: relative;
	font-size: 12px;
	vertical-align: bottom;
}

#footer_centered a{
	color: #333333;
	text-decoration: none;	
}

#footer_centered a:hover{
	color: #000000;	
	text-decoration: underline;
}

#footer_contact_line {
	font-variant: small-caps;
}

/******** HOME ********/

#home_page_copy {
	position:absolute; 
	left:4px; 
	top: 60px;
	width: 360px;
	height: 200px;
	text-align: left;
	vertical-align: top;
	font-size: 16px;
	font-weight: normal;
}

#home_page_copy h1 {
	margin: 0px; 
	font-size: 20px;
	font-weight: bold;
}

#home_page_montly_banner_outer {
	position:absolute;
	background-color: #EEF6E7;
	left:0px;
	top: 280px;
	width: 360px;
	/*height: 220px;*/
	
	/*
	border-bottom-color: #9999cc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	
	border-right-color: #9999cc;
	border-right-width: 1px;
	border-right-style: solid;
	*/

	border-bottom-color: #9999cc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-color: #9999cc;
	border-right-width: 1px;
	border-right-style: solid;
	padding-top: 2px;
	padding-bottom: 2px;
	
	
}

#home_page_montly_banner_inner {
	
	/*
	position:relative;
	top: 2px;
	width: 354px;
	height: 214px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B0C5E5;
	border-right-color: #B0C5E5;
	border-bottom-color: #B0C5E5;
	border-left-color: #B0C5E5;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	*/
	
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B0C5E5;
	border-right-color: #B0C5E5;
	border-bottom-color: #B0C5E5;
	border-left-color: #B0C5E5;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;

	/*
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	*/
	
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 8px;	
	padding-bottom: 4px;
	
	/*	WORKS IE 7.0*/
	margin-right: 2px;
	margin-left: 2px;
}

#home_page_montly_banner_inner a{
	color: #0066CC;
	text-decoration: none;
}

#home_page_montly_banner_inner a:hover{
	color: #0066CC;
	text-decoration: underline;
}


#home_page_product_rotator {
	position:absolute;
	top: 54px;
	left: 375px;
	width: 426px;
	height: 555px;
	/*background-color: #FFFFFF;
	border-bottom-color: #9999cc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-color: #9999cc;
	border-right-width: 1px;
	border-right-style: solid;*/
}

/******** CONTACT ********/

#contact_page_soap_bar_outer {
	position:absolute;
	background-color: #EEF6E7;
	left:0px;
	top: 60px;
	width: 210px;
	height: 356px;
	
	border-bottom-color: #9999cc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	
	border-right-color: #9999cc;
	border-right-width: 1px;
	border-right-style: solid;
}

#contact_page_soap_bar_inner {
	position:relative;
	top: 2px;
	width: 204px; /*minus 6 from outer width*/
	height: 350px; /*minus 6 from outer width*/
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B0C5E5;
	border-right-color: #B0C5E5;
	border-bottom-color: #B0C5E5;
	border-left-color: #B0C5E5;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	vertical-align: center;
	margin-right: 2px;
	margin-left: 2px;
	font-size: 14px;
	font-weight: normal;
}

#contact_page_soap_bar_inner a{
	color: #0066CC;
	text-decoration: none;
}

#contact_page_soap_bar_inner a:hover{
	color: #0066CC;
	text-decoration: underline;
}

#contact_copy {
	position:absolute;
	left:247px;
	width:475px;
	top:428px;
	text-align:left;
	height: 82px;
}

#store_image {
	position:absolute;
	left:236px;
	top:60px;
}

/******** PRODUCT CATEGORY ************/

#category_soap_bar_outer {
	
	position:relative;
	background-color: #DEEAE6;
	width: 650px;
	
	border-bottom-color: #9999cc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	
	border-right-color: #9999cc;
	border-right-width: 1px;
	border-right-style: solid;
	
	padding-top: 2px;
	padding-bottom: 2px;
	
}

#category_soap_bar_inner {

	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B0C5E5;
	border-right-color: #B0C5E5;
	border-bottom-color: #B0C5E5;
	border-left-color: #B0C5E5;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;

	
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	
	padding-top: 4px;
	padding-right: 1px;
	padding-left: 8px;	
	padding-bottom: 5px;
	
	/*	WORKS IE 7.0*/
	margin-right: 2px;
	margin-left: 2px;
	
	
}

#soapbaroutline{
	/*width:98%;*/
	height:98%;
	
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B0C5E5;
	border-right-color: #B0C5E5;
	border-bottom-color: #B0C5E5;
	border-left-color: #B0C5E5;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	
	margin-right: 0px;
	margin-left: 0px;
	
	
}


#category_soap_bar_inner b{
	font-weight: bold;
	font-size: 16px;
}

#product_detail_box a{
	color: #333333;
	text-decoration: none;	
}

#product_detail_box a:hover{
	color: #000000;	
	text-decoration: underline;
}

/**********  PRODUCT DETAIL ***********/
product_detail {
	position:absolute;
	left:220px; 
	top:60px;
}

#product_detail_soap_bar_outer {
	position:absolute;
	background-color: #DEEAE6;
	left:400px;
	top: 90px;
	width: 380px;
	min-height: 100px;
	height:auto;
	
	border-bottom-color: #9999cc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	
	border-right-color: #9999cc;
	border-right-width: 1px;
	border-right-style: solid;
}

#product_detail_soap_bar_inner {
	bottom: 2px; 
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B0C5E5;
	border-right-color: #B0C5E5;
	border-bottom-color: #B0C5E5;
	border-left-color: #B0C5E5;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	
	padding-top: 8px;
	*padding-top: 0px; /*IE only*/
	padding-right: 4px;
	padding-left: 8px;	
	
	/*	WORKS IE 7.0*/
	margin-right: 2px;
	margin-left: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	
}

#product_detail_soap_bar_inner h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:normal;
	padding:0;
	margin:0;
	
}

#product_detail_soap_bar_inner a{
	color: #0066CC;
	text-decoration: none;
}

#product_detail_soap_bar_inner a:hover{
	color: #0066CC;
	text-decoration: underline;
}

#product_detail_header {
	position:absolute;
	left: 30px;
	top: 45px;
	*top: 60px; /*IE only*/
	color: #333333;
}

#product_detail_header h1{
	color: #333333; 
	font-weight: bold;
	font-size: 24px;
}

#product_detail_image{
	position:absolute;
	left: 30px;
	top: 90px;
	float:left;
}

#product_detail_image a{
	color: #333333;
	text-decoration: none;	
}

#product_detail_image a:hover{
	color: #000000;	
	text-decoration: underline;
}

#dragable_bar{
	padding-bottom:14px; 
	width:556px;
	background-color:#718191;
	border-bottom:1px solid #464f5a;
}

#dragable_body{
	position:absolute;
	top:2px;
	*top:-5px;
	_top:1px;
	left:544px;
	float:right;
}

/******** BABY TALK BLOG ************/

#blog_soap_bar_outer {
	position:absolute;
	background-color: #EEF6E7;
	left:150px;
	top: 60px;
	width: 500px;
	
	border-bottom-color: #9999cc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	
	border-right-color: #9999cc;
	border-right-width: 1px;
	border-right-style: solid;
}

#blog_soap_bar_inner {
	position:relative;
	margin-right: 2px;
	margin-left: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	
	width: 494px; /*minus 6 from outer width*/
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B0C5E5;
	border-right-color: #B0C5E5;
	border-bottom-color: #B0C5E5;
	border-left-color: #B0C5E5;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;

	font-size: 14px;
	font-weight: normal;

}

/******** SHOWERS ************/

#shower_image_1 {
	position: absolute;
	top: 55px;
	left: 0px;
	width: 251px;
	height: 201px;
	background-image: url(../images/showers/showers_1.gif);
	background-repeat: no-repeat;
}

#shower_image_2 {
	position: absolute;
	top: 55px;
	left: 273px;
	width: 251px;
	height: 201px;
	background-image: url(../images/showers/showers_2.gif);
	background-repeat: no-repeat;
}

#shower_image_3 {
	position: absolute;
	top: 55px;
	left: 544px;
	width: 251px;
	height: 201px;
	background-image: url(../images/showers/showers_3.gif);
	background-repeat: no-repeat;
}

#shower_soap_bar_outer {
	
	top: 270px;
	left: 7px;
	position:absolute;
	background-color: #DEEAE6;
	width: 780px;
	
	border-bottom-color: #9999cc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	
	border-right-color: #9999cc;
	border-right-width: 1px;
	border-right-style: solid;
	
	padding-top: 2px;
	padding-bottom: 2px;
	
}

#shower_soap_bar_inner {

	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B0C5E5;
	border-right-color: #B0C5E5;
	border-bottom-color: #B0C5E5;
	border-left-color: #B0C5E5;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;

	
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	
	padding-top: 2px;
	padding-right: 1px;
	padding-left: 8px;	
	padding-bottom: 2px;
	
	/*	WORKS IE 7.0*/
	margin-right: 2px;
	margin-left: 2px;
	
	
}

#shower_soap_bar_inner a{
	color: #0066CC;
	text-decoration: none;
}

#shower_soap_bar_inner a:hover{
	color: #0066CC;
	text-decoration: underline;
}

/******** SEARCH - MY RESULTS ************/

search {
}

#search a{
	color: #0066CC;
	text-decoration: none;
}

#search a:hover{
	color: #0066CC;
	text-decoration: underline;
}

/******** REGISTRY CATEGORY ************/

#registry_soap_bar_outer {
	
	position:relative;
	top: 40px;
	background-color: #DEEAE6;
	width: 650px;
	
	border-bottom-color: #9999cc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	
	border-right-color: #9999cc;
	border-right-width: 1px;
	border-right-style: solid;
	
	padding-top: 2px;
	padding-bottom: 2px;
	
}

#registry_soap_bar_inner {

	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B0C5E5;
	border-right-color: #B0C5E5;
	border-bottom-color: #B0C5E5;
	border-left-color: #B0C5E5;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;

	
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	
	padding-top: 2px;
	padding-right: 1px;
	padding-left: 8px;	
	padding-bottom: 2px;
	
	/*	WORKS IE 7.0*/
	margin-right: 2px;
	margin-left: 2px;
	
	
}

#registry_soap_bar_inner a{
	color: #0066CC;
	text-decoration: none;
}

#registry_soap_bar_inner a:hover{
	color: #0066CC;
	text-decoration: underline;
}

/************ FREINDS ***************/

#friends_soap_bar_outer {
	
	position:relative;
	top: 40px;
	background-color: #DEEAE6;
	width: 750px;
	
	border-bottom-color: #9999cc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	
	border-right-color: #9999cc;
	border-right-width: 1px;
	border-right-style: solid;
	
	padding-top: 2px;
	padding-bottom: 2px;
	
}

#friends_soap_bar_inner {

	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B0C5E5;
	border-right-color: #B0C5E5;
	border-bottom-color: #B0C5E5;
	border-left-color: #B0C5E5;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;

	
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	
	padding-top: 2px;
	padding-right: 1px;
	padding-left: 8px;	
	padding-bottom: 2px;
	
	/*	WORKS IE 7.0*/
	margin-right: 2px;
	margin-left: 2px;
	
	
}

#friends_soap_bar_inner a{
	color: #0066CC;
	text-decoration: none;
}

#friends_soap_bar_inner a:hover{
	color: #0066CC;
	text-decoration: underline;
}

/************ BUZZ ***************/

#buzz_left_column{
	width:450px;
	padding:0px;
	float:left;
	padding-top:30px;	
}

#buzz_right_column{
	width:250px;
	padding:0px;
	float:left;
	padding-top:15px;
}

#buzz_soap_bar_outer {
	/*position:relative;
	left: -180px;
	top: 40px;*/
	background-color: #DEEAE6;
	width: 400px;
	border-bottom-color: #9999cc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-color: #9999cc;
	border-right-width: 1px;
	border-right-style: solid;
	padding-top: 2px;
	padding-bottom: 2px;
	
}

#buzz_soap_bar_inner {

	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B0C5E5;
	border-right-color: #B0C5E5;
	border-bottom-color: #B0C5E5;
	border-left-color: #B0C5E5;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;

	
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	
	padding-top: 2px;
	padding-right: 1px;
	padding-left: 8px;	
	padding-bottom: 2px;
	
	/*	WORKS IE 7.0*/
	margin-right: 2px;
	margin-left: 2px;
	
	
}

#buzz_soap_bar_inner a{
	color: #0066CC;
	text-decoration: none;
}

#buzz_soap_bar_inner a:hover{
	color: #0066CC;
	text-decoration: underline;
}

#buzz_photo_1 {
	/*position:relative;
	left: 200px;
	top: -366px;
	width: 200px;*/
}

#buzz_photo_2 {
	padding-top:10px;
	/*position:relative;
	left: 200px;
	top: -356px;
	width: 200px;*/
}

#buzz_photo_3 {
	padding-top:10px;
	/*position:relative;
	left: 200px;
	top: -346px;
	width: 200px;*/
}

/***************** CUSTOMER SERVICE ************************/

#customer_service_main {
	padding-top:30px;
	padding-bottom:30px;
	width: 700px;
}

#customer_service_main a{
	color: #0066CC;
	text-decoration: none;
}

#customer_service_main a:hover{
	color: #0066CC;
	text-decoration: underline;
}

#customer_service_soap_bar_outer {
	/*position:relative;
	left: -180px;
	top: 40px;*/
	background-color: #DEEAE6;
	/*width: 680px;*/
	border-bottom-color: #9999cc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-color: #9999cc;
	border-right-width: 1px;
	border-right-style: solid;
	padding-top: 2px;
	padding-bottom: 2px;
	
}

#customer_service_soap_bar_inner {

	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B0C5E5;
	border-right-color: #B0C5E5;
	border-bottom-color: #B0C5E5;
	border-left-color: #B0C5E5;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;

	
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	
	padding-top: 2px;
	padding-right: 1px;
	padding-left: 8px;	
	padding-bottom: 2px;
	
	/*	WORKS IE 7.0*/
	margin-right: 2px;
	margin-left: 2px;
	
	
}
