body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}




/* ----- Select Body ----- */ 

html {
	background:#000932 url("../images/bg-html.jpg") top repeat-x;
	width:100%;
	}
	
body { 
	background:url("../images/bg-body.jpg") top no-repeat;
	text-align:center; 
	font:12px/15px Arial, Helvetica, sans-serif; 
	color:#7998DF;
	}

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

h1	{ font-size:1.2em; color:#7998DF; }
h2	{ font-size:1.1em; color:#fff; }
h3	{
	font-size:1em;
	color:#7998DF;
}

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

a:link,a:visited	{
	color:#ff9966;
	text-decoration:underline;
	outline:none;
}
a:hover,a:active	{
	color:#FFFFFF;
	text-decoration:none;
	outline:none;
}

/* ----- classes ----- */

.txt-orange {
	color:#ff9966;
	}
	
.clear {
	clear:both;
	}

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

p.back-to-top {
	text-align:right;
	display:block;
	}
	
img.img-left { 
	float:left; 
	margin:0; 
	}
	
img.img-right { 
	float:right; 
	margin:0; 
	}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
	
/* ----- global form elements ----- */ 

form {
	width:244px;
	margin:0 0 18px 0;
	}

form label	{ font-size:.95em; }

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

input, textarea, select { 
	background-color:#d8e1fe !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #404040;
	color:#000932;
	width:234px; /* 5 pixels smaller than form width !important */
	height:18px;
	line-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, Helvetica, sans-serif; 
	font-size:11px;
	}
	
select { width:244px; padding:0; } /* same width as form - !important */

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

#contact-business { display: none; } /* do not remove */ 


/* ----- main contact form ----- */ 
 
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select { width:177px; }
	
#contact-main label textarea { height:100px; overflow:auto; }

#contact-business-main { display: none; } /* do not remove */ 


/* ----- submit button form elements ----- */ 

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

input.submit-contact-main { margin:85px 0 5px 243px; }


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

#wrap {
	width:884px;
	margin:0 auto;
	text-align:left;
	background-image: url(images/mid.jpg);
	background-repeat: repeat-y;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:131px;
	background-image: url(images/masthead.jpg);
	}
	/* index page link within #masthead */		
	#masthead a {
	position:absolute;
	left:166px;
	width:425px;
	top:30px;
	height:85px;
		}
	#masthead a span {
		display:none;
		}
		
#noflash {
padding-left:32px;
background-image:url(../images/header-graphic.jpg);
}

/* ----- column-left ----- */
body#index #column-left, body#portuguese #column-left {
	background-image:none;
	width:587px;
	float:left;
	}

#column-left {
	background:url("../images/bg-left.jpg") bottom no-repeat;
	width:587px;
	float:left;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl, #column-left ol {
		margin:0 25px 18px 31px;
		}
		
	#column-left form { margin-left:20px; }
	
	/* single column list */
	#column-left ul { padding-left:25px; }
		#column-left ul li {
			list-style-type:disc; 
			}
			
	#column-left ul li ul { margin:0 0 0 5px; }
	
	/* definition list */
	#column-left dl { padding-left:25px; }
		#column-left dl dt {
			font-weight:bold;
			}
			
		#column-left dl dd {
			list-style-type:disc;
			margin-left:15px;
			}
			
	#column-left ol { padding-left:30px; }
		#column-left ol li {
			list-style-type:decimal;
			}
			
/* ----- column-right ----- */

#column-right {
	width:297px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl, #column-right ol {
		margin:0 30px 18px 20px;
		}
		
	#column-right form { margin-left:19px; }
	 
	/* single column list */
	#column-right ul { padding-left:25px; }
		#column-right ul li {
			list-style-type:disc; 
			}

	#column-right ul li ul { margin:0 0 0 5px; }
	
	/* definition list */
	#column-right dl { padding-left:25px; }
		#column-right dl dt {
			font-weight:bold;
			}
		#column-right dl dd {
			list-style-type:disc;
			margin-left:15px;
			}
			
	#column-right ol { padding-left:30px; }
		#column-right ol li {
			list-style-type:decimal;
			}
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	height:49px;
	clear:both;
	width:100%;
	background-image: url(images/bottom-wrap.jpg);
	}
	
#wrap-columns {
	background:url("../images/bg-left.jpg") bottom no-repeat;
	width:587px;
	height:59px;
}

	
/* header framework
 * ------------------------------------------------------------------------- */
body#index #header-graphic { height:325px; background:url("../images/header-graphic.jpg"); } 
#header-graphic { height:350px; background:url("../images/header-sub.jpg"); } 



#subhead { height:50px; } /* sets height for all non-flash subheads */

	body#index #subhead { background:url("../images/subhead-index.jpg"); height:56px; }
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#face #subhead { background:url("../images/subhead-face.jpg"); }
	body#body #subhead { background:url("../images/subhead-body.jpg"); }
	body#breast #subhead { background:url("../images/subhead-breast.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }


/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-meet {
	height:60px;
	background:url("../images/subhead-meet.jpg") ;
	}

#subhead-procedures {
	height:51px;
	background:url("../images/subhead-procedures.jpg") ;
	}

/* ------------------------ title framework with varying heights ------------------------- */
#title-qcontact {
	height:56px;
	background:url("../images/title-qcontact.jpg") ;
	}
	

body#contact #title-qcontact, body#thankyou #title-qcontact {
	height:56px;
	background:url("../images/title-location.jpg") ;
	}

/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:884px;
	margin:0 auto;
	text-align:center;
	background-repeat: no-repeat;
	}

#footer p, #footer ul {
	margin:0 20px 10px 20px;
	}
	
	#footer a { color:#b3c0f3; }

#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 #b3c0f3;
	}

	#footer li.first { border: none; }



#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px;			/* Fixes one px spacing for border-right in FF */
	background-color:#13235f;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}

#nav li ul li { 
	height:22px; 				/* Height of each drop down nav item */
	border:1px solid #4968bb;
	border-top:none;
	}	

#nav li ul li a {
	width:100%;
	height:22px;				/* Height of each drop down nav item, should match above */
	line-height:22px;			/* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:27px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#FFFFFF;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-03 ul a:hover, #nav-04 ul a:hover, #nav-05 ul a:hover { 
	background-image:none;
	background-color:#2a49a8;
	color:#fff;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-03 ul, #nav-03 li { width:250px; }		
#nav-04 ul, #nav-04 li { width:265px; }
#nav-05 ul, #nav-05 li { width:240px; }

/*---------- Excerpt -----------*/
#title-face h2, #title-body h2, #title-breast h2, #subhead-meet h2 {
	display:none;
}

#title-face {
	background:url("../images/title-face.jpg");
	height:69px;
	}
	
#title-body {
	background:url("../images/title-body.jpg");
	height:69px;
	}
	
#title-breast {
	background:url("../images/title-breast.jpg");
	height:69px;
	}
	
#wrap-excerpt {
	background:url("../images/bg-wrap-excerpt.jpg");
	width:884px;
	}
	
	#excerpt {
		background:url("../images/bottom-excerpt.jpg") bottom no-repeat;
		width:884px;
		padding-bottom:64px;
		}
			
#excerpt-face {
	background:url("../images/bg-excerpt-face.jpg") top no-repeat;
	width:298px;
	float:left;
	}
	
	#excerpt-face p {
		margin:0 19px 18px 32px;
		}	
		
#excerpt-body {
	background:url("../images/bg-excerpt-body.jpg") top no-repeat;
	width:290px;
	float:left;
	}
	
	#excerpt-body p {
		margin:0 21px 18px 21px;
		}	
		
#excerpt-breast {
	background:url("../images/bg-excerpt-breast.jpg") top no-repeat;
	width:296px;
	float:left;
	}
	
	#excerpt-breast p {
		margin:0 31px 18px 17px;
		}	
		
/*---------- Procedures -----------*/

#wrap-procedures {
	background:url("../images/bg-procedures.jpg") top no-repeat;
	width:884px;
	padding-bottom:21px;
	}
		
	/* definition list */
	#wrap-procedures dl { margin:0; padding:0 0 0 31px; width:260px; float:left; }
		#wrap-procedures dl dt {
			font-weight:bold;
			color:#fff;
			}
		#wrap-procedures dl dd {
			list-style-type:none;
			}

#gallery-btn a, #face-btn a, #breast-btn a, #body-btn a {
	display:block;
	width:280px;
	height:74px;
}

/*--------Margin for 2nd phone number-------*/
.phone {
	margin-left:21px;
}
.whiteitalic {
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}
.grey_text {
	font-size: 12px;
	font-style: italic;
	color: #CCCCCC;
}
