/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
html, body{
	height: 100%;
}
body{
	background: #bee4f1;
	color: #5c4a2b;
	padding: 25px 0 0;
	font: .85em "Comic Sans MS", "Comic Sans MS", cursive
}
a{
	color: #5c4a2b;
	text-decoration: underline
}
a:hover{
	text-decoration: none
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 12px;
	padding: 2px
}
        table td,  table th{
        padding:5px;
}
.formbutton { 
        color: #6c5635; 
        font-weight: bold; 
        background-color: #e9cbe1; 
        border-color: #6c5635; 
        border: 1px solid; 
}
.orderlink { 
        font-weight: bold; 
        color: #6c5635; 
        background-color: #e9cbe1; 
        border-color: #6c5635; 
        border: 1px solid; 
        text-decoration: none; 
        padding: 3; 
}
.boldtext { 
        font-weight: bold;
        text-decoration: underline;
        padding-bottom: 5px; 
}
.lgfont{
        font-weight: bold;
        text-decoration: none;
        padding-bottom: 5px; 
}
li{
	list-style: none
}
h2{
	font-size: 2em;
	margin: 0 0 .2em
}
h2 span{
	display: none
}
h2 img{
	display: block; 
}
h3{
	font-size: 1.2em;
	margin: 0 0 .5em
}
h4{
	font-size: 1em;
	margin: 0 0 .5em
}
p{
	line-height: 1.2em;
	padding: 0 0 1em
}
/*=== Layout ===*/
#bg{
	background: url(http://www.simplymotherhood.com/images/bgr.gif) repeat-x bottom; 
}
#bg2{
	display: table-cell;
	display: block;
	height: auto !important;
	height: 1030px;
	min-height: 1030px;
	background: url(http://www.simplymotherhood.com/images/bgr2.gif) no-repeat bottom center; 
}

#page{
	background: url(http://www.simplymotherhood.com/images/page-bgr.png) repeat-y;
	margin: 0 auto;
	width: 737px;
	padding: 0 20px 0 16px;
}
#page-top, #page-bot{
	height: 62px;
	margin: 0 auto;
	width: 773px
}
#page-top{
	background: url(http://www.simplymotherhood.com/images/page-top.png) no-repeat top;
		overflow: hidden;
}
#page-bot{
	background: url(http://www.simplymotherhood.com/images/page-bot.png) no-repeat top;
	padding: 0 0 65px;
}
/*- Logo -*/
#logo{
	margin: 0 auto;
	width: 755px;
}
#logo h1{
	background: url(http://www.simplymotherhood.com/images/logo.gif) no-repeat;
	text-indent: -9999px;
}
#logo h1 a{
	display: block;
	height: 144px;
	text-decoration: none
}
/*=== Navigation ===*/
/*- Nav1 -*/
.nav1{
	height: 50px;
	width: 739px;
	background: url(http://www.simplymotherhood.com/images/nav1-bgr.gif) no-repeat top;
	margin: 0 auto;
	font: 19px "Times New Roman", Times, serif;
}
.nav1 ul{
	padding: 0 0 0 18px;
}
.nav1 li{
	float: left;
	line-height: 50px;
	background: url(http://www.simplymotherhood.com/images/nav1-sep.gif) no-repeat right; 
}
.nav1 li.last{
	background: none;
}
.nav1 li a{
	color: #ffffff;
	display: block;
	text-decoration: none;
	float: left;
	padding: 0 9px
}
.nav1 li a:hover{
	text-decoration: underline;
}
/*- Nav2 -*/
.nav2 ul{
	margin: 0 0 .8em
}
.nav2 li a{
	color: #5c4a2b;
	text-decoration: none;
	padding: 0 0 0 30px
}
.nav2 li a:hover,
.nav2 li.active a{
	text-decoration: underline;
}
/*- Nav3 -*/
.nav3 li{
	padding: 0 0 20px;
	background: url(http://www.simplymotherhood.com/images/nav3-sep.gif) no-repeat bottom; 
}
.nav3 li.last{
	padding: 0;
	background: none;
}
.nav3 li a{
	display: block; 
	color: #fff;
	height: 25px;
	padding: 0 0 0 25px;
	background: url(http://www.simplymotherhood.com/images/nav3-ico.gif) no-repeat 5px 6px; 
	text-decoration: none;
}
.nav3 li a:hover,
.nav3 li.active a{
	text-decoration: underline;
}
/*=== Left Column ===*/
#leftcol{
	float: left;
	width: 190px;
	padding: 0 0 200px;
}
/*=== Center Column ===*/
#centercol{
	float: right;
	width: 515px;
	display: table-cell;
	display: block;
	height: auto !important;
	height: 715px;
	min-height: 715px;
}
/*=== Sub Columns ===*/
.col1{
	float: left;
	width: 337px;
	text-align: justify;
}
.col2{
	float: right;
	width: 169px;
}
/*=== Styling Boxes ===*/
/*- Box1 -*/
.box{
	width: 169px;
	font: 16px "Times New Roman", Times, serif;
}
.box .top,.box .bot{
	background: url(http://www.simplymotherhood.com/images/box-top.gif) no-repeat top;
	clear: both;
	height: 61px;
	overflow: hidden
}
.box .bot{
	background: url(http://www.simplymotherhood.com/images/box-bot.gif) no-repeat top
}
.box .content{
	background: #725a38;
	height: 1%;
}
/*=== Pics, Thumbs, Ads etc. ===*/
.pic img{
	display: block;
	margin: 0 0 1em
}
.pics img{
	margin: 0 10px 0 0;
	border: 1px solid #d7d2cb
}
.ad{
	position: relative;
	z-index: 1000
}
.pic-bot{
	width: 339px;
	height: 432px;
	position: absolute;
	margin: -310px 0 0 -130px;
	background: url(http://www.simplymotherhood.com/images/pic-bot.png) no-repeat top; 
	z-index: 10
}
/*=== Footer ===*/
#footer{
	color: #5c4a2b;
	font: 12px "Times New Roman", Times, serif;
	text-align: right;
	width: 555px;
	text-align: center;
	float:right;
	padding: 15px 0 0
}
#footer a{
	color: #5c4a2b
}
#footer li{
	border-right: 1px solid #877a64;
	display: inline;
	line-height: 1em;
	padding: 0 5px;
}
#footer li.last{
	border: 0
}
/*- Copyright Info -*/
#copyr{
	font-size: 10px;
	text-align: center;
	width: 285px;
	position: absolute;
	margin: 80px 0 0 570px
}
#copyr a{
	text-decoration: none;
}
#copyr a:hover{
	text-decoration: underline;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}