@font-face {
    font-family: 'halohandletter';
    src: url('halohandletter-webfont.eot');
    src: url('halohandletter-webfont.eot?#iefix') format('embedded-opentype'),
         url('halohandletter-webfont.woff') format('woff'),
         url('halohandletter-webfont.ttf') format('truetype'),
         url('halohandletter-webfont.svg#halohandletterregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


* { margin: 0; padding: 0; }

html { 
	background: #afcebb; 
	}

body { 
	font: 13px/1.4 Arial, sans-serif; 
	color: #828282;
	}

article, aside, figure, footer, header, nav, section { 
	display: block; 
	}

a {
	text-decoration: none;
	}

#page-wrap {
	width: 960px; 
	margin: 0px auto 10px; 
	background: white; 
	}

header {
	position: relative;
	background: #bba3c2; 
	color:#bba3c2; 
	height: 175px; 
	width: 960px; 
	margin-bottom: 55px;
	}

#logo {
	position: relative; 
	top: 8px;
	left:180px; 
	background: url(../images/Planit_Baby_logo.jpg) top right no-repeat; 
	width: 580px; 
	height: 158px; 
	}

#social_icons {
	position:absolute;
	top: 10px;
	right: 15px;
	}
	
#social_icons img {
	opacity: 0.6;
	}

#social_icons a:link {
	border: 0px;
	}

#social_icons img:hover {
	opacity: 1;
	}

header h1 {
	font: Arial, sans-serif;
	font-size: 10pt; 
	text-align: right;
	}

#menu {
	display: block;
	position: absolute;
	top: 170px;
	width: 960px;
	height: 51px;
	background: white;
	border-bottom: 6px solid #afcebb;
	z-index: 2;
	}

#menu nav {
	display: block;
	position: relative;
	margin: 0px;
	}

#menu nav ul {
	list-style-type: none;
	}
	
#menu nav ul li {
	display: block;
	float: left;
	height: inherit;
	margin: -1px 0 0 -1px;
	padding: 16px 30px 16px 30px;
	border: 1px dotted #b2b2b2;
	}

.current-item {
	background: url(../images/menu_selected.png) top;
	background-repeat: repeat-x; 
	}


#menu nav ul li a {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	font-size: 16px;
	line-height: 1;
	color: #bba3c2;
	text-decoration: none;
	}

#menu nav ul li a:hover {
	color: black;
	}
	
#intro-image {
	margin: 0 37px;
	}

#intro-text {
	margin: 0 37px;
	height: 100px;
	}

#intro-text p {
	font-size: 24px;
	line-height: 32px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	}

#product-intros {
	display: block;
	position: relative;
	margin: 0 37px;
	height: 400px;		
	}

#product-intros ul{
	list-style-type: none;
	}

#product-intros ul li{	
	position: relative;
	top: 0px;
	width: 433px;
	float: left;
	padding: 0;
	margin: 0;
	}
	
#product-intros ul li:nth-child(1) {
	margin-right: 20px;
	}
	
#product-intros ul li:nth-child(2) {
	margin-right: 0px;
	}

#product-intros h2 {
	margin: 0 0 16px 0;
	font-size: 18px;
	color: #afcebb;
	}

#product-intros ul li ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 12px;
	}
	
#product-intros img {
	position: relative;
	top: 0px;
	margin: 0 0 16px 0;
	border: 0px;
	}

.button {
	position: absolute;
	float: left;
	top: 330px;
	text-align: left;
	margin: 10px auto 0 auto;
	color: #424242;
	font-weight: bold;
	text-decoration: none;
	}

#product-intros a:hover {
	color: #afcebb;
	}


#home-testimonials {
	display: block;
	position: relative;
	margin: 0 37px;
	width: 886px;
	height: 350px;		
	}

#home-testimonials ul{
	list-style-type: none;
	}

#home-testimonials ul li{	
	position: relative;
	top: 0px;
	width: 428px;
	float: left;
	margin: 0px;
	}

#home-testimonials ul li:nth-child(1) {
	margin-right: 30px;
	}

#home-testimonials ul li blockquote{	
	padding: 16px;
	border: 1px solid #e1e1e1;
	margin: 0 ;
	line-height: 1.8;
	font-style: italic;
	}

#home-testimonials ul li blockquote cite {
	font-style: normal;
	color: black;
	}

#home-testimonials h2 {
	width: 130px;
	height: 33px;
	background: #afcebb url(../images/testimonials_tag.png) top right no-repeat;
	padding: 0px 0px 0px 20px;
	margin: 0 0 16px 0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 200%;
	color: white;
	}

#home-testimonials h2 span {
	position: absolute;
	top: 16px;
	right: 0px;
	padding: 0px;
	margin: 0px;
	width: 756px;
	height: 1px;
	background: url(../images/dashed_line.png) top right repeat-x;
	}

footer {
	width: 960px; 
	margin: 0px auto 10px;
	}

footer ul {
	list-style-type: none;
	}

#footer-links {
	display: block;
	width: 960px;
	}

#footer-links ul li {
	float: left;
	margin: 0 10px 0 0;
	}

#footer-links ul li a {		
	color: white;
	text-decoration: none;
	}

#footer-links ul li a:hover {
	color: #dae6d9;
	}

#credit {
	float: right;
	color: white;
	}
	
#credit a {
	text-decoration: none;
	color: white;
	}

#credit a:hover {
	color: #dae6d9;
	}

#copyright {
	display: block;
	width: 960px;
	}

#copyright p{
	color: #dae6d9;
}