/*   =======   RESET    =======   */

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, font, 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 
		{ margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body 	{ line-height: 1; }
a img, iframe, object { border: none; }
ol, ul 	{ list-style: none }
:focus 	{ outline: 0; }
ins 	{ text-decoration: none; }
del 	{ text-decoration: line-through; }
table	{ border-collapse: collapse; border-spacing: 0; }


/*   =======   BASICS    =======   */

body { 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #4d504d;
	background: #f8f8ef url(../images/bg.jpg) no-repeat center top;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 { 
	margin-bottom: 16px; 
	color: #505b5f;
}
h1	{ font-size: 2em;}
h2	{ font-size: 1.5em; }
h3	{ font-size: 1.375em; }
h4	{ font-size: 1.125em; }
h5	{ font-size: 1em; }
h6	{ font-size: 1em; }
p	{ 
	font-size: .875em; 
	line-height: 1.35em; 
	margin: 0 0 1em;
}

a, a:link, a:visited { 
	color: #505b5f; 
	text-decoration: underline;
}
a:hover, a:active { color: #25343a; text-decoration: none; }
a:active, a:focus { outline: none; }

#content ul, #content ol {
	margin: 1em 0;
	font-size: .875em; 
}
#content ul {
	padding-bottom: 10px;
	}
#content li { 
	list-style: disc outside;
	margin-left: 2em;
	margin-bottom: .5em;
	line-height: 1.35em;
}
#content ol li { 
	list-style: decimal outside;
	margin-left: 2em;
	margin-bottom: .5em;
	line-height: 1.35em;
}


.left 	{ float: left }
.right 	{ float: right }
.center { text-align: center; }
.hide 	{ display: none; }
.clear 	{ clear:both; height:1px; font-size:1px; line-height:1px; }
.clearfix {clear:both;}
.upperC { text-transform: uppercase; }
.noBorder 	{ border: none !important; }
.imgLeft 	{ float: left; padding: 3px 20px 15px 0; }
.imgRight 	{ float: right; padding: 3px 0 15px 20px; }
.inline		{ display: inline !important; float: none !important; }
hr { display: block; margin: 2em 0; width: 100%; height: 1px; background: none; border: none; border-top: 1px solid #4d504d; }

/*   =======   LAYOUT  =======   */

#header, #nav, #testimonals, #content, #footer {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	display: block;
	clear: both;
	overflow: hidden;
}
#header {
	height: 70px;
	padding: 21px 0;
	background-color: #fbfbf5;
}
#nav {
	height: 80px;
	margin-bottom: 20px;
}
#testimonals {
	height: 350px !important;
	width: 920px;
	margin: auto;
	display: block;
	overflow: hidden;
}
#content {
	clear: both;
	padding: 0 20px;
	width: 920px;
	margin-bottom: 40px;
	margin-top: 20px !important;
}
#footer {
	padding: 0 20px;
	width: 920px;
	padding-bottom: 40px;
	padding-top: 40px;
	background: url(../images/footer.jpg) no-repeat left top;
}
#left-block {
	width: 270px;
	display: block;
	float: left;
}
#right-block {
	width: 550px;
	padding: 0 40px 0 60px;
	float: left;
}
#video-block {
	margin-bottom: 1em;
}

/*   =======   NAV  =======   */

#nav-top {
	background: url(../images/nav-top.png) no-repeat 0 0;
	width: 960px;
	height: 46px;
	overflow: hidden;
}
#nav-bottom {
	width: 960px;
	height: 34px;
	background: url(../images/nav-bottom.png) no-repeat 0 0;
}
#nav li, #nav a {
	display: block;
	float: left;
	text-decoration: none;
}
#nav-top a, #nav-top a:link, #nav-top a:visited { color: #d0e5c6; }
#nav-bottom a, #nav-bottom a:link, #nav-bottom a:visited { color: #c5daba; }
#nav-top a:hover, #nav-top a:active, #nav-bottom a:hover, #nav-bottom a:active { color: #fff; }

#nav-top a {
	height: 46px;
	line-height: 46px;
	padding: 0 20px;
	font-size: .875em;
	text-transform: uppercase;
	background: url(../images/nav-top.png) no-repeat 0 0;	
}
#nav-bottom a {
	height: 34px;
	line-height: 34px;
	padding: 0 20px;
	font-size: .875em;
	text-transform: uppercase;
	background: url(../images/nav-bottom.png) no-repeat -5px 0;
}
#nav a:hover, #nav li.active a { background-position: left bottom; } 

#nav-bottom a:hover, #nav-bottom li.active a { background-position: -5px bottom; } 
#nav-bottom li.first a, #nav-bottom li.first.active a { background-position: left top; }
#nav-bottom li.first a:hover, #nav-bottom li.first.active a { background-position: left bottom; }

#nav-footer ul {
	display: block;
	width: 170px;
	float: left;
}
#nav-footer li {
	display: block;
}
#nav-footer li a {
	display: block;
	line-height: 1.65em;
	font-size: .6875em;
	text-transform: uppercase;
	text-decoration: none;
}

h3#sidenav-header {
	display: block;
	margin: 0;
	padding: 0;
	background: #409029 url(../images/side-nav-header.png) no-repeat left top;
	line-height: 100%;
	min-height: 12px;
	padding: 15px 20px;
	width: 230px;
	font-size: 1.125em;
	border-bottom: 1px solid #fff;
}
h3#sidenav-header, h3#sidenav-header a {
	color: #d0e5c6;
	text-decoration: none;
}
#sidenav {
	width: 270px;
	display: block;
	margin: 0 0 40px !important;
	background: #e9ebdc url(../images/bgSidebar.jpg) no-repeat;	
}
#content .sidenavNoBG {
	background-image:none;
	}
#sidenav li {
	display: block;
	position: relative;
	margin: 0 !important;
	list-style: none;
}
#sidenav a {
	display: block;
	background: none;
	text-decoration: underline;
	color: #3b8b26;
	padding: 12px 20px;
}
#sidenav a:hover, #sidenav li.active a {
	color: #073407;
	background-color: #b6d0a6;
}
#sidenav ul {
	margin: 0 !important;
	background: url(../images/side-nav-drop.png) no-repeat 0 0 !important;
	width: 270px;
	padding: 5px 0;
}
#sidenav li li {
	background: none !important;
}
#sidenav li.active li a {
	background: transparent;
	color: #3b8b26;
}
#sidenav li li a {
 	width: 220px;
 	padding: 5px 10px 5px 40px;
 	background: transparent !important;
}
#sidenav li.active li a:hover, #sidenav li li.active a {
	background: transparent;
	color: #073407;
}
#sidenav .expand {
	display: block !important;
}
#jump-nav {
	display: block;
	width: 100%;
	background: #d3dfc5;
	float: left;
	margin: 0 0 2em !important;
}
#jump-nav li {
	display: block;
	float: left;
	border-right: 1px solid #fff;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}
#jump-nav a {
	display: block;
	float: left;
	padding: 5px 10px;
	color: #4d504d;
	text-decoration: none;
	font-weight: bold;
	font-size: .875em;
}
#jump-nav a:hover { color: #000; background-color: #b6d0a6; } 



/*   =======   CONTENT  =======   */

#title {
	position: absolute;
	top: 21px;
	left: 230px;
	width: 500px;
	height: 70px;
	display: block;
}
#title h1#logo {
	display: block;
	margin: 0;
}
#title h1#logo a {
	display: block;
	width: 500px;
	height: 50px;
	background: url(../images/logo-ron-friedman-md.png) no-repeat 0 0;
	text-indent: -999em;
	margin: 0;
	text-decoration: none;
}

.logo {
	display: block;
	margin: 0;
	}
	.logo a {
	display: block;
	width: 500px;
	height: 50px;
	background: url(../images/logo-ron-friedman-md.png) no-repeat 0 0;
	text-indent: -999em;
	margin: 0;
	text-decoration: none;
	}

#title h2 {
	display: block;
	margin: 0;
	width: 500px;
	height: 20px;
	background: url(../images/tagline.png) no-repeat 0 0;
	text-indent: -999em;
}
a#cta-left, a#cta-right {
	display: block;
	width: 140px;
	height: 70px;
	text-indent: -999em;
}
a#cta-left { 
	background: url(../images/cta-left.jpg) no-repeat 0 0;
	float: left;
	margin-left: 40px;
}
a#cta-right {
	float: right;
	margin-right: 40px;
	background: url(../images/cta-right.jpg) no-repeat 0 0;
}

#col-home-right{
float:left;
width:600px;
}

	#col-home-about{
	padding:30px 0 0 0;
	}
	
	#col-home-beforeandafter{
	padding:300px 0 0 0;
	border:1px green solid;
	}
	
	#col-home-articles{
	padding:25px 0 0 0;
	border:1px green solid;
	}
	
	.col-right2{
		height: 420px;
}
#col-home-left, #col-home-art, #col-home-facility {
	width: 280px;
	float: left;
	margin-right: 35px;
	display: block;
	overflow: hidden;
}
#col-home-facility {
	margin-right: 0 !important;
}
.column img {
	margin-bottom: 1em;
}
.column a.read-more {
	display: block;
	float: right;
	font-weight: bold;
	padding-left: 20px;
	background: url(../images/icon-readmore.png) no-repeat left center;
	min-height: 12px;
	text-transform: uppercase;
	font-size: .75em;
}

#procedures-menu-home {
	display: block;
	width: 280px;
	margin: 0 !important;
	padding: 0;
}
#procedures-menu-home .face { background: #3f8412 url(../images/icon-face.jpg) no-repeat 0 0; }
#procedures-menu-home .breast { background: #3f8412 url(../images/icon-breast.jpg) no-repeat 0 0; }
#procedures-menu-home .body { background: #3f8412 url(../images/icon-body.jpg) no-repeat 0 0; }

#procedures-menu-home li {
	min-height: 80px;
	width: 280px;
	margin-bottom: 10px;
	margin-left: 0 !important;
	padding-left: 80px;
	display: block;
	color: #fff;
	font-size: 1.25em;
	font-weight: bold;
	text-transform: uppercase;
	list-style: none;
}
#procedures-menu-home li a {
	color: #fff;
	line-height: 80px;
	text-decoration: none;
	height: 80px;
	display: block;
	padding-left: 14px;
}
#procedures-menu-home li a:hover {
	background-color: #006600 
}
#procedures-menu-home li ul {
	background: #c0d5ac !important;
	display: block;
	width: 280px;
	margin: 0 0 0 -80px !important;
}
#procedures-menu-home li li {
	min-height: 28px;
	list-style: none;
	height: 28px;
	width: 200px;
	margin-bottom: 0;
	margin-left: 80px !important;
	padding-left: 0;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	background: #c0d5ac url(../images/home-proced-subnav.png) no-repeat 0 0;
}
#procedures-menu-home li li a {
	line-height: 28px;
	height: 28px;
	padding-left: 14px;

}
.image-list li {
	list-style: none !important;
	margin: 0 1em 1em 0 !important;
	display: inline;
}
dl {
	margin: 1em 0;
	display: block;
}
dt {
	font-size: .875em;
	font-weight: bold;
	margin-bottom: 5px;
}
dd {
	margin: 0 0 1em;
	padding-left: 1em;
}
#right-block li p {
	font-size: 1em !important;
}

a.backtotop {
	clear: both;
	display: block;
	margin: 2em 0 4em;
	font-size: .75em;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1em;
	background: url(../images/arrow-up.png) no-repeat left center;
	padding-left: 16px;
}
a.backtotop.stack {
	margin-top: 0 !important;
}
a.next {
	clear: both;
	display: block;
	margin: 2em 0 1em;
	font-size: .75em;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1em;
	background: url(../images/arrow-next.png) no-repeat 2px center;
	padding-left: 16px;
}

.compare {
	width: 340px;
	margin: 1em auto;
	overflow: hidden;
}
.before-after {
	float: left;
	margin: 0 10px 10px;
	
}
.before-after span {
	display: block;
	font-size: .6875em;
	margin-bottom: .25em;
}
.compare .caption { text-align: center; }
.caption {
	font-size: .75em;
	font-style: italic;
	margin: .5em 0;
}

.awards li {
	overflow: hidden !important;
	margin-bottom: 3em !important;
	list-style: none !important;
	margin-left: 0 !important;
	display: block !important;
}
.awards li span {
	display: block;
	width: 100px;
	float: left;
	margin-right: 20px;
	text-align: center;
}

#info-block {
	width: 250px;
	display: block;
	padding: 10px 10px 5px;
	margin: 0 0 40px !important;
	background: #d3dfc5;
}
#info-block p {
	font-size: .75em;
}
#thumb-nav {
	display: block;
	margin: 0 0 2em;
	list-style: none;
}
#thumb-nav li {
	list-style: none !important;
	display: block;
	margin-bottom: 1em;
	overflow: hidden;
	font-size: .875em;
	line-height: 1.1em !important;
}
#thumb-nav li img {
	display: block;
	float: left;
	margin: 0 10px 15px 0;
}
#thumb-nav li i {
	display: block;
	margin-top: .25em;
}


ul.items li {
	list-style: none !important;
	margin-left: 0 !important;;
	padding-left: 0;
	margin-bottom: 1em !important;
}
li.pdf a {
	background: url(../images/icon-pdf.png) no-repeat left center;
	padding-left: 26px;
	min-height: 16px;
}

.indent {
	overflow: hidden;
	display: block;
}
.indent i  {
	display: block;
	float: left;
	margin: 0 1em 1.4em 0;
	width: 110px;
}
.indent span {
	display: inline;
}
.indent .miniindent {
	font-style: normal;
	margin-bottom: 0;
	width: 38px;
}
/*   =======   PROCEDURE PAGES   =======   */

#landing {
	display: block;
	margin: 1em 0;
	overflow: hidden;
}
#landing li {
	display: block;
	float: left;
	width: auto;
	margin-right: 15px;
	margin-left: 0 !important;
}
#landing a {
	display: block;
	text-decoration: none;
	overflow: hidden;
	padding-top: 3px;
}
#landing a img {
	display: block;
	float: left;
	margin: -3px 5px 0 0;
}
#landing li#landing-body {
	margin-right: 0 !important;
}
#landing ul {
	display: block;
	float: none;
}
#landing li li {
	display: block;
	float: none;
	margin-bottom: 2em;
	overflow: hidden;
}
.smalltext {
	display: inline;
	font-size: 12px;
}
ul#testimonial-list {
	display: block;
	margin: 1em 0 !important;
	list-style: none;
}
ul#testimonial-list li {
	list-style: none !important;
	margin: 0 0 1.5em 0 !important;
	overflow: hidden;
	
}
ul#testimonial-list li span {
	width: 360px;
	display: block;
	float: left;
}
ul#testimonial-list li h5 {
	font-size: 1em;
	margin-bottom: .25em;
}
ul#testimonial-list li blockquote {
	font-style: italic;
	font-size: .875em;
}

/*   =======   FORMS - CONTACT  =======   */

form {
	margin: 1em 0;
	display: block;
	overflow: hidden;
}
#contact-form label {
	display: block;
	margin-bottom: .25em;
	font-size: .875em;
}
#contact-form input.text {
	display: block;
	border: 1px solid #cdceca;
	width: 268px;
	margin-bottom: 1em;
	font-size: .875em;
	padding: 3px;
	color: #4d504d;
}
#contact-form textarea {
	display: block;
	border: 1px solid #cdceca;
	width: 268px;
	height: 200px;
	margin-bottom: 1em;
	font-size: .875em;
	padding: 3px;
	color: #4d504d;
}
#contact-form select {
	display: block;
	margin-bottom: 1em;
}
form input.submit {
	display: block;
	margin: 1em 0;
	height: 2em;
	background: #409029;
	font-size: 1em;
	color: #fff;
	text-transform: uppercase;
	border: none;
	padding: 0 1em;
	cursor: pointer;
}
form input.submit:hover {
	background: #006600;
}
form input.submit:active {
	background: #005400;
}




/*   =======   FOOTER   =======   */


#nav-footer {
	float: left;
	display: block;
	width: 680px;
}
#footer-copy {
	display: block;
	float: right;
	width: 230px;
}
#footer-copy p {
	line-height: 1.65em;
	font-size: .6875em;
	text-transform: uppercase;
	margin: 0;
	text-align: right;
}
#footer-copy p a {
	text-decoration: none;
}


/*   =======   BOTTOM LINKS  =======   */


#bottom-links {
	width: 570px;
	float: left;
	position: relative;
	margin: 2em 0 2em -10px;
}
#bottom-links div {
	display: block;
	width: 190px;
	float: left;
	background: url(../images/button-dropshadow.png) no-repeat center bottom;
	height: 115px;
	margin: 0;
	text-indent: -999em;
}
#bottom-links a {
	margin: 0 auto;
	width: 170px;
	height: 100px;
	display: block;
}
#button-procedures { background: url(../images/button-procedures.jpg) no-repeat center top; }
#button-tour { background: url(../images/button-tour.jpg) no-repeat center top; }
#button-consultation { background: url(../images/button-consultation.jpg) no-repeat center top; }



/*   =======   GALLERY  =======   */

#content #gallery-wrap ul li {
	margin-left: 0;
}
#gallery-wrap {
	width: 550px;
	overflow: hidden;
	margin-bottom: 2em;
}
#gallery {
	width: 510px;
	overflow: hidden;
	margin: 0 !important;
	list-style: none;
	padding: 0;
	display: block;
	height: 100px;
	position: relative;
	font-size: 0 !important;
	line-height: 0 !important;
}
#gallery li {
	list-style: none !important;
	display: block;
	float: left;
	width: 100px;
	height: 100px;
	border-right: 1px solid #fff;
}
.galleria_container {
	display: block;
	margin: 0;
	padding: 0;
	height: 318px;
	text-align: center;
}
.galleria_container .galleria_wrapper {
	display:block;
	height:318px;
	width:550px;
}
.galleria_container .galleria_wrapper img {
	height:318px;
	width:auto;
}
.basic-gallery .galleria_container {
	height: 328px;
}
.basic-gallery .galleria_container .galleria_wrapper {
	padding-bottom: 10px;
}


/*   =======   JQUERY - .galleria  =======   */

.galleria{list-style:none;width:510px}
.galleria li{display:block;width:100px;height:100px;overflow:hidden;float:left;margin:0}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} /* MSIE bug */


/*   =======   JQUERY .jcarousel =======   */


.jcarousel-skin .jcarousel-container {
    width:  550px;
    height: 100px;
    position: relative;
   	overflow: hidden;
	display: block;
}
.jcarousel-skin .jcarousel-container-horizontal {
    width:  550px;
    height: 100px;
}
.jcarousel-skin .jcarousel-clip-horizontal {
    width:  505px;
    height: 100px;
	position: absolute;
	top: 0;
	left: 23px;
	overflow: hidden;
	display: block;
}
.jcarousel-skin .jcarousel-item {

}
.jcarousel-skin .jcarousel-item-horizontal {
}
.jcarousel-skin .jcarousel-item-placeholder {

}
.jcarousel-skin .jcarousel-next-horizontal {
    position: absolute;
    top: 0;
    right: 0;
    width: 23px;
    height: 100px;
    cursor: pointer;
    background: url(../images/btn_next.png) no-repeat 0 0;
    z-index: 100;
}

.jcarousel-skin .jcarousel-next-horizontal:hover {
    background-position: -23px 0;
}

.jcarousel-skin .jcarousel-next-horizontal:active {
    background-position: -46px 0;
}

.jcarousel-skin .jcarousel-next-disabled-horizontal,
.jcarousel-skin .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -69px 0;
}

.jcarousel-skin .jcarousel-prev-horizontal {
    position: absolute;
    top: 0;
    left: 0;
    width: 23px;
    height: 100px;
    cursor: pointer;
    background: url(../images/btn_prev.png)  no-repeat 0 0;
    z-index: 100;
}

.jcarousel-skin .jcarousel-prev-horizontal:hover {
    background-position: -23px 0;
}

.jcarousel-skin .jcarousel-prev-horizontal:active {
    background-position: -46px 0;
}

.jcarousel-skin .jcarousel-prev-disabled-horizontal,
.jcarousel-skin .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -69px 0;
}



/* ====== Contact form ====== */

.ContactUs {
padding:10px 0 0 0;
margin:0;
color:#409029;
font-size:20px;
font-weight:bold;}

#Parity { display:none }

.W250 {
width:250px;}

.TextCenter {
text-align:center;}
#left-block form {
margin:0;}
#ContactFormMini {
margin:0;
padding:0;}
#ContactFormMini ul, #ContactFormMini ul li{
list-style:none;
}
#ContactFormMini li{ /* Vertical spacing between form fields */
margin:4px 0;
list-style:none;
}
#ContactFormMini textarea, #ContactFormMini input{
font-size:14px;
color:#409029;
font-family: Helvetica, Arial, sans-serif;
}
#ContactFormMini input{
background:#D3DFC5;
border:none;
padding:8px;
width:253px;
}
#ContactFormMini textarea{
background:#D3DFC5;
border:none;
padding:8px;
width:253px;
height:80px;
}
#ContactFormMini .SubmitBtn{
height:25px;
width:117px;
background:url(../images/btnSubmit.jpg);
color:#333;
border:none;
cursor:pointer;
}
#Parity{
display:none;
}

/* */
.FigPhoto{
border:8px solid #d3dfc5;
}

#FB{
padding:10px;
}
