body{
	margin:0;
	min-width:950px;
	color:#412b1b;
	font:14px Georgia, "Times New Roman", Times, serif;
	background:#b59d77 url(../images/bg-body.gif) repeat-x;
}
img{border-style:none;}
a{
	text-decoration:none;
	color:#419389;
}
a:hover{text-decoration:underline;}
input,
textarea{
	font:100% Georgia, "Times New Roman", Times, serif;
	vertical-align:middle;
}
form, fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
/* main */
.main{
	width:100%;
	overflow:hidden;
	position:relative;
}
.main-right{
	width:1130px;
	float:left;
	left:50%;
	text-align:center;
	position:relative;
}
.main-left{
	width:1130px;
	float:left;
	left:-50%;
	position:relative;
	background:url(../images/bg-main-left.gif) repeat-y;
}
.main-left-box{
	width:950px;
	overflow:hidden;
	background:url(../images/bg-main-left-box.jpg) no-repeat;
	padding:0 90px;
}
/* content-area */
.content-area{width:950px;}
.content-area:after {
	height:0;
	clear:both;
	content:"";
	display:block;
}
/* header */
#header{
	text-align:left;
	position:absolute;
	top:0;
	left:90px;
	z-index:2;
}
#header:after {
	height:0;
	clear:both;
	content:"";
	display:block;
}
/* menu-box */
.menu-box{
	width:100%;
	position:relative;
	margin:17px 0 0;
	z-index:2;
}
.menu-box:after {
	height:0;
	clear:both;
	content:"";
	display:block;
}
.menu-box div{
	float:left;
	left:50%;
	position:relative;
	text-align:center;
}
/* menu */
#menu{
	padding:0;
	margin:0;
	list-style:none;
	float:left;
	left:-50%;
	text-align:left;
	position:relative;
	z-index:2;
}
#menu li{
	float:left;
	background:url(../images/bg-menu-list.gif) no-repeat;
}
#menu li:first-child{background-image:none;}
#menu a{
	display:block;
	font-size:14px;
	line-height:17px;
	color:#2c1d13;
	padding:8px 14px 11px;
}
#menu a:hover{text-decoration:none;}
#menu li.hover,
#menu li:hover{position:relative;}
#menu li.hover .submenu,
#menu li:hover .submenu{display:block;}
#menu .submenu li.hover ul,
#menu .submenu li:hover ul{display:block;}
/* submenu */
#menu .submenu{
	width:148px;
	padding:0;
	margin:0;
	background:#d0d7c4;
	position:absolute;
	top:36px;
	left:1px;
	list-style:none;
	display:none;
}
#menu .submenu:after {
	height:0;
	clear:both;
	content:"";
	display:block;
}
#menu .submenu li{
	background:none;
	height:1%;
	float:none;
	vertical-align:middle;
	border-bottom:1px solid #a79674;
}
#menu .submenu li a{
	height:1%;
	font-size:11px;
	line-height:14px;
	padding:5px 8px 4px;
	color:#4b301e;
	display:block;
	position:relative;
	z-index:2;
}
#menu .submenu li.hover a,
#menu .submenu li:hover a,
#menu .submenu li a:hover{background:#e5b191;}
#menu .submenu ul{
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	position:absolute;
	top:0;
	left:100%;
	width:148px;
	background:#edd2a4;
	display:none;
}
#menu .submenu li.hover ul a,
#menu .submenu li:hover ul a{background:none;}
#menu .submenu li.hover ul a:hover,
#menu .submenu li:hover ul a:hover,
#menu .submenu li ul a:hover{background:#e5b191;}
/* headline-box */
.headline-box{
	height:1%;
	overflow:hidden;
	margin:11px 0 0;
}
.headline-box strong{
	float:left;
	clear:both;
	text-indent:-9999px;
	overflow:hidden;
	background-repeat:no-repeat;
}
.headline-box strong.leonard-t{
	width:530px;
	height:68px;
	background-image:url(../images/text-leonard-t.png);
	margin:0 0 0 203px;
}
.headline-box strong.the-plastic-surgery{
	width:941px;
	height:100px;
	background-image:url(../images/text-the-plastic-surgery.png);
	margin:-24px 0 0 4px;
}
/* banners-box */
.banners-box{
	height:1%;
	overflow:hidden;
	margin:7px 0 0;
}
.banners{
	width:933px;
	overflow:hidden;
	padding:0 0 0 1px;
	text-transform:uppercase;
}
.banners h4{
	margin:0;
	font:13px/16px Arial, Helvetica, sans-serif;
	color:#cedccd;
	letter-spacing:3px;
	position:relative;
	z-index:1;
}
.banners ul{
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
.banners ul li{padding:0 0 0 1px;}
.banners ul a{
	font:11px/13px Arial, Helvetica, sans-serif;
	color:#edc8aa;
	letter-spacing:1px;
	position:relative;
	z-index:1;
}
.banners .face,
.banners .breast,
.banners .body-box{
	display:inline;
	width:266px;
	min-height:72px;
	overflow:hidden;
	background-repeat:no-repeat;
	float:left;
	padding:14px 16px 14px 15px;
	margin:0 0 0 14px;
}
* html .banners .face,
* html .banners .breast,
* html .banners .body-box{
	height:72px;
	overflow:visible;
}
.banners .face{background-image:url(../images/bg-face.png);}
.banners .breast{background-image:url(../images/bg-breast.png);}
.banners .body-box{background-image:url(../images/bg-body-box.png);}
/* content-box */
#content-box{
	height:1%;
	overflow:hidden;
	padding:334px 24px 31px 20px;
	position:relative;
	z-index:1;
	background:url(../images/bg-content-box.gif) no-repeat 0 100%;
}
/* content-main */
.content-main{
	height:1%;
	overflow:hidden;
	background:url(../images/bg-content-main-center.gif) repeat-y 581px 0;
	text-align:left;
}
.content-main-top{
	height:1%;
	overflow:hidden;
	background:url(../images/bg-content-main-top.gif) no-repeat 581px 0;
}
.content-main-btm{
	min-height:721px;
	overflow:hidden;
	background:url(../images/bg-content-main-btm.gif) no-repeat 581px 100%;
}
* html .content-main-btm{
	height:721px;
	overflow:visible;
}
/* content */
#content{
	width:537px;
	float:left;
	padding:0 0 0 8px;
	margin:1px 0 0;
}
#content h1{
	margin:0;
	font-weight:normal;
	font-size:20px;
	line-height:34px;
	color:#0e8180;
	word-spacing:1px;
}
#content h1 a{color:#0e8180;}
#content h2{
	margin:20px 0 0;
	font-weight:normal;
	font-size:18px;
	line-height:24px;
	color:#412b1b;
	word-spacing:1px;
}
#content p{
	margin:20px 0 0;
	line-height:26px;
}
#content .call-our{
	font-size:20px;
	line-height:34px;
	color:#0e8180;
	word-spacing:1px;
	letter-spacing:1px;
	display:block;
	margin:20px 20px 0 0;
}
/* see-results */
.see-results{
	display:inline;
	width:218px;
	float:left;
	margin:13px 18px 0 -6px;
}
.see-results .results-image{
	height:1%;
	overflow:hidden;
}
.see-results .results-image{
	height:1%;
	overflow:hidden;
}
.see-results .results-image img{
	float:left;
	margin:-8px 0 0;
	position:relative;
}
.see-results .results-image span{
	display:block;
	width:218px;
	height:15px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/bg-results-image-top.png) no-repeat;
}
.see-results .results-main{
	height:1%;
	padding:0 7px;
	background:url(../images/bg-results-main.png) repeat-y;
}
.see-results .results-main:after {
	height:0;
	clear:both;
	content:"";
	display:block;
}
.see-results a{
	display:block;
	width:218px;
	height:46px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/link-see-results.png) no-repeat;
}

#content .see-results p{
	margin:0;
}
/* sidebar */
#sidebar{
	width:299px;
	float:right;
	text-align:left;
}
#sidebar ul{list-style:none;}
#sidebar h3{
	margin:0;
	font-weight:normal;
	font-size:15px;
	line-height:18px;
	color:#1995a1;
}
#sidebar .call-number{
	display:block;
	width:272px;
	height:37px;
	margin:0 0 0 23px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/text-call-number.png) no-repeat;
}
#sidebar .call-number-inner {
	display:block;
	position: absolute;
	top: 230px; right: 25px;
	width:272px;
	height:37px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/text-call-number.png) no-repeat;
	z-index: 2;
}
#sidebar .phone-space { 
	display: block; height: 520px; width: 330px; }
#sidebar .phone-space img { 
	position: absolute; top: 247px; right: 0px;
	z-index: 1; }
#sidebar .photo{
	height:1%;
	overflow:hidden;
	margin:16px 0 0;
	padding:0 0 0 13px;
}
#sidebar .photo img{display:block;}
/* box */
#sidebar .box{
	width:297px;
	overflow:hidden;
	position:relative;
}
#sidebar .contact-us{margin:-6px 0 0;}
#sidebar .box .box-top,
#sidebar .box .box-btm{
	display:block;
	width:297px;
	height:15px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
#sidebar .box .box-top{background-image:url(../images/bg-sidebar-box-top.png);}
#sidebar .box .box-btm{background-image:url(../images/bg-sidebar-box-btm.png);}
#sidebar .box .box-center{
	height:1%;
	background:url(../images/bg-sidebar-box-center.png) repeat-y;
	padding:0 10px 0 21px;
}
#sidebar .box .box-center:after {
	height:0;
	clear:both;
	content:"";
	display:block;
}
#sidebar .box .box-main{
	width:100%;
	float:left;
	margin:-1px 0 0;
	position:relative;
}
#sidebar .box fieldset{
	overflow:hidden;
	width:255px;
	padding:8px 0 0;
}
#sidebar .box fieldset div{
	height:1%;
	overflow:hidden;
	padding:0 0 5px;
}
#sidebar .box fieldset label{
	width:42px;
	float:left;
	text-align:right;
	font-size:11px;
	line-height:13px;
	color:#705238;
	margin:2px 0 0;
}
#sidebar .box fieldset input,
#sidebar .box fieldset textarea{
	width:202px;
	float:right;
	padding:1px 3px;
	border:1px solid #e5be85;
	background:#fef0d7;
	font-size:11px;
	line-height:14px;
}
span.wpcf7-form-control-wrap{
	float:right;
}
#sidebar .box fieldset input.submit{
	width:auto;
	padding:0;
	border:0;
	background:none;
	margin:4px 0 0;
}
#sidebar .box fieldset textarea{
	overflow:auto;
	height:43px;
}
/* footer-box */
.footer-box{
	height:1%;
	overflow:hidden;
	border-top:1px solid #becbac;
	background:#dde2ce url(../images/bg-footer-box.gif) repeat-x 0 100%;
}
.footer-box ul{ list-style:none;}
.footer-main{
	height:1%;
	overflow:hidden;
	padding:27px 0 12px 17px;
}
.footer-main .logos,
.footer-main .logos-02{float:left;}
.footer-main .logos-02{margin:-3px 0 0;}
.footer-main .logos img{display:block;}
.footer-main .nav-main{
	display:inline;
	float:left;
	width:750px;
	margin:0 -7px;
}
.footer-main .nav-main p{
    font-size:9px;
	line-height:23px;
	color:#423023;
	letter-spacing:1px; }

.footer-main .nav-main ul{
	margin:0;
	padding:0 0 7px;
	height:1%;
	overflow:hidden;
	text-align:center;
}
.footer-main .nav-main ul li{
	display:inline;
	padding:0 6px 0 10px;
	background:url(../images/separator-footer-list.gif) no-repeat 0 2px;
}
.footer-main .nav-main ul li:first-child{background-image:none;}
.footer-main .nav-main ul li a{
	font-size:17px;
	line-height:23px;
	color:#423023;
	letter-spacing:1px;
}
/* menu-copy */
.menu-copy{
	height:1%;
	padding:23px 15px 0;
	overflow:hidden;
	background:url(../images/bg-menu-copy.gif) no-repeat 50% 0;
}
.menu-copy ul{
	margin:0;
	padding:0;
	height:1%;
	overflow:hidden;
}
.menu-copy ul li{
	display:inline;
	padding:0 10px 0 13px;
	background:url(../images/bg-menu-copy-list.gif) no-repeat 0 4px;
}
.menu-copy ul li:first-child{background-image:none;}
.menu-copy ul a{
	font-size:12px;
	line-height:15px;
	color:#0e8180;
}
/* inner page start */
.inner #content-box{padding:237px 0 31px 20px;}
.inner .content-main-top{background:url(../images/bg-content-main-top-inner.gif) no-repeat 581px 0;}
.inner #content h1{
	padding:0 0 13px;
	margin:0 0 28px;
	border-bottom:1px solid #80b29b;
}
.inner .footer-box{
	padding:0 0 28px;
	background:#e1e7d7;
}
.inner #sidebar{
	width:323px;
	padding:0 0 0 7px;
}
#sidebar .photo-02{
	margin:-28px 0 0 -7px;
	padding:0;
}
#sidebar .box-02{margin:-11px 0 0;}
#sidebar .box-02 .box-center{padding:0 7px 0 7px;}
#sidebar .box-02 .box-main,
#sidebar .box-03 .box-main{margin:-8px 0 0;}
#sidebar .box .headline{
	height:1%;
	overflow:hidden;
}
#sidebar .box-02 .headline{
	padding:6px 10px 11px;
	background:#d9b480 url(../images/bg-headline-box-02.gif) repeat-x;
	border-bottom:1px solid #eee3cc;
}
#sidebar .box-02 .headline h3{
	font-size:15px;
	line-height:18px;
	color:#5d3c25;
	letter-spacing:1px;
}
#sidebar .box-02 .text{
	height:1%;
	overflow:hidden;
	padding:10px 22px 8px;
}
#sidebar .box .link-list{
	list-style:none;
	margin:0;
	padding:0;
	height:1%;
	overflow:hidden;
}
#sidebar .box .link-list li{
	padding:0 0 4px 9px;
	background:url(../images/separator-box-02-list.gif) no-repeat 0 8px;
}
#sidebar .box .link-list a{
	color:#419389;
	text-decoration:underline;
}
#sidebar .box .link-list a:hover{text-decoration:none;}
/* sidebar box-03 */
#sidebar .box-03{margin:17px 0 0;}
#sidebar .box-03 .box-top{background-image:url(../images/bg-sidebar-box-03-top.png);}
#sidebar .box-03 .box-btm{background-image:url(../images/bg-sidebar-box-03-btm.png);}
#sidebar .box-03 .box-center{
	background:url(../images/bg-sidebar-box-03-center.png) repeat-y;
	padding:0 7px;
}
#sidebar .box-03 .headline{
	padding:6px 10px 8px;
	background:#8fb8a8 url(../images/bg-headline-box-03.gif) repeat-x;
	border-bottom:1px solid #dfe9d0;
	text-align:center;
}
#sidebar .box-03 .headline h3{
	font-size:13px;
	line-height:18px;
	color:#f8f1df;
	letter-spacing:1px;
}
#sidebar .box-03 .text{
	height:1%;
	overflow:hidden;
	padding:13px 9px 8px;
	background:url(../images/bg-box-03-text.gif) repeat-x;
}
/* logo-list */
#sidebar .box-03 .logo-list{
	margin:0;
	padding:0;
	height:1%;
	overflow:hidden;
}
#sidebar .box-03 .logo-list li{
	padding:1px 0 3px 6px;
	float:right;
}
#sidebar .box-03 .logo-list img{display:block;}
#sidebar .contact-us-inner{margin:17px 0 0;}
/*sidebar banners-box */
#sidebar .banners-box{margin:19px 0 0;}
#sidebar .banners{
	width:auto;
	padding:0;
}
#sidebar .banners .face,
#sidebar .banners .breast,
#sidebar .banners .body-box{
	display:block;
	float:none;
	margin:-2px 0 0;
}
#sidebar .banners .breast{
	background-image:url(../images/bg-sidebar-breast.png);
	text-align:right;
}
a.accessibility {
	position:absolute;
	top:0;
	left:-9999px;
}
span.wpcf7-not-valid-tip{
	top: 0 !important;
	left: 0 !important;
	width: 202px !important;
}
form.wpcf7-form p{
	margin:0;
}
.gallery-image  img {
	padding: 4px;
	background: #fff;
	border: 1px solid #a9a9a9;
	margin-bottom: 4px;
}
.gallery-image img:hover {
	background-color: #a9a9a9;
}
