/*--------------------> Global Selectors <--------------------*/
* {
	margin: 0px;
	padding: 0px;
	outline: none;
}

a img {
	border: 0;
}

.imgLeft {
	float: left;
	margin: 10px 10px 10px 0;
}

.imgRight {
	float: right;
	margin: 0 0 10px 20px;
}

.center {
	text-align: center;
}

body {
	background: #3463AF url(../images/background-gradient.jpg) top left repeat-x;
	color: #1d1d1d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}

#container {
	width: 1280px;
	height: auto;
	position: relative;
	margin:0 auto;
	padding: 591px 0 0 0;
	background: url(../images/background-swirls.png) top left no-repeat;
}
/*--------------------> Header Selectors <--------------------*/

#header {
	width: 1000px;
	height: 158px;
	display: block;
	position: absolute;
	top: 51px;
	left: 139px;
	background: url(../images/background-header.png) top left no-repeat;
	margin: 0;
	padding: 0;
}

#header #logo {
	display: inline;
	float: left;
	margin-left: 29px;
	margin-top: 19px;
	width: 296px;
	height: 136px; 
	padding: 0;
	background: url(../images/logo.png) top left;
}

#header #logo a, #header #logo a:hover, #header #logo a:visited, #header #logo a:active  {
	display: block;
	width: 296px;
	height: 136px; 
	padding: 0;
	margin: 0;
	text-indent: -9999px;
	background: none;
}

#header #block-search-0 {
	height: 51px;
	width: 320px;
	display: inline-block;
	position: absolute;
	top: 32px;
	right: 20px;
}

#header #block-search-0 h2 {
	display: none;
}

#header #block-search-0 form {
	height: 36px;
	width: 295px;
	position: relative;
	background: url(../images/background-search.png) top left no-repeat;
	padding-top: 15px;
	padding-left: 25px;
}

#header #block-search-0 label {
	position: absolute;
	top: 17px;
	left: 25px;
	cursor: text;
}

#header #block-search-0 input {
	width: 240px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1d1d1d;
	float: left;
	border: none 0;
	padding-top: 3px;
}

#header #block-search-0 input#edit-submit {
	display: inline-block;
	width: 25px;
	height: 25px;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	background: url(../images/search-button.jpg) top left no-repeat;
	border: none;
	margin-left: 11px;
	cursor: pointer;
}

#header a#findadoctor {
	display: inline-block;
	position: absolute;
	top: 83px;
	right: 20px;
	width: 320px;
	height: 64px;
	background: url(../images/find-a-doctor.jpg) top left no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}

#header a#findadoctor span {
	display: block;
	width: 316px;
	height: 64px;
	background: url(../images/find-a-doctor.jpg) bottom left no-repeat;
}

#header img.logo {
	margin-left: 29px;
	margin-top: 19px;
}

/*#header #contact {
	width: 198px;
	height: auto;
	display: inline;
	float: right;
	margin-right: 20px;
	margin-top: 75px;
}

#header #contact p {
	margin-bottom: 0;
	text-align: center;
}

#header #contact a {
	display: block;
	height: 53px;
	width: 198px;
	background: url(../images/contact-button.png) top left no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
}

#header #contact a:hover {
	background-position: bottom left;
}*/

#translation {
	display: block;
	height: 39px;
	width: 280px;
	position: absolute;
	top: 31px;
	/*right: 164px;*/
	right: 182px;
	padding: 0;
	margin: 0;
}

#translation a {
	display: block;
	height: 39px; 
	width: 67px;
	text-indent: -9999px;
	float: left;
}

#translation a#lang-german {
	width: 76px;
	background-image: url(../images/translate-german.png);
}

#translation a#lang-japanese {
	background-image:url(../images/translate-japanese.png)
}

#translation a#lang-french {
	background-image: url(../images/translate-french.png);
}

#translation a#lang-english {
	width: 70px;
	background-image: url(../images/translate-english.png);
}

#translation a.toff {
	background-position: top left;
}

#translation a.ton {
	background-position: bottom left;
}

h1 {
	font-size: 26px;
	color: #3463af;
	line-height: 26px;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	color: #0088ce;
	line-height: 26px;
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: normal;
}

p {
	margin: 0 0 15px 0;
	padding: 0;
	
}

p span {
	font-size: 10px;
}

/*--------------------> Mast Selectors <--------------------*/

#mast {
	width: 1000px;
	height: 349px;
	display: block;
	position: absolute;
	top: 242px;
	left: 139px;
	background: url(../images/mast.png) top left no-repeat;
	margin: 0;
	padding: 0;
}

#flash-mast {
	display: none;

}

#cta-contact {
	width: 316px;
	height: 97px;
	display: block;
	position: absolute;
	right: 22px;
	bottom: 10px;
}	

#cta-contact div {
	width: 198px;
	height: 85px;
	display: block;
	text-align: center;
	padding: 12px 59px 0 59px;
	background: url(../images/cta-contact.png) top left no-repeat;
}

#cta-contact div a, #cta-contact div a:visited {
	color: #0088ce;
	text-decoration: underline;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #f3f3f3;
}

#cta-contact div a:hover {
	text-decoration: none;
	background-color: #f3f3f3;
}

#cta-contact div a#contactbutton {
	height: 52px;
	width: 198px;
	cursor: pointer;
	display: block;
	background: url(../images/contact-button.jpg) no-repeat top left;
	text-indent: -9999px;
	margin: 0 0 -5px 0;
	padding: 0;
}

#cta-contact div a#contactbutton:hover {
	background-position: bottom left;
}

/*#header #contact {
	width: 198px;
	height: auto;
	display: inline;
	float: right;
	margin-right: 20px;
	margin-top: 75px;
}

#header #contact p {
	margin-bottom: 0;
	text-align: center;
}

#header #contact a {
	display: block;
	height: 53px;
	width: 198px;
	background: url(../images/contact-button.png) top left no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
}

#header #contact a:hover {
	background-position: bottom left;
}*/

/*--------------------> Top Nav Selectors <--------------------*/

#top-navigation {
	width: 980px;
	height: 33px;
	padding: 0 9px;
	position: absolute;
	display: block;
	top: 209px;
	left: 140px;
	background: url(../images/background-content.png) top left repeat-y;
}

#top-navigation ul#nice-menu-1 {
	list-style: none;
	display: block;
	width: 964px;
	height: 33px;
	padding: 0 8px;
	background: url(../images/background-topnav.jpg) top left repeat-x;
	position: relative;
	z-index: 998;
}

#top-navigation ul#nice-menu-1 li {
	float: left;
	height: 33px;
	background: url(../images/topnav-dividers.jpg) top right no-repeat;
	display: inline;
	position: relative;
	width: auto;
}

/*#top-navigation ul li:hover {
	background: url(../images/topnav-dividers.jpg) bottom right no-repeat;
}*/

#top-navigation ul#nice-menu-1 li#magic-line { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 0; 
	height: 4px; 
	background: url(../images/magicline-hover.jpg) top left repeat-x; 
}

#top-navigation ul#nice-menu-1 li.lastitem {
	background: none;
}

#top-navigation ul#nice-menu-1 li a {
	width: auto;
	/*height: 25px;*/
	height: 25px;
	display: inline-block;
	float: left;
	/*padding: 4px 15px 0 14px;*/
	padding: 8px 15px 0 14px;
	background: none;
	margin-right: 1px;
	color: #0079b7;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

#top-navigation ul#nice-menu-1 li a:hover, #top-navigation ul#nice-menu-1 li a.active {
	background: url(../images/topnav-hover.jpg) top left repeat-x;
}

#top-navigation ul#nice-menu-1 ul {
	background: url(../images/background-subnav2.png) bottom left no-repeat;
	/*display: block;*/
	display: none;
	position: absolute;
	top: 33px;
	left: -4px;
	/*width: 304px;*/
	width: 221px;
	height: auto;
	padding: 0 5px 17px 5px;
	z-index: 998;
	/*visibility: hidden;*/
}

#top-navigation ul#nice-menu-1 li:hover ul {
	/*visibility: visible;*/
	display: block;
}

#top-navigation ul#nice-menu-1 ul li {
	background: none;
	width: 221px;
	height: auto;
	/*padding: 7px 0 0 0;*/
	padding: 0;
	margin: 0;
	display: block;
}

#top-navigation ul#nice-menu-1 ul li.first {
	background: url(../images/subnav-topgradient.jpg) top left repeat-x;
}

#top-navigation ul#nice-menu-1 ul li a {
	/*width: 280px;
	padding: 7px 12px 0 12px;*/
	display: block;
	width: 199px;
	padding: 4px 10px 3px 12px;
	height: auto;
	color: #0079b7;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background: none;
}

#top-navigation ul#nice-menu-1 ul li a:hover {
	background: #b3c1ce !important;
}

/*--------------------> Content Selectors <--------------------*/

#content {
	/*padding-top: 591px;*/
	margin-left: 140px;
	width: 980px;
	/*padding: 15px 30px;*/
	padding: 15px 9px 15px 9px;
	height: auto;
	position: relative;
	background: url(../images/background-content.png) top left repeat-y;
}

/*--------------------> Column Container Selector <--------------------*/

#column-container {
}

/*--------------------> Left Column Selectors <--------------------*/

#left-column {
}

#left-column h3 {
}

#left-column ul {
}

#left-column ul li {
}

/*--------------------> Mini Form Selectors <--------------------*/
#qc {
	width: 260px;
	padding: 10px 40px;
	height: 320px;
	display: block;
}

#qc h2 {
	font-size: 24px;
	color: #3463af;
	line-height: 24px;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
	text-align: center;
}

#qc ul {
	list-style: none;
	width: 260px;
	padding: 0;
	margin: 0;
}

#qc ul li {
	margin-bottom: 10px;
	width: 260px;
	padding: 0;
}

#qc form {
	width: 260px;
	padding:0;
}

#qc textarea {
	padding: 10px;
	width: 238px;
	border: #b4b9c5 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#qc input {
	padding: 10px;
	width: 238px;
	border: #b4b9c5 1px solid;
	font-size: 14px;
}

#qc input#button {
	width: 198px;
	height: 52px;
	display: block;
	margin-left: 31px;
	border: none;
	background: url(../images/send-button.jpg) top left no-repeat;
	text-indent: -9999px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
}

#qc input#button:hover {
	background-position: bottom left;
}

#qc p {
}

#qc a {
}

#qc a:hover {
}

/*--------------------> Form Selectors <--------------------*/
.address2 {
  display: none;
}
.valid {
  background-color: #D0ECAA !important;
}
.invalid {
  background-color: #EC8486 !important;
}

/*--------------------> Right Column Selector <--------------------*/
#right-column {
	width: 940px;
	padding: 0 20px;
	position: relative;
	padding-top: 5px;
}

#right-column span.print-link {
	display: block;
	width: 25px;
	height: 26px;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 40px;
	top: -50px;
}

#right-column span.print-link span.print_html{
	display: block;
	width: 25px;
	height: 26px;
	padding: 0;
	margin: 0;
}

#right-column span.print-link span.print_html a {
	display: block;
	width: 25px;
	height: 26px;
	padding: 0;
	margin: 0;
	background:url(../images/btn-print.jpg) top left no-repeat;
	text-indent: -9999px;
}

#right-column span.print-link span.print_html a img {
	display: none;
}

#right-column ul.links {
	list-style: none;
	display: block;
	position: absolute;
	right: 104px;
	top: -50px;
	height: 26px;
	width: 25px;
	margin: 0;
	padding: 0;
}

#right-column ul.links li.print_mail {
	display: block;
	height: 26px;
	width: 25px;
	margin: 0;
	padding: 0;
}

#right-column ul.links li.print_mail a.print-mail {
	display: block;
	width: 25px;
	height: 26px;
	margin: 0;
	padding: 0;
	background: url(../images/btn-email.jpg) top left no-repeat;
	text-indent: -9999px;
}

#right-column ul.links li.print_pdf {
	display: none;
}

#right-column h3 {
}

#right-column p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}

#right-column a#cta-tell-friend {
	display: block;
	width: 316px;
	height: 67px;
	position: absolute;
	top: 0;
	right: 12px;
	background:url(../images/cta-tell-a-friend.jpg) top left no-repeat;
	text-indent: -9999px;
}

#right-column a#cta-tell-friend span {
	display: block;
	width: 316px;
	height: 67px;
	background:url(../images/cta-tell-a-friend.jpg) bottom left no-repeat;
}

#right-column ul {
}

#right-column ul li {
}

#right-column ol {
}

#right-column ol li {
}

#content-header {
	width: 980px;
	height: 40px;
	display: block;
	margin-bottom: 15px;
	position: relative;
}

#content-header .breadcrumb {
	display: block;
	width: 620px;
	height: auto;
	padding: 10px 0 10px 20px;
	background: url(../images/background-breadcrumbs.png) top left repeat-y;
	color: #FFFFFF;
	font-size: 12px;
}

#content-header .breadcrumb a {
	color: #FFFFFF;
	text-decoration: underline;
}

#content-header .breadcrumb a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#content-header .contentbuttons {
	position: absolute;
	top: -7px;
	right: 12px;
	width: 203px;
	height: 38px;
	padding-top: 13px;
	padding-left: 113px;
	background: url(../images/background-header-buttons.png) top left no-repeat;
}

#content-header .contentbuttons a {
	display: block;
	height: 23px;
	width: 20px;
	margin-right: 4px;
	padding: 0;
	float: left;
}

#content-header .contentbuttons a.decreaseFont {
	width: 10px;
}

#content-header .contentbuttons a img {
	border: none 0;
}

/*--------------------> ctas <--------------------*/

#ctas {
	width: 970px;
	height: 182px;
	margin-left: 140px;
	padding: 0 9px 10px 19px;
	display: block;
	background: url(../images/background-content.png) top left repeat-y;
}

#ctas a {
	display: block;
	width: 318px;
	height: 182px;	
	padding: 0;
	margin: 0 3px 0 0;
	text-indent: -9999px;
	float: left;
}

#ctas a span {
	display: block;
	width: 318px;
	height: 182px;
	padding: 0;
	margin: 0;
}

#ctas a#cta-effective {
	background:url(../images/cta-effective.jpg) top left no-repeat;
}

#ctas a#cta-effective span {
	background:url(../images/cta-effective.jpg) bottom left no-repeat;
}

#ctas a#cta-proven {
	background:url(../images/cta-proven.jpg) top left no-repeat;
}

#ctas a#cta-proven span {
	background:url(../images/cta-proven.jpg) bottom left no-repeat;
}

#ctas a#cta-discreet {
	background:url(../images/cta-discreet.jpg) top left no-repeat;
}

#ctas a#cta-discreet span {
	background:url(../images/cta-discreet.jpg) bottom left no-repeat;
}

/*--------------------> Footer Selectors <--------------------*/
#footer {
	height: 64px;
	width: 940px;
	display: block;
	margin-left: 139px;
	background: url(../images/background-footer.png) top left no-repeat;
	padding: 4px 30px 15px 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer ul {
	list-style: none;
	width: 620px;
	height: auto;
	display: block;
	padding-top: 11px;
}

#footer ul li {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border-right: 1px solid #0079b7;
}

#footer ul li.last {
	border-right: none;
}

#footer ul li a {
	font-size: 14px;
	color: #0079b7;
	text-decoration: underline;
	padding: 1px 5px 0 0;
}

#footer ul li a:hover {
	text-decoration: none;
}

#footer p {
	margin-top: 10px;
	font-size: 10px;
	text-align: center;
}

#footer a#footerlogo {
	float: right;
	display: inline;
	height: 63px;
	width: 140px;
	text-indent: -9999px;
	background: url(../images/logo-footer.jpg) top left no-repeat;
}

#copyright {
	width: 1000px;
	display: block;
	margin-left: 139px;
	text-align: center;
	color: #eff0f0;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#copyright a, #copyright a:visited, #copyright a:active {
	color: #eff0f0;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

#copyright a:hover {
	text-decoration: none;
}

/*--------------------> Sitemap Selectors <--------------------*/
#sitemap {
}

#sitemap ul {
}

#sitemap ul li {
}

#sitemap ul li a {
}

#sitemap ul li a:hover {
}

#disclaimer {
}

/*--------------------> Disclaimer Selectors <--------------------*/

#disclaimer p {
}

#disclaimer a {
}

#disclaimer a:hover {
}
/*-------------------> Clearfix and sIFR Selectors, Please do not modify <--------------------*/
/* Clearfix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */
.brclear {
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;
}
/* sIFR http://www.mikeindustries.com/sifr/ Current Version 2.0.2 */
/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-flash + div[adblocktab=true] {
	display: none !important;
}
/* =============== you can edit these styles ====================== */
.sIFR-hasFlash h1, .sIFR-hasFlash h2 {
	visibility: hidden;
}

