.tbheading {font-size: 12px; color: #FFFFFF; background-color: #735832; font-weight: bold}

.border {
	background-color: #330033
}

body  {
	font:verdana;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size:12px;
}
#container {
	width:1060px;
	background-repeat:repeat-y;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/dayspamassage-layout_14.png);
	background-color: FFF;
} 
#logo {
	height: 218px;
	background-color: #FFFFFF;
	background-image: url(../images/dayspamassage-logo.png);
	width: 1060px;
}
#header {
	background-repeat:no-repeat;
	height:18px;
	width: 1058px;
	background-color: #FA5D6A;
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 223px;
	background-color: #E5CEEA;
	height: 100%;
	background-image: url(../images/dayspamassage-layout_14.png);
	font-size: 16px;
}
#mainContent {
	margin: 0 290px 0 240px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
} 
#footerdecoration {
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/footer-flower.png);
	background-repeat:no-repeat;
	height:47px;
	width: 100%;
	background-color: #FFFFFF;
}

#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#333;
	background-color: #FA5D6A;
} 
input.submit {
	background-image: url(../images/sbutton.png);
	height: 30px;
	width: 140px;
	border: none;
	background-color: FFF;
}

input.submit:hover {
background: url(../images/sbuttonhov.png);
width:140px;
height:30px;
border:none;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#globalNav {
	width:210px;
		padding-left:15px;
	
	
}#globalNav a
{
	font-size:14px;
	line-height:2;
	color:#000000;
	text-decoration:none;
	font-weight:bold;

}


#pcm{display:none;}
ul.pureCssMenu ul{display:none}
ul.pureCssMenu li:hover>ul{display:block}
ul.pureCssMenu ul{position: absolute;left:-1px;top:98%;}
ul.pureCssMenu ul ul{position: absolute;left:98%;top:-2px;}
ul.pureCssMenu,ul.pureCssMenu ul {
	margin:0px;
	list-style:none;
	padding:0px 2px 2px 0px;

	background-repeat:repeat;


}

ul.pureCssMenu ul{

}
ul.pureCssMenu li{
	display:block;
	margin:2px 0px 0px 2px;
	font-size:0px;
}
ul.pureCssMenu a:active, ul.pureCssMenu a:focus {
outline-style:none;
}
.bo{
	border:none;
	font-size: 16px;
	
	
}
.twoColFixLtHdr #mainContent table img{
	padding:5px;
	
}
.style2 {color: #FFFFFF}
.style3 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.style11 {font-family: Verdana, Arial, Helvetica, sans-serif}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
#formstyle {
	float: left;
	width: 100%;
}

.style14 {font-size: 16px}

h1 {color:#CC0066;
text-align: center;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 280px;
	background-color: #FFFFFF;
	height: 100%;
	font-size: 16px;
	margin-top: 20px;
	margin-right: 3px;
}
.sblink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
