body {
	margin: 0px;
	font-family: arial;
	background: url(images/carbonfiber.jpg) center #000;
}

img {
	vertical-align: top;
	border: 0;
}

h1 {
	/* Using padding instead of margin to fix ie 7 margin collapse */
	padding-top: 20px;
	margin-top: 0px;
}

h3 {

}

p {
	line-height: 18pt;
}

.table {
	border-collapse:collapse;	
}


.table th {
	border: 1px solid #e2e2e2;
	background: #f3f3f3;
	padding: 5px;
	font-weight: normal;
}

.table td {
	text-align: center;
	border: 1px solid #e2e2e2;
	padding: 5px;
	font-size: 90%;
}

blockquote { /* this creates a blockquote with a single quotation mark on the left side and indents the text to fit */
	background: url(images/blockquote.gif) no-repeat top left;
	border-bottom: 1px solid #ccc;
	padding: 5px 15px 15px 60px;
	margin-top: 0px;
	margin-bottom: 25px;
	background-color: #FFF;
}

ul {
	line-height: 18px;
}
li {
	list-style:none;
	padding: 0 0 10px 35px;
	background-image: url(images/checkmark-sm.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

a:link, a:visited {
	color: #0060ff;
}

a:hover {
	text-decoration: none;
}

#bottle {
	position: absolute;
	top: -95px;
	right: 15px;
}

#wrapper {
	-moz-border-top-left-radius: 12px;
	-webkit-border-top-left-radius: 12px;
	-moz-border-top-right-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	
	position: relative;
	margin: 0 auto;
	width: 650px;
	background: #fff;
	margin-top: 15px;
	padding: 4px;
}

#header {
	-moz-border-top-left-radius: 12px;
	-webkit-border-top-left-radius: 12px;
	-moz-border-top-right-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	text-align: center;
}

#menu {
	height: 31px;
	padding-left: 15px;
}

#menu .link {
	margin: 0px;
	float: left;
	line-height: 28px;
	height: 28px;
	vertical-align: middle;
}

#menu .sep {
	float: left;
	margin: 0px 3px 0px 3px;
	margin: 0px;
}

#current {
	text-decoration: underline;
}

#menu a:link, #menu a:visited {
	color: #0091f6;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

#menu a:hover {
	color: red;
}

#content {
	padding: 0 15px;
}

#links {
	text-align: center;
	font-size: 10pt;
	padding: 25px 0px 15px 0px;
	clear: both;
}

#footer {
	margin-top: 50px;
	height: 98px;
	background-image: url(images/footer_bg.png);
	background-repeat: repeat-x;
	padding-top: 10px;
	text-align: center;
	color: #666;
	font-size: 10pt;
}

/*     Sales Page boxes     */

.shadowbox { /* this styles the box that looks like the lower right corner is turned up */
	background-color: #FFFFFF;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.sbcontent { /* shadow box content styles */
	padding: 15px;
	border: 1px solid #E2E2E2;
	background-color: #F3F3F3;
	background-image: url(images/shadowbox-corner.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.sbshadow { /* div for page curl shadow below box */
	background-image: url(images/shadowbox-shadow.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 28px;
}

.paper3btm {
	background-image: url(images/paper3-btm.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 106px;
	margin:0px;
	padding:0px 45px 25px;
}
.paper3top {
	background-image: url(images/paper3-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 106px;
	padding-right: 45px;
	padding-left: 45px;
	padding-top: 25px;
}
 
.paper3 { /* this is the opt-in email box with rounded corners */
	background-image: url(images/paper3-fill.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 475px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	height:auto;
	min-height:300px;
}
.paper3content p {
	margin-top: 0px;
}
.paper3 h2 {
	color: red;
}
.paper3content {
	text-align: left;
	padding-right: 45px;
	padding-left: 45px;
}

.offercouponoutline {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border: 4px dashed #CC0000;
	padding: 5px;
	margin-top: 30px;
	margin-bottom: 30px;
}

/*     End Sales Page boxes    */

.container {
	border: 1px SOLID #ccc;
	padding: 3px;
	background-color: #efefef;
	font-size: 10pt;
}

.picture { background-color: #F9F9F9;
border: 1px solid #CCCCCC; padding: 3px;
font: 11px/1.4em Arial, sans-serif; color: #666; }
.picture img { border: 1px solid #CCCCCC;
vertical-align:middle; margin-bottom: 3px; }

.highlight {
	color: #0091f6;
	font-weight: bold;
}

.highlight-yellow {
	background: yellow;
	font-weight: bold;
}

.red {
	color: red;
}

.green {
	color: #43B310;
}

.small {
	font-size: 90%;
}

.caption {
	font-size: 75%;
	padding-top: 3px;
	font-style: italic;
}

.column {
	width: 300px;
	float: left;
}

.left {
	float: left;
}

.right {
	float: right;
}

.space {
	height: 15px;
}

.center {
	text-align: center;	
}

.check {
	background: url(images/checkmark-sm.gif) center center no-repeat;
	height: 30px;
}

