/*  
Version: 1.0
Author: Preethee Prikulis
Author URI: http://www.ievolve.com.au
*/

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		BODY, WRAPPINGS, ANCHORS
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

body {
	margin-top: 20px;
	padding: 0;
	background: transparent url('images/back.gif') top left repeat;
  color: #404040;
  font-family: Verdana, sans-serif;
	font-size: 12px;
}

#header {
  margin: 0 auto;
	width: 778px;
  padding: 1px 0px 1px 0px;
  border-top: 1px solid #ce0200;
	border-left: 1px solid #ce0200;
	border-right: 1px solid #ce0200;
  background: #fff url('images/baby-sculptures1.jpg') top right no-repeat;
}

#logo {
width: 397px;
height: 114px;
padding: 13px 30px;
}

#nav { 
  border-bottom: 1px solid #ff9c26;
	width: 778px;
	height: 31px;
	padding: 0;
	text-align: left;
	background: transparent;
	clear: both;
}
#nav ul{
	margin:0;
	padding:0;
	list-style:none;
}
#nav li{
	display:inline;
	margin:0;
	padding:0;
}

img { border-style: none; }
#container {
	margin: 0 auto;
	width: 780px;
	background: #fff;
	border: 2px solid #d68200;
}
#container-side {
	margin: 0 auto;
	width: 780px;
	background: #fff url('images/content.gif') top left repeat-y;
	border: 2px solid #d68200;
}

#container-side-home {
	margin: 0 auto;
	width: 780px;
	background: #fff url('images/content-home.gif') top left repeat-y;
	border: 2px solid #d68200;
}

#wrap {
	margin: 0 auto;
	width: 778px;
	border-left: 1px solid #ce0200;
	border-right: 1px solid #ce0200;
}
#wrap-side {
	margin: 0 auto;
	width: 778px;
	background: transparent url('images/sidebar-home.jpg') bottom left no-repeat;
	border-left: 1px solid #ce0200;
	border-right: 1px solid #ce0200;
}
#wrap-side-blue {
	margin: 0 auto;
	width: 778px;
	background: transparent url('images/sidebar-bot.jpg') bottom left no-repeat;
	
	border-left: 1px solid #ce0200;
	border-right: 1px solid #ce0200;
}
#wrap-side-blue-special {
	margin: 0 auto;
	width: 778px;
	background: transparent url('images/sidebar-bot-special.jpg') bottom left no-repeat;
	
	border-left: 1px solid #ce0200;
	border-right: 1px solid #ce0200;
}
#wrap-pregnant {
	margin: 0 auto;
	width: 778px;
	background: transparent url('images/sidebar-pregnant.jpg') bottom left no-repeat;
	border-left: 1px solid #ce0200;
	border-right: 1px solid #ce0200;
}


#main-default {
	width: 738px;
    min-height:430px;
    height:auto !important;
    height:430px;
	text-align: justify;
	padding: 10px 20px;
}
#main {
	margin-left: 200px;
	width: 538px;
    min-height:430px;
    height:auto !important;
    height:430px;
	text-align: justify;
	padding: 10px 20px;
}
#main p {
	padding: 3px 20px 3px 0px;
}
#main li{
	padding: 5px 10px 5px 0px;
}

.right {
  float: right;
  margin: 5px 0px 5px 20px;
  padding: 5px;
  background: #f7f5ed;
  border: 1px solid #e3dec3;
}

h1, h2 {
	font-size: 16px;
	font-weight: normal;
	color: #8e0000;
	padding: 3px 0;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	color: #8e0000;
	padding: 0px;
	margin: 0px;
}

h4 {
	font-size: 14px;
	font-weight: normal;
	color: #8e0000;
	padding: 0px;
	margin: 0px;
}

h6 {
  font-size: 12px;
	font-weight: normal;
	color: #8e0000;
	padding: 0;
	margin: 0;
}

table p {
  padding: 0;
  margin: 0;
  color: #333333;
}

table {
  color: #404040;
  font-family: Verdana, sans-serif;
	font-size: 12px;
}


table ul {
  padding: 0;
  margin: 0 0 0 30px;
}

table li {
  padding: 0;
  margin: 0;
}

.centered {
  text-align: center;
}
.justified {
  text-align: justify;
}

#sidebar h2 { font-size: 12px; padding: 3px 15px; }

#sidebar {
  float: left;
	width: 200px;
	margin-right: 20px;
	min-height:430px;
  height:auto !important;
  height:430px;
  
  text-align: justify;
  font-size: 10px;
  color: #4b4b4b;
  background-color: transparent;
}
#sidebar ul { margin-bottom: 0; }
#sidebar p { padding: 0 15px; color: #251e00; }
#sidebar img { border: 0; }

#f {clear: both;}
#footer {
	clear: both;
	margin: 0 auto;
	padding-top: 10px;
	width: 778px;
	height: 35px;
	border-left: 1px solid #ce0200;
	border-right: 1px solid #ce0200;
  background: #c10200 url('images/footer.jpg') bottom left repeat-x;
}
#footer p {
	margin: 0;
	color: #fff;
	font-size: 10px;
	text-align: center;
}

hr {
  width: 100%;
  color: #e3dec3;
  background-color: #e3dec3;
  height: 1px;
  border: 0;
}

.thanks { padding: 20px 0; }

.c { text-align: center;}

.v { text-align: center; padding: 0 5px; font-style: italic;}

#wrap a, a:link, a:visited {
	color: #f78c00;
	text-decoration: underline;
}

#wrap a:hover {
	text-decoration: underline;
}

#wrap-side a, a:link, a:visited {
	color: #f78c00;
	text-decoration: underline;
}

#wrap-side a:hover {
	text-decoration: underline;
}

#wrap-side-blue a, a:link, a:visited {
	color: #f78c00;
	text-decoration: underline;
}

#wrap-side-blue a:hover {
	text-decoration: underline;
}

#footer a, a:link, a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.black {
  color: #000;
  font-family: Georgia, serif;
  font-size: 16px;
  padding: 20px 0;
  text-align: center;
}


		