body {
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-color: #323232;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

a {
	color: #6c95e1;
	text-decoration: none;
}

a:hover {
	color: #6c95e1;
	text-decoration: underline;
}

#tft-header {
	background-color: #000;
	border-top: 8px solid #000;
	border-left: 8px solid #000;
	border-right: 8px solid #000;
}

#tft-body {
	background-color: #000;
	border-left: 8px solid #000;
	border-right: 8px solid #000;
}

#tft-footer {
	background-color: #000;
	border-left: 8px solid #000;
	border-right: 8px solid #000;
	border-bottom: 8px solid #000;
}

.tft-menu {
	background-image: url(images/nav-bg.jpg);
	background-repeat: repeat-x;
	padding: 6px 0;
}

.tft-menu img {
	margin: 0 2px;
}

.tft-left {
	padding: 10px 6px 10px 0;
}

.tft-right {
	padding: 10px 0 10px 6px;
}

.tft-right img {
	margin-bottom: 5px;
}

.tft-main {
	padding: 10px 10px;
	line-height: 18px;
	font-size: 14px;
}

.tft-div {
	width: 1px;
	background-image: url(images/div.gif);
	background-repeat: repeat-y;
}

.tft-spacer {
	background-color: #000;
}

.bar-title {
	background-color: #273144;
	color: #fff;
	padding: 4px 2px;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
}

/* list styles */
li 
{
	margin: 0.2em 0;
	padding: 0;
}

ul
{
	list-style-type: none;
	margin:1em 0 1.5em 1em;
	padding:0;
}

.tft-bullets li {
	background-image: url('images/BlockContentBullets.gif');
	background-repeat:no-repeat;
	padding-left:15px;
}
/* End list styles */

.title-main {
	font-family: Impact, Tahoma, Geneva, sans-serif;
	font-size: 23px;
}

.title-sub {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #999;
	margin-top: 5px;
}

.title-content {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #ff7e00;
}

.red-text {
	color: #F00;
}

/* Ebook First Link */
#book-contain {
	position: relative;
}

#book-dvd-a {
	position: absolute;
	z-index: 10;
	top: 535px;
	left: 196px;
	width: 520px;
	height: 220px;
}

#book-dvd-b {
	position: absolute;
	z-index: 10;
	top: 785px;
	left: 196px;
	width: 520px;
	height: 220px;
	line-height: 16px;
}
/* End Ebook First Link */
/* Footer */
.footer {
	background-color: #290001;
	color: #fff;
	font-size: 10px;
	padding: 6px;
}

.footer a:link {
	text-decoration: underline;
}

.footer a:hover {
	text-decoration: none;
}
/* End Footer */

.sect-bg {
	background-image: url(images/sect-bg.jpg);
	background-repeat: repeat-x;
	background-color: #2b2f38;
	border: 1px solid #4d4d4d;
	padding: 0 8px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.live-events {
	background-color: #f14c04;
	border: 1px solid #4d4d4d;
}

.free-contain {
	position: relative;
}

.float-free {
	position: absolute;
	z-index: 10;
	top: -11px;
	left: -15px;
}

