@charset "utf-8";
/* CSS Document */

/********** Reset CSS **************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.2;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}





/********** Ab Flex CSS **************/
body {
	background-image: url('images/abflex-body-bg.jpg');
	background-repeat: repeat-x;
	background-color: #e4c351;
	background-attachment: scroll;
	padding: 0;
	margin: 0;
	font-size: 18px;
}

h3 {
	font-size: 24px;
}

area:hover {
	cursor: pointer;
}

#container-bottom {
	width: 1000px;
	margin: 0 auto;
	background-image: url('images/abflex-container-bg-gold-bottom.jpg');
	background-repeat: repeat-y;
	background-position: top center;
}

#container-top {
	width: 1000px;
	background-image: url('images/abflex-container-bg-gold-top.jpg');
	background-repeat: no-repeat;
	background-position: 0 -120px;
}

#main {
	width: 960px;
	height: 810px;
	margin: 0 20px;
	background: url('images/abflex-main-bg-gold.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

#main-alternate {
	width: 960px;
/*	min-height: 569px;*/
	margin: 0 auto;
	background: url('images/abflex-main-alternate-bg-gold.jpg') no-repeat top center;
	padding-bottom: 5px;
}

#main-alternate #top-guarantee {
	width: 300px;
	margin-top: 335px;
}

#main-offers {
	width: 960px;
	margin: 0 auto;
	background: url('images/abflex-main-offers-bg-gold.jpg') no-repeat top center;
	padding-bottom: 5px;
}

#top-guarantee {
	width: 300px;
	float: left;
	margin-top: 310px;
	text-align: center;
}
#top-guarantee h2 {
	font-size: 18px;
	margin: 0;
}
#top-guarantee p {
	margin: 0;
	font-size: 12px;
	padding: 0 35px;
}
#top-guarantee form {
	width: 267px;
	margin: 0 auto;
}

#video {
	width: 330px;
	height: 285px;
	float: right;
	margin-top: 56px;
	margin-right: 25px;
}


#one {
	padding-top: 70px;
	margin-left: 25px;
}

#two {
	margin: 0 0 0 355px;
}
#two ul {
	margin-top: 0;
	margin-bottom: 0;
}
#two h3 {
	margin: 0px 0 10px;
	font-size: 28px;
}
#two ul li {
	margin-bottom: 5px;
}
#two p {
	margin-bottom: 8px;
}

#hiw-disclaimer {
	font-size: 12px;
	float: none;
	text-align: left;
	padding-left: 5px;
}

.paragraph {
	float: left;
	width: 280px;
}

#bottom {
	width: 960px;
	margin: 0 20px;
	background-image: url('images/abflex-main-bottom-bg-gold.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #e4c350;
/*	background-color: #534A2B;*/
}

#bottom p {
	margin: 0;
}

#what-you-get {
	width: 463px;
	float: left;
	margin-left: 20px;
	margin-top: 90px;
}

#wyg-header {
	width: 463px;
	height: 55px;
	background: url('images/what-you-get-header-gold.jpg') no-repeat top center;
/*	background: url('images/what-you-get-header.jpg') no-repeat top center;*/
}

#wyg-body {
	width: 463px;
	background: url('images/what-you-get-body-gold.jpg') repeat-y top center;
/*	background: url('images/what-you-get-body.jpg') repeat-y top center;*/
}

#wyg-body ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 5px;
}

#wyg-body ul li {
	padding-bottom: 5px;
}

#wyg-footer {
	width: 463px;
	height: 21px;
	background: url('images/what-you-get-footer-gold.jpg') no-repeat top center;	
/*	background: url('images/what-you-get-footer.jpg') no-repeat top center;*/
}

#cta {
	width: 414px;
	float: right;
	margin-right: 20px;
	background-image: url('images/bottom-cta-gold.jpg');
	background-repeat: no-repeat;
	background-position: 0px 70px;
}

#disclaimer {
	width: 960px;
	margin: 0 auto;
	background-color: #e4c350;
	text-align: center;
}

#disclaimer p {
	padding: 10px 20px;
	font-size: 14px;
}

#footer {
	width: 1000px;
	height: 23px;
	margin: 0 auto;
	background: url('images/abflex-container-footer-gold.jpg') no-repeat top center;
}


#separator {
	width: 960px;
	height: 132px;
	background: url('images/abflex-container-separator.jpg') no-repeat top center;
	margin: 0 auto;
}

#right-content {
	width: 550px;
	float: right;
	margin-top: 35px;
	margin-right: 65px;
}

#right-content h2 {
	font-size: 24px;
	margin-bottom: 10px;
}
#right-content h3 {
	font-size: 20px;
	margin-bottom: 5px;
}
#right-content ul {
	margin-top: 5px;
}
#right-content p {
	margin-bottom: 10px;
}

#right-content #order-tracking {
	width: 315px;
}

#new-tech-star {
	float: right;
}

#bottom-order-button {
	float: left;
	clear: both;
	margin: 140px 0 0 50px;
}

#wide-content {
	width: 960px;
	margin: 0 auto;
	padding-top: 35px;
}

#wide-content h4 {
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	margin: 20px 0;
}

#wide-content #left {
	width: 360px;
	float: left;
	text-align: center;
	padding-top: 15px;
}
#wide-content #left p {
	text-align: left;
}

#wide-content #right {
	width: 600px;
	float: left;
}
#wide-content #right h1 {
	font-size: 24px;
	margin-bottom: 10px;
	text-align: center;
}
#wide-content #right p {
	margin-bottom: 15px;
	padding: 0 15px 0 40px;
	text-align: left;
}
#wide-content #right form {
	margin-top: 40px;
	margin-left: 40px;
}
/************* HOME LINK **********/
#home-link {
	
}

#home-link-ul {
	position: relative;
	width: 320px;
	height: 140px;
    margin: 0;
	padding: 0;
}

#home-link-ul li {
	position: absolute;
	top: 0;
	height: 140px;
	width: 320px;
	float: left;
	list-style: none;
}

#home-link-ul li, #home-link-ul a {
    height: 140px;
	display: block;
}
	
#home-link-li {
	left: 0;
	width: 320px;
}

#home-link-li a:hover {
	
}


/************* HIDDEN DIVS *******/
.info {
	display: none;
	width: 600px;
	background: #FFF;
	border: 3px solid #333;
	overflow: auto;
	z-index: 2;
	padding: 5px;
}
.info h2 {
	font-size: 22px;
	margin-bottom: 10px;
	text-decoration: underline;
}
.info h3 {
	font-size: 18px;
	margin-bottom: 10px;
}
.info p {
	margin-bottom: 10px;
	font-size: 14px;
}

#overlay {
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000;
	border: 1px solid #666;
	z-index: 1;
}
#how-it-works {

}

#privacy {

}

#privacy-ca {

}

#faq {

}

#contact {

}

#shipping-info {
	float: left;
	width: 225px;
}

#order-tracking {
	float: left;
	width: 345px;
	text-align: center;
}

#track-order-button {
	float: right;
	width: 150px;
	margin: 50px 20px 0 0;
}

#right-container {
	width: 500px;
	float: right;
}

/************* MISC *************/
.clear {
	clear: both;
	height: 1px;
	line-height: 0.1;
}