﻿/* layout */

body {
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
	
	background-color: #000000;
	background-image: url(../images/bg.gif);
	background-position: top;
	background-repeat: repeat-y;
			
	color: #FFFFFF;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
}

* html #container {
	margin-left: 1px;

}

* html .horizontal-align {
	margin-left: 2px;
}

.vertical-align {
	vertical-align: middle;
	margin: 0;
	padding: 5px;
}

.link {
	font-size: 25px;
	text-align: center;
	font-weight: normal;
	padding: 5px;
	margin: 0;
	color: #FFFF00;
}

.link-desc {
	font-size: 14px;
	text-align: center;
	margin: 0;
	padding: 5px;
}

.border-zero {
	border-width: 0px;
}


/* /layout */



/* main */

#main-intro-bg {
	background-image:url('../images/main-final_05.gif');
	background-position: top;
	background-repeat: no-repeat;
	width: 382px;
	height: 187px; 
}

#main-intro {
	width: 330px;
	padding-top: 30px;
	padding-left: 20px;
	margin: 0;
	font-size: 10px;
	text-align: center;
}

#main-flash-bg {
	background-image: url('../images/main-final_07.gif');
	background-position: top;
	background-repeat: no-repeat;
	width: 283px;
	height: 185px;
}

/* main */



/* tour */

#slide-show-bg {
	background-image: url('../images/tour-final_07.gif');
	background-position: top;
	background-repeat: no-repeat;
	width: 222px;
	height: 154px;
}

#tour-flash-bg {
	background-image: url('../images/tour-final_11.gif');
	background-position: top;
	background-repeat: no-repeat;
	width: 382px;
	height: 187px;
}


/* /tour */



/* join */

#join-bg {
	background-image: url('../images/join-final_07.gif');
	background-position: top;
	background-repeat: no-repeat;
	width: 465px;
	height: 331px;
}

#join-form {
	width: 400px;
	padding-left: 30px;
	margin: 0;
	font-size: 12px;
	text-align: center;
}


/* /join */



/* episode */

.episode-align {
	width: 890px;
	padding: 0;
	margin: 0 auto;
}

.episode-bg {
	background-image: url('../images/episode_02.gif');
	background-position: top;
	background-repeat: repeat-y;
}

.episode-logo {
	background-image: url('../images/episode-logo.gif');
	background-position: top;
	background-repeat: no-repeat;
	width: 890px;
	height: 115px;
}

.episode-title {
	font-size: 30px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	text-align: center;
}

.episode-desc {
	color: #FD00E2;
	font-size: 12px;
	text-align: center;
}

.episode-title-position {
	float: right;
	margin: 0;
	padding-right: 60px;
	padding-top: 30px;
}

.more-trailers {
	font-size: 24px;
	text-align: center;
	margin: 0;
	padding: 10px;
}

.yellow {
	color: #FFFF00;
}

/* /episode */



/* textarea */

.textarea {
	width: 300px;
	height: 120px;
	border: 0;
	margin: 0;
	padding: 10px;
	background-color: #3C001F;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
}

/* /textarea */



/* bottom menu */

#instant-access {
	font-size: 50px;
	font-weight: bold;
	text-transform: uppercase;	
	text-align: center;
	color: #FF0000;
	padding: 10px;
	margin: 0;

}

#instant-access a:link {
	color: #FF0000;
	text-decoration: underline;
}


#instant-access a:visited {
	color: #FD00E2;
	text-decoration: none;
}

#instant-access a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#instant-access a:active {
	color: #FFFFFF;
	text-decoration: none;
}


#bottom-navigation-links {
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	margin: 0;
}

#bottom-navigation-links a:link {
	color: #FFFFFF;
	text-decoration: underline;
}


#bottom-navigation-links a:visited {
	color: #FD00E2;
	text-decoration: none;
}

#bottom-navigation-links a:hover {
	color: #FF0000;
	text-decoration: none;
}

#bottom-navigation-links a:active {
	color: #FFFFFF;
	text-decoration: none;
}


/* /bottom menu */



/* bottom logo */

#logo {
	width: 332px;
	padding: 10px;
	margin: 0 auto;
}

/* /bottom logo */



/* global links */

a:link {
	color: #FFFF00;
	text-decoration: underline;
}

a:visited {
	color: #FD00E2;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

/* /global links */



/* highlight */

.highlight img {
	border: 5px solid #488EB3;
}

.highlight:hover img {
	border: 5px solid #FFFFFF;
}

.highlight:hover {
	color: #FFFFFF; /* Dumb definition for MSIE */
}

/* end of highlight */

.web {
    font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#FFFFFF; font-weight:bold;
}
.web1 {
    font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; color:#FFFFFF; font-weight:bold;
}
