/*********** RESET***********/

body, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, img, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label, table, tr, th, td {
	margin:0;
	padding:0;
	border:none;
}

/********** GLOBAL **********/

ul, ol, dl{
	margin:0 0 0 30px;
}
ul li{
	margin:3px 0;
}
#right-float ul{
	list-style:none;
	margin:0;
}
#right-float ul li{
	background:url('../nav/bullet2.gif') 0 10px no-repeat;
	padding:7px 0 8px 17px;
	border-bottom:1px solid #e3e3e3;
}
#right-float ul li.header-li {
	background: none;
}
#right-float ul li h3{
	margin:0 0 7px 0;
}
.align-center{
	text-align:center;
}
.align-right{
	text-align:right;
}
.float-right{
	float:right;
}
.float-left{
	float:left;
}
.clear-both{
	clear:both;
}
a{
	color:#333;
}
a:hover{
	color:#4c4cc5;
}
a:active{
	font-weight:700;
}
a:visited{
	color:#333;
}
blockquote{
	padding:25px 25px 0;
	background:url('../nav/quote1.gif') top left no-repeat;
	font-weight:700;
	font-size:12px;
	color:#666;
}
blockquote p{
	padding:0 0 25px;
	background:url('../nav/quote2.gif') bottom right no-repeat;
	line-height:18px;
}
blockquote cite{
	text-align:right;
	font-weight:400;
	display:block;
}

/********* TYPOGRPAHY ********/

body{
	font:11px arial;
	color:#444;
	text-align:center;
	background:url('../nav/body.gif') repeat-x;

}
h1, h2, h3, h4, h5{
	font-weight:400;
	font-family:"Trebuchet MS";
	color:#8e98c1;
}
h1{
	font-size:22px;
	margin:5px 0 20px 0;
}
h2{
	font-size:16px;
	margin:5px 0 15px 0;
}
h3{
	font-size:14px;
	margin:5px 0 10px 0;
}
h4{
	font-size:13px;
	margin:5px 0 10px 0;
}
h5{
	font-size:12px;
	margin:5px 0 5px 0;
}
p{
	margin:0 0 10px 0;
	line-height:16px;
}

/********* STRUCTURE *********/

#wrapper{
	width:950px;
	text-align:left;
	margin:0 auto;
}
#top-nav{
	height:65px;
	background-color:#2d3944;
}
#left-float{
	width:177px;
	float:left;
	margin:10px 0;
}
#right-float{
	width:756px;
	float:right;
	display:inline;
	margin:10px 0;
}
#footer{
	background:url('../nav/footer_bg.gif') repeat-x;
	height:110px;
	clear:both;
	color:#fff;
	margin:0 0 30px;
}
#right-block{
	background:url('../nav/right_block_bottom.gif') bottom left no-repeat #f5f5f5;
	overflow:hidden;
	margin:6px 0;
	padding:0 0 20px 0;
}
#block-header{
	height:6px;
	width:756px;
	overflow:hidden;
	background: url('../nav/right_block_top.gif') no-repeat;
}

/********* TOP NAV *********/

#top-nav ul{
	list-style:none;
	margin:0;
	height:65px;
	width:600px;
	overflow:hidden;
	float:left;
}
#top-nav ul li{
	margin:0;
	float:left;
	padding:0 0 0 1px;
	background:url('../nav/nav_seperate.gif') no-repeat;
	width:104px;
	height:65px;
}
#top-nav ul li a{
	color:#4e5862;
}
#top-nav ul li a#home-button span, #top-nav ul li a#about-button span, #top-nav ul li a#procedure-button span,
#top-nav ul li a#patient-button span, #top-nav ul li a#contact-button span
{
	display:block;
	width:104px;
	height:65px;
	position:absolute;
}
#top-nav ul li a#home-button span{
	background:url('../nav/home.gif') no-repeat;
}
#top-nav ul li a#about-button span{
	background:url('../nav/about.gif') no-repeat;
}
#top-nav ul li a#procedure-button span{
	background:url('../nav/procedures.gif') no-repeat;
}
#top-nav ul li a#patient-button span{
	background:url('../nav/info.gif') no-repeat;
}
#top-nav ul li a#contact-button span{
	background:url('../nav/contact.gif') no-repeat;
}
#top-nav ul li a#home-button span:hover, #top-nav ul li a#about-button span:hover, #top-nav ul li a#procedure-button span:hover,
#top-nav ul li a#patient-button span:hover, #top-nav ul li a#contact-button span:hover{
	background-position:0 -65px;
}
#top-nav ul li.selected a#home-button span, #top-nav ul li.selected a#about-button span, #top-nav ul li.selected a#procedure-button span,
#top-nav ul li.selected a#patient-button span, #top-nav ul li.selected a#contact-button span{
	background-position:0 -65px;
}
#top-nav img{
	float:right;
}

/********* LEFT NAV *********/

ul.left-nav{
	list-style:none;
	margin:0 0 25px;
}
ul.left-nav li{
	background:url('../nav/bullet.gif') 0 9px no-repeat;
	padding:7px 0 8px 10px;
	border-bottom:1px solid #e3e3e3;
}
ul.left-nav li a{
	text-decoration:none;
}
ul.left-nav li a:hover{
	text-decoration:underline;
	font-weight:400;
	color:#4c4cc5;
}
ul.left-nav li.selected a, ul.left-nav li.selected ul li.selected a{
	font-weight:700;
	color:#4c4cc5;
}
#left-float h2{
	color:#363d63;
}
ul.left-nav ul{
	list-style:none;
	margin:8px 0 0;
	border-left:1px solid #e3e3e3;
}
ul.left-nav ul li{
	border:none;
}
ul.left-nav li.selected ul a{
	font-style:italic;
	font-weight:400;
	color:#333;
}
#left-text-block{
	margin:20px 0;
}

/********* FOOTER *********/

#footer-content a{
	color:#fff;
}
#footer-content{
	text-align:left;
	width:950px;
	margin:0 auto;
}
#footer-content p{
	text-align:center;
	padding:38px 0 0;
}
#footer-contact{
	width:190px;
	float:left;
	color:#374685;
	line-height:20px;
	padding:23px 0 0;
}
#footer-contact a{
	color:#374685;
	text-decoration:none;
}
#footer-contact strong{
	color:#fff;
}
#footer-logos{
	width:210px;
	float:right;
	padding:5px 10px 0 0;
}

/********* MAIN CONTENT BLOCK *********/

#block-left-float{
	width:490px;
	float:left;
	display:inline;
	margin:5px 0 0 15px;
}
#block-right-float{
	float:right;
	display:inline;
	width:220px;
	border-left:1px dashed #fff;
	margin:5px 15px 0 0;
}
#block-right-float img{
	width:74px;
	padding:1px;
	border:1px solid #b4bbd9;
	float:right;
	display:inline;
	margin:0 0 8px 8px;
}
#right-pad{
	margin:0 0 0 15px;
}
ul#all-procedures{
	list-style:none;
	margin:0 0 15px 0;
}
ul#all-procedures li{
	background:transparent;
	padding:0;
	border:none;
}
ul#popular-procedures{
	list-style:none;
	margin:0;
}
ul#popular-procedures li{
	float:left;
	display:inline;
	margin:6px;
	width:232px;
	height:88px;
	background:transparent;
	padding:0;
	border:none;
	overflow:hidden;
}

/********* CONTACT *********/

#contact-form{
	text-align:center;
}
#contact-form fieldset{
	background-color:#e8e8e8;
	width:338px;
	text-align:left;
	margin:10px auto;
}
#contact-form ul{
	list-style:none;
	margin:0;
	width:308px;
	margin:15px;
}
#contact-form ul li{
	background:transparent;
	border:none;
	padding:0;
}
#contact-form ul label{
	display:block;
	width:80px;
	float:left;
	line-height:21px;
}
#contact-form ul input, #contact-form ul textarea{
	width:220px;
	border:1px solid #d5d5d5;
	height:20px;
}
#contact-form ul input#submit{
	background-color:#212b34;
	height:22px;
	margin:5px 0 5px 80px;
	color:#fff;
	font-weight:700;
}
#contact-form ul textarea{
	height:140px;
}
#contact-form ul p.small{
	font-size:10px;
	margin:0 9px 0 0;
}
#contact-form ul span.required{
	color:#7bba00;
	font-size:14px;
}

/********* PROCEDURE PAGE *********/

#image-disclaimer{
	width:467px;
	height:87px;
	background:url('../nav/disclaim.gif') 0 0 no-repeat;
	margin:15px 0 15px 6px;
	overflow:hidden;
	text-align:center;
}
#image-disclaimer p{
	padding:15px 5px 0 5px;
	line-height:18px;
	color:#fff;
	font-size:11px;
	text-transform:uppercase;
	font-weight:700;
}
#image-disclaimer p strong{
	font-size:14px;
	color:#fcff00;
	line-height:26px;
}
ul#procedure-cases li{
	width:84px;
	height:28px;
	border:none;
	padding:0;
	overflow:hidden;
	float:left;
	display:inline;
	margin:6px;
}
ul#procedure-cases li a{
	color:#fff;
	text-decoration:none;
	font-size:12px;
	font-weight:700;
	line-height:26px;
	text-align:center;
	display:block;
	width:84px;
	height:28px;
	background:url('../nav/case_bg.gif') 0 0 no-repeat;
}
ul#procedure-cases li a:hover{
	background:url('../nav/case_bg.gif') 0 -28px no-repeat;
}
#block-right-float img.large-img-right{
	width:200px !important;
	height:auto;
	padding:0;
	border:none;
	margin:10px 0 0;
}

/********* MAP PAGE *********/

#map{
	border:1px solid #e3e3e3;
	padding:1px;
	width:425px;
	height:350px;
	margin:0 0 5px 30px; 
}
p#map-links {
	font-size: 10px;
	height: 20px;
	width:425px;
	text-align:right;
	margin:10px 0 10px 30px;
	height:20px;
	line-height:20px;
}

/********* STANDARD PAGE *********/

#right-imgs{
	margin:20px 0 0;
}
#right-imgs img{
	padding:1px;
	border:1px solid #b4bbd9;
	width:200px;
	height:auto;
}
#right-imgs p{
	clear:right;
	padding:0px 5px;
	text-align:center;
}
img#right-logos{
	padding:1px;
	border:none;
	width:200px;
	height:auto;
	margin:5px 0 0 15px;
}

/********** MULTIBOX *************/

ul#before-after{
	list-style:none;
	margin:0;
	padding:0 0 0 45px;
}
ul#before-after li{
	float:left;
	display:inline;
	margin:6px;
	width:232px;
	background:transparent;
	padding:0;
	border:none;
	overflow:hidden;
}
#gallery {
	margin: 0px 10px 10px 10px;
	height: 450px;
	overflow: auto;
}

ul#breast-aug-key {
	background-color: #f5f5f5;
	margin: 10px 10px 10px 0px;
}

ul#breast-aug-key li {
	padding: 5px;
	list-style: none;
}
ul#before-after{
	
}

/********** DOWNLOAD LIST *************/

#block-right-float ul#download-list li {
	background-color:#e3e3e3;
	font-weight:700;
	padding:10px 0 7px 25px;
	background-position:8px 12px;
}
#block-right-float ul#download-list li a{
	text-decoration:none;
}







