/*Set body margins, Body background image, Body height*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
	height:100%;
	background-color: #ff84b7;
	color: #ad235f;
	background-image: url(../images/babyb_bgTile.gif);
	background-repeat: repeat-x;
}
/*Set html height*/
html {
	height: 100%;
}

/*Syle to apply to tables you want to stretch to full screen height*/
.tableheight{
	height: 100%;
}
.tableheight2{
	height: 57px;
}
.tableheight3{
	height: 100%;
}
.tableclour{
	background-color: #ffffff;
}
	
/*  HEADER STYLES  */

.header {
	background-image: url(../images/babyb_headerbg.gif);
	background-repeat: repeat-x;
	background-position: left center;
	height: 40px;
}
.flashBG {
	background-image: url(../images/flashbg1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 185px;
	width: 1000px;
}

/* SHADOW STYLES */

.leftshadow{
	background-image: url(../images/babyb_leftsh3.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.leftshadowTOP{
	background-image: url(../images/babyb_leftsh1.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 250px;
}

.rightshadow{
	background-image: url(../images/babyb_rightsh3.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.rightshadowTOP{
	background-image: url(../images/babyb_rightsh1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 250px;
}
/*Menu and Form styles*/

.menubg {
	background-image: url(../images/babyb_menubg.jpg);
	background-repeat: no-repeat;
	background-position: left 225px;
	background-color: #ffffff;
}

/*
a:link {
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #b37b0a;
	font-weight: bold;
	text-decoration: none;

}
a:visited {
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #b37b0a;
	font-weight: bold;
	text-decoration: none;

}
a:hover {
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #583b00;
	text-decoration: underline;
}	
*/

/*  TITLE  */

.titlebg1{
	background-image: url(../images/patioroom_subheaderBg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 47px;
}
.titlebg2{
	height: 47px;
	width: 200px;
	background-image: url(../images/patioroom_titleBg.gif);
	background-repeat: repeat-x;
	background-position: left center;
	}
.titletext{
	font-family: Trebuchet, Arial, Verdana, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	vertical-align: left;
	color: #ec3182;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
		height: 20px;
}

/*  CONTENT   */

.contentText {
	color: #ad235f;
	font-family: Trebuchet, Arial, Verdana, sans-serif;
	font-size: 9pt;
	height: 100%;
	vertical-align: top;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 6px;
}
.contentText a:link {
	font-family: Trebuchet, Arial, Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #55006e;
}
.contentText a:visited {
	font-family: Trebuchet, Arial, Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #55006e;
}
.contentText a:hover {
	font-family: Trebuchet, Arial, Verdana, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	color: #a800d8;
}

/* FOOTER STYLES */

.footerbg{
	background-image: url(../images/babyb_bgTile2.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 57px;
}
.footerbg2{
	background-image: url(../images/babyb_footerTile.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 57px;
}
.footertext
{
	text-align: center;
	color: #ec3182;
	font-family: Trebuchet, Arial, Verdana, sans-serif;
	font-size: 8pt;
}
.footertext a:link {
	font-family: Trebuchet, Arial, Verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
	color: #ec3182;

}
.footertext a:hover {
	font-family: Trebuchet, Arial, Verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
	color: #ec3182;

}
.footertext a:visited {
	font-family: Trebuchet, Arial, Verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
	color: #ec3182;

}
.footertext a:active {
	font-family: Trebuchet, Arial, Verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
	color: #ec3182;

}
.footertext2
{
	text-align: center;
	color: #ffffff;
	font-family: Trebuchet, Arial, Verdana, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}
.footershadowL{
	background-image: url(../images/babyb_leftsh2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 57px;
}
.footershadowR{
	background-image: url(../images/babyb_rightsh2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
