@import url(base.css);

body {background: #dde3f0 url(../images/body_bg.png) bottom left repeat-x;}

h4 {
	font-size: 100%;
	color: #2c4688;
	margin-bottom: 1em;
}

#header {background: url(../images/home_header_bg2.gif) bottom center no-repeat;}

#home #sidebar-left { position: relative; }

#coupon-icon { position: absolute; top: 220px; left: 20px; }


/*--------------Safari position, debug---------------------*/
@media screen and (-webkit-min-device-pixel-ratio:0){
	#coupon-icon { position: absolute; top: 200px; left: 20px;}
}


/*---------- Main Content -------------------------------------------*/
#main-content {
	position: relative;
	background: #3e64ab url(../images/home_main_content_bg2.jpg) top left no-repeat;
/*	margin: 0 33px;*/
}

#main-content-inner {
	background: url(../images/home_main_content_inner_bg.png) top left repeat-y;
	overflow: hidden;
	min-height: 489px;
}

#main-content h2 {position: absolute; left: -9000px;}

#product-description {
	color: white;
	font-size: 110%;
	width: 14em;
	text-align: right;
	float: right;
	margin: 200px 118px 50px 0;
}



/*---------- Callouts -----------------------------------------------*/
#callout-container {
	clear: both;
	width: 759px;
	margin: 0 0 16px 195px;
	background: url(../images/callout_container_top6.gif) top center no-repeat;
	padding-top: 6px;
	position: relative;
}

#callout-container-inner {
	background: url(../images/callout_container_btm6.gif) bottom center no-repeat;
	overflow: hidden;
	width: 759px;
	padding-bottom: 10px;
}

h3 {
	font: bold 95% Arial, sans-serif;
	color: #232960;
	margin-left: 2px;
}

#learn H3 { font: bold 80% Arial, sans-serif; }

#answers, #learn, #rebate, #rebate-B {
	float: left;
	padding-top: 5px;
}

#answers h3 { margin-top: 8px; }

#answers a, #learn a, #rebate a, #rebate-B a {
	text-indent: -9000px;
	height: 21px;
	display: block;
	margin-top: .5em;
	outline: none;
}

#answers {
	width: 133px;
	min-height: 80px;
	padding-left: 108px;
	margin-left: 40px;
}

#answers a {
	background: url(../images/answers_btn.gif) center no-repeat; 
	width: 131px;
}

#answers a:hover {
	background: url(../images/answers_btn_hover.gif) center no-repeat;
}

#rebate {
	width: 140px;
	padding: 4px 0 0 48px;
}

#rebate a {
	background: url(../images/home_rebate_btn.gif) center no-repeat;
	width: 153px;	
}

#rebate a:hover {
	background: url(../images/home_rebate_btn_hover.gif) center no-repeat;
}

#rebate-B {
	width: 140px;
	padding: 4px 0 0 52px;
}

#rebate-B a {
	background: url(../images/home_rebate_btn_B.gif) center no-repeat;
	width: 141px;	
}

#rebate-B a:hover {
	background: url(../images/home_rebate_btn_hover_B.gif) center no-repeat;
}

#learn {
	width: 90px;
	padding: 4px 92px 0 160px;
	background: url(../images/baby2.png) right top no-repeat; 
	min-height: 90px;
}

#learn a {
	background: url(../images/learn_btn.gif) center no-repeat;
	width: 89px;
}

#learn a:hover {
	background: url(../images/learn_btn_hover.gif) center no-repeat;
}

#callout-baby {
	position: absolute;
	top: 3px;
	right: 85px;
}



/*---------- Secondary Content --------------------------------------*/
#secondary-content {
	background: url(../images/home_secondary_content_top.gif) top left repeat-x;
	padding-top: 72px;
/*	margin: 0 33px;*/
}

#safety-info {
	margin: 40px 216px 20px 280px;
	color: white;
	font-size: 80%;
}

#safety-info h4 {
	color: white;
}

#safety-info a:link, #safety-info a:visited {color: white;}
#safety-info a:hover {color: #232960;}

#footer #logo {top: 0;}
