@charset "utf-8";
/* CSS Document */

*, html, body {
	border: 0;
    margin: 0;
    padding: 0;

}
form, fieldset, table, td, tr, p {
	margin: 0;
	padding: 0;
}
ul, li{

	margin:0px;
	padding:0px;
}

a{
	color:#333333;
	text-decoration:underline;
}
a:hover{
	color:#b0006f;
	text-decoration:none;
}


body {
	background: #FFFFFF;
	background:url(../images/body-bg.png) center fixed repeat-y #b0006f;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;        
	padding: 0;
    margin: 0;

}

#wrapper{
	width:100%;
}

#innerwrapper{
	width:900px;
	margin:0px auto;
	padding:10px 0px;
	background:#58595b;
}
#header{
	width:900px;
	height:126px;
	margin:0px auto;
	background:url(../images/main-bg.png repeat-x repeat-y);
}
#logo{
	float:left;
	width:330px;
	height:126px;
	background:url(../images/pamper-me-massage-logo.png) no-repeat;
}
#logo h1 a{
	background:url(../images/pamper-me-massage-logo.png) no-repeat;
	width:300px;
	height:126px;
	display:block;
	text-indent:-999em;
}
#banner{
	float:right;
	width:559px;
	margin:0px;
	padding:0px;
}
#banner ul, #banner li{
	list-style:none;
	margin:0;
	padding:0;
}
#banner ul{
	margin-left:-4px;
}
#slider{
	margin:0px;
	padding:0px;
}
#menu{
	width:100%;
	clear:both;
	background:#58595b;
	color:#FFFFFF;
	text-align:center;
	font-size:14px;
	line-height:2em;
	height:2em;
}
#menu ul{
}
#menu li{
	display:inline;	
	
}
#menu li a{
outline:none;
	color:#FFFFFF;
	font-size:14px;
	line-height:2em;
	height:2em;
	text-decoration:none;
	padding-left:30px;
	padding-right:30px;
	padding:5px 30px 5px 30px;
}
#menu li a:hover{
	background:#333333;
	text-decoration:none;
	font-size:14px;
	line-height:2em;
	height:2em;
}
#main{
	width:100%;
	background:url(../images/main-bg.png repeat-x repeat-y);
	background:#f3f1e1;
}
#breadcrums{
	font-size:10px;
	margin:10px auto 10px 10px;
	width:525px;
}
#breadcrums a{
	text-decoration:underline;
}

#breadcrums a:hover{
	text-decoration:none;
	color:#b0006f;
}
#content{
	padding:10px;
	float:left;
	width:525px;
}
#content h2{
	font-size:1.5em;
	width:100%;
	border-bottom:#333333 1px solid;
	color:#b0006f;
	margin-bottom:0.5em;
	text-transform:lowercase;
}
#content h3{
	font-size:1em;
	font-weight:bold;
	width:100%;
	text-transform:lowercase;
}
#content p{
	font-size:1em;
	line-height:1.5em;
	margin-bottom:1.5em;
}
#content ul{
	margin-left:30px;
	margin-bottom:1.5em;

}
#content li{
	line-height:1.5em;
}
#content .rightImg{
	float:right;
	margin:5px;
}
#content .leftImg{
	float:left;
	margin:5px;
}
#sharethis{
	margin-bottom:1.5em;
}
#sidearea{
	padding:10px;
	float:right;
	width:322px;
}
#sidearea h3{
	margin-bottom:1em;
	border-bottom:#999999 1px solid;
}
#sidearea p{
	line-height:1.5em;
}
#sidearea ul{
	margin-left:30px;
	margin-bottom:1em;
}
#sidearea li{
	line-height:1.5em;
}
#sidearea input{
	margin:5px;
}
#footer{
	clear:both;
	width:100%;
	margin:0px auto;
	background:#58595b;
	padding-top:20px;
	padding-bottom:20px;
	font-size:10px;
	text-align:center;
	color:#FFFFFF;
}
#footer a{
	color:#FFFFFF;
	text-decoration:none;
}

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