@charset "utf-8";
* {
	padding: 0;
	margin: 0;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-image: url(../images/cantalope_sm.png);
	color: #5e5e5e;
}
.twoColFixRtHdr #container {
	width: 960px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-left: 5px solid #64ADD0;
	background-color: #FFFFFF;
	min-height: 100%;
} 
.twoColFixRtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(http://jjvirgin.com/images/main/header-jj-home_redesign.png);
	height: 362px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
	background-color: #FFFFFF;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #rsidebar {
	width: 310px;
	position: absolute;
	right: 0px;
	top: 0px;
	padding-top: 20px;
}
.twoColFixRtHdr #mainContent {
	padding: 20px;
	width: 610px;
} 
.twoColFixRtHdr #footer {
	height: 150px;
	background: #FECC5F url(../images/main/footer_grad.jpg) top left repeat-x;
	position: relative;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#content {
	background: #FFFFFF url(../images/slices/main_grad.jpg) top left repeat-x;
}
#footlogo {
	position: absolute;
	right: 35px;
	bottom: 20px;

}
#socialnets {
	width: 400px;
	position: absolute;
	top: 5px;
	left: 90px;
}
.poc {
	text-align: center;
	color: #FF9100;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	text-decoration: none;
}
#wrapper {
	position: relative;
	background: #FFF url(../images/slices/main_grad.jpg) top left repeat-x;
	min-height:700px;
	height:auto !important;
	height:820px;
}
.psocial {
	font-family: "Lucida Sans Unicode";
	color: #FFF;
	font-size: 14pt;
	line-height: 2em;
}
.copywrite {
	color: #5e5e5e;
	font-size: .7em;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	bottom: 0px;
	text-align: center;
	width: 100%;
	line-height: 1.75em;
}
h3 {
	color: #64ADD0;
	margin-bottom: 1em;
	text-align: left;
}
h4 {
	color: #903;
	margin-bottom: 1em;
}
p {
	color: #5E5E5E;
	margin-bottom: 1em;
}
#maintext {
	padding: 20px;
}
.centerimage {
	display: block;
	margin: 0px auto;
	border: none;
}
.centerimage10 {
	display: block;
	margin: 10px auto;
}
.centerimage20 {
	display: block;
	margin: 10px auto;
}
.centerimage30 {
	display: block;
	margin: 30px auto;
}
.centerimage40 {
	display: block;
	margin: 0 auto 20px;
}
h2 {
	padding: 20px 0 30px 0;
	color: #F60;
	font-size: 24pt;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
}
#mainContentFull {
	padding: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
img.align_left {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#signup {
	height: 189px;
	width: 325px;
	margin: 0 auto 20px;
	position: absolute;
	bottom: 30px;
	right: 0px;
	background-image:none;
}
#nametext {
	position:absolute;
	top:70px;
	left: 5px;
	border: 1px solid #267898;
	width: 180px;
	color: #267898;
	background-color: #dbf2fa;
}
#emailtext {
	position:absolute;
	top:95px;
	left: 5px;
	border: 1px solid #267898;
	width: 180px;
	color: #267898;
	background-color: #dbf2fa;
}
#subscribe {
	position:absolute;
	top:120px;
	left: 2px;
}
#sub-image {
	position:absolute;
	top:45px;
	right: 15px;
}
#sub-top-text {
	position:absolute;
	top:20px;
	left: 5px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}
#sub-top-text2 {
	position:absolute;
	top:40px;
	left: 5px;
	color: #267898;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#sub-bottom-text {
	position:absolute;
	left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	top: 150px;
}
.quote {
	font-style: italic;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F93;
	border-right-color: #F93;
	border-bottom-color: #F93;
	border-left-color: #F93;
	background-color: #FFF;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 20px;
}
.align_right {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: right;
}
.align_left {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
h5 {
	color: #64add0;
	margin-bottom: 1em;
	font-size: 1.5em;
	text-align: left;
}
.CenterItalic {
	font-style: italic;
	margin: 0 50px 40px 50px;
}
#mainContent ul li {
	list-style-position: outside;
	margin-left: 40px;
	margin-bottom: 1em;
}
h3 a {
	color: #03F;
}
.resource {
	padding: 10px;
	width: 580px;
	border: 2px solid #64add0;
	margin: 20px 0 20px;
	height: 200px;
	position: relative;
	
}
.detail {
	font-size: .75em;
}
.buynow {
	position: absolute;
	right: 2px;
	bottom: 2px;
	margin: 0px;
	padding: 0px;
	width: 105px;
}
.buynow2 {	padding: 10px;
	width: 460px;
	display: block;
	margin: 20px auto;
	border: thick dashed #F00;
}

#subForm1 {
	width: 190px;
	margin-right: auto;
	margin-left: auto;
}
#subForm1   input{
	width: 190px;
	margin-bottom: 10px;

}
#mainsub {
	height: 250px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background-color: #E1FFFF;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F93;
	border-right-color: #F93;
	border-bottom-color: #F93;
	border-left-color: #F93;
}
.sublabel {
	text-align: right;
	width: 4em;
	margin-right: 0.5em;
	display: inline;
	font-weight: bold;
}
#upsell p {
	font-size: 12px;
}
