@charset "utf-8";
/* CSS Document */
/* Yahoo CSS reset START */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border: 0;
}
/* Yahoo CSS reset END */
body {
	background: #000000 url(images/bg-index.jpg) top center no-repeat;
}
body, td, th, input, textarea, select {
	font:13px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
a, a:link, a:visited {
	color:#FBCF00;
}
a:hover {
	text-decoration:none;
}
h1, h2, h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size:28px;
}
h2 {
	font-size:24px;
}
h3 {
	font-size:20px;
}
.clear {
	clear:both;
}
.green {
	color:#123c12;
}
#container {
	width:980px;
	margin:auto;/* 	background:#FF0000;*/
}
#warning {
	font-size:11px;
	padding:0 330px;
	color:#000;
	height:100px;
	background: url(images/index07.jpg);
}
#warning_footer {
	padding-top:40px;
	height:80px;
	background: url(images/index10.jpg) center top no-repeat;
}
#header {
	background: url(images/bg-header.jpg) center top no-repeat;
	height:180px;
}
#footer {
	font-size:11px;
	text-align:center;
	padding-bottom:20px;
	line-height:1.5em;
}
#footer p {
	margin:10px 0;
}
#logo {
	padding-left:80px;
	height:180px;
	float:left;
}
#menu {
	margin:37px 0 0 35px;
	float:left;
}
#menu ul {
	height:60px;
}
#menu li {
	float: left;
}
#menu li a {
	font-size:14px;
	display:block;
	padding:17px 16px;
	color:#000000;
	text-decoration:none;
}
#menu li a:hover {
	/*	background: url(images/bg-main.jpg) no-repeat -1410px -130px; */
	text-decoration:underline;
	color:#413013;
}
#menu li a.orderbutton {
	padding:17px 40px;
	font-weight:bold;
}
#episode_top {
	background: url(images/bg-tourmain.jpg) center top no-repeat;
	padding:30px 0;
	text-align:center;
}
#episode_top .player {
	margin-top:30px;
}
#episode_top .player p {
	width: 700px;
	margin:auto;
	padding-top:30px;
}
.episode {
	width:780px;
	margin:auto;
	margin-bottom:20px;
	text-align:center
}
.episode_video {
	background: url(images/bg-episode.gif) center top no-repeat;
	padding:30px;
	margin-bottom:5px;
}
.episode_title {
	margin:	10px 0;
	text-align:center;
}
.episode_text {
	width:780px;
	color:#efdfac;
	text-align:justify;
	margin: auto;
}
.episode_divider {
	margin-top:10px;
	background: url(images/bg-episode.gif) center top no-repeat;
}
#join_area {
	width:980px;
	height:340px;
	background: url(images/join06.jpg) center top no-repeat;
	font:19px Georgia, "Times New Roman", Times, serif;
	color:#000;
}
#join_area div {
	padding:35px 380px 60px;
	text-align:center;
}
#join_warning {
	font-size:11px;
	padding:0 330px;
	color:#000;
	height:100px;
	text-align:justify;
	background: url(images/join07.jpg);
}
#template {
	width:980px;
	min-height:670px;
	background: url(images/bg-template.jpg) center top no-repeat;
}
#template .padding {
	padding:40px 150px;
}
#template .padding p {
	line-height:1.5em;
}
#template h1 {
	color:#e1b200;
	margin-bottom:20px;
}
form.mailform {
	width:500px;
	margin:auto;
	padding:20px;
}
form.mailform fieldset {
	margin-bottom: 10px;
}
form.mailform input, select, textarea {
	color:#333333;
	padding:3px;
}
form.mailform legend {
	padding: 0 2px;
	font-weight: bold;
}
form.mailform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}
form.mailform fieldset ol {
	margin: 0;
	padding: 0;
}
form.mailform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
}
form.mailform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}
form.mailform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}
form.mailform fieldset fieldset label {
	display: block;
	width: auto;
}
form.mailform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}
form.mailform label {
	width: 120px; /* Width of labels */
}
form.mailform fieldset fieldset label {
	margin-left: 123px; /* Width plus 3 (html space) */
}
#scroller {
position:fixed;
right:15px;
top:15px;
width:210px;
padding:20px;
background:black;
}
ul.normal {
	list-style: disc;
	margin-left:2em;
	margin-top:1em;
}
/* Botom buttons */
#bottom-buttons{
margin:20px 100px !important;
}
#bottom-buttons li{
	list-style: none;
	float:left;
	
}
#bottom-buttons li a{
display:block;
width:260px;
height:100px;
background:red;
text-indent:-5000px;
background:url(images/bottom-buttons.gif) no-repeat;
}

#bottom-buttons li a.no1{
background-position:0px 0px;
}
#bottom-buttons li a.no1:hover{
background-position:0px -100px;
}
#bottom-buttons li a.no2{
background-position:-260px 0px;
}
#bottom-buttons li a.no2:hover{
background-position:-260px -100px;
}
#bottom-buttons li a.no3{
background-position:-520px 0px;
}
#bottom-buttons li a.no3:hover{
background-position:-520px -100px;
}