/* @override 
	http://www.feelbeautiful.com/wp-content/themes/feelbeautiful/style.css
*/

/*------------------------------------------------------------------------------------
  Copyright Rosemont Media 2009. Used with Permission.                             
  May not be duplicated or reproduced.
/*------------------------------------------------------------------------------------*/

/* ------------------------ type selectors ------------------------ */
body { 
	background:url("images/bgBody.png") 0 118px repeat-x;
	text-align:center; 
	font:11px/17px Arial, Verdana, sans-serif; 
	color:#7E7F83;
}

h1	{ font-size:24px; font-weight: normal; }
h2	{ font-size:20px; font-weight: normal; }
h3	{ font-size:16px; font-weight: normal; }

a {
	color:#636C93;
	text-decoration:underline;
	outline:none;
}

a:hover { text-decoration:none; }

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("images/bullet-back-to-top.jpg") right no-repeat;
}

img.img-left, .alignleft { 
	float:left; 
	margin:2px 10px 10px 0px;
	display: inline;
}

img.img-right, .alignright { 
	float:right; 
	margin:5px 0px 10px 10px;
	display: inline;
}

.aligncenter {
	display: table!important;
	margin: 0 auto;
	clear: both;
}

a.read-more {
	background: url("images/btnReadMoreWhite.png") left center no-repeat;
	padding-left: 14px;
	float: right;
}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

.everything {
	width:997px;
	margin:0 auto;
	text-align:left;
}

/* ------------------------ header framework ------------------------ */
header {
	height:93px;
	*height:88px;
}

#logo {
	margin-top: 0px;
	display: inline-block;
	margin-right: 467px;
	float: left;
	position: relative;
	z-index: 202;
	top: 0px;
}

#btnContact {
	display: inline-block;
	margin-top: 0px;
	background: url("images/btnContact.jpg") no-repeat;
	width: 86px;
	height: 30px;
	text-indent: -9999px;
	margin-right: 10px;
}

#number {
	line-height: 22px;
	font-size: 14px;
}
.call {
	font-size: 14px;
}

#online-network {
	width: 136px;
	margin: -6px 0 0 30px;
	float: right;
	height: 46px;
	*margin-top:0px;
}

.socialMedia {
	width:42px;
	height:42px;
	text-indent:-9999px;
	margin-left:5px;
	float:left;
}

#online-network a.socialMedia:hover {
	background-position: bottom left;
}

#facebook {	background:url("images/facebook.jpg") no-repeat; margin-left: 0px;}
#twitter { background:url("images/twitter.jpg") no-repeat; }`
#youtube { background:url("images/youtube.jpg") no-repeat; }
#rss { background:url("images/rss.jpg") no-repeat; }

/* ------------------------ nav ------------------------ */
nav { 
	background:url("images/nav.png") no-repeat; 
	width:997px; 
	height:85px; 
	margin:0;
	padding:0; 
	clear: both;
	top: -22px;
	*top: -17px;
	position: relative;
	z-index: 999;
}

nav li, nav a {
	height:85px;
	display:block;
}

nav li {
	float:left;
	list-style:none;
	display:inline;
	position:relative;
	width: 118px;
	z-index: 200!important;
}

nav a {
	text-indent: -9999px;
}

#nav-01 {
	width: 115px;
	margin-right: 56px;
}

#nav-01 a:hover { background:url("images/nav.png")  0px -111px no-repeat; }
#nav-02 a:hover { background:url("images/nav.png") -171px -111px no-repeat; }
#nav-03 a:hover { background:url("images/nav.png") -289px -111px no-repeat; }
#nav-04 a:hover { background:url("images/nav.png") -407px -111px no-repeat; }
#nav-05 a:hover { background:url("images/nav.png") -525px -111px no-repeat; }
#nav-06 a:hover { background:url("images/nav.png") -643px -111px no-repeat; }
#nav-07 a:hover { background:url("images/nav.png") -761px -111px no-repeat; }
#nav-08 a:hover { background:url("images/nav.png") -879px -111px no-repeat; }

.home #nav-01 a { background:url("images/nav.png") 0px -111px no-repeat; }
.about #nav-02 a { background:url("images/nav.png") -171px -111px no-repeat; }
.body #nav-03 a { background:url("images/nav.png") -289px -111px no-repeat; }
.breast #nav-04 a { background:url("images/nav.png") -407px -111px no-repeat; }
.face #nav-05 a { background:url("images/nav.png") -525px -111px no-repeat; }
.eyes #nav-06 a { background:url("images/nav.png") -643px -111px no-repeat; }
.nose #nav-07 a { background:url("images/nav.png") -761px -111px no-repeat; }
.blog #nav-08 a { background:url("images/nav.png") -879px -111px no-repeat; }

/* ------------------------ dropdown nav ------------------------ */
nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px;
	background-image: none!important;
	background:#f9f9f9!important;
	z-index: 999;
}

nav li ul li { 
	height:30px;
	border:1px solid #bfc3e0;
	border-top:none;
	z-index: 999;
}	

nav li ul li a {
	width:100%;
	height:30px;
	line-height:30px;
	text-indent: 10px;
	font-size:1.0em;
	color:#7b7b7b;
	text-decoration:none;
	background-image: none!important;
	background: none!important;
	z-index: 999;
}

nav li:hover ul, nav li.sfHover ul	{ left: 0px; }

nav li ul li a:hover { 
	background-image:none!important;
	background:#bfc3e0!important;
	text-decoration:none;
	color: #fff;
	z-index: 999;
}

nav li ul, nav li ul li { width:250px; }

#nav-04 ul, #nav-04 ul li { width:270px; }

/* ------------------------ aside framework ------------------------ */
aside {
	width:275px;
	float:left;
	margin-right: 11px;
	position: relative;
	z-index: 100;

}

aside p, aside h1, aside h2, aside h3, aside h4, aside h5, aside h6, aside ul, aside dl {
	margin:0px 0px 10px 0px;
	z-index: 0!important;

}

aside h2#titleProcedureInfo {
	background: url("images/titleProcedureInfo.jpg") no-repeat;	
	width: 275px;
	height: 64px;
	text-indent: -9999px;
	margin-bottom: 0;
	
}

#asideWrap {
	margin-left: 13px;
	background: #eaebff;
	padding: 15px 8px 0px;
	font-size: 10px;
	float: left;
	display: inline;
	background-color: #eaebff;
	width: 245px;
	line-height: 1em;
	position: relative;
	
}

#asideWrap div {
	clear: both;
	line-height: 18px;
	margin-bottom: 20px;
	float: left;
	width: 246px;
	position: relative;
	display: inline-block;
	background-color:  #eaebff;
}

#asideWrap h3 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 0px;
	display: inline-block;
}

#asideWrap div#btnProcedures {
	background: url("images/btnProcedures.jpg") no-repeat;
	width: 129px;
	height: 20px;
	cursor: pointer;
	position: absolute;

	top: 75px;
	left: 105px;
}

#asideWrap div#btnProcedures:hover div#procedures {
	left: 0px;
	top: 20px;
	z-index: 999!important;
	*z-index: 999;
}

#asideWrap div#btnProcedures div#procedures {
	position: absolute;
	left:-9999px;
	z-index: 999!important;
	width: 522px!important;
	background: #EAEBFF;
	font-size: 12px;
	padding: 10px;
	border: 1px solid #636C93;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	margin-bottom: 0;
	line-height: 22px;
	clear: none;
}
#withoutSurgery , #risks, #proportions{
	*z-index: -1;
}


.logos {
	width: 500px;
	height: 100px;
	display: block;
	
	text-align: center;
	margin-left: 370px;
	*margin-left: 250px!important;
}
#procedures dl {
	float: left;
	margin-right: 20px;
	display: inline;
	z-index: 999!important;
}

#procedures dt {
	font-weight: bold;
	margin-top: 10px;
	z-index: 999!important;
}

#asideWrap div#proportions {
	margin-bottom: 0px;
}

#btnReadTestimonials {
	background: url("images/btnReadTestimonials.jpg") no-repeat;
	width: 279px;
	height: 71px;
	display: block;
	clear: both;
	text-indent: -9999px;
	margin: 10px 0;
	float: left;
}

#btnMeetLaverson {
	background: url("images/btnMeetLaverson.jpg") no-repeat;
	width: 279px;
	height: 63px;
	display: block;
	clear: both;
	text-indent: -9999px;
	margin: 10px 0;
	float: left;
}

#btnSkinCare {
	background: url("images/btnSkinCare.png") no-repeat;
	width: 263px;
	height: 85px;
	display: block;
	clear: both;
	text-indent: -9999px;
	margin: 10px 0 10px 15px;
}

/* ------------------------ content framework ------------------------ */
#content {
	width:711px;
	float:left;
}

#content .pattext {
	float: left;
	margin-top: 30px;;
}

#content p, #content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content ul, #content dl { margin:0px 0px 10px 0px; }

#content #masthead {
	overflow: hidden;
	height: 253px;
	width: 711px;
	position: relative;
	z-index: 0!important;
}

#masthead #slides {
	/*position: relative;*/
	z-index: 0!important;
	width: 711px;
	height: 253px;
	display: block;
	overflow: hidden;

}

#masthead #slides img {
	z-index: 0!important;
	position: relative;
	width: 711px;
	height: 253px;
	display: block;
}

#masthead #slidesNav {
	position: absolute;
	left: 10px;
	top: 220px;
	bottom: 15px;
	z-index: 10;
	
}

#masthead #slidesNav a {
	padding: 2px 5px;
	border: 1px solid;
	margin-left: 5px;
	text-decoration: none;
	border-top: 1px solid;
}

#masthead #slidesNav a.activeSlide {
	background: #fff;
	border-top: 1px solid;
}

#content .read-more { background: url("images/btnLearnMore.png") left center no-repeat; }

#content .banners {
	border-top: 5px double #e3e4e6;
	border-bottom: 5px double #e3e4e6;
	padding: 10px 0;
	display: block;
	float: left;
	margin: 30px 0;
}

.banners .read-more { float: left; }

.column {
	width: 229px;
	margin-right: 9px;
	float: left;
}

.column#testimonials { width: 235px; }
.column img { margin-bottom: 9px; }
.column#testimonials img { margin-bottom: 0px; }
.column#doctor { margin-right: 0px; }

#content h1 {
	color: #888AB6;
	text-shadow: 1px 1px  2px rgba(0,0,0,0.4);
	background: url("images/bgHeader.png") bottom repeat-x;
	padding-bottom: 20px;
}

#content h2 {
	color: #888AB6;
	clear: both;
	margin: 20px 0;
	display: block;
	border-bottom: 1px dotted;
	padding-bottom: 5px;
}

#content h3 {
	color: #888AB6;
	clear: both;
	margin: 10px 0 10px;
	display: inline-block;
	width: 711px;
}

#content blockquote.banners {
	font-style: italic;
	font-size: 14px;
	padding: 10px 20px;
	margin: 20px 0 10px;
}

#content blockquote p {
	margin-bottom: 0;
}

.btnConsultation {
	background: url("images/btnConsultation.png") no-repeat;
	width: 211px;
	height: 29px;
	display: block;
	clear: both;
	float: right;
	text-indent: -9999px;
}
.btnBNAGallery {
	background: url("images/btnBNAGallery.png") no-repeat;
	width: 211px;
	height: 29px;
	display: block;
	clear: both;
	float: right;
	text-indent: -9999px;
}

#content img.alignright, #content img.alignleft {
	border: 4px solid #888ab6;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.testimonials {
	border: none!important;
	margin-right: 18px;
}

#content ul, #content ol {
	margin: 20px 40px;
}

ul#subList {
	float: left;
	font-size: 14px;
	line-height: 150%;
}

p#breadcrumbs {
	margin-bottom: 0px;
}

#postContainer {
	width: 500px;
	float: left;
}

.post h2.title {
	margin-bottom: 0px!important;
}

.case {
	width: 323px;
	min-height: 200px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	border: 1px solid #E3E3DC;
	padding: 10px;
	background: #F7F7F0;
}

.case h3 {
	margin: 0 0 10px 0!important;
	width: 323px!important;
}

.case.single {
	width: 100%;
}

.case img {
	border: 2px solid #888AB6; 
}
.case:hover img{
	border: 2px solid #9B9DBF;
}

a.moreInfoLink {
	display: table;
	font-size: 14px;
	margin: 10px auto;
	background: url("images/btnZoom.png") no-repeat;
	height: 30px;
	line-height: 30px;
	padding-left: 40px;
}

.nextPat { float: right; }
.prevPat { float: left; }

/* ------------------------ aside#thirdColumn framework ------------------------ */
#thirdColumn {
	float: right;
	width: 199px;
	margin-left: 11px;
	margin-right: 0;
}

/* ------------------------ form framework ------------------------ */

form#cformsform.cform { width: 597px; margin: 20px 0;}
form#cformsform.cform label, form#cformsform.cform label span { width: 169px; }
form#cformsform.cform input { width: 250px; }

form#cformsform.cform span.reqtxt, form#cformsform.cform span.emailreqtxt {
	display: block;
	text-align: right;
	font-size: .8em!important;
	width: 255px;
	margin-left: 181px;
}

form#cformsform.cform textarea { width: 250px; }
form#cformsform.cform p.cf-sb { text-align: center; }
form#cformsform.cform #sendbutton { width: 100px; margin-top: 0px;}
p#ll.linklove { display: none; }
.linklove { display: none; }


#li--6 input#cforms_captcha.secinput, #li--6 label.seccap {
	top: -8px!important;
	position: relative;
}

#inside #subForm {

width:400px;
padding:14px;
}
#inside #subForm label{
display:block;
font-weight:bold;
width:140px;
float:left;
	
}

#inside #subForm input{

float:left;
font-size:14px;
border:solid 1px #aacfe4;
width:200px;
margin-bottom: 14px;


}

/* ------------------------footer framework ------------------------ */
footer {
	width:100%;
	background: #888ab6 url("images/bkgdFooter.png") repeat-x;
	padding: 20px 0;
	text-align:center;
	clear: both;
	color: #fff;
	margin-top: 40px;
	display: inline-block;
}

footer .everything {
	text-align: center;
}

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

footer ul {margin:10px 0; border-bottom: 1px solid #6b6ea3; padding-bottom: 10px;}

footer li {
	padding:0 5px 0 7px;
	display: inline;
	border-left: 1px solid;
}

footer li:first-child { border: none; padding-left: 0px; }