/*
UltraDerm Medical Clinic
Created by Maykel - Bluelounge
Last modified: 30.04.2009
*/

/*
COMMON CLASSES
=======================*/

* {
	margin: 0;
}

html, body {
	margin: 0;
	padding: 0;
	background-color: #c4df9b;
	font-family: Georgia, "Times New Roman";
	font-size: 12px;
	color: #362f2d;
}

a:link, a:visited, a:hover {
	color: #362f2d;
}

p {
	line-height: 1.3em;
}

p, h4 {
	margin-bottom: 1em;
}

h3 {
	margin-bottom: 0.7em;
	margin-top: -0.1em;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

* html .clearfix {
	height: 1%;
}

.textGreen { color: #678F22; }
.textLeft { text-align: left; }
.textCenter { text-align: center; }
.textRight { text-align: right; }
.hide{ display:none; }
.left{ float:left; }
.right{ float:right; }
.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }
a img{ border:none; }

/*
TEMPLATE LAYOUT CLASSES
=======================*/

.wrapper {
	margin: 0 auto;
	padding: 0 4px 4px 4px;
	background-color: #fff;
	width: 820px;
	voice-family: "\"}\""; 
	voice-family: inherit;
}

h3 {
	font-size: 21px;
	color: #678F22;
	font-weight: normal;
}

h4 {
	font-size: 18px;
	color: #678F22;
	font-weight: normal;
}

.page {
	height: auto !important;
  height: 400px;
  min-height: 400px;
  padding-top: 24px;
}

.colLeft, .colCenter, .colRight {
	float: left;
}

p.extra {
	margin-top: -0.5em;
	margin-bottom: 1.2em;
}


/*
HEADER CLASSES
=======================*/

.header .title {
	width: 820px;
	height: 234px;
}

#home .header .title {
	background: url(images/ULT_Home_headerImg.jpg) no-repeat;
}

#about .header .title {
	background: url(images/ULT_AboutUs_headerImg.jpg) no-repeat;
}

.treatments .header .title {
	background: url(images/ULT_Treatments_headerImg.jpg) no-repeat;
}

#testimonials .header .title {
	background: url(images/ULT_Testimonials_headerImg.jpg) no-repeat;
}

#gallery .header .title {
	background: url(images/ULT_Gallery_headerImg.jpg) no-repeat;
}

.products .header .title {
	background: url(images/ULT_Products_headerImg.jpg) no-repeat;
}

#contact .header .title {
	background: url(images/ULT_ContactUs_headerImg.jpg) no-repeat;
}

.procedures .header .title {
	background: url(images/ULT_Procedures_headerImg.jpg) no-repeat;
}

.header p {
	height: 25px;
	background: url(images/ULT_mainNav_BrownBar.gif) no-repeat;
	margin: 0 0 4px 0;
}

/*
NAVIGATION BAR
=======================*/

.mainNav {
	height: 25px;
	display: block;
	background-color: #95b86e;
	clear: both;
	width: 820px;
}

.mainNav ul {
	padding: 0;
	margin: 0;
}

.mainNav ul li {
	float: left;
	height: 25px;
	list-style-type: none;
	position: relative;
	z-index: 100;
}

.mainNav ul li#mn01 {
	background: transparent url(images/ULT_mainNav_01_Home.gif) no-repeat;
	width: 57px;
}

.mainNav ul li#mn02 {
	background: transparent url(images/ULT_mainNav_02_AboutUs.gif) no-repeat;
	width: 74px;
}

.mainNav ul li#mn03 {
	background: transparent url(images/ULT_mainNav_03_Treatments.gif) no-repeat;
	width: 90px;
}

.mainNav ul li#mn04 {
	background: transparent url(images/ULT_mainNav_04_Testimonials.gif) no-repeat;
	width: 98px;
}

.mainNav ul li#mn05 {
	background: transparent url(images/ULT_mainNav_05_Products.gif) no-repeat;
	width: 77px;
}

.mainNav ul li#mn06 {
	background: transparent url(images/ULT_mainNav_06_Gallery.gif) no-repeat;
	width: 69px;
}

.mainNav ul li#mn07 {
	background: transparent url(images/ULT_mainNav_07_ContactUs.gif) no-repeat;
	width: 88px;
}

.mainNav ul li#mn08 {
	background: transparent url(images/ULT_mainNav_08_Procedures.gif) no-repeat;
	width: 90px;
}

/*Removes original links*/

.mainNav ul li a {
	display: block;
	height: 0;
	padding-top: 25px;
	overflow: hidden;	
}

/*Roll over states*/

.mainNav ul li#mn01 a:hover, .mainNav ul li#mn01.active {
	background: transparent url(images/ULT_mainNav_01_Home_over.gif) no-repeat;
}

.mainNav ul li#mn02 a:hover, .mainNav ul li#mn02.active {
	background: transparent url(images/ULT_mainNav_02_AboutUs_over.gif) no-repeat;
}

.mainNav ul li#mn03 a:hover, .mainNav ul li#mn03.active {
	background: transparent url(images/ULT_mainNav_03_Treatments_over.gif) no-repeat;
}

.mainNav ul li#mn04 a:hover, .mainNav ul li#mn04.active {
	background: transparent url(images/ULT_mainNav_04_Testimonials_over.gif) no-repeat;
}

.mainNav ul li#mn05 a:hover, .mainNav ul li#mn05.active {
	background: transparent url(images/ULT_mainNav_05_Products_over.gif) no-repeat;
}

.mainNav ul li#mn06 a:hover, .mainNav ul li#mn06.active {
	background: transparent url(images/ULT_mainNav_06_Gallery_over.gif) no-repeat;
}

.mainNav ul li#mn07 a:hover, .mainNav ul li#mn07.active {
	background: transparent url(images/ULT_mainNav_07_ContactUs_over.gif) no-repeat;
}

.mainNav ul li#mn08 a:hover, .mainNav ul li#mn08.active {
	background: transparent url(images/ULT_mainNav_08_Procedures_over.gif) no-repeat;
}

/*
NAVIGATION BAR
=======================*/

.footer {
	width: 820px;
	text-align: right;
	margin: 0.5em auto 1em auto;
}

/*
Home
=======================*/

#home .page {
	background: url(images/ULT_Page_BG01.gif) repeat-y;
}

#home .page .colLeft {
	width: 158px;
}

#home .page .colLeft p#complimentary {
	display: block;
	width: 127px;
	height: 100px;
	background: url(images/ULT_Home_Complimentary.gif) no-repeat;
	margin-left: 14px;
	margin-bottom: 0;
}

#home .page .colLeft p#referral {
	display: block;
	width: 130px;
	height: 136px;
	background: url(images/ULT_Home_Referral.gif) no-repeat;
	margin-left: 13px;
	margin-top: 40px;
}

#home .page .colCenter {
	width: 430px;
	padding: 0 20px;
}

html>body #home .page .colCenter {
	width: 470px;
}

#home .page .colRight {
	width: 182px;
}

#home .page .colRight img {
	margin-bottom: 18px;
}

/*Holiday Banner 2009*/

#holiday2009 {
	position: absolute;
	right: 10px;
	bottom: 0;
	margin-top: 4px;
	margin-bottom: 4px;
}

/*Open House Banner Oct 2009*/

#openhouse {
	position: absolute;
	right: 13px;
	bottom: 8px;
	margin-top: 4px;
}

/*Latisse Banner Feb 2009*/

#latisse {
	position: absolute;
	right: 8px;
	bottom: 8px;
	margin-top: 4px;
}

#home .page .colRight {
	z-index: 1000;
	right: 12px;
	position: absolute;
}

#home .wrapper {
	position: relative;
}

/*
About Us
=======================*/

#about .page .colLeft {
	width: 315px;
}

#about .page .colRight {
	display: block;
	width: 460px;
	margin-left: 24px;
}

#about .page .colRight p {
	width: 440px;
}

#about .page .colRight p.affiliation {
	width: 460px;
	text-align: right;
	margin-top: 2em;
}

#about .page .colRight p.affiliation img {
	margin-left: 20px;
}

/*
Treatments
=======================*/

.treatments .page {
	background: url(images/ULT_Page_BG01.gif) repeat-y;
}

.treatments .page .clear {
	height: 36px;
}

.treatments .page .subNav {
	width: 158px;
	display: block;
	float: left;
}

.treatments .page .subNav ul {
	padding: 0;
	margin: 0;
}

.treatments .page .subNav ul li {
	float: left;
	height: 30px;
	list-style-type: none;
	width: 158px;
	margin: 0;
}

.treatments .page .subNav ul li#mnTr01 {
	background: transparent url(images/ULT_Treatments_subNav_01_Botox.gif) no-repeat;
}

.treatments .page .subNav ul li#mnTr02 {
	background: transparent url(images/ULT_Treatments_subNav_02_Dermal.gif) no-repeat;
}

.treatments .page .subNav ul li#mnTr03 {
	background: transparent url(images/ULT_Treatments_subNav_03_Facial.gif) no-repeat;
}

.treatments .page .subNav ul li#mnTr04 {
	background: transparent url(images/ULT_Treatments_subNav_04_Waxing.gif) no-repeat;
}

.treatments .page .subNav ul li#mnTr05 {
	background: transparent url(images/ULT_Treatments_subNav_05_Glycolic.gif) no-repeat;
}

.treatments .page .subNav ul li#mnTr06 {
	background: transparent url(images/ULT_Treatments_subNav_06_Microderm.gif) no-repeat;
}

.treatments .page .subNav ul li#mnTr07 {
	background: transparent url(images/ULT_Treatments_subNav_07_Dermaplaning.gif) no-repeat;
}

.treatments .page .subNav ul li#mnTr08 {
	background: transparent url(images/ULT_Treatments_subNav_08_PulsedLight.gif) no-repeat;
	height: 48px;
}

.treatments .page .subNav ul li#mnTr09 {
	background: transparent url(images/ULT_Treatments_subNav_09_Obaji.gif) no-repeat;
}

.treatments .page .subNav ul li#mnTr01 a:hover {
	background: transparent url(images/ULT_Treatments_subNav_01_Botox_over.gif) no-repeat;
}

.treatments .page .subNav ul li#mnTr02 a:hover {
	background: transparent url(images/ULT_Treatments_subNav_02_Dermal_over.gif) no-repeat;
}

.treatments .page .subNav ul li#mnTr03 a:hover {
	background: transparent url(images/ULT_Treatments_subNav_03_Facial_over.gif) no-repeat;
}

.treatments .page .subNav ul li#mnTr04 a:hover {
	background: transparent url(images/ULT_Treatments_subNav_04_Waxing_over.gif) no-repeat;
}

.treatments .page .subNav ul li#mnTr05 a:hover {
	background: transparent url(images/ULT_Treatments_subNav_05_Glycolic_over.gif) no-repeat;
}

.treatments .page .subNav ul li#mnTr06 a:hover {
	background: transparent url(images/ULT_Treatments_subNav_06_Microderm_over.gif) no-repeat;
}

.treatments .page .subNav ul li#mnTr07 a:hover {
	background: transparent url(images/ULT_Treatments_subNav_07_Dermaplaning_over.gif) no-repeat;
}

.treatments .page .subNav ul li#mnTr08 a:hover {
	background: transparent url(images/ULT_Treatments_subNav_08_PulsedLight_over.gif) no-repeat;
}

.treatments .page .subNav ul li#mnTr09 a:hover {
	background: transparent url(images/ULT_Treatments_subNav_09_Obaji_over.gif) no-repeat;
}

.treatments .page .subNav ul li#mnTr01.active, .treatments .page .subNav ul li#mnTr01.active a:hover {
	background: transparent url(images/ULT_Treatments_subNav_01_Botox_active.gif) no-repeat;
}

.treatments .page .subNav ul li#mnTr02.active, .treatments .page .subNav ul li#mnTr02.active a:hover {
	background: transparent url(images/ULT_Treatments_subNav_02_Dermal_active.gif) no-repeat;
}

.treatments .page .subNav ul li#mnTr03.active, .treatments .page .subNav ul li#mnTr03.active a:hover {
	background: transparent url(images/ULT_Treatments_subNav_03_Facial_active.gif) no-repeat;
}

.treatments .page .subNav ul li#mnTr04.active, .treatments .page .subNav ul li#mnTr04.active a:hover {
	background: transparent url(images/ULT_Treatments_subNav_04_Waxing_active.gif) no-repeat;
}

.treatments .page .subNav ul li#mnTr05.active, .treatments .page .subNav ul li#mnTr05.active a:hover {
	background: transparent url(images/ULT_Treatments_subNav_05_Glycolic_active.gif) no-repeat;
}

.treatments .page .subNav ul li#mnTr06.active, .treatments .page .subNav ul li#mnTr06.active a:hover {
	background: transparent url(images/ULT_Treatments_subNav_06_Microderm_active.gif) no-repeat;
}

.treatments .page .subNav ul li#mnTr07.active, .treatments .page .subNav ul li#mnTr07.active a:hover {
	background: transparent url(images/ULT_Treatments_subNav_07_Dermaplaning_active.gif) no-repeat;
}

.treatments .page .subNav ul li#mnTr08.active, .treatments .page .subNav ul li#mnTr08.active a:hover {
	background: transparent url(images/ULT_Treatments_subNav_08_PulsedLight_active.gif) no-repeat;
}

.treatments .page .subNav ul li#mnTr09.active, .treatments .page .subNav ul li#mnTr09.active a:hover {
	background: transparent url(images/ULT_Treatments_subNav_09_Obaji_active.gif) no-repeat;
}

/*Removes original links*/

.treatments .page .subNav ul li a {
	display: block;
	height: 0;
	padding-top: 30px;
	overflow: hidden;	
}

.treatments .page .subNav ul li#mnTr08 a {
	padding-top: 48px;
}

.treatments .page .oneColumn {
	width: 580px;
	float: left;
	margin-left: 20px;
}

.treatments .page .twoColumnsLeft {
	width: 380px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
}

.treatments .page .twoColumnsRight {
	width: 220px;
	float: left;
	border-style: dotted;
	border-color: #ccc;
	border-width: 0 0 0 1px;
}

.treatments .page .twoColumnsRight h3, .treatments .page .twoColumnsRight p {
	margin-left: 20px;
}

.treatments .page .twoColumnsRight h3 {
	margin-bottom: 0.1em;
	color: #754c24;
}

.treatments .page .twoColumnsRight p strong {
	color: #754c24;
}

.treatments .page .oneColumn h4 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0.6em;
}

.treatments .page hr {
	height: 1px;
	margin: 1.6em 0;
	border-style: dotted;
	border-color: #ccc;
	border-width: 1px 0 0 0;
}

#waxing.treatments .page .oneColumn ul {
	padding: 0 0 0 4px;
	list-style: none;
	float: left;
}

#waxing.treatments .page .oneColumn ul li {
	margin-bottom: 0.4em;
	margin-right: 12px;
	width: 120px;
}

#waxing.treatments .page .oneColumn .clear {
	height: 28px;
}

#ipl.treatments .page .oneColumn h4 {
	margin-bottom: 0.3em;
}

/*
Testimonials
=======================*/

#testimonials .page h3, #testimonials .page p {
	margin-left: 50px;
	width: 600px;
}

#testimonials .page p {
	font-style: italic;
	margin-bottom: 1.4em;
}

#testimonials .page p strong{
	font-style: normal;
}

/*
Gallery
=======================*/

#gallery .page {
	background-color: #e7dec4;
	padding: 16px 0 24px 0;
}

#gallery .header p {
	margin: 0;
}

#gallery .page p {
	text-align: center;
	margin-bottom: 16px;
}

/*Slideshow styles are on slideshow.css file*/

/*
Products
=======================*/

.products .page {
	background: url(images/ULT_Page_BG03.gif) repeat-y;
}

.products .page .subNav {
	width: 158px;
	display: block;
	float: left;
}

.products .page .subNav ul {
	padding: 0;
	margin: 0;
}

.products .page .subNav ul li {
	float: left;
	height: 30px;
	list-style-type: none;
	width: 158px;
	margin: 0;
}

.products .page .subNav ul li#mnPr01 {
	background: transparent url(images/ULT_Products_subNav_01_Lines.gif) no-repeat;
}

.products .page .subNav ul li#mnPr02 {
	background: transparent url(images/ULT_Products_subNav_02_Makeup.gif) no-repeat;
}

.products .page .subNav ul li#mnPr03 {
	background: transparent url(images/ULT_Products_subNav_03_GiftCert.gif) no-repeat;
}

.products .page .subNav ul li#mnPr01 a:hover {
	background: transparent url(images/ULT_Products_subNav_01_Lines_over.gif) no-repeat;
}

.products .page .subNav ul li#mnPr02 a:hover {
	background: transparent url(images/ULT_Products_subNav_02_Makeup_over.gif) no-repeat;
}

.products .page .subNav ul li#mnPr03 a:hover {
	background: transparent url(images/ULT_Products_subNav_03_GiftCert_over.gif) no-repeat;
}

.products .page .subNav ul li#mnPr01.active, .products .page .subNav ul li#mnPr01.active a:hover {
	background: transparent url(images/ULT_Products_subNav_01_Lines_active.gif) no-repeat;
}

.products .page .subNav ul li#mnPr02.active, .products .page .subNav ul li#mnPr02.active a:hover {
	background: transparent url(images/ULT_Products_subNav_02_Makeup_active.gif) no-repeat;
}

.products .page .subNav ul li#mnPr03.active, .products .page .subNav ul li#mnPr03.active a:hover {
	background: transparent url(images/ULT_Products_subNav_03_GiftCert_active.gif) no-repeat;
}

/*Removes original links*/

.products .page .subNav ul li a {
	display: block;
	height: 0;
	padding-top: 30px;
	overflow: hidden;
}

.products .page .oneColumn {
	width: 640px;
	float: left;
	margin-left: 20px;
}

.products .page .twoColumnsLeft {
	width: 360px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
}

.products .page .twoColumnsRight {
	width: 256px;
	float: right;
}

#lines.products .page ul#logos {
	padding: 0;
	margin: 1.5em 0 2em 0;
	list-style: none;
	position: relative;
	width: 640px;
	height: 390px;
}

#lines.products .page ul#logos li {
	position: absolute;
}

#lines.products .page ul#logos li#logo01 {
	left: 0;
	top: 0;
}

#lines.products .page ul#logos li#logo02 {
	left: 139px;
	top: 17px;
}

#lines.products .page ul#logos li#logo03 {
	left: 374px;
	top: 0;
}

#lines.products .page ul#logos li#logo04 {
	left: 521px;
	top: 0;
}

#lines.products .page ul#logos li#logo05 {
	left: 13px;
	top: 100px;
}

#lines.products .page ul#logos li#logo06 {
	left: 138px;
	top: 85px;
}

#lines.products .page ul#logos li#logo07 {
	left: 352px;
	top: 85px;
}

#lines.products .page ul#logos li#logo08 {
	left: 521px;
	top: 119px;
}

#lines.products .page ul#logos li#logo09 {
	left: 0;
	top: 157px;
}

#lines.products .page ul#logos li#logo10 {
	left: 159px;
	top: 157px;
}

#lines.products .page ul#logos li#logo11 {
	left: 375px;
	top: 155px;
}

#lines.products .page ul#logos li#logo12 {
	left: 517px;
	top: 199px;
}

#lines.products .page ul#logos li#logo13 {
	left: 172px;
	top: 310px;
}

#lines.products .page ul#logos li#logo14 {
	left: 20px;
	top: 246px;
}

#lines.products .page ul#logos li#logo15 {
	left: 216px;
	top: 260px;
}

#lines.products .page ul#logos li#logo16 {
	left: 495px;
	top: 255px;
}

/*
Contact Us
=======================*/

#contact .page {
	background: url(images/ULT_Page_BG02.gif) repeat-y;
}

#contact .page .colLeft {
	width: 562px;
	margin: 0 50px;
	display: inline;
}

#contact .page strong {
	color: #598527;
}

#contact .page p {
	margin-bottom: 1.6em;
}

#contact .page .colLeft ul {
	list-style: none;
	padding: 0;
	width: 490px;
}

#contact .page .colLeft ul li {
	float: left;
	font-weight: bold;
}

#contact .page .colLeft ul li#mon-fri {
	width: 130px;
	margin-right: 20px;
}

#contact .page .colLeft ul li#tue-thu {
	width: 200px;
	margin-right: 20px;
}

#contact .page .colLeft ul li#sat {
	width: 120px;
}

#contact .page .colLeft p#same-day {
	margin: 2em 0 2.5em 0;
	width: 470px;
	text-align: center;
}

#contact .page .colLeft ul li em {
	font-style: normal;
	font-weight: normal;
}

#contact .page .colRight {
	float: right;
	width: 158px;
}

#contact .page .colRight h3, #contact .page .colRight p,#contact .page .colRight h4 {
	width: 130px;
	margin-left: 16px;
}

#contact .page .colRight h3 {
	margin-bottom: 0.3em;
}

#contact .page .colRight p {
	margin-bottom: 0.7em;
}

#contact .page .colRight p#referral {
	display: block;
	width: 130px;
	height: 136px;
	background: url(images/ULT_ContactUs_Referral.gif) no-repeat;
	margin-left: 13px;
	margin-top: 26px;
}

#contact .page .colRight p#email {
	display: block;
	width: 127px;
	background: url(images/ULT_ContactUs_Title_Email_Directly2.gif) no-repeat;
	margin-left: 16px;
	padding-top: 72px;
	margin-bottom: 26px;
}

/* Contact Form */

#contact-form {
	display: block;
	width: 307px;
	height: 229px;
	background: url(images/ULT_ContactUs_FormBG.gif) no-repeat;
	float: left;
}

#contact-form table {
	margin: auto;
	width: 270px;
}

#contact-form table td.form-left {
	text-align: left;
	vertical-align: top;
}

#contact-form table td.form-left {
	padding-top: 3px;
}

#contact-form .form-title img {
	padding-top: 6px;
	margin-bottom: 6px;
}

#contact-form input {
	width: 195px;
	margin-bottom: 4px;
}

#contact-form input#form-submit {
	width: auto;
}

#contact-form textarea {
	width: 198px;
	height: 105px;
	margin-bottom: 2px;
}

#contact-email {
	float: left;
	margin-left: 30px;
	display: inline;
}

#contact-email img {
	padding-top: 8px;
	padding-bottom: 4px;
}

/*
Procedures
=======================*/

.procedures .page {
	background: url(images/ULT_Page_BG03.gif) repeat-y;
}

.procedures .page .clear {
	height: 36px;
}

.procedures .page .subNav {
	width: 158px;
	display: block;
	float: left;
}

.procedures .page .subNav ul {
	padding: 0;
	margin: 0;
}

.procedures .page .subNav ul li {
	float: left;
	list-style-type: none;
	width: 158px;
	margin: 0;
}

.procedures .page .subNav ul li#mnPrc01 {
	background: transparent url(images/ULT_Procedures_subNav_01_Face.gif) no-repeat;
}

.procedures .page .subNav ul li#mnPrc01 ul li#mnPrc01a {
	background: transparent url(images/ULT_Procedures_subNav_01a_Blepharoplasty.gif) no-repeat;
	height: 59px;
}

.procedures .page .subNav ul li#mnPrc01 ul li#mnPrc01b {
	background: transparent url(images/ULT_Procedures_subNav_01b_BrowLift.gif) no-repeat;
}

.procedures .page .subNav ul li#mnPrc01 ul li#mnPrc01c {
	background: transparent url(images/ULT_Procedures_subNav_01c_FaceLift.gif) no-repeat;
}

.procedures .page .subNav ul li#mnPrc01 ul li#mnPrc01d {
	background: transparent url(images/ULT_Procedures_subNav_01d_NeckRejuvenation.gif) no-repeat;
}

.procedures .page .subNav ul li#mnPrc01 ul li#mnPrc01e {
	background: transparent url(images/ULT_Procedures_subNav_01e_NoseReshaping.gif) no-repeat;
}

.procedures .page .subNav ul li#mnPrc01 ul li#mnPrc01f {
	background: transparent url(images/ULT_Procedures_subNav_01f_EarSurgery.gif) no-repeat;
}

.procedures .page .subNav ul li#mnPrc01 ul li#mnPrc01g {
	background: transparent url(images/ULT_Procedures_subNav_01g_LaserReshaping.gif) no-repeat;
}

.procedures .page .subNav ul li#mnPrc02 {
	background: transparent url(images/ULT_Procedures_subNav_02_Rhinoplasty.gif) no-repeat;
}

.procedures .page .subNav ul li#mnPrc03 {
	background: transparent url(images/ULT_Procedures_subNav_03_Body.gif) no-repeat;
}

.procedures .page .subNav ul li#mnPrc03 ul li#mnPrc03a {
	background: transparent url(images/ULT_Procedures_subNav_03a_Abdominoplasty.gif) no-repeat;
}

.procedures .page .subNav ul li#mnPrc04 {
	background: transparent url(images/ULT_Procedures_subNav_04_Breast.gif) no-repeat;
}

.procedures .page .subNav ul li#mnPrc04 ul li#mnPrc04a {
	background: transparent url(images/ULT_Procedures_subNav_04a_Augmentation.gif) no-repeat;
}

.procedures .page .subNav ul li#mnPrc04 ul li#mnPrc04b {
	background: transparent url(images/ULT_Procedures_subNav_04b_BreastLift.gif) no-repeat;
}

.procedures .page .subNav ul li#mnPrc04 ul li#mnPrc04c {
	background: transparent url(images/ULT_Procedures_subNav_04c_Reduction.gif) no-repeat;
}

.procedures .page .subNav ul li#mnPrc04 ul li#mnPrc04d {
	background: transparent url(images/ULT_Procedures_subNav_04d_Reconstruction.gif) no-repeat;
}

.procedures .page .subNav ul li#mnPrc01 a:hover {
	background: transparent url(images/ULT_Procedures_subNav_01_Face_over.gif) no-repeat;
}

.procedures .page .subNav ul li#mnPrc01 ul li#mnPrc01a a:hover {
	background: transparent url(images/ULT_Procedures_subNav_01a_Blepharoplasty_over.gif) no-repeat;
}

.procedures .page .subNav ul li#mnPrc01 ul li#mnPrc01b a:hover {
	background: transparent url(images/ULT_Procedures_subNav_01b_BrowLift_over.gif) no-repeat;
}

.procedures .page .subNav ul li#mnPrc01 ul li#mnPrc01c a:hover {
	background: transparent url(images/ULT_Procedures_subNav_01c_FaceLift_over.gif) no-repeat;
}

.procedures .page .subNav ul li#mnPrc01 ul li#mnPrc01d a:hover {
	background: transparent url(images/ULT_Procedures_subNav_01d_NeckRejuvenation_over.gif) no-repeat;
}

.procedures .page .subNav ul li#mnPrc01 ul li#mnPrc01e a:hover {
	background: transparent url(images/ULT_Procedures_subNav_01e_NoseReshaping_over.gif) no-repeat;
}

.procedures .page .subNav ul li#mnPrc01 ul li#mnPrc01f a:hover {
	background: transparent url(images/ULT_Procedures_subNav_01f_EarSurgery_over.gif) no-repeat;
}

.procedures .page .subNav ul li#mnPrc01 ul li#mnPrc01g a:hover {
	background: transparent url(images/ULT_Procedures_subNav_01g_LaserReshaping_over.gif) no-repeat;
}

.procedures .page .subNav ul li#mnPrc02 a:hover {
	background: transparent url(images/ULT_Procedures_subNav_02_Rhinoplasty_over.gif) no-repeat;
}

.procedures .page .subNav ul li#mnPrc03 a:hover {
	background: transparent url(images/ULT_Procedures_subNav_03_Body_over.gif) no-repeat;
}

.procedures .page .subNav ul li#mnPrc03 ul li#mnPrc03a a:hover {
	background: transparent url(images/ULT_Procedures_subNav_03a_Abdominoplasty_over.gif) no-repeat;
}

.procedures .page .subNav ul li#mnPrc04 a:hover {
	background: transparent url(images/ULT_Procedures_subNav_04_Breast_over.gif) no-repeat;
}

.procedures .page .subNav ul li#mnPrc04 ul li#mnPrc04a a:hover {
	background: transparent url(images/ULT_Procedures_subNav_04a_Augmentation_over.gif) no-repeat;
}

.procedures .page .subNav ul li#mnPrc04 ul li#mnPrc04b a:hover {
	background: transparent url(images/ULT_Procedures_subNav_04b_BreastLift_over.gif) no-repeat;
}

.procedures .page .subNav ul li#mnPrc04 ul li#mnPrc04c a:hover {
	background: transparent url(images/ULT_Procedures_subNav_04c_Reduction_over.gif) no-repeat;
}

.procedures .page .subNav ul li#mnPrc04 ul li#mnPrc04d a:hover {
	background: transparent url(images/ULT_Procedures_subNav_04d_Reconstruction_over.gif) no-repeat;
}

.procedures .page .subNav ul li#mnPrc01.active, .procedures .page .subNav ul li#mnPrc01.active a:hover, .procedures .page .subNav ul li#mnPrc01.proc-home a:hover {
	background: transparent url(images/ULT_Procedures_subNav_01_Face_active.gif) no-repeat;
}

.procedures .page .subNav ul li#mnPrc02.active, .procedures .page .subNav ul li#mnPrc02.active a:hover {
	background: transparent url(images/ULT_Procedures_subNav_02_Rhinoplasty_active.gif) no-repeat;
}

.procedures .page .subNav ul li#mnPrc03.active, .procedures .page .subNav ul li#mnPrc03.active a:hover, .procedures .page .subNav ul li#mnPrc03.proc-home a:hover {
	background: transparent url(images/ULT_Procedures_subNav_03_Body_active.gif) no-repeat;
}

.procedures .page .subNav ul li#mnPrc04.active, .procedures .page .subNav ul li#mnPrc04.active a:hover, .procedures .page .subNav ul li#mnPrc04.proc-home a:hover {
	background: transparent url(images/ULT_Procedures_subNav_04_Breast_active.gif) no-repeat;
}

/*Removes original links*/

.procedures .page .subNav ul li a {
	display: block;
	height: 0;
	padding-top: 30px;
	overflow: hidden;	
}

.procedures .page .subNav ul li#mnPrc01a a {
	padding-top: 59px;
}

.procedures .page .subNav ul li ul li ul li a {
	display: block;
	height: 0;
	padding-top: 18px;
	overflow: hidden;	
}

.procedures .page .oneColumn {
	width: 580px;
	float: left;
	margin-left: 20px;
}

.procedures .page .oneColumn h4 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0.6em;
}

.procedures .page p.testi {
	font-size: 14px;
	color: #678F22;
	font-style: italic;
}

.procedures .page p.testi strong {
	font-style: normal;
}

.procedures .page hr {
	height: 1px;
	margin: 1.6em 0;
	border-style: dotted;
	border-color: #ccc;
	border-width: 1px 0 0 0;
}