@charset "utf-8";
/* CSS Document */

* {
margin: 0;
padding: 0;
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
}

html, body {
height: 100%;
}
		
body {
background: url(../images/bg-grey.png) #e7e7e7;
color: #333;
}

a {
color: #ed1555;
}

	a:hover {
	color: #9b06ad;
	}
	
	#content a, #footer a {
	text-decoration: none;
	border-bottom: 1px dotted #ed1555;
	}
	
		#content a:hover, #footer a:hover {
		border-bottom: 1px solid #9b06ad;
		}
	
	a.noborder {
	border: none !important;
	}
	
	a img, .imgLink a {
	border: none !important;
	}
	
p {
margin: 12px 0;
line-height: 1.25em;
}

h1, h1 * {
font-size: 30px;
letter-spacing: -2px;
line-height: 1.15em;
color: #b5033d;
text-align: center;
}

h2, h2 * {
font-weight: normal;
font-size: 24px;
letter-spacing: -1px;
line-height: 1.15em;
margin-top: 5px;
color: #b5033d;
text-align: center;
}

	h2 sup {
	font-size: 14px;
	}

h3, h3 * {
font-weight: normal;
font-size: 18px;
line-height: 1.15em;
margin-top: 5px;
color: #333;
text-align: center;
}

h1, h2, h3 {
margin-bottom: 15px !important;
}

.small, .copyrightNoLinks, #footer .copyright {
font-size: 11px;
line-height: 11px;
}

.left {
float: left;
}

	img.left {
	margin: 0 10px 10px 0;
	}
	
	#successStories img.left {
	margin: -5px 10px 10px 0;
	}

.right {
float: right;
}

	img.right {
	margin: 0 0 10px 10px;
	}

.center {
margin: 0 auto;
}

p.center {
text-align: center;
}

.clear {
clear: both;
height: 0;
line-height: 0;
}
	
.highlight {
background-color: #f2c9cb;
}

.topSpace {
margin-top: 20px;
}

.bottomSpace {
margin-bottom: 20px;
}

.none {
margin: 0 !important;
padding: 0 !important;
}

.noBottom {
margin-bottom: 0 !important;
}

.noLeft {
margin-left: 0 !important;
}

div.hr {
width: 95%;
height: 3px;
margin: 15px auto;
border-bottom: 4px double #DBDBDB;
}

div.hr hr {
display: none;
}
	

/* Layout */

#background {
background: url(../images/bg-top.png) repeat-x;
position:relative;
min-height:100%;
_height:100%; /* for IE6 as it doesnt understand min-height */
}

#container {
width: 958px;
margin: 0 auto;
padding-bottom:179px; /* footer height */
}

/* Right Bar */

#rightBar {
width: 624px;
float: right;
}
	.boxFull, .boxCenter, .boxText {
	margin: 0 auto 15px auto;
	}
	
	.boxText {
	text-align: center;
	}
	
		.boxText p {
		font-size: 15px;
		}
	
	.boxCenter {
	width: 613px;
	border: 1px solid #ca8395;
	}
	
	.boxWhite {
		background: #FFF;
	}
	
	.boxPink {
		background: #fde7ed;
	}

		.boxWhite, .boxPink {
		padding: 20px 0 0 0; 
		}	
	
		.boxWhite p, .boxPink p {
		margin: 0 20px 20px 20px; 
		}
		
	#rightBar ul {
	display: block;
	margin-bottom: 15px;	
	}
	
		#rightBar ul li {
		margin: 4px 20px;
		background: url(../images/bullet-pos.gif) no-repeat;
		list-style-type: none;
		padding-left: 22px;
		font-weight: bold;
		color: #af3258;
		}
		
		#rightBar ul.neg li {
		background: url(../images/bullet-neg.gif) no-repeat 0 1px;
		}
		
		#rightBar ul.twoCol li {
		width: 38%;
		display: block;
		margin: 2px 20px;
		float: left;	
		}
		
	.header {
	display: block;
	margin: 0 auto 15px auto;
	}
	
		.boxText .header {
		margin: 15px auto;
		}	
		
.orderPage, .contactPage {
margin-top: 25px;
}

#upgrade {
background: #fde7ed;
padding: 20px;
margin: 15px;
border: 1px dotted #ca8395;
text-align: center;
}

	#upgrade p {
	margin: 0;
	}
	
	#upgrade div {
	margin: 15px 0 0 0;
	padding: 5px;
	background: url(../images/steps/highlightheader-bg.png);
	}
	
	#upgrade label {
	color: #FFF;
	}
	
.quote {
border-top: 1px dotted #ca8395;
padding-top: 20px;
}

.signature {
color: #b5033d;
font-weight: bold;
font-size: 16px;
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
text-align: right;	
}

.contactPage h2 {
text-align: left;
margin: auto 20px;
font-size: 18px;	
}

.orderButton {

color: #fff;
background: #ca1144;
font-size: 15px;
font-weight: bold;
letter-spacing: -1px;
padding: 5px;
width: 250px;
height:35px;
text-transform: uppercase;
text-shadow: #65041f 2px 2px;
border: 1px solid #9e0b34; 
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ca1144), to(#9e0b34));
background:  -moz-linear-gradient(19% 75% 90deg,#9e0b34, #ca1144);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ca1144', endColorstr='#9e0b34');
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
cursor: pointer;
}
	
	#phonefaxmail {
	width: 420px;
	list-style-type: none;
	text-align: center;
	margin: 0 auto;
	
}

.phoneOrder{
	font-size:22px;
	color:#ad0f3c;
	text-align:center;
}
#phoneOrder2{
	font-size:18px;
	color:#ad0f3c;
	text-align:center;
}
hr{
	color:#ff3f95;
	width:94%;
	margin:auto;
	height:1px;

}
	#phonefaxmail li {
		width: 100px;
		float: left;
		display: block;
		background: none !important;
		margin: 0 20px !important;
		padding: 0 !important;
		
	}
	
	.imgLinkNew a {
	border: none !important;
	text-decoration:none;
	}
	
/* Left Bar */

#leftBar {
width: 309px;
float: left;
margin: 0;
}

	#sidebar {
	margin-top: 10px;
	}

	#scroller {
	background: url(../images/transparent-grey-bg.png);
	width: 305px;
	padding: 10px 0;
	}
	
		#scroller img {
			display: block;
			margin: 0 auto;
		}
	
/* Footer */

#footer {
background: url(../images/footer-bg.png) repeat-x #FFF !important;
padding: 25px 0 12px 0;
text-align: center;
position: relative;
margin-top:-179px;
}

	#footer div {
	width: 950px;
	margin: 0 auto;
	}

/* JQuery CSS */

.expand {
margin: 15px auto 0;
width: 620px;
}

.expandContent {
width: 575px;
padding: 15px 0;
background-color: #fde7ed;
border: 1px dotted #ca8395;
margin: -15px 0 15px 20px;
}

	.expandHeading {
	background: url(../images/steps/highlightheader-bg.png);
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
	width: 535px;
	padding: 10px 20px;
	text-align: center;
	}

	.expandContent ul li {
	background: url(../images/natural_formulation/bullet-check.gif) no-repeat;
	color: #b5033d;
	font-weight: bold;
	font-size: 16px;
	list-style-type: none;
	}

	.expandContent p {
	color: #454545;
	font-weight: bold;
	font-size: 16px;
	margin: 0 20px 10px 20px;
	}
.tit-und{
	background: url(../images/tit-und.png); 
	width: 566px;
	height:31px;
}
.tit-und-dub{
	background: url(../images/tit-und-dub.png); 
	width: 566px;
	height:60px;
}

.tit-und-gray{
	background: none; 
	width: 566px;
	color: #2e2d2e;
	font-size:36px;
}

.tit-und-gray span{
	background: none; 
	width: 566px;
	color: #2e2d2e;
	font-size:36px;
	font-weight:bold;
}


.tit-und-gray-sub{
	background: none; 
	width: 566px;
	color: #2e2d2e;
	font-style: italic;
}

.tit-und-blue{
	background: url(../images/tit-und-blue.png); 
	width: 566px;
	height:31px;
	color:#415d81;
}
.tit-und-blue-dub{
	background: url(../images/tit-und-blue-dub.png); 
	width: 566px;
	height:60px;
	color:#415d81;
}

.tit-und-green{
	background: none; 
	width: 566px;
	color: #77925b;
	font-size:36px;
}

.tit-und-green{
	background: none; 
	width: 566px;
	color: #77925b;
	font-size:32px;
}
.tit-und-green-sub{
	background: none; 
	width: 566px;
	color: #77925b;
	font-style: italic;
	font-size:22px;
	margin-top:-10px;
}

.tit-und-white{
	background: none; 
	width: 566px;
	color: #fff;
	font-size:22px;
	text-align:left;
	padding:0px;
	margin:0px;

}
.tit-und-white span{
	background: none; 
	width: 566px;
	color: #fff;
	font-size:32px;
	text-align:left;
	padding:0px;
	margin:0px;
}

.gifts{
	text-align:left;
	margin:-10px 0px;
}

#instantArousal{
	background: url(../images/the_doctors/header_goodbye-vaginal-dryness.png);
	width:613px;
	height:131px;
}

.grey-title6{
		color: #2e2d2e;
		font-size:27px;
}

#mad-fro{
	background: url(../images/womens_health/100pct-natural2.png);
	width:306px;
	height:139px;
}

#mad-fro h1{
	color:#fff;
	font-size:22px;
	margin:0;
	padding:15px 0 0 0;
}

#mad-fro p{
	color:#fff;
	font-size:15px;
	font-weight:normal!important;
	text-align:center;
	margin:0;
	padding:15px 10px 0 10px;
}
