body {
	background: #fff;
	font: 14px/1.5 Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-family: Georgia, Times New Roman, serif;
	text-align: center;
}

h1 {
	color: #a20000;
}

h2 {
	font-size: 24px;
}

h3, h2 {
	color: #005b8b;
}
h4 {
	font-size: 20px;
	color: #11122a;
	text-transform: uppercase;
	text-align: center;
}
#container {
	width: 840px; 
	margin: 30px auto;
	background: transparent url(../images/tbm/tile.gif) top left repeat-y;

}

#header {
	width: 840px;
	margin: 0 auto;
	position:relative;
	z-index:5;
}
#header img {
	margin-top: -30px;
	margin-left: 10px;
	margin-right: 20px;
	margin-bottom: -20px;
	position: relative;
	z-index: 5;
}

#content {
	margin: 0 40px;
	position:relative;
	top:-30px;
	z-index:10;
}

p.all {
	text-align: center;
}

p.end {
	text-align: center;
}
.register p.end a{
	background: url(../images/tbm/register1.gif) 0 0 no-repeat;
}
p.end a {
	display: block;
	height: 40px;
	width: 247px;
	margin: 0 auto;
	background: url(../images/tbm/register.gif) 0 0 no-repeat;
	text-indent: -9999px;
}
p.end a:hover {
	background-position: 0 -40px;
}
p.end a:active {
	background-position: 0 -80px;
}
.highlight {
	background-color: #fbff60;
}
#testimonials {
	width: 550px;
	margin: 0 auto;
	padding: 0 20px;
	border: 3px solid black;
	background-color: #cbd8ff;
}
.testimonial {
	font-style: italic;
}

li {
	margin-bottom: 15px;
}
ul#history {
	list-style: none;
}
ul#history li {
	background-image: url(../images/tbm/arrow.gif);
	background-repeat:no-repeat;
	padding-left: 30px;
}
ul.check {
	list-style: none;
}

ul.check span {
	font-size: 24px;
	color: #c70015;
	vertical-align: baseline;
}

ul.check li strong{
	font-size: 16px;
}
.speaker {
	width: 650px;
	margin: 0 auto;
	padding: 10px;
	margin-bottom: 20px;
	border: 2px solid #27517a;
}

.speaker h4 {
	font-size: 16px;
}
.speaker img {
	float: right;
	margin-left: 10px;
}
#bonus {
	border-top: 20px solid #c70015;
	border-bottom: 20px solid #c70015;
}

.register #bonus {
	border: none;
}

#bonus p {
	position: relative;
	z-index: 1000;
}
ol {
	list-style: none;
}

ol li {
	overflow: auto;	
}

ol li p{
	padding-left: 55px;
}

ol li img {
	float: left;
	margin-top: 10px;
}

#orderform {
	width: 500px;
	margin: 0 auto;
}


#guarantee {background:#ffff99; border: 3px red dashed;padding: 0 10px;font-weight:bold; width: 700px; margin: 0 auto;}
#guarantee h4 {color:#111;}

#footer {
	text-align: center;
	font-size: 14px;
	background: transparent url(../images/tbm/bottom.gif) bottom left no-repeat;
	padding-bottom: 30px;
}

.freebonus {
	width: 700px;
	margin: 0 auto;
	border: 5px double black;
	padding: 10px;
}

.freebonus #sbm {
	float: left; 
	margin-right: 10px;
}
.bonusImg{
	position: relative;
	z-index: 1;
	left: -615px;
	top: -135px;
}

.vip {
	padding: 0 10px;
	
}

a img {
	border: none;
}

.vip .vipLink {
	text-align: center;
	font-weight: bold;
}

.vip .vipLink img {
	position: relative;
	top: 5px;
	margin: 0 5px;
}

table {
	width: 775px;
	margin: 15px auto;
	margin-bottom: 20px;
	border-collapse: collapse;
}

table thead th {
	text-transform:uppercase;
	font-size: 18px;
}

table thead th, table tr td, table tfoot th {
	width: 145px;
	text-align: center;
	padding: 5px;
	border: 1px solid #CCCCCC;
	height: 40px;
	vertical-align: middle;	
}

table tr td:first-child {
	width: 340px;
	text-align: left;
}

table .title {
	background-color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#F1F1F1)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ffffff, #F1F1F1); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #ffffff, #F1F1F1); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #ffffff, #F1F1F1); /* IE10 */
	background-image:      -o-linear-gradient(top, #ffffff, #F1F1F1); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #ffffff, #F1F1F1);

}

table .silver {
	color: #333;
	background-color: #DDDDDD;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#DDDDDD), to(#CCCCCC)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #DDDDDD, #CCCCCC); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #DDDDDD, #CCCCCC); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #DDDDDD, #CCCCCC); /* IE10 */
	background-image:      -o-linear-gradient(top, #DDDDDD, #CCCCCC); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #DDDDDD, #CCCCCC);
	        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#DDDDDD', EndColorStr='#CCCCCC'); /* IE6–IE9 */}

table .gold {
	color: #542300;
	background-color: #DBCF81;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#DBCF81), to(#CFC47A)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #DBCF81, #CFC47A); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #DBCF81, #CFC47A); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #DBCF81, #CFC47A); /* IE10 */
	background-image:      -o-linear-gradient(top, #DBCF81, #CFC47A); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #DBCF81, #CFC47A);
	        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#DBCF81', EndColorStr='#CFC47A'); /* IE6–IE9 */
}

table .platinum {
	color: #00002B;
	background-color: #63A1D1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#63A1D1), to(#5794C3)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #63A1D1, #5794C3); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #63A1D1, #5794C3); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #63A1D1, #5794C3); /* IE10 */
	background-image:      -o-linear-gradient(top, #63A1D1, #5794C3); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #63A1D1, #5794C3);
	        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#63A1D1', EndColorStr='#5794C3'); /* IE6–IE9 */	
}

table tfoot th {
	font-size: 24px;
	color: #fff !important;
	border: 0;
}

table tfoot th.title {
	color: #0C3562 !important;
}

table tfoot tr {
	border-top: 3px solid #959595;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

table tfoot .silver {
	background-color: #8D8D8D;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#8D8D8D), to(#6A6A6A)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #8D8D8D, #6A6A6A); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #8D8D8D, #6A6A6A); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #8D8D8D, #6A6A6A); /* IE10 */
	background-image:      -o-linear-gradient(top, #8D8D8D, #6A6A6A); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #8D8D8D, #6A6A6A);
	        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#8D8D8D', EndColorStr='#6A6A6A'); /* IE6–IE9 */	
}

table tfoot .gold {
	background-color: #9A7F1E;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#9A7F1E), to(#8B731B)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #9A7F1E, #8B731B); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #9A7F1E, #8B731B); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #9A7F1E, #8B731B); /* IE10 */
	background-image:      -o-linear-gradient(top, #9A7F1E, #8B731B); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #9A7F1E, #8B731B);
	        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#9A7F1E', EndColorStr='#8B731B'); /* IE6–IE9 */	
}

table tfoot .platinum {
	background-color: #123D87;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#123D87), to(#08255F)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #123D87, #08255F); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #123D87, #08255F); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #123D87, #08255F); /* IE10 */
	background-image:      -o-linear-gradient(top, #123D87, #08255F); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #123D87, #08255F);
	        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#123D87', EndColorStr='#08255F'); /* IE6–IE9 */	
}
