html {
	overflow: -moz-scrollbars-vertical;
	overflow: scroll;
}

body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	color: #333399;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

img {
	border: none;
}

table {
	margin: 0;
	padding: 0;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 770px;
	text-align: left;
	position: relative;
}

.order #wrapper {
	width: 720px;
}

.bold {
	font-weight: bold;
}

.pink {
	color: #ff0099;
}

.pink2 {
	color: #ffccff;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.small {
	font-size: 12px;
}

/* header section */
#header {
	width: 770px;
	height: 81px;
	background: url(../img/bg_header.png) left top no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
}

.info #header {
	background: url(../img/bg_header_info.png) left top no-repeat;
}

.free_gift #header {
	background: url(../img/bg_header_free_gift.png) left top no-repeat;
}

.order #header {
	width: 720px;
	background: url(../img/bg_header_order.png) left top no-repeat;
}

#header h1 {
	width: 125px;
	height: 25px;
	background: url(../img/pvn_logo.png) left top no-repeat;
	position: absolute;
	top: 16px;
	left: 12px;
	margin: 0;
	padding: 0;

}

.home #header h1 {
	background: url(../img/pvn_logo_home.png) left top no-repeat;
}

#header h1 a {
	display: block;
	text-indent: -9999px;
}

#header ul {
	float: right;
	display: inline;
	width: 300px;
	margin: 5px 36px 0;
	padding: 0;
	list-style: none;
}

#header ul li, #header ul li a {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}

#header ul li {
	margin-right: 1px;
}

/* ##################### INDEX.HTML #################### */
/* ---- leftCol section ---- */
#leftCol {
	width: 560px;
	background: url(../img/bg_lady.jpg) left top no-repeat;
	margin: 0;
	padding: 0;
}

.contentArea {
	width: 341px;
	float: right;
	margin: 0;
	position: relative;
	z-index: 10;
}

.danceYourWay {
	margin: 10px 0;
}

.withDanceItOff {
	font-weight: bold;
	margin: 20px 0 0;
	padding: 0;
}

.withDanceItOffList {
	font-weight: bold;
	margin: 0 0 0 22px;
	width: 180px;
	padding: 0;
	float: left;
	display: inline;
}

* html .withDanceItOffList {
	width: 185px;
}
.withDanceItOffList em {
	text-transform: uppercase;
}

.sneakPreview {
	float: right;
	margin: 0;
	padding: 0;
}

.yourFreeGift {
	background: url(../img/your_free_gift.png) left top no-repeat;
	width: 123px;
	height: 249px;
	margin: 0;
	z-index: 1;
	padding: 0;
	display: block;
	text-indent: -9999px;
	position: absolute;
	left: 100px;
	bottom: 495px;
}

* html .yourFreeGift {
	bottom: 520px;
}

.bottomSection {
	margin: 70px 0 0 14px;
}

/* ---- rightCol section ---- */
#rightCol {
	width: 210px;
	margin: 0;
	padding: 0;
}

.blueSection {
	width: 161px;
	height: 291px;
	background: url(../img/bg_blue_section.png) left top no-repeat;
	margin: 4px 0 0 40px;
	padding: 0;
	text-align: center;
	position: relative;	
}

.textAnyone {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 20px;
	left: 32px;
}

.textNot {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: 20px;
	left: 22px;
}

.blueSection p {
	color: #ffffff;
	width: 127px;
	position: absolute;
	top: 70px;
	left: 13px;
	margin: 0;
	padding: 0;
}

.ladyImg {
	position: absolute;
	right: 3px;
	bottom: 66px;
	margin: 0;
	padding: 0;
}

* html .ladyImg {
	bottom: 65px;
}

/* ##################### INFO.HTML #################### */
/* ---- leftCol section ---- */
.info #leftCol {
	width: 549px;
	background: none;
	margin: 0;
	padding: 0;
}

.danceAwayPounds {
	margin: 0 0 0 21px;
}

.info .contentArea {
	width: 507px;
	margin: 4px 0 0 32px;
	padding: 0;	
	float: left;
	display: inline;
	position: relative;
	z-index: 10;	
}

.info .withDanceItOffList {
	font-weight: bold;
	margin: 0 0 20px 40px;
	padding: 0;
	float: left;
	display: inline;
	width: 460px;
}

.noMatter {
	width: 360px;
	margin: 0 0 20px;
	padding: 10px 0 0;
}

.info .sneakPreview {
	float: none;
	position: absolute;
	right: 0px;
	bottom: 50px;
	margin: 0;
	padding: 0;
	z-index: 12;
}

.info .bottomSection {
	width: 549px;
	height: 356px;
	background: url(../img/bg_lady_info.png) left top no-repeat;
	margin: 2px 0 0;
	padding: 0;	
}

.notInStore {
	float: right;
	display: inline;
	margin: 30px 70px 0 0;
}

.clickHereLink {
	display: block;
	width: 157px;
	height: 158px;
	background: url(../img/click_here.png) left top no-repeat;
	text-indent: -9999px;
	position: absolute;
	bottom: 46px;
	right: 176px;
	z-index: 15;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

* html .clickHereLink {
	bottom: 66px;
	right: 166px;
}

/* ---- rightCol section ---- */
.info #rightCol {
	width: 221px;
	height: 1123px;
	background: url(../img/bg_rightcol.png) 14px top no-repeat;
	margin: 0;
	padding: 0;
}

.clickHereLink2 {
	width: 91px;
	height: 97px;
	float: right;
	display: inline;
	margin: 339px 6px 0 0;
	padding: 0;
}

.longTxtImg {
	float: right;
	display: inline;
	margin: 15px 14px 0 0;
	padding: 0;
}

/* ##################### FREE_GIFT.HTML #################### */
.stepYourWay {
	margin: 10px 30px;
}

.mainContent {
	background: url(../img/bg_free_gift.jpg) right top no-repeat;
	margin: 0;
	padding: 0;
}

.mainContent p {
	width: 300px;
	margin: 0 0 0 50px;
	padding: 0;
}

.mainContent p strong {
	font-size: 20px;
}

.mainContent ul {
	width: 300px;
	margin: 0 0 0 50px;
	padding: 0 0 0 13px;
}

.mainContent ul li {
	margin: 20px 0 0;
	padding: 0;
}

.andItsYours {
	margin: 20px 30px;
}

.freeFor21Days {
	background: url(../img/bg_try_it_free.png) left top no-repeat;
	width: 390px;
	height: 169px;
	margin: 0 0 0 41px;
	padding: 0;
	display: block;
	text-indent: -9999px;
}

.exclusiveOffer {
	width: 262px;
	height: 71px;
	position: absolute;
	right: 20px;
	bottom: 80px;
	margin: 0;
	padding: 0;
}

/* ##################### ORDER.HTML #################### */
/* ---- leftCol section ---- */
.order #leftCol {
	width: 506px;
	background: none;
	margin: 0;
	padding: 0;
}

.order .danceAwayPounds {
	margin: 14px 0 0 21px;
}

.order #leftCol p {
	margin: 10px 0 0 21px;
}

#orderForm {
	margin: 20px 0 0;
	padding: 0;
	color: #000000;
	font-size: 12px;
}

#orderForm label {
	float: left;
	display: inline;
	width: 155px;
	margin: 2px 0 0;
}

#orderForm label#instantLabel {
	width: auto;
	margin-left: 3px;
}

#orderForm p.yourRights {
	text-align: center;
	margin-bottom: 40px;
}

#orderForm p.yourRights a {
	color: #000000;
}

#orderForm p.instantContainer {
	float: left;
	margin-bottom: 20px;
}

#orderForm p.instantContainer input {
	width: 13px;
	height: 13px;
	float: left;
	display: inline;
}

.bannerContainer {
	width: 406px;
	height: 80px;
	margin: 0 0 0 21px;
}

#orderForm p.submitContainer {
	margin-top: 26px;
	margin-bottom: 30px;
	text-align: center;
}

.order #leftCol .logoContainer {
	margin: 0 0 30px;
	padding: 0;
}

#s_m, #verisignLogo {
	float: left;
	display: inline;
	margin: 0 26px 0 130px;
}

#dmaLogo {
	float: left;
	display: inline;
}

/* ---- rightCol section ---- */
.order #rightCol {
	width: 214px;
	height: 671px;
	background: url(../img/bg_rightcol_order.jpg) left top no-repeat;
	margin: 0;
	padding: 0;
	color: #ffffff;
}

.order #rightCol p {
	margin: 252px 0 0 22px;
	width: 180px;
}

/* ---- footer ---- */
#footer {
	width: 770px;
	height: 46px;
	background: url(../img/bg_footer.png) left top no-repeat;
	margin: 0;
	padding: 0;
	text-align: center;
}

.free_gift #footer {
	background: url(../img/bg_footer_free_gift.png) left top no-repeat;
}

.info #footer {
	background: url(../img/bg_footer_info.png) left top no-repeat;
}

#footer ul {
	float: right;
	display: inline;
	list-style: none;
	padding: 0;
	margin-top: 18px;
	margin-right: 150px;
	margin-bottom: 0;
	margin-left: 0;
}

#footer ul li {
	float: left;
	display: inline;
	margin: 0 0 0 30px;
	padding: 0;
}

#footer a {
	float: left;
	display: inline;
	color: #ffcccc;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
}

