html, body, ul, li, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
h1 img {
	display: block;
	}
img {
	border: 0px;
}
a {
	color: white;
}
a:hover {
	color: #eee;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #000;
	font: 12px arial, sans-serif;
	color: #e9c43d;
	padding: 30px 5px;
	text-align: center;
}

.BandB
{
    position:absolute;
    top:200px;
    left:460px;
}

.donnamat
{
    position:absolute;
    top:10px;
    left:415px;    
}
/************************** wrappers **********************************/
#wrapper {
	text-align: left;
	width: 754px;
	margin: auto;
	background: url(images/body_bg.gif) repeat-y;
}
#body {
	position: relative;
}
#body-top {
	background: top left url(images/bar.gif) no-repeat;
}
#body-bot {
	background: bottom left url(images/bar.gif) no-repeat;
}
/************************** Header **********************************/
h1 {
	padding: 17px 0px 0px 95px;
}
#person {
	float:right;
	padding: 17px 15px 0px 0px;
	right: 20px;
	display:inline;			
}

#maternityAbout
{
	float:left;
	margin: 20px 0px 0px 131px;
	width: 350px;
	/*height: 320px;*/
	/*overflow: auto;*/
	text-align:justify;
	display:inline;  
	z-index:5;  
}

#easter
{
    float:left;
    padding-left:125px;
    padding-bottom:20px;
    margin:0 0 0 0;
	width: 550px;
	height: 100px;
	font-size:large;
	font-weight:bold;
}

#easterPromo
{
	padding-left: 200px;
	padding-right: 45px;

}

#about {
	float:left;
	margin: 20px 0px 0px 131px;
	width: 256px;
	height: 290px;
	overflow: auto;
	text-align: justify;
	display:inline;
}
.first-letter {
	font-weight: bold;
	font-size: 14px;
	color: #04b4fd;
}
/************************** Navigation **********************************/
#header ul {
	margin: 0px 17px 20px 99px;
	border: 2px solid #2971c7;
	padding: 5px;
	display:inline;
	float: left;
	width:625px;
}
#header li {
	display:inline;
	padding: 8px;
}
#header ul a {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #f3e9d9;
	text-transform: uppercase;
}
#header ul a:hover{
	color: #fff;
}

/**************************Maternity Navigation **********************************/
html #header {
height: 1%; /* triggers hasLayout */
position: relative;
left: -3px; /* move the element left to close the gap */
margin-right: -3px; /* add a negative right margin to fill the 3 pixel space left by moving everything left */
}

html #maternityAbout {
height: 1%; /* triggers hasLayout */
position: relative;
left: -3px; /* move the element left to close the gap */
margin-right: -3px; /* add a negative right margin to fill the 3 pixel space left by moving everything left */
}

#maternitymenu ul
{
    position:relative;
	margin: 0px 17px 20px 99px;
	border: 2px solid #2971c7;
	padding: 5px;
	/*display:list-item;*/
	float:right;
	width:140px;  
	top:250px;  
	right:50px;
	text-align:right;
	z-index:25;
	
}

#maternitymenu li {
	/*display:list-item;*/
	padding: 13px;
}
#maternitymenu ul a {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #f3e9d9;
	text-transform: uppercase;
}
#maternitymenu ul a:hover{
	color: #fff;
}


/**************************Products Navigation **********************************/

#productsmenu ul
{
    position:relative;
	margin: 0px 17px 20px 99px;
	border: 2px solid #2971c7;
	padding: 5px;
	/*display:list-item;*/
	float:right;
	width:140px;  
	top:330px;  
	right:50px;
	text-align:right;
	z-index:25;
	
}

#productsmenu li {
	/*display:list-item;*/
	padding: 13px;
}
#productsmenu ul a {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #f3e9d9;
	text-transform: uppercase;
}
#productsmenu ul a:hover{
	color: #fff;
}


/************************** Tray **********************************/
#tray {
	padding-left: 130px;
	padding-right: 45px;
}
#tray-left {
	float: left;
	width: 255px;
}
#tray-right {
	float: right;
	width: 302px;
}
#tray-left .left {
	margin-right: 12px;
}
#tray h2 {
	margin-bottom: 16px;
}
#tray p {
	margin: 0px;
	margin-bottom: 3px;
}
#tray-left .more {
	padding-right: 12px;
}
/************************** Footer **********************************/
#footer {
	text-align: center;
	color: white;
	margin-left: 95px;
	margin-right: 14px;
	background: top left url(images/body_bot_left.gif) no-repeat;
}
#footer-right {
	padding-top: 33px;
	padding-bottom: 22px;
	background: top right url(images/body_bot_right.gif) no-repeat;
}

a.tooltip span 
{
    display:none; padding:2px 3px; margin-left:8px; width:150px; z-index:10;
}
        
a.tooltip:hover span
{
    display:block;
    position:absolute;
    background:#ffffff; 
    top:11em; 
    left:-10em;
    width:15em;    
    border:1px solid #cccccc; 
    color:#46403f;
    width:600px;
    text-align:justify;
    text-transform:none;
    line-height:2;
    z-index:1;
}

			.carousel_container {
				width: 120%;
				height: 700px;
			}
			
	        #flashcontent {
		        height: 800px;
		        width: 800px;
	        }