﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*----Begin Baby Landing styles-------------------*/

html {
	background-color: #feeceb;
	text-align: center;
	}
	
body {
	width: 974px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	font: 12px/1.4em "Century Gothic", Arial, Helvetica, sans-serif;
	color: #333333;
	}
	
div#branding {
	background-color: #feeceb;
	padding-top: 10px;
	}
	
div#branding a {
	display: block;
	width: 211px;
	height: 39px;
	background: transparent url(images/babyblanketlanding/logo.gif) no-repeat;
	text-indent: -9999px;
	margin-left: 372px;
	}
	
div#branding a:focus {
	cursor: pointer;
	}

/*----Typography-------------------*/
	
		
h2 {
	font-weight: bold;
	font-size: 1.4em;
	margin-bottom: .5em;
	}
	
h3 {
	margin-bottom: 1em;
	font-weight: bold;
	}
		
p {
	margin-bottom: 1em;
	}
	
a {
	text-decoration: none;
	}
			
/*----Content-------------------*/

div#content {
	background: transparent url(images/babyblanketlanding/bg-content.gif) repeat-y left top;
	padding-top: 20px;
	}
	
div#intro {
	text-indent: -9999px;
	background: transparent url(images/babyblanketlanding/intro.jpg) no-repeat left top;
	height: 233px;
	}
	
div#content div#intro h2 {
	}


/*--Main Content--*/

div#content_main {
	float: left;
	width: 644px;
	margin-left: 31px;
	}
	
div.product-module {
	min-height: 164px;
	position: relative;
	margin-bottom: 40px;
	padding: 5px 25px 0 265px;
	}
	
div.product-module img {
	position: absolute;
	left: 0; top: 0;
	}
	
div.product-module h2 {
	margin-bottom: 0;
	color: #5091cd;
	}
	
div.product-module p.price {
	color: #5091cd;
	margin: 3px 0 7px 0;
	font-style: italic;
	font-size: 1.25em;
	}
	
ul.product-actions li {
	display: inline;
	}
	
ul.product-actions li a {
	display: block;
	float: left;
	height: 26px;
	text-indent: -9999px;
	}
	
ul.product-actions li a.scratch {
	width: 159px;
	background: transparent url(images/babyblanketlanding/button-scratch.gif) no-repeat left top;
	margin-right: 15px;
	}

ul.product-actions li a.template {
	width: 170px;
	background: transparent url(images/babyblanketlanding/button-template.gif) no-repeat left top;
	}

ul.product-actions li a.scratch:hover, ul.product-actions li a.template:hover {
	background-position: left -26px;;
	}


	
/*--Sub Content--*/

div#content_sub {
	margin: 0 20px 0 674px;
	}
	
p#gift-wrap {
	background: transparent url(images/babyblanketlanding/bg-giftwrap.gif) no-repeat left top;
	padding: 20px 90px 0 0;
	text-align: center;
	color: #5091cd;
	width: 184px;
	height: 73px;
	font: 1.4em 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	
div#testimonials {
	background: transparent url(images/babyblanketlanding/bg-testimonials.gif) repeat-y left top;
	width: 266px;
	color: #67ac00;
	}
	
div.testimonials-bottom {
	background: transparent url(images/babyblanketlanding/bg-testimonials-bottom.gif) no-repeat left bottom;
	padding-bottom: 12px;
	}
	
div#testimonials h3 {
	background: transparent url(images/babyblanketlanding/bg-testimonials-top.gif) no-repeat left top;
	padding: 15px 15px 0 15px;
	font: 1.4em 'Trebuchet MS', Arial, Helvetica, sans-serif;
	}
	
div#testimonials blockquote {
	margin: 0 15px 15px 15px;
	}
	
div#testimonials blockquote p {
	margin: 0 0 .75em 0;
	}

div#testimonials blockquote cite {
	text-align: right;
	display: block;
	}


	
/*----Footer-------------------*/

div#site_info {
	padding: 28px 24px 0 24px;
	background: #FFCC00 url(images/babyblanketlanding/bg-footer.gif) no-repeat left top;
	text-align: center;
	margin: 0 0 20px 0;
	}
	
/*----Special-------------------*/


	
/*-----------------------------------------------------------------------------------------------
  Aslett Clearing Method
-----------------------------------------------------------------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

