/*

**********************************************************

Title: 			medical_services.css
Reference: 		medical_services.htm
Browser(s): 		(Firefox, IE7)
Author: 		Mark Matanza (www.casablancasalonspa.com)
Created: 		10.13.2008
Last modified: 		132.13.2008

***********************************************************
*/

/* reset all browsers
*********************************************************** */

html, body, form, fieldset, 
h1, h2, h3, h4, h5, h6, p, 
pre, blockquote, ul, ol, dl, 
address {	
	margin: 0;	
	padding: 0;	
	}

ul,li {	
	list-style-type: none;	
	}

hr { 
  	clear: both;	
	visibility: hidden;	
	}

.clear {	
	clear: both;	
	}

.centered, p.centered {	
	text-align: center;	
	}

.right {	
	text-align: right;	
	}

a {
	text-decoration: none;
}

img {	
	border: 0;
	padding: 0;
	margin: 0;
	}


/* layout 
*********************************************************** */

body {
	background: #FFFFFF;;
	Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 14px;
  	}


body a {
	color: #000000;
	}

#wrapper {
	background-color: #FFFFFF;
  	font-size: 14px;
  	width: 802px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	color: #512608;
  	}

/* banner
*********************************************************** */

#banner {
	background-color: #9A6C50;
	height: 69px;
	width: 802px;
	}

/* top nav
*********************************************************** */

#top_nav {
	margin: 0px 0px 35px 0px;
}

#top_nav ul li {
	display: inline;
}


/*  main left
*********************************************************** */

#main_left {
	float: left;
	font-family: verdana, "Times New Roman", Times, serif;
	font-size: 11px;
	height: auto;
	line-height: 13px;
	width: 475px;
	}


.medical_list {
	margin: 20px 0px 20px 0px;
}

.list_bold {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	margin: 30px 0px 5px 0px;
	width: 400px;

}

table th {
	font-weight: normal;
	text-align: left;
}

td {

	text-align: right;
}

/*  main right
*********************************************************** */

#main_right {
	margin: 90px 0px 0px 505px;
	font-family: verdana, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #512608;
	}


#main_right #rejuvenate {
	margin: 0px 0px 20px 20px;
	}

#link_box {
	margin: 0px 0px 40px 0px;
	}

#link_box #online_store {
	float: left;
	width: 189px;
	}

#link_box #vip {
	margin: 0px 0px 0px 190px;
}

#main_right #smoot_link {
	margin: 10px 0px 10px 40px;
	}
	
/* footer
*********************************************************** */

#footer {
	background-image: url(images/lower_banner_big.jpg);
	border-bottom: 2px solid #000000;
  	clear: both;
  	height: 99px;
	width: 802px;
  	margin: 1em 0em 0em 0em;
  	}

.white_text p {
	font-family: verdana, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 60px 50px 55px 50px;
	text-align: justify;
	line-height: 14px;
	}

/* bottom nav
*********************************************************** */

#bottom_nav ul li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #996C4F;
	vertical-align: middle;
	text-decoration: none;
	margin: 0px 0px 0px 16px;
  	}

#bottom_nav #links_left {
	float: left
}

#bottom_nav ul li a {
	color: #996C4F;
}

#bottom_nav #links_right {
	text-align: right;
	margin: 0;
	padding: 0;
}

#bottom_nav #links_right ul li {
	margin-right: 0px 0px 0px 16px;
}


.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 16px;
	vertical-align: middle;
	color: #999999;
	text-decoration: blink;
	margin: 5px 0px 0px 0px;
}

.clear_section {
	clear: both;
}

.no_display {
	display: none;
}