/*--------------------------------------------------------------

	Title: Main StyleSheet for all browsers and Internet Explorer 7+ 
	Author: Michael Cacciott
	Client: Free Baby website
	Last Modified: 3/09/09
	Copyright (c) 2009, All rights reserved. 
 

----------------------------------------------------------------*/

/*-- global reset --*/
* { margin: 0; padding: 0; }

/*-- body of pages --*/
body {
	background: url(../images/orangeSwirlLrg_Bg.jpg);
	font: 14px/1.4em Helvetica, Verdana, Arial, sans-serif;
	font-style: normal;
	color: #000;
}

/*-- Main Wrap --*/
#babyTempPgWrap {		
	background: #fff url(images/Logo.png) no-repeat;
	margin: 0 auto;
	text-align: left;
	width: 800px;
}

.logo {
	background: url(images/Logo.png) no-repeat;
	width: 428px;
	height: 172px;
	margin: 0;
	padding: 0; 
}

#header {
	background: #ccc url(../images/BabyHeader.jpg) center top no-repeat;
	height: 450px;
	width: 800px;
}


#header a {
	display: block;
	margin-left: 0;
	height: 100px;
	width: 800px;
}

#header h2 {
	padding: 350px 0 0 40px;
}

#midContent p {
	padding: 10px 30px; 
}

#midContent ul li {
	margin-left: 110px;
	padding: 2px 0;
}

#midContent ul li:last-child {
	margin-bottom: 15px;
}

#midContent dl {
	margin-left: 50px;
}

#websiteWrap {
	margin-left: 40px;
	width: 720px; 
}

#websiteWrap .thumbs {
	display: inline;
	float: left;
	margin-left: 75px;
	width: 250px;
}

#websiteWrap p {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
}

#templateWrap {
	margin-left: 40px;
	width: 720px;
}

#templateWrap .thumbs {
	display: inline;
	float: left;
	margin-left: 75px;
	width: 250px;
}

#templateWrap p {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
}

img {
	border: none;
}

#form {
	margin-left: 150px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h1, h2, h3, h4 {  
	font-family: verdana;
	letter-spacing: 3px;
} 

hr {  
	margin: 10px 0 !important;
} 

#footer {
	clear:both;
	text-align:center;
}

/*-- clearfix --*/
.clearfix:after {
	content: ".";     	
	display: block; 
	height: 0;    	
	clear: both;     	
	visibility: hidden;     	
	line-height: 0;     	
	font-size: 0;
}  
.clearfix { display: inline-block; } 
.clearfix {
    	zoom: 1; }  /* triggers hasLayout */
	
