@charset "UTF-8";
body {
	background: #000 url(images/bg2.gif) repeat 0 0;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
}

#container {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: #fff;
	border-left: 2px solid #FFA803;
	border-right: 2px solid #FFA803;
}
#container #topline h1 {
	display: inline;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	padding: 0px;
	margin: 0px;
}
#header {
	width: 960px;
	height: 148px;
	background: #fff url(images/offer/header_background.jpg) repeat-x 0 0;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
#headerleft {
	float: left;
	width: 115px;
	height: 148px;
	border: 0px solid green;
}
#headerleftborder {
	float: left;
	width: 15px;
	height: 148px;
	background: url(images/offer/header_left_edge.jpg) no-repeat 0 0;
	border: 0px solid red;
}
#headermiddle {
	float: left;
	width: 670px;
	height: 148px;
	background: url(images/offer/header.jpg) no-repeat 0 0;
	border: 0px solid red;
}
#headerright {
	float: right;
	width: 115px;
	height: 148px;
	border: 0px solid green;
}
#headerrightborder {
	float: right;
	width: 15px;
	height: 148px;
	background: url(images/offer/header_right_edge.jpg) no-repeat 0 0;
	border: 0px solid red;
}

#leftshad {
	padding-left: 10px;
	background: url(images/edge-l.jpg) repeat-y 0 0;
}
#rightshad {
	padding-right: 10px;
	background: url(images/edge-r.jpg) repeat-y 100% 0;
}
#mainContent {
	padding: 0 20px 10px 20px;
	background: #FFFFFF;
	margin: 0;
	min-height: 400px;
}

#mainContent h1 {
	margin: 0;
	padding: 10px 0 10px 0;
	text-align: center;
	text-transform: capitalize;
	color: #cc3300;
	line-height: 120%;
	font-family: Georgia, Times, serif;
	font-size: 26pt;
}
#mainContent .topheaderx {
	color: #c90000;
	margin: 0;
	padding: 10px 0 10px 0;
	text-align: center;
	text-transform: capitalize;
	line-height: 120%;
	font-family: Impact;
	font-size: 34px;
	font-weight: normal;
}

#mainContent h2 {
	font-family: "Tahoma";
	font-size: 24px;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	color: #aaaaaa;
	font-weight: bold;
	margin: 0px;
}
#mainContent h3 {
	margin: 0;
	padding: 5px 0 10px 0;
	color: #cc3300;
	font-family: Georgia, Times, serif;
	font-size: 20pt;
	text-align: center;
	text-transform: capitalize;
}
#mainContent p {
	line-height: 150%;
	color: #333;
}
#mainContent .intro {
	text-align: center;
	font-weight: bold;
	font-size: 110%;
}

#footer {
	width: 960px;
	height: 118px;
	background: #fff url(images/offer/footer_background.jpg) repeat-x 0 0;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	border: 0px solid green;
}
#footerleft {
	float: left;
	width: 115px;
	height: 118px;
	border: 0px solid green;
}
#footerleftborder {
	float: left;
	width: 15px;
	height: 118px;
	background: url(images/offer/footer_left_edge.jpg) no-repeat 0 0;
	border: 0px solid red;
}
#footermiddle {
	float: left;
	width: 670px;
	height: 118px;
	background: url(images/offer/footer.jpg) no-repeat 0 0;
	border: 0px solid red;
}
#footerright {
	float: right;
	width: 115px;
	height: 118px;
	border: 0px solid green;
}
#footerrightborder {
	float: right;
	width: 15px;
	height: 118px;
	background: url(images/offer/footer_right_edge.jpg) no-repeat 0 0;
	border: 0px solid red;
}

#footer_rms {
	margin: 16px 0 0 0px;
	height: 20px;
	position: relative;
	text-align: center;
}
#footer_rms ul {
	margin: 0; 
	padding: 0; 
	list-style-type: none;
	font-size: 0;
	position: absolute;
	left: 0px;
	top: 0px;
	border: 0px solid red;
	color: #cccccc;
}
#footer_rms ul li {
	float: left;
	background-color:inherit;
	font:normal 11px/18px Verdana, Arial, Helvetica, sans-serif;
	border: 0px solid green;
}
#footer_rms ul li a {
	background-color: inherit;
	font: normal 11px/18px Verdana, Arial, Helvetica, sans-serif;
	padding: 0 11px;
	text-decoration: none;
	color: #cccccc;
}
#footer_rms ul li a:hover {
	background-color: #ffffff;
}

.contact {
	font-size: 74%;
	display: block;
	xheight: 1em;
}
a, .contact a, .copy a {
	color: red;
}

a:hover {
	color: orange;
	text-decoration: none;
}
.copy {
	font-size: 60%;
	display: block;
	height: 8em;
}
#mainContent .note {
	display: block;
	background: #FFFCCC;
	border: 1px solid #999;
	margin: 10px 15px;
	padding: 10px 10px;
	color: #333;
}

.pull {
	padding: 0 0 0 10px;
	color: #000;
}

.pull p {
	padding: 0;
	font-size: 110%;
}

.primary {
	border: 4px solid orange;
	padding: 0 10px;
}
.one {
	height: 14em;
}
h2 .subhead {
	text-align: center;
}

ul, ol {
	line-height: 140%;
}

ul li, ol li {
	padding-bottom: 5px;
	color: #333;
}

ul li strong, ol li strong {
	padding-bottom: 5px;
	color: #000;
}

em {
	color: #333;
}

.pdf {
	display: block;
	background: url(/css/images/reader.gif) no-repeat 0 50%;
	padding: 20px 0 20px 40px;
	margin-top: 30px;
	font-size: 80%;
}

p.reminder {
	font-size: 80%;
	color: red;
	font-style: italic;
}

.optinbox {
	background-image: url(../special/increase_metabolism/optin-box.jpg);
	background-repeat: no-repeat;
	height: 223px;
	width: 237px;
}
.optinboxstyle {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	border: 0px solid yellow;
}
.optinprivacytext {
	width: 180px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #CCC;
	text-align: center;
	line-height: normal;
	border: 0px solid yellow;
}
.optinbullettext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	line-height: 18px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 16px;
	padding-left: 16px;
}
