html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

img{
	border:none;
}

a:link{
	color:#9a181d;
	text-decoration:none;
	}
	
a:visited{
	color:#9a181d;
	text-decoration:none;
	}
	
a:hover{
	color:#5f5f5f;
	text-decoration:none;

	}
	
a:active{
	color:#5f5f5f;
	text-decoration:none;
	
	}

.col2 b{
	font-weight:bold;
	font-style: normal;
}

.gold{
	color: #b67e06;
}

form input[type=text]{
	border: solid 1px #CCC;
	height: 23px;
	width: 95%;
}

body {
	line-height: 1;
	background:url('images/bm_bg.jpg');
	background-repeat: repeat-x;
	background-color: #ede1c6;
	font-family: Arial;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear{
	clear:both;
}

#services li{
	border-bottom: solid 3px #F4F4F4;
}

.left{
	float:left;
}

.right{
	float:right;
}

#right_text{
	margin: 10px 0px 0px 30px;
}

.frame_left{
	float:left;
	margin-top: -40px;
	margin-left: -8px;
	height: 410px;
	width: 660px;
	background:url(images/g-frame8.png);
	background-repeat:no-repeat;
}

.frame_left_cont{
	margin: 10px 0px 0px 8px;
	height: 365px;
	width: 647px;
}

.frame_right{
	position: absolute;
	height: 390px;
	width: 290px;
	margin-top: -25px;
	margin-left: 647px;
	background:url(images/frame_right_bg.png) no-repeat;
}

.frame_right_cont{
	margin: 10px 0px 0px 0px;
	height: 358px;
	width: 280px;
}

/* column container */
.colmask {
	margin-top: 20px;
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}
/* 2 Column (right menu) settings */
.rightmenu {
	background:white;		/* right column background colour */
}
.rightmenu .colleft {
	right:29%;			/* right column width */
	background:#fff;		/* left column background colour */
}
.rightmenu .col1 {
	border-width:3px 3px 3px 0px;
    -webkit-border-image: 
    	-webkit-gradient(linear, 0 100%, 0 0, from(WhiteSmoke), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: 
    	-webkit-linear-gradient(bottom, WhiteSmoke, rgba(0, 0, 0, 0)) 1 100%;
    -o-border-image:
    	     -o-linear-gradient(bottom, WhiteSmoke, rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image:
    	   -moz-linear-gradient(bottom, WhiteSmoke, rgba(0, 0, 0, 0)) 1 100%;
	padding: 0px 5%;
	width:59%;			/* left column content width (left column width minus left and right padding) */
	left:29%;			/* (right column width) plus (left column left padding) */
}
.rightmenu .col2 {    
	width:26%;			/* right column content width (right column width minus left and right padding) */
	left:28%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	padding-left: 20px;
}

hr{
	border: none;
	border-top: solid 1px #905f20;
	border-bottom: solid 1px #905f20; 
}

.col1 td{
	vertical-align:top;
	font-size: 14px;
	line-height: 1.5;
	padding: 0px 5px;
}

.col1,.col2 p{
	font-size: 12px;
	line-height:1.4;
}

h1{
	font-size: 24px;
	font-weight: bold;
	font-style:italic;
	color: #B52325;
	line-height: 1.2;
	margin-bottom: 10px;
	margin-left: 0px;
}

h2{
	color: #906B29;
	font-size: 18px;
	margin-bottom: 10px;
}

h3{
	color: white;
	font-size: 14px;
	font-family: Arial;
}

h4{
	color: #888;
	font-size: 16px;
	margin-bottom: 10px;
}

.col2 ul{
	line-height: 2;
	font-size: 14px;
	color : #777;
}


.first_container{
	width: 100%;
	background:url('images/top_bl_bg.jpg');
	background-repeat: repeat-x;
	height: 142px;
}

.top_container{
	width: 970px;
	margin:auto;
}

#logo{
	float:left;
	margin-top: 25px;
	margin-left: 10px;
	border: none;
}

#call{
	float:right;
	margin-top: 60px;
	margin-left: 0px;
	border: none;
}

.second_container{
	width: 100%;
	margin: 20px auto 0px auto;
}


.main_container{
	width: 900px;
	margin:auto;
	margin-top: 50px;
	margin-bottom: 20px;
	background-color:white;
	color: #7b4b2a;
}


.textright{
	text-align: right;
}

.gallerynav{
	font-size: 22px;
	color: #976FA4;
	line-height: 22px;
	vertical-align: middle;
}

.gallerynav img{
	margin: 0px;
	vertical-align: middle;
}

.textright a{
	color: #976FA4;
}

.gray_bar{
	background:url(images/gray_bar.jpg);
	background-repeat: repeat-x;
	height: 65px;
	width: 100%;
}

.gray_bar h1{
	margin-left: 40px;
	line-height: 65px;
	font-size: 28px;
	color: white;
	font-weight: bold;
	font-style: italic;
	font-family: Times;
}

.regular_cont{
	font-size: 14px;
	line-height: 1.5;
	font-weight: normal;
	color: #7b4b2a;
}

.regular_cont img{
	margin: 0px 10px 10px 0px;
}

.regular_cont a{
	text-decoration:none;
}

#consultation{
	text-align:center;
	margin-bottom: 30px;
}

#consultation a{
	font-size: 28px;
	color: #3D9998;
	font-weight: bold;
	text-decoration: none;
}

#services{
	margin-left: 30px;
	line-height: 2;
}

#services a{
	color: #b67e06;
	text-decoration:none;
	font-size: 12px;
}

#services li a:hover{
	color: #B52325;
	text-decoration:none;
}

.imageful img{
	margin: 0px 10px 10px 10px;
}

.regular_cont p{
	margin-bottom: 20px;
}

#cosmetic_ul li{
	margin-left: 20px;
	list-style: circle;
}

#cosmetic_ul a{
	color: #3D9998;
}

.hp_left_column{
	float:left;
	width: 60%;
	line-height: 1.5;
	font-size: 14px;
}

.hp_left_column, .hp_right_column p{
	margin: 15px 0px;
}

.hp_left_column img{
	margin: 5px 0px;
}

b,strong{
	font-weight: bold;
	font-style: italic;
	color: #7b4b2a;
}

#hp_img_cont{
	margin: 10px;
}

.hp_right_column{
	width: 35%;
	float:left;
	line-height: 1.5;
	font-size: 14px;
}

#contact_form{
	margin-top: 10px;
	line-height: 2;
	width: 220px;
}

.gray{
	color: #666;
}

.fifty{
	width: 46%;
	float:left;
	padding: 10px 2%;
}

.fifty p{
	text-align: left;
}

.fifty img{
	margin: 0px 0px 10px 0px;
}

#contact_form_content{
	padding: 5px;
	padding-left: 10px;
}

.make_appointment input[type=text]{
	border: solid 1px #CCC;
	height: 23px;
	width: 300px;
}

.column_buttons{
	text-align:center;
	margin: 20px 0px;
}

.footer{
	width: 100%;
	background:url('images/f_bg.png');
	background-repeat: repeat-x;
	height: 285px;
}

.footer p{
	font-size:14px;
	color: #fff;
}

.design{
	position:relative;
	top:2px;
}

#map{
	margin: 10px 0px;
	border:none;
}

.findus{
	margin: 5px 2px;
}

.footer a{
	color: #4B2C0D;
	text-decoration:none;
	border:none;
}

.footer a:hover{
	color: #fff;
	text-decoration:none;
}


.footer table{
	width: 100%;
}

.footer td{
	padding: 5px 0px;
	width: 50%;
}

.footer h3{
	margin-top: 10px;
	color: #4B2C0D;
	font-weight: bold;
}

.footer_column{
	width: 27%;
	padding: 10px 3%;
	float:left;
	line-height: 1;
	font-size: 11px;
}

.footer_table_wrap{
	height: 125px;
}

.footer_table_wrap_two{
	height: 125px;
}



#copyright_links {
	color: white;
	font-size:12px;
	line-height:1.3;
}

#copyright_links a{
	color:#000;
}




#forms-d{
	position:absolute;
	z-index:300;
}

#forms-d a{
	color:#887e62;
	font-size:18px;
	text-decoration:none;
	position:relative;
	left:150px;
	line-height:10;
}

#connect-top{
	position:absolute;
	margin-left:690px;
	top:58px;
	width:140px;
}

#connect-top li{
	float:left;
	padding-right:5px;
}

#make-an-appointment{
	position:absolute;
		margin-left:270px;
		top:20px;
}

.serv{
	width:460px;
}
.serv li{
	position:relative;
	left:40px;
	list-style:circle;
	padding-bottom:7px;
	}
	
.fom-sp{
	position:relative;
	top:-17px;
}

.f-videos li{
	float:left;
	list-style:none;
}

.f-videos img{
	border-color:#b67e06;
	border-width:2px;
	border-style:solid;
	width:160px;
	height:90px;

}

.learn li{
	float:left;
	list-style:none;
}

.video-thumb{
	border-color:#b67e06;
	border-width:2px;
	border-style:solid;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
	width:160px;
}

.article-thumb{
	border-color:#b67e06;
	border-width:2px;
	border-style:solid;
	margin-right:10px;
	margin-bottom:10px;
	margin-top:16px;
	float:left;
	width:160px;
	height:210px;
}

.f-articles img{
	width:160px;
	height:210px;
}

.view_video{
	width:171px;
	height:130px;
	font-weight:bold;
}