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

body {
	background: #111 url(../images/bkgd2.jpg) center top no-repeat fixed;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	width: 940px;
	height: auto;
	position: relative;
	left: 50%;
	top: 0;
	margin-left: -470px;
}

a img {
	border: 0;
}

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

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


.center {
	text-align: center;
}

/*------------------ Header Selectors <--------------------*/
#header {
	width: 936px;
	height: auto;
	position: absolute;
	left: 4px;
	top: 11px;
	z-index: 5;
}

#header p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	text-align: right;
	padding: 8px 0 5px 0;
}

#header a {
	color: #fff;
	text-decoration: underline;
}

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

#header strong {
	font-size: 19px;
	font-weight: normal;
}

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

#mast {
	width: 400px;
	height: 280px;
	float: right;

}

#flash-mast {
	width: 400px;
	height: 225px;
	background: url(../images/video-bkgd.png) bottom right no-repeat;
	padding: 5px 5px 50px 5px;
}

/*------------------ Top Nav Selectors <--------------------*/
#top-navigation {
	width: 918px;
	height: 38px;
	position: absolute;
	left: 7px;
	top: 349px;
	background: url(../images/topnav.gif) left top no-repeat;
	padding: 5px;
}

#top-navigation a {
	text-decoration: none;
}

/*** ESSENTIAL STYLES ***/
#top-navigation .sf-menu, #top-navigation .sf-menu * {
	list-style: none;
}
#top-navigation .sf-menu {
	line-height: 1.0;
}
#top-navigation .sf-menu ul {
	position: absolute;
	top: -999em;
	width: 12em;  /*left offset of submenus need to match (see below) */
	background-color: #c077a5;
	border: 1px solid #923972;
	padding: 0;
}
#top-navigation .sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
#top-navigation .sf-menu li {
	float: left;
	position: relative;
}
#top-navigation .sf-menu a {
	display: block;
	position: relative;
}

#top-navigation .sf-menu ul li a {
	width: 11.4em;
	color: #fff;
	padding: 5px;
	text-decoration: none;
}

#top-navigation .sf-menu ul li a:hover {
	color: #fff;
	background-color: #6690cf;
}

#top-navigation .sf-menu li:hover ul, #top-navigation .sf-menu li.sfHover ul {
	left: 0;
	top: 45px;  /*match top ul list item height */
	z-index: 99;
}
#top-navigation ul.sf-menu li:hover li ul, #top-navigation ul.sf-menu li.sfHover li ul {
	top: -999em;
}
#top-navigation ul.sf-menu li li:hover ul, #top-navigation ul.sf-menu li li.sfHover ul {
	left: 12em; /* match ul width */
	top: 0;
}
#top-navigation ul.sf-menu li li:hover li ul, #top-navigation ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
#top-navigation ul.sf-menu li li li:hover ul, #top-navigation ul.sf-menu li li li.sfHover ul {
	left: 12em; /* match ul width */
	top: 0;
}


/*------------------ Column Container Selector <--------------------*/
#columns-top {
	padding-top: 406px;
}

#column-container {
	width: 924px;
	height: auto;
	background: url(../images/columns-bkgd.png) left top repeat-x;
	padding: 10px 8px 0 8px;
}

/*------------------ Left Column Selectors <--------------------*/
#left-column {
	width: 282px;
	height: auto;
	float: left;
	margin-top: 2px;
}

/* - Form Selectors - */
#qc {
	width: 278px;
	height: auto;
	background: url(../images/qc-bkgd.png) left top no-repeat;
	margin-top: -2px;
	margin-bottom: 19px;
	padding: 102px 4px 0 4px;
}

#qc textarea {
	width: 246px;
	height: 135px;
	margin-bottom: 5px;
	padding: 5px 14px;
	background: #eacee1 url(../images/textarea.gif) left top repeat-x;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #7b295e;
}

#qc input {
	width: 246px;
	height: 20px;
	margin-bottom: 5px;
	padding: 5px 14px;
	background: #eacee1 url(../images/input.gif) left top repeat-x;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #7b295e;
}

#submitBtn {
	width: 139px;
	height: 47px;
	display: block;
	float: right;
	margin-right: 3px;
}

#submitBtn input.submit{
	width: 139px;
	height: 47px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	background: url(../images/submitBtn.gif) left top no-repeat;
}

#submitBtn :hover input.submit{
	background-position: 0px -47px;
}

#qc p {
	font-size: 11px;
	padding: 10px 0 0 15px;
}

#qc a {
	color: #dbb7ce;
	text-decoration: underline;
}

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

#contact {
	width: 530px;
	height: auto;
	padding: 0 0 20px 20px;
}

#contact textarea {
	width: 500px;
	height: 200px;
	margin-bottom: 5px;
	padding: 5px 14px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7b295e;
}

#contact input {
	width: 500px;
	height: 20px;
	margin-bottom: 5px;
	padding: 5px 14px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7b295e;
}

/*-------- Form Selectors <----------*/
.address2 {
  display: none;
}
.valid {
  background: url(../images/input-valid.gif) left top repeat-x !important;
}
.invalid {
  background: url(../images/input-invalid.gif) left top repeat-x !important;
}

/*------------- Blog Nav <---------------*/

#blog-nav {
	background-color: #111;
	margin-top: 20px;
	padding: 20px 10px;
}

#blog-nav h3 {
	font-size: 18px;
	font-weight: normal;
}

#blog-nav ul {
	list-style: none;
}

#blog-nav ul li {
	font-size: 13px;
}

#blog-nav ul li a {
	color: #9fbfef;
	text-decoration: underline;
}

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

#powered-by {
	text-align: center;
	margin: 10px 0 0 0;
}

/*------------- CTAs <---------------*/

#cta {
	width: 278px;
	height: auto;
	padding: 0 4px;
}
#cta-2 {
	width: 278px;
	height: auto;
	padding: 0 4px;
}
.cta {
	width: 275px;
	height: 75px;
	display: block;
	margin-bottom: 16px;
}

#virtual-consultation-cta {
	background: url(../images/virtual-consultation-cta.gif) left top no-repeat;
}

#virtual-consultation-cta:hover {
	background-position: 0 -75px;
}

#financing-cta {
	background: url(../images/financing-cta.gif) left top no-repeat;
}

#financing-cta:hover {
	background-position: 0 -75px;
}

#blog-cta {
	background: url(../images/blog-cta.gif) left top no-repeat;
}

#blog-cta:hover {
	background-position: 0 -75px;
}
#blog-cta-1 {
	background: url(images/blog-cta-pal.gif) left top no-repeat;
}

#blog-cta:hover-1 {
	background-position: 0 -75px;
}
#patient-blog-cta {
	background: url(../images/patient-blog-cta.gif) left top no-repeat;
}

#patient-blog-cta:hover {
	background-position: 0 -75px;
}

#gallery-cta {
	background: url(../images/gallery-cta.gif) left top no-repeat;
}

#gallery-cta:hover {
	background-position: 0 -75px;
}

#index-side-div {
	width: 208px;
	height: auto;
	display: block;
	float: right;
	margin: 0 0 10px 10px;
}

#breast-aug-fat-cta {
	width: 208px;
	height: 50px;
	display: block;
	float: right;
	margin: 0 0 10px 10px;
	background: url(../images/cta-breast-aug-with-fat.gif) left top no-repeat;
}

#breast-aug-fat-cta:hover {
	background-position: 0 -50px;
}

#recovery-cta {
	width: 208px;
	height: 50px;
	display: block;
	float: right;
	margin: 10px 0 10px 10px;
	background: url(../images/recovery-cta.gif) left top no-repeat;
}

#recovery-cta:hover {
	background-position: 0 -50px;
}

#social {
	width: 267px;
	height: 67px;
	background: url(../images/social-networking-bkgd.gif) left top no-repeat;
	margin-bottom: 16px;
	padding: 4px;
}

#facebook {
	width: 131px;
	height: 67px;
	display: block;
	float: left;
	margin-right: 4px;
	background: url(../images/facebook.gif) left top no-repeat;
}

#facebook:hover {
	background-position: 0 -67px;
}

#twitter {
	width: 131px;
	height: 67px;
	display: block;
	float: left;
	background: url(../images/twitter.gif) left top no-repeat;
}

#twitter:hover {
	background-position: 0 -67px;
}
#review {
	background: url(../images/review.gif) left top no-repeat;
}

#review:hover {
	background-position: 0 -75px;
}

#promo {
	width: 275px;
	height: 75px;
	margin-top: 0 0;
	position:absolute;
	top:250px;
	left:5px;
}

#promo a {
	width: 275px;
	height: 75px;
	display: block;
	background-image:url(../images/promo-cta.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#promo a:hover {
	background-position: 0 -75px;
}

#liquid-gold {
	width: 275px;
	height: 75px;
	margin-top: 0 0;
	position:absolute;
	top:170px;
	left:5px;
}

#liquid-gold a {
	width: 275px;
	height: 74px;
	display: block;
	background:url(../images/liquidgold-cta.png) top left no-repeat;
}

#liquid-gold a:hover {
	background:url(../images/liquidgold-cta.png) bottom left no-repeat;
}
/*------------------ Right Column Selector <--------------------*/
#right-column {
	width: 583px;
	height: auto;
	float: right;
	background-color: #151515;
	font-size: 14px;
	color: #f0dbea;
	line-height: 24px;
	padding: 19px 27px 10px 23px;
}

h1 {
	font-size: 30px;
	font-weight: normal;
	color: #c481ab;
	padding-bottom: 7px;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	color: #6690cf;
	border-bottom: 1px solid #6690cf;
	margin-bottom: 7px;
	padding: 3px 0 15px 0;
}

#right-column h3 {
	font-size: 18px;
	font-weight: normal;
	color: #c481ab;
	margin: 10px 0;
}

#right-column p {
	padding: 15px 0;
}

.breast-photo {
	float: right;
	background: url(../images/photo-bkgd.gif) left top repeat-x;
	padding: 4px 4px 0 4px;
	margin: 0 0 10px 10px;
}

#right-column a {
	color: #9fbfef;
	text-decoration: underline;
}

#right-column a:hover {
	text-decoration: none;
}

#right-column ul, #right-column ol {
	padding-left: 30px;
}

#contact-info {
	font-size: 14px;
	color: #9fbfef;
	line-height: 24px;
	text-align: center;
	padding: 15px 0;
}

#map {
	width: 580px;
	height: 400px;
	border: 2px solid #c481ab;
	color: #000;
}

/*------------------ Footer Selectors <--------------------*/

#footer {
	width: 100%;
	height: auto;
	background-color: #191919;
	padding-top: 25px;
}

#sitemapBtn {
	width: 150px;
	height: 45px;
	display: block;
	position: relative;
	left: 50%;
	top: 0;
	margin: 5px 0 0 -408px;
	text-decoration: none;
}

#sitemap {
	width: 910px;
	height: auto;
	position: relative;
	margin: 0 auto;
	text-transform: uppercase;
}

#sitemap ul {
	list-style: none;
	width: 300px;
	height: auto;
	float: left;
}

#sitemap ul li {
	width: 303px;
	line-height: 18px;
	margin-bottom: 22px;
}

#sitemap ul li a {
	font-size: 14px;
	color: #c481ab;
	text-decoration: none;
}

#sitemap ul li a:hover {
	text-decoration: underline;
}

#sitemap ul li a strong {
	font-size: 18px;
	font-weight: normal;
	color: #fff;
}

/*------------------ Disclaimer Selectors <--------------------*/
#disclaimer {
	width: 910px;
	height: auto;
	position: relative;
	margin: 0 auto;
	padding: 9px 0 8px 0;
	border-top: 1px solid #9c9693;
	font-size: 11px;
	color: #fff;
	line-height: 14px;
}

#disclaimer p {
	padding: 8px 0 9px 0;
}

#disclaimer a {
	color: #9c9693;
	text-decoration: none;
}

#disclaimer a:hover {
	color: #bcbcbc;
	text-decoration: underline;
}

/*----------------- 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 h3 {
	visibility: hidden;
}
.gallery_img {
	float: left;
	height: auto;
	width: auto;
	padding-right: 20px;
}
.gallery_object hr {
	border-bottom-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6690CF;
	border-right-color: #6690CF;
	border-bottom-color: #6690CF;
	border-left-color: #6690CF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	color: #6690CF;
	background-color: #6690CF;
	height: 1px;
	width: auto;
	padding: 0px;
	margin-top: 5px;
}

#right-column .cup-size {
	width: 170px;
	height: 40px;
	padding: 0 0 10px 80px;
}

#right-column .cup-size a {
	width: 150px;
	height: 20px;
	display: block;
	padding: 10px;
	background: url(../images/cup-button.gif) left top repeat-x;
	border: 1px solid #8c336c;
	font-size: 16px;
	font-weight: bold;
	color: #6a204f;
	text-decoration: none;
}

#right-column .cup-size a:hover {
	background: url(../images/cup-button-hover.gif) left top repeat-x;
	border: 1px solid #2a4d81;
	color: #2a4d81;
}

