body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0}


body {
	background:#c4dfe2 url(../imgs/bg.png) repeat-x;
	font-family:Helvetica, Verdana, Sans-Serif;
	padding:0;
}

#logo {
	padding:30px 0 0 33px;
}
#logo img {
    -webkit-transition: -webkit-transform .3s ease;
}
#logo img:hover,
#logo img:active {
    -moz-transform: rotate(-5deg) scale(1.05);
    -webkit-transform: rotate(-5deg) scale(1.05);
}
.content {
	width:900px;
	margin:0 auto;
	padding:0 16px 0 0;
	position:relative;
}

#nav {
	position:absolute;
	right:0;
	top:80px;
}
#nav li {
	float:left;
}
#nav li a {
	display:block;
	height:100px;
	text-indent: -999px;
	overflow:hidden;
}
#nav li.product a{
	width:131px;
	background:url(../imgs/nav/product.png) 0 -100px no-repeat;
}
#nav li.instructions a{
	width:140px;
	background:url(../imgs/nav/instructions.png) 0 -100px no-repeat;
}
#nav li.about a{
	width:115px;
	background:url(../imgs/nav/about.png) 0 -100px no-repeat;
}
#nav li.blog a{
	width:77px;
	background:url(../imgs/nav/blog.png) 0 -100px no-repeat;
}
#nav li.contact a{
	width:142px;
	background:url(../imgs/nav/contact.png) 0 -100px no-repeat;
}



#nav li a:hover{
	background-position: 0 0;
}
#nav li a:active{
	background-position: 0 -200px;
}

#notice {
	width:180px;
	height:30px;
	position:absolute;
	top:16px;
	right:16px;
	background:url(../imgs/extra.png) no-repeat;
	text-indent: -999px;
	overflow: hidden;
    -webkit-transition: background-position .1s linear;
}
#notice:hover {
	background-position: -180px 0;
}


#tagline {
	margin:8px 0 0px;
	background:url(../imgs/tagline.png) 95px 32px no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	text-align:center;
	font-size:36px;
	height:98px;
}


#product {
    position:relative;
    padding:80px 0 0 0;
    height:400px;
}
div#product p.description {
	display:block;
	padding:0;
	margin:0;
	width:563px;
	position:absolute;
	top:-170px;    
	height:175px;
	background:url(../imgs/product_description.png) no-repeat;
	text-indent: -999px;
	overflow: hidden;
}
div#product div.info {
    position:relative;
	float:right;
	margin:140px 0 0 0;
	padding:0;
	width:563px;
	height:130px;
	background:#FFF;
	background: -webkit-gradient(linear, 0% 30%, 0% 70%, from(#FFF), to(#F4F4F4));
	background: -moz-linear-gradient(0% 40% 90deg, #EEE,#FFF);
	border:5px solid #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	-webkit-box-shadow:0px 0 50px #ccc;
	-moz-box-shadow:0px 0 50px #ccc; 
    -webkit-transition: -webkit-box-shadow .5s;
}
div#product div.info:hover {
	-webkit-box-shadow:0px 0 50px #777;
	-moz-box-shadow:0px 0 50px #777; 

}
div#product div.info h1.name {
    width:164px;
    height:38px;
    background:url(../imgs/babyhug.png) no-repeat;
	text-indent: -999px;
	overflow: hidden;
    position:absolute;
    left:40px;
    top:47px;
}
div#product div.info h2.price {
    width:91px;
    height:38px;
    background:url(../imgs/price.png) no-repeat;
	text-indent: -999px;
	overflow: hidden;
	margin:30px 0 30px 30px;
    position:absolute;
    left:218px;
    top:46px;
    margin:0;
}

div#product div.info a.buylink {
    position:absolute;
    right:30px;
    top:30px;
    display:block;
	text-indent: -999px;
	overflow: hidden;
    width:196px;
    height:70px;
    background:url(../imgs/add_to_cart.png) no-repeat;
}
div#product div.info a.buylink:hover {
    background-position: 0 -70px;
}
div#product div.info a.buylink:active {
    background-position: 0 -140px;
}

div#product div.images {
    position:absolute;
    left:0px;
    top:30px;
    width:280px;
    height:400px;
    border:5px solid #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	-webkit-box-shadow:0px 0 50px #ccc;
	-moz-box-shadow:0px 0 50px #ccc; 
}
div#product div.images span {
    display:block;
    font-size:12px;
    background:#e5ae42;
    position:absolute;
    right:-1px;
    bottom:-1px;
    padding:5px 10px;
    border:1px solid #FFF;
    color:#FFF;
    text-shadow: 1px 1px 2px #674600;
    font-weight:bold;
    font-family: Georgia;
    font-style: italic;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
}

#imagegrid {
    position:absolute;
    left:320px;
    top:380px;
}

#imagegrid li {
    display:block;
    float:left;
    padding:0;
    margin:0 0 0 10px;
}
#imagegrid li img {
    float:left;
    border:1px solid #FFF;
	-webkit-box-shadow:0px 0 10px #8ba0a2;
	-moz-box-shadow:0px 0 10px #8ba0a2;

}

#imagegrid li img:hover {
	-webkit-box-shadow:0px 0 10px #FFF;
	-moz-box-shadow:0px 0 10px #FFF;

}


#moreinfo {
    position:relative;

}
#moreinfo h3 {
    width:310px;
    height:183px;
    margin:0;
    padding:0;
    background:url(../imgs/producttag.png) no-repeat;
	text-indent: -999px;
	overflow: hidden;
	position:absolute;
	top:-8px;
	left:-29px;
    
}


#moreinfo ol{
    background:#fffee5;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#fffee5));
	background: -moz-linear-gradient(0% 40% 90deg, #fffee5,#FFF);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
    border:2px solid #FFF;
	-webkit-box-shadow:0px 0 50px #ccc;
	-moz-box-shadow:0px 0 50px #ccc;
	padding:90px 0 30px 0;
	margin:0 0 50px;
}

#moreinfo ol li {
    text-align:left !important;
    height:auto !important;
    text-shadow:0 1px 2px #FFF;
    font-size:18px;
    border-bottom:1px dashed #edd29d; 
    padding:10px 30px 10px 75px !important;
    background:url(../imgs/check.png) no-repeat 30px 10px;
    -webkit-transition: all  .5s;
    color:#724a00;
}

#moreinfo ol li:hover {
    background-position: 15px 10px;
    background-color:#FFF;
}

#instructions {
    background:#b0cccf url(../imgs/stepsbg.png);
    margin:20px 0 0 0;
    width:100%;
    border-bottom:1px solid #96b1b4;
    padding:100px 0 0 0;
    position:relative;
}
#swaddling {
    position:absolute;
    top:-30px;
    left:0;
    width:100%;
    background:url(../imgs/swaddlingbannerbg.png) repeat-x;
}
#instructions div.content {
    padding:70px 0 50px;
}
#swaddling h3 {
    text-indent:-999px;
    overflow:hidden;
    background:url(../imgs/swaddlingbanner.png) no-repeat;
    width:821px;
    height:146px;
    margin:0 auto;
    
}

#instructions ol {
    padding:0 0 600px;
}
#instructions li {
    width:100%;
    height:410px;
    margin:-80px 0 0 0;
    padding:0;
    -webkit-transition: all 0.5s;
}
#instructions li:hover {
    background-position-y: 0;
    -moz-transform:     rotate(0deg);
    -webkit-transform:  rotate(0deg);
}
#instructions li a {
    display:block;
    width:100%;
    height:410px;
    text-indent:-9999px;
    overflow:hidden;
}
#step1 a, #step3 a, #step5 a {
    background: url(../imgs/rightarrowdown.png) 85% 80% no-repeat;
}
#step2 a, #step4 a, #step6 a {
    background: url(../imgs/leftarrowdown.png) 15% 80% no-repeat;
}
#step1 {
    background:url(../imgs/step1.png) 0 100% no-repeat;
    -moz-transform:     rotate(-2deg);
    -webkit-transform:  rotate(-2deg);
}
#step2 {
    background:url(../imgs/step2.png) 100% 100% no-repeat;
    -moz-transform:     rotate(2deg);
    -webkit-transform:  rotate(2deg);
}
#step3 {
    background:url(../imgs/step3.png) 0 100% no-repeat;
    -moz-transform:     rotate(-2deg);
    -webkit-transform:  rotate(-2deg);
}
#step4 {
    background:url(../imgs/step4.png) 100% 100% no-repeat;
    -moz-transform:     rotate(2deg);
    -webkit-transform:  rotate(2deg);
}
#step5 {
    background:url(../imgs/step5.png) 0 100% no-repeat;
    -moz-transform:     rotate(-2deg);
    -webkit-transform:  rotate(-2deg);
}
#step6 {
    background:url(../imgs/step6.png) 100% 100% no-repeat;
    -moz-transform:     rotate(2deg);
    -webkit-transform:  rotate(2deg);
}
#step7 {
    background:url(../imgs/step7.png) 0 100% no-repeat;
    -moz-transform:     rotate(-2deg);
    -webkit-transform:  rotate(-2deg);
}


#instructions .illustration {
    position:absolute;
    bottom:100px;
    left:330px;
}
#instructions .illustration:hover,
#instructions .illustration:active {
   	-webkit-animation-name: babybounce;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease;
	-webkit-animation-duration: .3s;
}

#heart1, #heart2, #heart3, #heart4, #heart5, #heart6 {
    display:block;
    width:200px;
    height:200px;
    position:absolute;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
	-webkit-animation-timing-function: linear;
}
#heart1, #heart2, #heart3 {
   	-webkit-animation-name: heartleft;
    background:url(../imgs/leftheart.png) no-repeat 100% 100%;
}
#heart4, #heart5, #heart6 {
   	-webkit-animation-name: heartright;
    background:url(../imgs/rightheart.png) no-repeat 0 100%;
}

#heart1 {
    left:200px;
    bottom:480px;
	-webkit-animation-duration: 1s;
}
#heart2 {
    left:170px;
    bottom:430px;
	-webkit-animation-duration: 1.2s;
}
#heart3 {
    left:170px;
    bottom:470px;
	-webkit-animation-duration: 1.4s;
}
#heart4 {
    left:505px;
    bottom:480px;
	-webkit-animation-duration: 1.1s;
}
#heart5 {
    left:535px;
    bottom:430px;
	-webkit-animation-duration: 1.3s;
}
#heart6 {
    left:535px;
    bottom:470px;
	-webkit-animation-duration: 1.5s;
}

@-webkit-keyframes heartleft{
    0% {background-position: 100% 100%; opacity: 0; -webkit-transform: rotate(0deg)}
	50% {background-position: 50% 50%; opacity:1;  -webkit-transform: rotate(-10deg)}
	100% {background-position: 0 0; opacity: 0; -webkit-transform: rotate(-20deg)}
	}
@-webkit-keyframes heartright{
    0% {background-position: 0% 100%; opacity: 0; -webkit-transform: rotate(0deg)}
	50% {background-position: 50% 50%; opacity:1;  -webkit-transform: rotate(10deg)}
	100% {background-position: 100% 0; opacity: 0; -webkit-transform: rotate(20deg)}
	}
@-webkit-keyframes babybounce{
    0% {bottom:100px;}
	100% {bottom:110px;}
    }
    
    
#safety {
    width:585px;
    height:22px;
    text-indent: -999px;
    overflow: hidden;
    width:100%;
    background: url(../imgs/safety.png) no-repeat 50% 0;
}

#about {
    height:1485px;
    background:url(../imgs/note.png) no-repeat 50% 50px;
}
#about p {
    display:none;
}








#contact {
    border-top:1px solid #FFF;
    border-bottom:1px solid #364b48;
    background:#b0cccf url(../imgs/stepsbg.png);    
    padding:100px 0 100px;
}

#contact form {
	width:450px;
	margin:0 auto 0;
    padding:40px 50px 30px;
    position:relative;
	background:#FFF;
	background: -webkit-gradient(linear, 0% 30%, 0% 70%, from(#FFF), to(#F4F4F4));
	background: -moz-linear-gradient(0% 40% 90deg, #EEE,#FFF);
	border:5px solid #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	-webkit-box-shadow:0px 0 50px #777;
	-moz-box-shadow:0px 0 50px #777; 
}

#contact form h4 {
    margin:0 0 20px;
    padding:0;
    width:176px;
    height:28px;
    text-indent:-999px;
    overflow:hidden;
    background:url(../imgs/contactus.png) no-repeat;
}
#contact form label {
    display:block;
    margin:20px 0 5px;
}
#contact form input,
#contact form textarea {
    font-size:20px;
    padding:8px 14px;
    background:#FFF;
    border:1px solid #CCC;
    width:420px;
    color:#46636d;
    }
#submitmessage {
    display:block;
	width:206px !important;
	height:70px !important;
	background:url(../imgs/sendmessage.png) no-repeat !important;
	border:0px solid #FFF !important;
	padding:0 !important;
	margin:20px 0 0 0;
	text-indent:-999px;
	overflow: hidden;
	cursor:pointer;
    font-size: 0;
    line-height: 0;
}
#submitmessage:hover {
	background-position-y:-70px !important;
}
#submitmessage:active {
	background-position-y:-140px !important;
}
#contact form .ico {
	width:170px;
	height:130px;
	background: url(../imgs/monkeymail.png) no-repeat;
	position:absolute;
	right:10px;
	top:-101px;
}
#footer {
    background:#c4dfe2;
    font-size:11px;
    color:#7b9699;
    padding:10px;
    height:15px;
}
#footer ol {
    width:730px;
    margin:0 auto;
    padding:0;
}
#footer li {
    float:left;
    padding:0 8px 0 0;
    margin:0 8px 0 0;
    color:#4a6366;
    
    border-right:1px solid #627c7f;
}
#footer li:last-child {
    border-right:none;
}
#footer li a {
    color:#4a6366;
}




html, body {
	height: 100%;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30000;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100000;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../imgs/jquery.fancybox/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30000;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('../imgs/jquery.fancybox/fancy_loading.gif') no-repeat;
	z-index: 35000;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90000;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100000;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100000;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100000;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('../imgs/jquery.fancybox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181000;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111000; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112000; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('../imgs/jquery.fancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../imgs/jquery.fancybox/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70000;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70000;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../imgs/jquery.fancybox/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../imgs/jquery.fancybox/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../imgs/jquery.fancybox/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../imgs/jquery.fancybox/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../imgs/jquery.fancybox/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../imgs/jquery.fancybox/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../imgs/jquery.fancybox/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../imgs/jquery.fancybox/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100000;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(../imgs/jquery.fancybox/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(../imgs/jquery.fancybox/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(../imgs/jquery.fancybox/fancy_title_right.png) repeat-x;
}
