#video {
	width: 300px;
	float: left;
	margin: 0 20px 0px 0;
}

#video a {
	display: block;
	font-size: 22px;
	line-height: 25px;
	margin-bottom: 10px;
	color: #990000;
	text-align: center;
}

#content {
	padding: 20px 0 20px 30px;
}

#content h1 {
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 10px 0;
}
#content h2 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #444;
}
#content p {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0;
}

a.button {
	display:inline;
	margin-left:10px;
	padding:5px 20px;
	text-decoration:none;
}

#speaker_data {
	display: none;
}

#speakers_list {
	width: 250px;
	float: right;
	margin-left: 20px;
}

#speakers_list li {
	background:url("../img/vishen-mid.jpg") no-repeat scroll 0 0 transparent;
	padding: 0 10px 0 0;
	margin: 10px 0;
	height: 116px;
	border-bottom:1px solid #EEEEEE;
}

#speakers_list #peter {
	background: url(../img/peter-mid.jpg) no-repeat;
}
#speakers_list #kevin {
	background: url(../img/kevin-mid.jpg) no-repeat;
}
#speakers_list #hani {
	background: url(../img/hani-mid.jpg) no-repeat;
}
#speakers_list #brian {
	background: url(../img/brian-mid.jpg) no-repeat;
}
#speakers_list #lloyd {
	background: url(../img/lloyd-mid.jpg) no-repeat;
}
#speakers_list #cody {
	background: url(../img/cody-mid.jpg) no-repeat;
}
#speakers_list #paul {
	background: url(../img/paul-mid.jpg) no-repeat;
}
#speakers_list #juan {
	background: url(../img/juan-mid.jpg) no-repeat;
}
#speakers_list #joanne {
	background: url(../img/joanne-mid.jpg) no-repeat;
}

#speakers_list li a {
	display: block;
	text-decoration: none;
	padding-left: 90px;
}

#speakers_list li a h2 {
	color:#222222;
	font-size:16px;
}

#speakers_list li a h2 strong {
	color:#990000;
}

#speakers_list li a h6 {
	color:#555;
	font-size:13px;
	line-height: 16px;
	display: block;
}

#speakers_list li a span {
	text-decoration: underline;
	font-size:13px;
	margin-top: 5px;
	color: blue;
	display: block;
}

#speakers_list h5 {
	padding-top: 135px;
	font-size: 18px;
	background: url(../img/guarantee-seal.png) no-repeat center top;
	color: red;
}
#speakers_list h5,
#speakers_list h3 {
	text-align: center;
	line-height: 20px;
}
#speakers_list h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0;
}
#speakers_list p {
	padding-right: 10px;
	text-align: center;
}

#submenu {
	height: 43px;
	width: 600px;
	margin-top: 20px;
	background: url(../img/submenubkg.gif) repeat-x 0 33px;
}

#submenu li {
	float: left;
	height: 33px;
	padding-right: 10px;
	background: url(../img/submenu.png) no-repeat top right;
	margin-right: 5px;
}

#submenu li a {
	display: block;
	height: 33px;
	line-height: 33px;
	padding: 0 0 0 12px;
	color: black;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	background: url(../img/submenu.png) no-repeat top left;
	font-variant: small-caps;
}

#submenu li:hover {
	background-position: bottom right;
}

#submenu li:hover a {
	background-position: bottom left;
	text-decoration: none;
}

#submenu li.active {
	background-position: center right;
}

#submenu li.active a {
	background-position: center left;
	color: white;
}

div.subcontent {
	display: none;
}
#youget_content {
	display: block;
}


table {
	width: 600px;
	margin-bottom: 40px;
}
table th,
table td {
	padding: 10px;
}
table th {
	color: #555;
	width: 80px;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}
table thead th {
	font-weight: bold;
}
table td {
	border-right: 1px solid #eee;
	font-size: 12px;
	line-height: 14px;
}
table tr {
	border-bottom: 1px solid #aaa;
}
table tr.bottom {
	border: 0;
}
table td h6,
table td strong,
table td span {
	display: block;
	line-height: 16px;
}
table td h6 {
	font-weight: bold;
	color: #317dd8;
}
table td span em {
	font-style: italic;
}

table tr.bottom td{
	text-align: center;
	color: #999;
	border: 0;
	padding: 20px 0 0 0;
}

table td.boring {
	color: #777;
}
div.block a {
	text-decoration: none;
	color: #990000;
}

table td a {
	color: #990000;
	text-decoration: underline;
}

table td.section {
	background: #0090ff;
	color: white;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	vertical-align: center;
	width: 30px;
	overflow:hidden;
}
table td.communicate {
	background: #e98728;
}
table td.manage {
	background: #51ca27;
}


#methods {
	width: 600px;
	height: 225px;
}

#methods li {
	display: block;
	width: 200px;
	float: left;
	text-align: center;
	padding-bottom: 40px;
}
#methods a.title {
	display: block;
	text-align: center;
	padding: 130px 10px 15px 10px;
	color: #999;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}
#methods a.title:hover {
	background: none;
	color: black;
	background: rgba(255, 255, 255, 0.15);
}

#methods a.button {
	text-decoration: none;
	font-size: 18px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#methods #ccard {
	background: url(../img/ccards.gif) no-repeat center 15px;
}

#methods #paypal {
	background: url(../img/paypal.gif) no-repeat center 40px;
}

#methods #transfer {
	background: url(../img/transfer.gif) no-repeat center top;
}

#methods #cheque {
	background: url(../img/cheque.gif) no-repeat center 20px;
}

div.block {
	padding: 30px 0;
	border-top: 1px solid #eee;
}

div.block p {
	font-size:16px;
	line-height:24px;
	padding: 0 0 20px 0;
}

div.block ul {
	padding-left: 30px
}
div.block ul li {
	list-style: square;
	padding-bottom: 10px;
	line-height: 25px;
}
#changemind {
	background: url(../img/guarantee_big.jpg) no-repeat 570px 115px;
}
#changemind p {
	padding-right: 300px;
}
p.disclaimer {
	text-align: center;
	color: #555;
	padding-bottom: 30px;
	font-size: 13px;
}
#neverseen ul {
	padding: 20px 20px 10px 40px;
	width: 500px;
	background: #eef2f9;
	-moz-border-radius:17px 17px 17px 17px;
	-moz-box-shadow:0 1px 3px #c9dbf9;
	-webkit-border-radius:17px 17px 17px 17px;
	-webkit-box-shadow:0 1px 3px #c9dbf9;
	-khtml-border-radius:17px 17px 17px 17px;
	-khtml-box-shadow:0 1px 3px #c9dbf9;
	margin-bottom: 20px;
}

#neverseen ul li {
	list-style: square;
	padding: 0 0 10px 15px;
	line-height: 16px;
	font-size: 12px;
}

#price_content h1 {
	text-align: center;
	margin: 10px 0 5px 0;
	font-size: 20px;
}
#price_content h1 strong {
	color: #990000;
}
#price_content h2,
#price_content h3 {
	text-align: center;
}

.speaker_content {
	padding: 10px 20px 20px 100px;
	margin: 0;
	background: url(../img/vishen-mid.jpg) no-repeat 0 10px;
}
.speaker_content#peter_content {
	background: url(../img/peter-mid.jpg) no-repeat 0 10px;
}
.speaker_content#kevin_content {
	background: url(../img/kevin-mid.jpg) no-repeat 0 10px;
}
.speaker_content#hani_content {
	background: url(../img/hani-mid.jpg) no-repeat 0 10px;
}
.speaker_content#brian_content {
	background: url(../img/brian-mid.jpg) no-repeat 0 10px;
}
.speaker_content#lloyd_content {
	background: url(../img/lloyd-mid.jpg) no-repeat 0 10px;
}
.speaker_content#cody_content {
	background: url(../img/cody-mid.jpg) no-repeat 0 10px;
}
.speaker_content#paul_content {
	background: url(../img/paul-mid.jpg) no-repeat 0 10px;
}
.speaker_content#juan_content {
	background: url(../img/juan-mid.jpg) no-repeat 0 10px;
}
.speaker_content#joanne_content {
	background: url(../img/joanne-mid.jpg) no-repeat 0 10px;
}

.speaker_content h2 {
	font-size: 26px;
	color: #222;
}
.speaker_content p {
	font-size: 14px;
}
.speaker_content h2 strong,
.speaker_content p a {
	color: #990000;
}
.speaker_content h6 {
	color: #999;
	font-size: 18px;
	line-height: 25px;
}
.speaker_content h6 em {
	font-style: italic;
}
.speaker_content p {
	padding-top: 20px;
	line-height: 22px;
}

.speaker_content h5 {
	padding-top: 20px;
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
}

.speaker_content li ul {
	padding-left: 30px;
}
.speaker_content li ul li {
	background: none;
	border: 0;
	font-size: 14px;
	list-style: square;
	padding: 0;
	line-height: 30px;
}

.speaker_content div {
	margin-top: 20px;
	font-size: 16px;
	line-height: 24px;
	font-style: italic;
	padding: 20px 20px 0 20px;
	background: #eef2f9;
	-moz-border-radius:17px 17px 17px 17px;
	-moz-box-shadow:0 1px 3px #c9dbf9;
	-webkit-border-radius:17px 17px 17px 17px;
	-webkit-box-shadow:0 1px 3px #c9dbf9;
	-khtml-border-radius:17px 17px 17px 17px;
	-khtml-box-shadow:0 1px 3px #c9dbf9;
}

.speaker_content div h5 {
	padding-top: 0;
	padding-bottom: 10px;
}

.speaker_content div p {
	padding: 0 0 20px 0;
}

.speaker_content div p em {
	font-style:italic;
}

.speaker_content div ul {
	padding-top: 0;
	padding-bottom: 20px;
}

#partners {
	padding: 20px 0 0 0 ;
	border: 0;
}
#partners #p {
	width: 600px;
}
