
body {
	color:#FFF;
	font:16px "Trebuchet MS", sans-serif;
	background-image:url(img/bg.jpg);
	background-color:#000;
	margin:0;
	padding:0;
}
#clear {
	clear:both;
	height:0px;
}
/******** Layout divs********/
#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:740px;
}
#content {
	position:relative;
	height:100%;
	top:-1px;
	background-color:#FFF;
	background-image:url(img/content_bg.jpg);
	background-repeat:repeat-y;
	color:#111;
}
#left {
	position:relative;
	float:left;
	margin:25px 0px 0px 25px;
   	color:#FFF;
	height:400px;
}
#main {
	position:relative;
}
#right {
	position:relative;
	float:right;
	width:525px;
	top:25px;
	_top:-400px;
	padding:0px 20px 50px 40px;
	_margin-bottom:-400px;
}
#right p {
	width:485px;
	text-align:justify;
	padding-bottom:25px;
}
#header {
	position:relative;
	height:275px;
	background-image:url(img/header.jpg);
	margin:0;
	padding:0;
}
#header.blonde {
	background-image:url(img/header_2.jpg);
}
#header.appoint {
	background-image:url(img/header_3.jpg);
}
#header.photos {
	background-image:url(img/header_4.jpg);
}
#footer {
	position:relative;
	background-color:#000;
	height:50px;
	_height:0px;
	top:-19px;
	font:bold 17px arial, sans-serif;
	color:#FFF;
	text-align:center;
	margin-bottom:10px;
}
#footer p {
	padding-top:2px;
}
.sam {
	position:absolute;
	bottom:0px;
	background-image:url(img/sam_small.gif);
	background-repeat:no-repeat;
	width:150px;
	height:124px;
	right:575px;
	bottom:50px;
}
/******** mainNav styles********/
#mainNav {
	position:relative;
	float:right;
	text-align:center;
	text-transform:lowercase;
	font:bold 24px arial, sans-serif;
	top:-15px;
	_top:8px;
}
*+html #mainNav {/** IE 7 Only hack **/
	position:relative;
	float:right;
	text-align:center;
	text-transform:lowercase;
	font:bold 24px arial, sans-serif;
	padding-top:20px;
}
#mainNav ul {
	list-style:none;
}
#mainNav li {
	display:inline;
	padding:0px 10px 0px;
}
#mainNav a {
	text-decoration:none;
	color:#FFF;
}
#mainNav a:hover {
	color:#AAA;
}
#mainNav a.current {
	color:#FFF;
}
#leftNav {
	position:relative;
	float:left;
	_right:70px;
	width:130px;
	font:15px arial, sans-serif;
	text-transform:lowercase;
	}
#leftNav ul {
	list-style:none;
	
}
#leftNav li {
	display:block;
	position:relative;
	width:130px;
	left:-40px;
	_left:0px;
	padding:10px 0 5px;
	text-align:left;
	border-bottom:1px solid white;
}
#leftNav li.current {

}
#leftNav a {
	text-decoration:none;
	text-align:left;
	color:#FFF;
}
#leftNav a:hover {
	text-decoration:underline;
}
/******** Styles********/
em {
	color:#000;
}
h1 {
	font-size:150%;
	text-transform:lowercase;
}
h2 {
	font-size:104%;
	font-weight:lighter;
	color:#B71313;
}
.hideme {
   position:absolute;
	top:-500px;
	z-index:0;
}
#home_h1 {
	width:440px;
	height:64px;
	background:url(img/home_h1.gif) no-repeat;
}
#products_h1 {
	width:440px;
	height:64px;
	background:url(img/products_h1.gif) no-repeat;
}
#photos_h1 {
	width:440px;
	height:64px;
	background:url(img/photos_h1.gif) no-repeat;
}
#services_h1 {
	width:440px;
	height:64px;
	background:url(img/services_h1.gif) no-repeat;
}
#awards_h1 {
	width:440px;
	height:64px;
	background:url(img/awards_h1.gif) no-repeat;
}
#contact_h1 {
	width:440px;
	height:64px;
	background:url(img/contact_h1.gif) no-repeat;
}
#appointments_h1 {
	width:440px;
	height:64px;
	background:url(img/appointments_h1.gif) no-repeat;
}
#feedback_h1 {
	width:440px;
	height:64px;
	background:url(img/feedback_h1.gif) no-repeat;
}
#profile_h1 {
	width:440px;
	height:64px;
	background:url(img/profiles_h1.gif) no-repeat;
}
#promo_h1 {
	width:440px;
	height:64px;
	background:url(img/promo_h1.gif) no-repeat;
}
table {
	margin-left:auto;
	margin-right:auto;
	width:485px;
	padding-right:10px;
}
table.time {
	margin-left:auto;
	margin-right:auto;
	width:300px;
	padding-right:10px;
}
table.gallery {
	position:relative;
	left:-10px;
}
table.gallery td {
	padding:25px 2.5px;
	text-align:center;
}
table.award {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:400px;
	padding-right:10px;
}
td {
	width:50%;
}

td.right {
	text-align:right;
	padding-right:10px;
}
em {
	font-weight:bold;
	font-size:90%;
}
img {
	border:none;
}
blockquote {
	padding-left:100px;
}
ul.radio {
	list-style:none;
}
ul.radio li {
	display:inline;
	}
ul.contact {
	list-style:none;
}
ul.contact li {
	display:block;
}
fieldset {
	border:1px solid #B71313;
	width:460px;
	padding-left:10px;
}
#big {
	height:250px;
}
.button { 
	position:relative;
	background-color: white;
	border:1px solid #B71313;
	color: #B71313;
	text-align:center;
}
select { 
	position:relative;
	background-color: white;
	border:1px solid #000;
	color: #000;
	text-align:left;
}
textarea { 
	position:relative;
	background-color: white;
	border:1px solid #B71313;
	color: #B71313;
	text-align:left;
	scrollbar-shadow-color: #F0E5E5;
	scrollbar-highlight-color: #F0E5E5;
	scrollbar-face-color: #F0E5E5;
	scrollbar-3dlight-color: #F0E5E5;
	scrollbar-darkshadow-color: #F0E5E5;
	scrollbar-track-color: #FFF;
	scrollbar-arrow-color: #E1CCCC;
}
legend {
	color:#B71313;
}
label {
	color:#000;
}
.center {
	text-align:center;
}