/*------------------ Global Selectors <--------------------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000000;
	background-image: url(../images/body-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
}
#container {
	margin: 0px 0px 0px -460px;
	position: relative;
	left: 50%;
	width: 920px;
}

span.hr {
}

/*-----------------rss feed2js styling-------------*/

#blog-rss-wrapper {
    
}
#blog-rss-wrapper #blog-rss {
    font-size: 12px;
    line-height: 16px;
}
#blog-rss .rss-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 5px;
}
#blog-rss a {
    text-decoration: underline!important;
}
#blog-rss a:hover {
    text-decoration: none!important;
}

#blog-rss-wrapper #blog-rss ul {
	margin: 0px!important;
	}
li.rss-item {
    list-style: none outside none!important;
    padding-bottom: 10px!important;
}

/*------------------ Header Selectors <--------------------*/
#header {
	height: 97px;
	width: 860px;
	position: absolute;
	left: 0;
	top: 0px;
	margin-left: 30px;
	z-index:999;
}
#header #logo {
	float: left;
	height: 97px;
	width: 247px;
}
#header #logo img {
	border: none;
}

#header-contact-search-wrapper{
width:320px;
height: auto;
position: relative;
float:right;
}

#google-mini-search-bar {
	float: right;
	margin-top: 5px;
}

#google-mini-search-bar input {
	width: 175px;
	height: 21px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 2px;
}

#google-mini-search-bar input.search-submit {
	background: url(../images/search-btn.gif) left top no-repeat;
	cursor: pointer;
	width: 100px;
	height: 25px;
	border:none;
	margin-left: 5px;
}

#google-mini-search-bar ul{
list-style-type: none;
}

#google-mini-search-bar li{
float: left;
}

#headercontact {
float: left;
position: relative;
color: #a8a6a7;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 13px;
line-height: 19px;
margin-top: 41px;
}

#headerphonenumber {
color: #900200;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 20px;
letter-spacing: 0px;
float: right;
margin-top: 5px;
position: relative;
}

/*------------------ Top Nav Selectors <--------------------*/
#header #top-navigation {
	height: 97px;
	width: 613px;
	float: left;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			12em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left:			0;
	top:			99px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			0;
}
/*** DEMO SKIN ***/
.sf-menu {
	
}
.sf-menu a {
	text-decoration:none;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.sf-menu span {
	display:none;
}
.sf-menu li li a, .sf-menu li li li a {
	padding:8px;
}
.sf-menu a.home {
	background-image: url(../images/top-nav-home.jpg);
	height: 97px;
	width: 104px;
}
.sf-menu a.home:hover {
	background-image: url(../images/top-nav-home-over.jpg);
}
.sf-menu a.about {
	background-image: url(../images/top-nav-about.jpg);
	height: 97px;
	width: 77px;
}
.sf-menu a.about:hover {
	background-image: url(../images/top-nav-about-over.jpg);
}
.sf-menu a.procedures {
	background-image: url(../images/top-nav-procedures.jpg);
	height: 97px;
	width: 127px;
}
.sf-menu a.procedures:hover {
	background-image: url(../images/top-nav-procedures-over.jpg);
}
.sf-menu a.blog {
	background-image: url(../images/top-nav-blog.jpg);
	height: 97px;
	width: 63px;
}
.sf-menu a.blog:hover {
	background-image: url(../images/top-nav-blog-over.jpg);
}
.sf-menu a.news {
	background-image: url(../images/top-nav-news.jpg);
	height: 97px;
	width: 74px;
}
.sf-menu a.news:hover {
	background-image: url(../images/top-nav-news-over.jpg);
}
.sf-menu a.faq {
	background-image: url(../images/top-nav-faq.jpg);
	height: 97px;
	width: 58px;
}
.sf-menu a.faq:hover {
	background-image: url(../images/top-nav-faq-over.jpg);
}
.sf-menu a.contact {
	background-image: url(../images/top-nav-contact.jpg);
	height: 97px;
	width: 110px;
}
.sf-menu a.contact:hover {
	background-image: url(../images/top-nav-contact-over.jpg);
}
.sf-menu a, .sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
	color:	#fff;
}
.sf-menu a:hover, .sf-menu a:hover { /* visited pseudo selector so IE6 applies text colour*/
	
}
.sf-menu li {
}
.sf-menu li li {
	/*border-bottom: #333333 1px solid;*/
	background-color: #000;
}
.sf-menu li li li {
	background-color: #000;
}
.sf-menu li li li li {
	background-color: #000;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	/*outline:0;
	background-color: #FFFFFF;*/
	background: url(../images/nav-sub-bg.gif) no-repeat bottom left #000000;
}
/*------------------ Mast Selectors <--------------------*/
#mast {
	background-image: url(../images/mast-bg.jpg);
	height: 303px;
	width: 860px;
	position: absolute;
	left: 0px;
	top: 97px;
	margin-left: 30px;
	z-index: 10;
}
#mast #flash-mast {
}
#mast #flash-mast p {
}
/*------------------ Content Selectors <--------------------*/
#content {
	position: relative;
	height: 108px;
	width: 920px;
	background-color: #000000;
	background-image: url(../images/content-bg.jpg);
	left: 0px;
	top: 400px;
	margin-bottom: 400px;
	background-repeat: no-repeat;
}
#left-column {
	height: auto;
	width: 600px;
	margin-right: 30px;
	float: left;
}
#right-column {
	float: left;
	height: auto;
	width: 250px;
}
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #b2b2b2;
	padding-top: 30px;
	padding-left: 60px;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #666666;
	padding-left: 60px;
	padding-bottom: 30px;
}
#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #666666;
	padding-left: 60px;
	padding-bottom: 21px;
}
#content p, blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 21px;
	color: #b2b2b2;
	padding-top: 0px;
	padding-right: 30px;
	padding-left: 60px;
	padding-bottom: 21px;
}
#content a:link, #content a:visited {
	color: #bf0202;
	text-decoration: underline;
}
#content a:active, #content a:hover {
	color: #ffffff;
}
#content ul {
	padding-left: 90px;
	padding-bottom: 11px;
	
}
#content ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 21px;
	color: #b2b2b2;
	padding-bottom: 5px;
	
}
#content ol {
	padding-left: 90px;
	padding-bottom: 11px;
}
#content ol li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 21px;
	color: #b2b2b2;
	padding-bottom: 11px;
}
#content p.hr {
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#content p.hr2 {
	padding-top: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}

#left-column p {
	padding:10px 25px;
	
}

#left-column ul {
	padding-left: 70px;
	
}

#left-column li {
	padding: 5px 0;
	
}

#left-column ul ul li {
	list-style-type:none;
	padding:5px 0;
	
}

#left-column a.sitemap-link {

color: #bf0202 !important;

}


#left-column a:link, #left-column a:visited {
	color: #ffffff;
	text-decoration: underline;
}
#left-column a:active, #left-column a:hover {
	color: #bf0202;
}

a.sitemap-link , a.sitemap-link:visited {
	color: #bf0202;
	text-decoration: underline;
}
.sitemap-link a:active, .sitemap-link a:hover {
	color: #ffffff;
}


#map {
	margin: 30px 0px 0px 60px;
}
#rss {
	margin: 30px 0px 0px 60px;
}
table td {
	text-align: center;
}
#gallery h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #666666;
	padding: 11px;
	text-align: center;
}
.gallery-procedures{
}
.gallery-procedures ul{
	float: left;
	height: auto;
	width: 150px;
	margin: 0px!important;
	padding: 0px 0px 0px 90px!important;
}
.gallery-procedures ul ul{
	padding: 0px 0px 0px 15px!important;
}
table.gallery {
	background-color: #1a1a1a;
	margin-top: 21px;
	margin-bottom: 21px;
	height: auto;
	width: 400px;
	margin-left: 60px;
}
table.gallery th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
table.gallery tr {
}
table.gallery img {
	border: 1px #fff solid;
}
table.gallery td {
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
	text-align: center;
	vertical-align: top;
}
table.galleryBA {
	background-color: #1a1a1a;
	margin-top: 21px;
	margin-bottom: 21px;
	margin-left: 60px;
	height: auto;
}
table.galleryBA th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
table.galleryBA tr {
}
table.galleryBA td {
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
}
table.galleryBA img {
	border: 1px #fff solid;
}

#femaleProc {
	float: left;
	width: 250px;
}
#maleProc {
	float: left;
	width: 250px;
	margin-left: 20px;
}
.proc {
	margin-top: 20px;
	margin-bottom: 20px;
}
.proc ul {
	margin: 0px;
	padding: 0px;
}
.proc ul li {
}
.picInset {
	float: right;
	border: 2px solid #C8DBDE;
	margin-bottom: 21px;
	margin-left: 21px;
}
/*------------------ CTA Selectors <--------------------*/
#cta {
	float:left;
	margin-top: 30px;
	padding: 0px;
}

#cta ul h3 {
	padding: 0;
}

#cta ul {
	float: left;
	display: block;
	width: 248px;
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
}


#cta p.disclaimer {
	margin: 0 0 25px 0;
	padding: 0;
	font-weight: bold;
}

/*-------------------- Page 1 Forms <---------------------*/
#cta #qc {
	background-image: url("../images/bg-qc.jpg");
    background-repeat: no-repeat;
    border: 1px double #6e0707;
    float: left;
    height: 292px;
    padding: 10px;
    width: 227px;
	margin-bottom: 6px;

	}
#cta #qc form {
	padding-top: 40px;
}
#cta #qc ul {
	list-style-type: none;
}
#cta #qc ul li {
}
#cta #qc div {
}


#cta #qc input {
	background-color: #450303!important;
	height: 23px;
	width: 220px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #B2B2B2;
	padding-left: 5px;
	border: 1px solid #6e0707;
	margin-top: 5px;

}
#cta #qc textarea {
	background-color: #450303!important;
	height: 45px;
	width: 220px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #B2B2B2;
	padding-left: 5px;
	overflow: auto;
	border: 1px solid #6e0707;
	padding-top: 5px;
}
#cta #qc input.select {
}
#cta #qc input.button {
	float: right;
	height: 40px;
	width: 90px;
}
#cta #qc span.btn input.button{
	padding: 0;
	height: 25px;
	width: 100px;
	display: ;
	border: none;
	float:right;
	background-image: url(../images/btn-submit.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
}
#cta #qc span.btn:hover input.button{
	background-position: left bottom;
}
#cta #qc a {
	float:left;
	padding-top: 0px;
	padding-left: 0px;
}

#cta #qc p.qctextinfo {
margin: 3px 0 0 4px!important;
padding: 0px!important;
float: left;
}

#cta #qc .qctextinfo .required {
color: #ffffff;
font-size: 11px;

}
#cta #qc a:link, #cta #qc a:visited {
	color: #bf0202;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#cta #qc a:active, #cta #qc a:hover {
	color: #ffffff;
}
#cta #qc .address2 {
	display:none;
}
#cta #qc .valid {
	background-color: #007940!important;
	color: #FFFFFF!important;
}

#cta #qc .invalid {
	background-color: #F00000!important;
	color: #FFFFFF!important;
}



/*-------------------- ten-secrets-form.html qc in content area of page. <---------------------*/
#left-column #qc-ten-secrets {
	background-image: url("../images/ten-things-bg.jpg");
    background-repeat: no-repeat;
    border: 1px double #6e0707;
    float: left;
    height: 365px;
    padding: 0px 10px 0px 10px;
    width: 490px;
    margin-top: 20px;
	margin-left: 25px;
	
	}
#left-column #qc-ten-secrets form {
	padding-top: 40px;
}
#left-column #qc-ten-secrets ul {
	list-style-type: none;
	padding: 0 0 0 0!important;
}
#left-column #qc-ten-secrets ul li span.checktext {
color: #B2B2B2;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 12px;

}

#left-column #qc-ten-secrets div {
}


#left-column #qc-ten-secrets input {
	background-color: #450303!important;
	height: 23px;
	width: 480px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #B2B2B2;
	padding-left: 5px;
	border: 1px solid #6e0707;
	margin-top: 5px;

}

#left-column #qc-ten-secrets input.checkboxes {
	width: 15px!important;
	margin: 0 5px; 0 0;
	float: left;
	background-color: #000000;
	border: none;


}



#left-column #qc-ten-secrets textarea {
	background-color: #450303!important;
	height: 45px;
	width: 480px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #B2B2B2;
	padding-left: 5px;
	overflow: auto;
	border: 1px solid #6e0707;
	padding-top: 5px;
	
}
#left-column #qc-ten-secrets input.select {
}
#left-column #qc-ten-secrets input.button {
	float: right;
	height: 40px;
	width: 90px;
}
#left-column #qc-ten-secrets span.btn input.button{
	padding: 0;
	height: 25px;
	width: 100px;
	display: ;
	border: none;
	float:right;
	background-image: url(../images/btn-submit.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color:  transparent !important;
	margin-top: -50px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
}
#left-column #qc-ten-secrets span.btn:hover input.button{
	background-position: left bottom;
	

}
#left-column #qc-ten-secrets a {
	float:left;
	padding-top: 0px;
	padding-left: 0px;
}

#left-column #qc-ten-secrets p.qctextinfo {
margin: 3px 0 0 4px!important;
padding: 0px!important;
float: left;
}

#left-column #qc-ten-secrets .qctextinfo .required {
color: #ffffff;
font-size: 11px;

}
#left-column #qc-ten-secrets a:link, #cta #qc a:visited {
	color: #bf0202;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#left-column #qc-ten-secrets a:active, #cta #qc a:hover {
	color: #ffffff;
}
#left-column #qc-ten-secrets .address2 {
	display:none;
}
#left-column #qc-ten-secrets .valid {
	background-color: #007940!important;
	color: #FFFFFF!important;
}

#left-column #qc-ten-secrets .invalid {
	background-color: #F00000!important;
	color: #FFFFFF!important;
}
/*-------------------- Page 1 Forms <---------------------*/
#contact {
	height: auto;
	width: 540px;
	margin-left: 60px;
	margin-top: 30px;
}
#contact form {
	height: auto;
	width: 540px;
}
#contact ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#contact ul li {
	margin-bottom: 15px;
}
#contact div {
}
#contact input {
	height: 25px;
	width: 540px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
#contact select {
	height: 29px;
	width: 544px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
#contact textarea {
	height: 100px;
	width: 540px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
#contact input.select {
}
#contact input.button {
}
.address2 {
	display:none;
}

#blogger-navigation {
}
#blogger-navigation h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #EFEFEF;
	font-weight: normal;
}
#blogger-navigation ul {
	margin: 0px;
	padding: 0px;
}
#blogger-navigation ul li {
	margin-left: 30px;
}
#blogger-navigation ul li a {
	color: #BF0202;
}
#blogger-navigation ul li a:link, #blogger-navigation ul li a:visited {
}
#blogger-navigation ul li a:hover, #blogger-navigation ul li a:active {
}
#blogger-navigation #powered-by {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#cta #patient-container {
	float:left;
	clear:both;
}
#cta #patient-container #patient-images {
	height: 78px;
	width: 246px;
	margin-bottom: 30px;
	border: 1px solid #6e0707;

}
#cta #patient-container #patient-images a {
	background-image: url(../images/cta-image-gallery.jpg);
	background-position: 0px -78px;
	display:block;
	height: 78px;
	width: 246px;
}
#cta #patient-container #patient-images a:hover {
	background-position: 0px 0px;
}
#cta #patient-container #patient-testimonials {
	height: 78px;
	width: 246px;
	margin-bottom: 30px;
	border: 1px solid #6e0707;

}
#cta #patient-container #patient-testimonials a {
	background-image: url(../images/cta-patient-testimonials.jpg);
	background-position: 0px -78px;
	display:block;
	height: 78px;
	width: 246px;
}
#cta #patient-container #patient-testimonials a:hover {
	background-position: 0px 0px;
}
#cta #patient-container #bridal-cta {
	height: 78px;
	width: 246px;

}
#cta #patient-container #bridal-cta a {
	background-image: url(../images/bridal-cta.jpg);
	background-position: 0px 0px;
	display:block;
	height: 78px;
	width: 246px;
}
#cta #patient-container #bridal-cta a:hover {
	background-position: 0px -78px;
}
#cta #patient-container #patient-blog {
	height: 78px;
	width: 246px;
	margin-top: 30px
}
#cta #patient-container #patient-blog a {
	background-image: url(../images/blog-cta.jpg);
	background-position: 0px -78px;
	display:block;
	height: 78px;
	width: 246px;
}
#cta #patient-container #patient-blog a:hover {
	background-position: 0px 0px;
}

#ten-things-cta {
	height: 120px;
	width: 246px;
	margin-top: 20px;
	float: left;
	border: 5px solid #6e0707;

}

#ten-things-cta a{
	background-image: url(../images/ten-things-cta.jpg);
	background-position: 0px 0px;
	display:block;
	height: 120px;
	width: 246px;
}

#ten-things-cta a:hover {
	background-position: 0px -120px;
}

#cta #video {
	height: 188px;
	width: 248px;
	float: left;
	padding: 0px;
	border: 5px solid #6e0707;
	margin: 30px 0 30px -2px;
}
#information {
	width: 248px;
	height:auto;
	float:left;
	clear:both;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#information p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #b2b2b2;
	margin: 0px;
	padding: 0px;
}
/*------------------ Footer Selectors <--------------------*/
#footer-container {
	float: left;
	height: auto;
	width: 860px;
	margin-top:30px;
}
#footer-container #footer-top {
	height: 22px;
	float: left;
	width: 860px;
	padding-bottom: 30px;
}
#footer-container #footer-button {
	padding-left:60px;
	height: 22px;
	width: 102px;
	float: left;
}
#footer-container #footer-button a {
	background-image: url(../images/btn-sitemap.jpg);
	background-position: 0px 0px;
	display: block;
	height: 18px;
	width: 102px;
}
#footer-container #footer-button a:hover {
	background-position: 0px 18px;
}
#footer-container #footer-copyright {
	float: right;
}
#footer-container #footer-copyright p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
#footer-container #footer-copyright a:link {
}
#footer-container #footer-copyright a:hover, #footer-container #footer-copyright a:active {
}
/*------------------ Disclaimer Selectors <--------------------*/
#footer-container #disclaimer {
	clear: both;
	float: left;
	height: auto;
	width: 860px;
	margin: 0px 0px 30px 60px;
}
#footer-container #disclaimer p {
	margin: 0px;
	padding: 0px;
	color: #333333;
}
#footer-container #disclaimer a:link, #footer-container #disclaimer a:visited {
}
#footer-container #disclaimer a:hover, #footer-container #disclaimer a:active {
}

#footer-container #sitemap {
	height: auto;
	width: auto;
	padding-left: 60px;
}
#footer-container #sitemap ul {
	padding-left: 0px;
	list-style-type: none;
}
#footer-container #sitemap ul.column1 {
	width:246px;
	height: auto;
	float:left;
}
#footer-container #sitemap ul.column2 {
	width:246px;
	height: auto;
	float:left;
	padding-left: 30px;
}
#footer-container #sitemap ul.column3 {
	width:246px;
	height: auto;
	float:left;
	padding-left: 30px;
}
#footer-container #sitemap ul li {
	padding:0px;
	margin: 0px;
	line-height:normal;
}
#footer-container #sitemap ul li ul {
	padding-left: 30px;
}
#footer-container #sitemap ul li ul li {
}
#footer-container #sitemap ul li ul li ul {
	padding-left: 30px;
}
#footer-container #sitemap ul li ul li ul li {
}
#footer-container #sitemap a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #454545;
}
#footer-container #sitemap a:link, #footer-container #sitemap a:visited {
}
#footer-container #sitemap a:hover, #footer-container #sitemapup a:active {
	color: #666666;
}
/*----------------- 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;
}

/* Three states for the mini contact form */
.default_input {
	background-color: transparent !important;
}
.valid {
	background-color: #007940!important;
	color: #FFFFFF!important;
}
.invalid {
	background-color: #F00000!important;
	color: #FFFFFF!important;
}
/*------------------ Bridal Template Selectors <--------------------*/
body.bridal {
	background-color: #FFCCCC;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	padding-top:20px;
}
#content.bridal {
	position: relative;
	height: 108px;
	width: 920px;
	background-color: #FFCCCC;
	background-image: none ;
	left: 0px;
	top: 400px;
	margin-bottom: 400px;
	background-repeat: no-repeat;
}
#content.bridal h1{
	color:#333333;
}
#content.bridal h2, #content.bridal h3 {
	color:#CC3366;
}
#content.bridal ul li{
	color:#993333;
}
#content.bridal #hcard-Vasdev-Rai p {
	color:#CCCCCC;
}

#content.bridal p, blockquote{
	color:#333333;
	margin-top:-20px;
}
#content-background {
	position:absolute;
	width:920px;
	height:auto;
	background:url(../images/bridal-background.jpg) repeat-y;
}
#mast.bridal {
	background-image: url(../images/mast-bg2.jpg);
	height: 303px;
	width: 860px;
	position: absolute;
	left: 0px;
	top: 97px;
	margin-left: 30px;
	z-index: 10;
}
#google-mini-search-bar.bridal {
	width: 345px;
	height: 35px;
	position: absolute;
	left: 630px;
	top: 135px;
	padding-left: 50px;	
}
#google-mini-search-bar.bridal form ul li input{
	width: 176px;
/*	background-color:#000000;*/
}
/*#google-mini-search-bar.bridal form ul li input.search-submit{
}*/
#google-mini-search-bar.bridal ul{
	list-style:none;
}
/*#footer-container #footer-button.bridal {
	padding-left:60px;
	height: 22px;
	width: 102px;
	float: left;
}*/
#footer-container #footer-button.bridal a {
	background-image: url(../images/btn-sitemap2.png);
	background-position: 0px 0px;
	display: block;
	height: 18px;
	width: 102px;
	
}
#footer-container #footer-button.bridal a:hover {
	background-image: url(../images/btn-sitemap2.png);
	background-position: 0px 18px;
}
#information.bridal p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-align:center;
/*	color: #000000;*/
	margin: 0px;
	padding: 0px;
}
#right-column.bridal {
	float: left;
	height: auto;
	width: 250px;
	background-color:#000000;
}
#left-column.bridal {
	height: auto;
	width: 590px;
	margin-right: 0px;
	margin-left:40px;
	background-color:#FFFFFF;
}
#left-column.bridal a:link, #left-column.bridal a:visited {
	color:#CC6699;
}
#left-column.bridal a:active, #left-column.bridal a:hover{
	color:#bf0202;
}
#site-family {
	
	width:auto;
	margin:0 auto;
	padding-top:-30px;
}
#site-family p{
	line-height:12px;
	margin-bottom:-20px;
}
#site-family .blog{
	height:60px;
	width:65px;
}
#site-family .blog img{
	border-color:#999999;
	border:2;
	border-style:solid;
}
#site-family .facelift{
	height:60px;
	width:90px;
}
#site-family .facelift img{
	border-color:#7F5A1D;
	border:2;
	border-style:solid;
}	
#site-family .lipo{
	height:60px;
	width:115px;
}
#site-family .lipo img{
	border-color:#99FFFF;
	border:2;
	border-style:solid;
}	
#site-family .labia{
	height:60px;
	width:130px;
}
#site-family .labia img{
	border-color:#FFFF00;
	border:2;
	border-style:solid;
}
#site-family .breast{
	height:60px;
	width:130px;
}
#site-family .breast img{
	border-color:#CF25FF;
	border:2;
	border-style:solid;
}
#site-family .main{
	border-color:#FF0000;
	border-width:1px;
	height:60px;
	width:98px;
}
#site-family .main img{
	border-color:#FF0000;
	border:2;
	border-style:solid;
}
#site-family .check{
	margin-top:0px;
}

#social-media {
	float: left;
	width: 250px;
	height: 45px;
	margin: 15px 80px;
	}
	
#social-media img {
	float: left;
	border: none;
	margin: 0 5px 0 0;
	padding: 0;
}


