@charset "utf-8";
/* CSS Document */

/* 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, font, img, ins, kbd, q, s, samp,
small, strike, tt, var,
dl, dt, dd, ol, ul, li,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border:0;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	outline:0;
	padding:0;
	vertical-align:baseline;
}

/* remember to define focus styles! */
:focus {
	outline:0;
}

/* preset new default */
body {
	background:#fff;
	color:#000;
	font:62.5%/1.5 Arial, Helvetica, Verdana, Geneva, sans-serif;
	margin:0;
	padding:0;
}

ol, ul {
	list-style:none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}

em, strong {
	margin:0;
	padding:0;
	font-size:1.0em;
	line-height:1.0em;
}

em {
	font-style:italic;
}

strong {
	font-weight:bold;
}

strong.false {
	font-weight:normal;
}

.drop, .open {
	cursor:pointer;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:separate;
	border-spacing:0;
}

caption, th, td {
	font-weight:normal;
	text-align:left;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}

blockquote, q {
	quotes:"" "";
}

/* floats */
.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

/* regular clear */
.clear {
	clear:both;
}

/* easy clearing method */
.clearfix:after {
	clear:both;
	content: ".";
	display:block;
	height:0;
	visibility:hidden;
	font-size:0.1em;
}

/* easy clearing for ie7 */
.clearfix {
	display:inline-block;
}

/* not tested for ie-mac but its supposed to target it; fixed opera 9 as well! this is great for that \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* image replacement */
.ir {
	position:relative;
	top:3px;
	left:0px;
	text-align:left;
}

.ir span {
	position:absolute;
	width:100%;
	height:100%;
	text-align:left;
	cursor:pointer;
}
	
/* default stack of structure and presentation */

body {
	background-color:#dbdda2;
	background-image:url(../img/green-drop-shadow.png);
	background-repeat:repeat-y;
	background-position:center top;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#container {
	width:900px;
	margin:0 auto;
	padding:0 10px 0;
}

#logo {
	float:left;
	width:300px;
	height:36px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.5em;
	text-transform:uppercase;
	overflow:hidden;
}

#aux-menu {
	float:right;
	font-size:1.6em;
}

#aux-menu li {
	float:left;
	margin-right:20px;
}

#aux-menu li.last {
	margin-right:2px;
}

#aux-menu li a {
	text-decoration:none;
	display:block;
	padding-top:5px;
}

#flash {
	float:left;
	position:relative;
	height:260px;
	width:605px;
	overflow:hidden;
}

#flash img {
	margin-left:12px;
	margin-top:12px;
}

#controls {
	float:right;
	width:265px;
	margin-top:12px;
}

#controls li {
	display:block;
	margin-bottom:12px;
}

#controls li a {
	display:block;
	height:41px;
}

#controls li a span {
	background-image:url(../img/controls3.jpg);
	background-repeat:no-repeat;
}

#body-switch span {
	background-position:0 0;
}

#breast-switch span {
	background-position:0 -41px;
}

#face-switch span {
	background-position:0 -82px;
}

#contact {
	clear:right;
	float:right;
	position:relative;
	top:-2px;
	width:268px;
	height:94px;
}

#contact span {
	background-repeat:no-repeat;
	background-position:0 0;
	cursor:default;
}

#contact p {
	line-height:1.4em;
}

#contact .name {
	font-size:1.7em;
}

#contact .title, #contact .location {
	font-size:1.4em;
}

#contact .number {
	font-size:1.5em;
}


#main-menu {
	font-size:1.8em;
}

#main-menu li {
	float:left;
	margin:6px 13px;
}

#main-menu li a {
	text-decoration:none;
	display:block;
	padding:0 8px;
}

#content {
	margin-top:36px;
}

#main {
	float:right;
	width:565px;
	margin-left:35px;
	margin-bottom:0;
}

#sidebar, .single {
	float:left;
	width:300px;
}

.double {
	height:45em;
}

#procedures {
	min-height:45em;
}

#procedures li, #testimonials li {
	background-repeat:no-repeat;
	padding-left:20px;
}

#procedures li {
	background-position:0 6px;
	font-size:1.8em;
	margin-bottom:2px;
}

#procedures li.last {
	margin-top:13px;
	margin-bottom:50px;
	padding-top:6px;
	background-position:0 12px;
}

#procedures li ul li {
	background-image:none;
	padding-left:0;
	font-size:0.7em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#procedures li ul li a, #procedures li.last a {
	text-decoration:none;
}

#procedures li ul li a:hover, #procedures li.last a:hover {
	text-decoration:underline;
}

#procedures li ul li ul li {
	padding:2px 0 1px 12px;
	font-size:0.9em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h1, h2 {
	font-size:2.2em;
	padding-bottom:5px;
}

h2 {
	margin-bottom:15px;
	margin-top:0;
	border-bottom-width:1px;
	border-bottom-style:solid;
}

.double p {
	font-size:1.6em;
	margin-bottom:20px;
}

.double p + p {
	font-size:1.3em;
	line-height:1.7em;
}

.double p a {
	color:#aaad5a;
	text-decoration:none;
}

.double p a:hover {
	text-decoration:underline;
}

#press, #testimonials {
	width:265px;
	margin-top:0;
}

#press {
	margin-left:35px;
}

#press p,
#testimonials li,
#before-after p
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:0;
}

#testimonials li {
	margin-bottom:15px;
	background-position:0 7px;
}

.single-body {
	height:29.5em;
}

a.more {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.6em;
	background-repeat:no-repeat;
	background-position:0 12px;
	padding-left:20px;
	padding-top:8px;
	display:block;
}

a.more {
	text-decoration:none;
}

a.more:hover {
	text-decoration:underline;
}

#press .item {
	margin-bottom:20px;
}

#press p {
	margin-bottom:6px;
}

#press p.details, #before-after p.details {
	padding-top:4px;
}

#press p.details a, #before-after p.details a {
	text-decoration:none;
}

#press p.details a:hover, #before-after p.details a:hover {
	text-decoration:underline;
}

#before-after p {
	text-align:center;
}

#before-after a.ir {
	display:block;
	width:110px;
	height:72px;
	float:left;
	margin:0 10px;
}

#before-after a.ir span {
	background-image:url(../img/before-after.jpg);
	background-repeat:no-repeat;
}

#breast-before span {
	background-position:-110px 0;
}

#breast-before:hover span {
	background-position:0 0;
}

#breast-after span {
	background-position:-110px -72px;
}

#breast-after:hover span {
	background-position:0 -72px;
}

#tummy-before span {
	background-position:-110px -144px;
}

#tummy-before:hover span {
	background-position:0 -144px;
}

#tummy-after span {
	background-position:-110px -216px;
}

#tummy-after:hover span {
	background-position:0 -216px;
}

.set {
	margin:3px 20px 9px;
}

p + .set {
	margin-top:20px;
}

#before-after a.more {
	margin:0;
}

#consultation p, #consultation label,
#press p, #press label {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
}

#press form {
	 margin-top:12px;
}

#consultation p {
	margin-bottom:12px;
}

#consultation fieldset,
#press fieldset {
	border:none;
	margin:0;
	padding:0;
}

#consultation input, #consultation label,
#press input, #press label {
	display:block;
}

#consultation label,
#press label {
	margin-bottom:3px;
}

#consultation input, #consultation select,
#press input, #press select {
	width:189px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	padding:3px 0;
}

#consultation .submit,
#press .submit {
	padding:3px;
	width:183px;
	border:1px solid #fff;
}


#consultation .submit input,
#press .submit input {
	width:183px;
	background-color:#fff;
	color:#1c1812;
	cursor:pointer;
}

#consultation .field,
#press .field {
	margin-bottom:12px;
}

#footer {
	margin:70px 0 0;
	padding-top:12px;
	padding-bottom:12px;
}

#footer #affs {
	width:275px;
	height:72px;
	float:left;
}

#footer #affs span {
	background-image:url(../img/plastic-surgery-seals.gif);
	background-repeat:no-repeat;
	cursor:default;
}

#footer p {
	clear:right;
	float:right;
	width:600px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	text-align:right;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#overlay {
	position:absolute;
	z-index:999;
	top:160px;
	width:593px;
	height:88px;
	left:12px;
}

#status {
	position:absolute;
	z-index:999;
	top:26px;
	width:12px;
	height:12px;
	left:614px;
	background-image:url(../img/controlArrow.png);
	background-repeat:no-repeat;
	
}

#status:hover {
cursor:pointer;
}

#statcounter {
	display:none;
}
