body {
color: #303030;
background-image:url(../images/background_page4.jpg);
background-position:center;
background-repeat:repeat-y;
background-color:FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size: 80%;
}

div#global {
	
position:relative;
width:400px;
left:100px;
top:25px;
z-index:1;
}

div#global ul {
margin: 0;
}
div#global ul li {
list-style: none;
display: inline;
margin-right:5px;
text-decoration:none;
}

.intro   {
font-family:Arial, Helvetica, sans-serif;
font-size:135%;
color:#666666;
}
h1, h2, h3 {
color: #8B1D8A;
}
h1 {
font-size: 280%;
}
h2 {
font-size: 150%;
}
a {
color:#8B1D8A
}
h1.home {
font-size: 180%;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
a img {
border: none
}
div#layout {
width: 800px;
margin-left: auto;
margin-right: auto;
}
div#header {
height: 203px;
}
div#menu {
background-image: url(../images/menu.jpg);
padding: 5px 1px 5px 1px;
padding-left:0px;
}
div#menu ul {
margin: 0;
margin-left:15px;
padding: 0;
}
div#menu ul li {
list-style: none;
list-style-type:none;
display: inline;
margin-right:0.4em;
margin-left:0.3em;
}
div#menu a {
color: #FFFFFF;
text-decoration: none;
font-size:0.9em;
}
div#menu a:hover {
text-decoration: underline;
}
div#detailhome {
background-image: url(../images/detail.gif);
background-color:eeebf4;
background-repeat: repeat-y;
padding: 2px 1px 1px 2px;
margin-bottom:0px;
}
div#content {
margin-top:0em;
padding:0 1.5em;
}
div#content . rachel {
padding: 1em 2em 1em;
margin:0;
width:100%;
position:relative;
background-image:url(../images/RachaelWainwright.jpg);
background-position:100% 0;
background-repeat:no-repeat;
}
div#contentinner {
padding: 1em 2em 1em;
margin:0;
width:50%;
position:relative;
}
div#rachel {
padding: 1em 2em 1em;
margin:0;
width:100%;
position:relative;
background-image:url(../images/RachaelWainwright.jpg);
background-position:100% 0;
background-repeat:no-repeat;
}
div#contentinner p {
text-align: justify;
}
div#info {
padding-top: 1em;
border-top: solid #8B1D8A 2px;
overflow: auto;
margin-top:0px;
}
div#info p {
margin: 0px;
}
div#footer {
background-image: url(../images/footer.png);
height: 20px;
}
div#footerhome {
height: 252px;
}
table#contact td {
vertical-align: top;
}
dt {
margin-top: 1em;
font-weight: bold
}
.floatleft {
float: left;
}
.floatright {
float: right;
}
img.floatleft {
margin-right: 2em;
margin-bottom: 1em;
}
img.floatright {
margin-left: 2em;
margin-bottom: 1em;
}
div#list {
width:95%;
}
div#list ul {
margin: 0;
}
div#list ul li {
list-style: url(../images/bullet.png);
}
.phone {
font-size: 140%;
color:#993399;
font-weight:bold;
}
div.whitebox {
	background-color:#FFFFFF;
	width:100%;
	padding:0;
	margin-bottom: 1em;
}
div.whitebox p {
width:75%
}
div.whitebox img {
position:relative;
}
div.gradient {
background-image:url(../images/home_grad3.jpg);
background-repeat:no-repeat;
background-position:0% 0;
width:100%;
float:left;
}
div#content2 {
padding-top:1em;
padding-bottom:1em;

}
div#detail {
background-image: url(../images/detail.gif);
background-repeat: repeat-y;
padding: 1px 16px 1px 16px;
}
Ul#usefullinks  {
margin-left:0;
padding-left:0;
list-style-type:none;
}
Ul#usefullinks a  {
display:block;
text-decoration:none;
background:#EAE2F6;
color:#666666;
padding:.3em .5em;
border-bottom:1px solid #fff;
width:96%;
}
	
Ul#usefullinks a:hover  {
background:#FAEDFF;
}
ul.bullets  {
list-style: url(../images/bullet.png);

}

/*--CSS for Obagi content navigation tabs--*/


ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #EAE2F6;
}
ul.tabs li a {
	text-decoration: none;
	color: #545454;
	display: block;
	font-size: 0.7m;
	padding: 0 10px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #FAEDFF;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
	color:#545454;
}


.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}
.tab_content {
	padding: 20px;
	
}





