/*
CSS - http://www.melbplastsurg.com/
http://www.melbplastsurg.com/
http://www.melbplastsurg.com/css/layout.css
 
 ----------------------------------------------------------------------------
  Copyright Einstein Industries 2005. Used with Permission.                             
  May not be duplicated or reproduced.

  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari

  CSS Document - layout.css
 ---------------------------------------------------------------------------- 
*/


/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,div,dd,dt,dl { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */

/* ----- type selectors ----- */ 
body { 
	background:#92A3AB url("../images/bg-body.gif") top left repeat-x;
	text-align:center; 
	font:11px/17px Arial, Verdana, Helvetica, sans-serif; 
	color:#fff; 
	}
	
p, ul, ol, dl, pre, blockquote	{ margin-bottom:10px; }

blockquote { 
	margin-left: 10px; 
	margin-right: 10px; 
	}

h1 { 
	margin:0;
	}
	
h2, h3, h4 {
	margin-top:14px;
	margin-bottom:4px;
	}

h1	{ font-size:17px; }
h2	{ font-size:16px; }
h3	{ font-size:14px; }
h4	{ font-size:13px; }

h1 span,h2 span,h3 span	{ display:none; }

h2 em {
	font-size:13px;
	}

a:link,a:visited	{ color:#FFD391; text-decoration:underline; }
a:hover,a:active	{ color:#fff; text-decoration:underline; }


/* ----- form ----- */ 
form { 
	width:164px; 
	padding:0; 
	}

form br { 
	line-height:0; /* defaults vertical spacing between fields */
	}  

input, textarea, select { 
	background-color: #586B75; 
	border:1px solid #A5B1B7;
	color:#fff;
	width:164px; 
	height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:Arial, Verdana, Helvetica, sans-serif; 
	font-size:11px;
	}
		
	.checkbox {
	width: auto;
	margin: 0 5px 0 0;
	border:none;
	background-color:transparent !important;
	}
	
	.checkbox-quick {
	width: auto;
	float: left;
	margin: 0 5px 20px 0;
	border:none;
	background-color:transparent !important;
	}
	
	.checkbox-mainp {
	text-align: center;
	margin: inherit;
	}
	
	.checkbox-p {
	width: inherit;
	float: left;
	margin: inherit;
	}
	

textarea { 
	height:70px; 
	overflow:auto; 
	}

input.submit, body.contact input.submit-contact-main, body.dermaclear input.submit-contact-main { 
	width:60px;
	cursor:pointer; 
	padding:0; 
	}

body.contact input.submit-contact-main { 
	background-color:#fff !important;
	color:#2E3B42;
	margin:85px 0 0 242px;
	height:23px; 
	}
	
body.dermaclear input.submit-contact-main { 
	background-color:#fff !important;
	color:#2E3B42;
	margin:5px 0 0 242px;
	height:23px; 
	}

/* ----- classes ----- */
.clear	{
	clear:both;
	height:15px;
	width: 100%;
	}

img.img-left { 
	float:left; 
	margin:2px 12px 6px 0; 
	}
	
img.logo { 
	float:left; 
	margin:14px 12px 6px 0; 
	}
	
img.logo-rt { 
	float:right; 
	margin:5px 0px 6px 12px; 
	}

img.img-right { 
	float: right; 
	margin: 2px 0 6px 12px; 
	}
	
.float-left {
	float:left;
	height:inherit;
	}

.face { margin-top:138px;}

span.orange{ color:#e1732e; font-weight:bold;}

#flow-player {
float:left;
padding-left:19px;
padding-top:2px;
width:233px;
}

#flow-player a {display:block;width:199px;height:152px; border:10px solid #eaeaec; margin-left:7px;}

	#flow-player p.flow-text {padding-left:7px;}

.text-required {
	font-size:10px;
	margin-bottom:2px;
	}
	
.top {
	text-align:right;
	font-weight:bold;
	}
	
div.text-align-center {
	text-align:center;
	}
	
	div#content div.text-align-center ul li {
		background-image:none !important;
		list-style-type:disc;
		}
		
	div#content div.text-align-center ul li span {
		margin-left:-10px; 
		}

div#content .price { font-size:14px; font-weight:bold; border:none; background:none; text-decoration:underline; }
	

/* main contact form
 * ------------------------------------------------------------------------- */
 
#contact-main { 
	padding:10px 0 10px 0; 
	}
	
#contact-main label { 
	display:block; 
	margin-bottom:10px;
	position:relative; 
	text-align:right; 
	width:220px;
	}
	
body.contact #contact-main label input, body.contact #contact-main label textarea, body.contact #contact-main label select { 
	background-color:#fff !important;
	color:#2E3B42;
	width:280px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label textarea	{ height:100px; }

/* dermaclear order form
 * ------------------------------------------------------------------------- */
 
#order-form { 
	padding:10px 0 10px 0; 
	width:100%;
	}

#order-form p { 
	text-align:center;
	margin:20px 0 20px 0;
	background-color:#81939C;
	}
	
#order-form p.intl-order { 
	text-align:center;
	margin:20px 0 20px 0;
	background-color:#586B75;
	}
		
#order-form label { 
	display:block; 
	margin-bottom:10px;
	position:relative; 
	text-align:right; 
	width:220px;
	}
		
body.dermaclear #order-form label select.select-short-mm {
	width:60px;
	}
body.dermaclear #order-form label select.select-short-dd {
	width:60px;
	position:absolute;
	left: 315px;
	}
body.dermaclear #order-form label select.select-short-yy {
	width:60px;
	left: 390px;
	}	
body.dermaclear #order-form label select.select-short-how-hear {
	width:100px;
	}		
body.dermaclear #order-form input.submit-order {
	width:100px;
	text-align:center;
	margin-left:310px;
	background-color:#FFF !important;
	color:#2E3B42 !important;
	padding:0 0 5px 0;
	cursor:pointer;
}

body.dermaclear #order-form label input, body.dermaclear #order-form label textarea, body.dermaclear #order-form label select { 
	background-color:#fff !important;
	color:#2E3B42;
	width:280px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
body.dermaclear #order-form label textarea	{ height:50px; overflow:auto; }

body.dermaclear #order-form label input.area-code { width: 60px; }
body.dermaclear #order-form label input.phone { width: 142px; margin-left:70px; position:absolute; z-index:99; }

#order-form table {
	width:600px;
	table-layout:fixed;
	margin-left:50px;
	padding-left:50px;
	text-align:center;
	}
	
/*#order-form tr td {
	border:1px solid #fff;
	}*/
	
body.dermaclear #order-form tr.heading {
	font-weight:bold;
	text-align:center;
	}

body.dermaclear #order-form td.product-name {
	text-align:left;
	width:220px;
	padding-left:15px;
	}

body.dermaclear #order-form td.product-size {
	text-align:center;
	width:90px;
	}

body.dermaclear #order-form td.product-price {
	text-align:center;
	width:100px;
	}

body.dermaclear #order-form td.product-quantity {
	text-align:center;
	width:90px;
	}
	
body.dermaclear #order-form td.product-total {
	text-align:center;
	width:100px;
	}	
	
body.dermaclear #order-form table td input.qty {
	width:30px;
	color:#2E3B42 !important;
	background-color:#FFF !important;
	}
	
body.dermaclear #order-form table td input.total {
	width:90px;
	font-weight: bold;
	font-size: 14px;
	color: #CCC;
	border: none !important;
	}

body.dermaclear #order-form table td input#discount_code {
	width:95px !important;
	}
	
	/* Massive kludge for thank you page because this CSS file is so insanely overly complicated */
	.product-table {
		margin-left: 39px;
	}
	.product-table .heading {
		font-weight: bold;
	}
	.product-table td {
		font-size: 11px;
	}
	
/* framework
 * ------------------------------------------------------------------------- */

#wrap { 
	background:url("../images/bg-wrap.gif") repeat-y; 
	width:760px; 
	margin:0 auto; 
	text-align:left; 
	}
	
#top {
	position:relative;
	background:url("../images/top.gif");
	width:760px;
	height:99px;
	}
	
#top-dermaclear {
	position:relative;
	background:url("../images/header-dermaclear.jpg");
	width:760px;
	height:140px;
	}	

#top-dermaclear2 {
	position:relative;
	background-image:url("../images/header-dermaclear.jpg");
	background-repeat:no-repeat;
	width:760px;
	height:180px;
	margin-bottom:10px;
	}	
#top-dermaclear2 a {
	width:760px;
	height:180px;
	position:absolute;
	}	
#top-dermaclear2 a span {
	display:none;
	}	
/* home link within header */		
#top a {
	position:absolute;
	width:425px;
	height:64px;
	top:24px;
	left:40px;
	}

#top a span {
	display:none;
	}
	
#flash {
	background:url("../images/bg-flash.gif");
	width:500px;
	height:244px;
	float:left;
	}

#swf {
	margin-top:12px;
	background:url("../images/lady1.jpg");
	height:195px;
	margin-left:13px;
	margin-top:25px;
	width:432px;
	}
 
#content {
	width:730px;
	margin:0 15px;
	}
	#content p, #content h1, #content h2, #content h3, #content h4, #content ul {
		padding:0 39px;
		}
.dermheader {color:#FFD391; text-align:center; font-weight:bold; font-size:1.1em;}
.mothersdayheader {color:#DDA0B9; text-align:center; font-weight:bold; font-size:1.1em;}
.special {color:#FFFFFF; text-align:center; font-weight:bold; font-size:16px; padding:30px 20px 20px 30px;}
		
#content .sub-content {
	padding:0 49px;
	}
 
#upcoming {
	background:url("../images/upcoming-btn.jpg");
	height:75px;
	margin-bottom:10px;
	position:relative;
	}
	#upcoming a {
		position:absolute;
		width:698px;
		height:75px;
		top:5px;
		left:14px;
		}
		
	#upcoming span { display:none; }
 
#header-welcome {
	background:url("../images/header-welcome.gif");
	height:57px;
	margin-bottom:10px;
	position:relative;
	}
	
#wrap-quick-contact {
	background:url("../images/bg-quick-contact-index.gif") repeat-y;
	width:478px;
	float:left;
	}
	#wrap-quick-contact p, #wrap-quick-contact a {
	color:#2B383F;
	padding:0;
	width: 170px;
		}
	#wrap-quick-contact a:hover {
		color:#FF6600;
		}
		
#bottom-quick-contact {
	background:url("../images/bottom-quick-contact-index.gif") bottom no-repeat;
	padding-bottom:15px;
	}

#header-quick-contact {
	background:url("../images/header-quick-contact-index.gif");
	height:41px;
	margin-bottom:15px;
	position:relative;
	}
	
	/* index page link within #masthead */		
	#header-quick-contact a {	
		position:absolute;
		left:25px;
		width:95px;
		top:15px;
		height:20px; 
		}
	#header-quick-contact a span {
		display:none;
		}
		
	
#text-quick-contact {
	width:220px;
	float: left;
	}
	#text-quick-contact p {
		padding:0 23px;
		}
	
#form-index {
	width:180px;
	float: left;
	}
	
#header-thermage {
	background:url("../images/header-thermage.gif");
	height:57px;
	margin-bottom:10px;
	clear: both;
	}
	
#header-procedures {
	background:url("../images/header-procedures.gif");
	height:57px;
	margin-bottom:10px;
	clear: both;
	}
	
#list-procedures {
	background:url("../images/bg-list-procedures.gif") repeat-y;
	margin-top:15px;
	}
	#list-procedures div {
		width:242px;
		float:left;
		}
	#list-procedures div ul {
		margin-left:25px;
		margin-bottom:18px;
		padding:0;
		}
	#list-procedures div.list-left ul {
		margin-left:40px;
		}
	#list-procedures div ul li, #content ul li {
		background:url("../images/bullet.gif") no-repeat 0px 5px;
		padding-left:10px;
		}
	#list-procedures div ul li.bold {
		background-image:none;
		font-weight:bold;
		}
	#list-procedures div ul li.bold a {
		text-decoration:none;
		}
	#list-procedures div ul li a {
		color:#fff;
		}
	#list-procedures div ul li a:hover {
		color:#FFD391;
		}


#bottom-wrap { 
	background:url("../images/bottom-wrap.gif") no-repeat bottom; 
	width:760px; 
	height:20px;
	clear:both; 
	}


/* inside framework
 * ------------------------------------------------------------------------- */

body#inside #wrap-quick-contact {
	background:url("../images/bg-quick-contact-inside.gif") repeat-y;
	width:245px;
	margin-left:10px;
	float:right; 
	}
	body#inside #wrap-quick-contact p, body#inside #wrap-quick-contact form{ margin-left:30px;}
	body#inside #wrap-quick-contact div.bottom{ background:url(../images/bottom-quick-contact-inside.gif); width:245px; height:77px;}
body#inside #header-quick-contact {
	background:url("../images/header-quick-contact-inside.gif");
	height:45px;
	margin-bottom:0;
	}

body#inside.contact #header-quick-contact {
	background:url("../images/header-locate.gif");
	height:45px;
	margin-bottom:0;
	}
	
body#inside #bottom-quick-contact {
	background:url(../images/bottom-quick-contact-inside.gif);
	width:245px;
	}
	
body#inside #bottom-quick-contact p {
	padding-left:30px;
	padding-right:50px;
	}
	
body#inside #bottom-quick-contact form {
	padding-left:30px;
	padding-bottom:20px;
	}


/* --- subhead --- */


#subhead-about-practice {
	background:url("../images/subhead-about-practice.gif");
	margin-bottom:10px;
	height:57px;
	}
	
#subhead-stonnington {
	background:url("../images/subhead-stonnington.gif");
	margin-bottom:10px;
	height:57px;
	}
	
#subhead-links {
	background:url("../images/subhead-links.gif");
	margin-bottom:10px;
	height:57px;
	}

#subhead {
	position:relative;
	margin-bottom:10px;
	height:57px;
	}

body.about #subhead {
	background:url("../images/subhead-about-staff.gif");
	}

body.ancillary #subhead {
	background:url("../images/subhead-ancillary.gif");
	}
	
body.body #subhead {
	background:url("../images/subhead-body.gif");
	}
	
body.breast #subhead {
	background:url("../images/subhead-breast.gif");
	}
	
body.contact #subhead {
	background:url("../images/subhead-contact.gif");
	}
	
body.face #subhead {
	background:url("../images/subhead-face.gif");
	}
	
body.hands #subhead {
	background:url("../images/subhead-hands.gif");
	}
	
body.news #subhead {
	background:url("../images/subhead-news.gif");
	}
	
body.post-op #subhead {
	background:url("../images/subhead-post-op.gif");
	}

body.procedures #subhead {
	background:url("../images/subhead-procedures.gif");
	}
	
body.sitemap #subhead {
	background:url("../images/subhead-sitemap.gif");
	}
	
body.skin-care #subhead {
	background:url("../images/subhead-skin-care.gif");
	}
	
body.skin #subhead {
	background:url("../images/subhead-skin.gif");
	}
	
body.stonnington #subhead {
	background:url("../images/subhead-stonnington.gif");
	}
	
body.thankyou #subhead {
	background:url("../images/subhead-thankyou.gif");
	}
		
body.dermaclear #subhead {
	background:url("../images/subhead-dermaclear.gif");
	height:90px;
	}

		

/* footer
 * ------------------------------------------------------------------------- */
 
#footer { 
	width:760px; 
	margin:0 auto; 
	text-align:center; 
	}

#footer a:link, #footer a:visited, #footer p {
	color:#2E3B42;
	}

#footer a:hover, #footer a:active {
	color:#eee;
	}

#footer ul { margin-bottom:5px; }

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding: 0 5px 0 7px;
	display: inline;
	border-left: 1px solid #2E3B42;
	}

	#footer li.first { border: none; }
	
	
/* navigation: #nav
 * ------------------------------------------------------------------------- */

#nav {
	position: relative;
	background: url("../images/nav.gif") top left no-repeat;					
	width:260px;		/* Width of buttons, not entite image (or half of entire image) */
	height:244px;		/* Height of entire image */
	margin-bottom:0;
	float:left;
	}

#nav li span { display: none; }

#nav li {
	padding-left:54px;
	float:left;
	list-style: none;
	}

#nav li, #nav a { 
	height: 27px;	/* Each button must have the same height, define it here */
	display: block;
	}

/* use margin-top to set where the nav should begin */
#nav-01 { width:206px; margin-top:25px; }

/* use margin-top if there is a spacing between each nav button */
#nav-02, #nav-03, #nav-04, #nav-05, #nav-06, #nav-07 { width:206px; margin-top:1px; }

/* Changed values should match "top" numbers specified above */
#nav-01 a:hover { background: transparent url("../images/nav.gif") -314px -25px no-repeat; }
#nav-02 a:hover { background: transparent url("../images/nav.gif") -314px -53px no-repeat; }
#nav-03 a:hover { background: transparent url("../images/nav.gif") -314px -81px no-repeat; }
#nav-04 a:hover { background: transparent url("../images/nav.gif") -314px -109px no-repeat; }
#nav-05 a:hover { background: transparent url("../images/nav.gif") -314px -137px no-repeat; }
#nav-06 a:hover { background: transparent url("../images/nav.gif") -314px -165px no-repeat; }
#nav-07 a:hover { background: transparent url("../images/nav.gif") -314px -193px no-repeat; }
	
/* dermaclear */

#banner-dermaclear {
	background:url("../images/banner-dermaclear.jpg");
	width:730px;
	height:140px;
	position:relative;
	}
	
	#banner-dermaclear a {
		position:absolute;
		width:677px;
		height:127px;
		top:4px;
		left:26px;
		}
		
	#banner-dermaclear span { display:none; }
	
body.dermaclear div.product {
	float:left;
	width:200px;
	padding-left:40px;
	}	
	
body.dermaclear div.description {
	float:left;
	width:490px;
	}
	
body.dermaclear div.description p {
	margin: 0 0 20px -35px;
	padding:0;
	}
	
body.dermaclear div.description span {
	background-color:#E1732E;
	border:1px solid #FFD391;
	font-weight:bold;
	padding:3px 3px 3px 4px;
	}
	
body.dermaclear div.description span a {
	color:#fff;
	text-decoration:none;
	}
	
span.text-strike {
	color:#fff;
	background:none !important;
	border:none !important;
	}


/* pop up ingredients */
	
	
body#ingredients3 {
	background-color:#586B75;
	background-image:none;
	text-align:left; 
	font:11px/17px Arial, Verdana, Helvetica, sans-serif; 
	color:#fff; 
	}
	
body#ingredients3 #pop-wrap3 {
	background:url("../images/bg-pop-wrap3.jpg") no-repeat;
	width:690px;
	height:480px;
	margin:0;
	padding:20px 0 0 0;
	position:relative;
	}
	
body#ingredients3 #pop-wrap3 .img-left { margin:-20px 0 0 0; }
	
	body#ingredients3 p {
		margin:18px 20px 15px 320px;
		}

	body#ingredients3 #pop-wrap3  h1 {
		margin:7px 0 15px 0;
		background-color:#81939C;
		border-right:6px solid #fff;
		font-size:12px;
		color:#fff;
		padding-left:320px;
		}
		
	body#ingredients3 #pop-wrap3 h2 {
		font-size:12px;
		margin-left:320px;
		}
		
	body#ingredients3 #pop-wrap3 a {
		position:absolute;
		width:58px;
		height:17px;
		left:605px;
		top:447px;
		}

/* order form - thank you page - printer-friendly */

body#thankyou-print {
	background-image:none;
	background-color:#fff;
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#000;
	}
	
	body#thankyou-print #wrap {
		background-image:none;
		background-color:#fff;
		width:600px;
		margin:10px auto;
		}
		
	body#thankyou-print #wrap p.right {
		text-align:right;
		margin-right:40px;
		}
		
	body#thankyou-print #wrap a {
		color:#000;
		font-weight:bold;
		}
		
	body#thankyou-print #wrap table tr td {
		color:#000;
		}
#upcoming2 {
	background:url("../images/upcomingbreastaug2.gif") no-repeat;
	
	width:479px;
	}
span.text-strike {
	color:#fff;
	text-decoration:line-through;
	background:none !important;
	border:none !important;
	}
	
#contact_business {
	display: none;
}

#gift-disclaimer {
	text-align: right; 
	margin: 5px 15px;
}

#discount_info {
	text-align: left;
}