@charset "utf-8";
/* CSS Document */

body {
	background-color: #ffa300;
	background-image: url(images/fatburners_main_01.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E6E6E6;
	margin: 0px;
	padding: 0px;
}
a img{
border:0px;
}
a {
	color: #069;
	text-decoration: none;
}


#wrap {
	text-align: center;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}
#wrap #header {
	width: 100%;
	text-align: left;
	position: relative;
	height: 108px;
}
#wrap #header h1 {
	margin-top: 30px;
}

#wrap #header h1 span {
	text-indent: -9000px;
	position: absolute;
}
#wrap #header ul.nav {
	list-style-type: none;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#wrap #header ul.nav li {
	background-image: url(images/fatburners_main_10.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 33px;
	width: 130px;
	display: block;
	float: left;
	margin-right: 1px;
	margin-left: 1px;
}
#wrap #header ul.nav li a {
	text-align: center;
	display: block;
	height: 24px;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	padding-top: 9px;
}
#wrap #header ul.nav li a:hover {
	background-image: url(images/fatburners_main_08.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#wrap #main {
	padding: 20px;
	text-align: left;
	margin: 0px;
	position: relative;
}
#money-back {
	position: fixed;
	height: 216px;
	width: 172px;
	top: 150px;
	right: 50px;
}

#wrap #main .thelist {
	padding: 10px;
	background-color: #E6E6E6;
	color: #555555;
	border: 10px solid #000;
}
#wrap #main .thelist ul {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#wrap #main .thelist ul ul {
	list-style-type: disc;
}
#wrap #main .thelist ul li h1 {
	color: #666;
	font-size: 28px;
}
#wrap #main .thelist ul li h2, #wrap #main .thelist ul li .enhance  {
	color: #F26F01;
	font-size:20px;
}
#wrap #main .thelist hr {
	margin-bottom: 3em;
}

#wrap #main .thelist .first {
	font-weight: bold;
}
#wrap #main .thelist .quote {
	display: block;
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 1px solid #999;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 11px;
	margin: 0px;
}
#wrap #main .thelist ul li .quote img {
	float: right;
	margin-top: 10px;
}

#wrap #main .thelist .first img {
	float: right;
	margin-left: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#wrap #footer {
	padding-top: 20px;
	padding-bottom: 20px;
}
#wrap #footer h1 {
	color: #666;
	font-size: 12px;
}

