body {
	margin: 8px 0 20px 0; 
	padding: 8px 0 20px 0; 
	font-family: arial, verdana; 
	font-size: 11px; 
	color: #F8F8F8;
	background: #121212 url('../static/back.jpg');
	text-align: center;
	}

form {
	padding: 0;
	margin: 0;
	}

img {
	border: none;
	}

label {
	cursor: pointer;
	}

a {
	color: #FFF;
	}


.seotext {
	display: none;
	}

.clearall {
	clear: both;
	overflow: hidden;
	}


/* status msg */

#successmsg {
	padding: 5px 18px;
	color: #009000;
	font: bold 14px "Trebuchet MS", Tahoma, Verdana;
	background: url("../static/check.png") no-repeat 0 7px;
	}

#errormsg {
	padding: 5px 18px;
	color: #DD0000;
	font: bold 14px "Trebuchet MS", Tahoma, Verdana;
	background: url("../static/error.png") no-repeat 0 7px;
	}
		
#container {
	margin-left: auto;
	margin-right: auto;
	width: 946px;
	text-align: left;
	}
	

	
/* content area */

#content {
	clear: both;
	width: 936px;
/*
	border-left: 5px solid #FFF;
	border-right: 5px solid #FFF;
*/
	border: 5px solid #FFF;
	}

	
	
	
	
/* header */

#header {
	height: 105px;
	}

#header img {
	padding: 2px;
	display: block;
	width: 932px;
	height: 101px;
	}
	
	
	


/* menu */

#menu {
	margin: 0 2px;
	padding: 6px 6px 6px 8px;
	background: #000 url('../static/menu-back.gif') repeat-x;
	color: #FFF;
	font: bold 14px "Trebuchet MS", Tahoma, Verdana;
	border-top: 1px solid #B8B8BB;
	border-bottom: 1px solid #B8B8BB;
	}

#menu a {
	color: #707880;
	}

#menu a:hover {
	color: #FFF;
	}

#menu a span {
	color: #FFF;
	}

	
	
#bookmark {
	padding: 2px 0 0 18px;
	font: bold 12px Arial, Helvetica, sans-serif;
	background: url("../static/bookmark.png") no-repeat 0 2px;
	}

#bookmark a {
	color: #111122;
	}


	
	

/* main */

#main {
	background: #181818 url('../static/main-back.jpg');
	}

	




/* left menu */

#leftMenu {
	clear: both;
	margin: 4px 0;
	width: 208px;
	border-right: 2px solid #B8B8BB;
	background: url('../static/left-back.jpg') repeat-y;
	}

.leftMenuItem {
	padding: 10px 0 40px 0;
	}

.leftMenuItem h2 {
	margin: 0;
	padding: 0;
	font: bold 12px arial;
	text-align: center;
	color: #FFDD55;
	}

.leftSample {
	height: 160px;
	background: url('../static/left-polarid.jpg') no-repeat 4px 0;
	}

.leftSample img {
	padding-top: 18px;
	padding-left: 21px;
	width: 165px;
	height: 125px;
	display: block;
	}
	
.leftMenuText {
	margin-left: 9px;
	width: 190px;
	text-align: center;
	line-height: 1em;
	font-size: 11px; 
	}



	

	
/* tour welcome */	

#tourstart {
	margin: 8px 0 0 8px;
	width: 710px;
	text-align: left;
	color: #111122;
	background-color: #FFF;
	}
	
#tourflashvideo {
	margin: 6px 4px;
	width: 256px;
	height: 192px;
	}
	
#tourflashvideo img {
	display: block;
	width: 256px;
	height: 192px;
	}

.tourwelcome {
	display: block;
	font: normal 12px "Trebuchet MS", Tahoma, Verdana;
	line-height: 1.2em;
	}


	
	
	
	
	
	
	
/* scene preview */

.scene {
	margin: 5px 5px 0 8px;
	background-color: #FFF;
	}

.pic {
	border: 1px solid #505050;
	width: 145px;
	height: 120px;
	}

.pic img {
	width: 145px;
	height: 120px;
	display: block;
	}

.bigpic {
	border: 1px solid #505050;
	}

.bigpic img {
	width: 384px;
	height: 288px;
	display: block;
	}

.scenedownload {
	height: 18px;
	text-align: center;
	line-height: 1.4em;
	color: #111122;
	}

.scenedownload a {
	color: #BB0000;
	font-weight: bold;
	}

.scenedownload a:hover {
	color: #111122;
	}

.story {
	margin: 0;
	padding: 3px;
	width: 378px;
	height: 60px;
	background-color: #424448;
	color: #FFF;
	line-height: 1.1em;
	border: 1px solid #000;
	font-size: 11px;
	}

.story span {
	background-color: #383A3E;
	}




	
	
	
	
	
	
	
	
	

/* join page */

#join {
	padding: 15px 0 20px 0;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	color: #111122;
	}

#joinpage {
	padding: 25px 10px 25px 40px;
	width: 830px;
	color: #111122;
	font-size: 11px;
	}

#joinpage td {
	vertical-align: top;
	}

#joinpage a {
	color: #000;
	}

.jointerms td {
	vertical-align: middle;
    padding: 3px;
	line-height: 95%;
	}

.jointerms img {
	width: 12px;
	height: 9px;
	border: 0px;
	}

#joinform {
	width: 400px;
	}

#joinform td {
	vertical-align: middle;
	}

.jtext {
	padding-right: 4px;
	font: bold 11px arial, verdana;
	background: #F9F8F8;
	text-align: right;
	width: 100px;
	}

.jinput	{
	background: #F9F8F8;
	width: 250px;
	}

.jinput input {
	font: 12px arial, verdana;
	width: 215px;
	}

.jinput select {
	font: 12px arial, verdana;
	}



#vat {
	padding: 15px 25px 2px 15px;
	}


	


/* support */

#supporth {
	padding: 15px 0 20px 0;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	color: #111122;
	font-size: 11px;
	}

#supporth a {
	color: #111122;
	}

#support {
	padding: 25px 40px 0 10px;
	/*padding: 25px 100px 20px 40px;*/
	width: 790px;
	}

#support h1 {
	margin: 0 0 25px 0;
	font: 18px "Trebuchet MS", Tahoma, Verdana;
	color: #111122;
	}


#support ul {
	padding: 0;
	margin: 10px 0 20px 20px;
	}

#support li {
	padding: 0;
	margin: 0;
	line-height: 1.5em;
	}

#supportResults {
	padding: 10px 0 0 0px;
	width: 680px;
	}


#supportArticle {
	padding: 10px 0 60px 0px;
	width: 680px;
	}

#supportArticle p {
	margin: 0 0 10px 0;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #222;
	letter-spacing: -1px;
	}



#supportData {
	padding: 25px 0 120px 0px;
	width: 685px;
	}

#supportData td {
	padding: 3px;
	vertical-align: middle;
	}


#supportData textarea {
	font: 11px arial, verdana;
	width: 500px;
	height: 150px;
	overflow: auto;
	}


#supportData hr {
	clear: both;
	margin: 6px 0;
	padding: 6px 0;
	height: 1px;
	border-top: solid 1px #C0D3F2;
	}



/* bonussites */

#bonussites {
	padding: 0 0 50px 0;
	margin-left: auto;
	margin-right: auto;
	width: 820px;
	text-align: left;
	}

#bonussites h1 {
	margin: 0;
	font: bold 28px "Trebuchet MS", Tahoma, Verdana;
	text-align: center;
	letter-spacing: -1px;
	}

#bonussites h2 {
	margin: 4px 0;
	font: bold 15px "Trebuchet MS", Tahoma, Verdana;
	text-align: left;
	letter-spacing: -1px;
	}

#bonussites p {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	}

#bonussites img {
	width: 124px;
	height: 170px;
	display: block;
	}

	
	
	
	

/* login */

#login {
	padding: 15px 0 20px 0;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	color: #111122;
	font-size: 11px;
	}

#login h1 {
	margin: 10px 0 5px 40px;
	font: 18px "Trebuchet MS", Tahoma, Verdana;
	}

#login span {
	margin: 0 0 0 40px;
	}

#login a {
	color: #111122;
	}

#loginData {
	padding: 25px 100px 120px 40px;
	width: 740px;
	}

#loginData td {
	padding: 3px;
	vertical-align: middle;
	}

#loginData hr {
	clear: both;
	margin: 6px 0;
	padding: 6px 0;
	height: 1px;
	border-top: solid 1px #C0D3F2;
	}

.ltext {
	width: 150px;
	font: bold 11px arial, verdana;
	background: #F9F8F8;
	}

.linput	{
	width: 520px;
	background: #F9F8F8;
	}

.linput input {
	font: 12px arial, verdana;
	width: 250px;
	}



	
	
	
	
	
	
	
	
	
	
.centertext {
	padding: 12px 0 5px 0;
	text-align: center;
	font-weight: bold;
	}

.centertext a {
	font-size: 18px;
	color: #FFDD55;
	}
	
.centertext a:hover {	
	color: #F0F0F0;
	}
	
	


#footertext {
	padding: 15px 0;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: -1px;
	}
	




/* worn layout */

.wornh {
	height: 10px;
	background: url('../static/worn_edge_top.jpg') 0 0 repeat-x;
	}

.wornhw {
	height: 10px;
	background: url('../static/worn_edge_top_w.jpg') 0 0 repeat-x;
	}
	
.wornf {
	height: 10px;
	background: url('../static/worn_edge_top.jpg') 0 -10px repeat-x;
	}

.wornfw {
	height: 10px;
	background: url('../static/worn_edge_top_w.jpg') 0 -10px repeat-x;
	}
	
.wornl {
	width: 10px;
	background: url('../static/worn_edge_side.jpg') 0 0 repeat-y;
	}

.wornr {
	width: 10px;
	background: url('../static/worn_edge_side.jpg') -10px 0 repeat-y;
	}

.wornc {
	background-color: #FFF;
	}


	
	
	
	






	
	

/* members welcome */

#mwelcome {
	padding: 15px 0 20px 0;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	color: #111122;
	font-size: 11px;
	}

#welcome {
	padding: 5px;
	width: 870px;
	line-height: 1.2em;
	}

#welcome span {
	display: block;
	font: bold 18px "Trebuchet MS", Tahoma, Verdana;
	letter-spacing: -1px;
	}

#welcome p {
	margin: 2px 2px 8px 2px;
	}	
	
#welcome a {
	color: #BB0000;
	text-decoration: none;
	}
	
	
	
	


/* members bonus */

#memberbonus {
	clear: both;
	padding: 25px 0 10px 40px; 
	}

#memberbonus h1 {
	margin: 0;
	font: bold 25px "Trebuchet MS", Tahoma, Verdana;
	text-align: center;
	letter-spacing: -1px;
	}

#memberbonus h2 {
	margin: 0;
	font: bold 15px "Trebuchet MS", Tahoma, Verdana;
	text-align: left;
	letter-spacing: -1px;
	}

#memberbonus a {
	color: #BB0000;
	font: bold 11px arial;
	}

#memberbonus img {
	width: 124px; /* 124 */
	height: 170px;
	display: block;
	}

	


/* members movies */

#membermovie {
	padding: 15px 0 40px 0;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	color: #111122;
	}

#membermoviepre {
	padding: 10px 8px;
	width: 864px;
	}
	
#membermoviepre p {
 	margin: 2px 8px 2px 8px;
	}

#membermoviepre span {
	display: block;
	font: bold 18px "Trebuchet MS", Tahoma, Verdana;
	letter-spacing: -1px;
	}

#membermoviepre span em {
	font: italic  bold 16px "Trebuchet MS", Tahoma, Verdana;
	}

#membermoviepre ul {
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	}

#membermoviepre ul li {
	float: left;
	margin: 0;
	padding: 0;
	width: 288px;
	height: 196px;
	display: inline;
	text-align: center;
	}

#membermoviepre ul li img {
	display: inline;
	}

.mstrip {
	width: 18px;
	height: 184px;
	}

.mpre {
	width: 240px;
	height: 180px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	}


	
	
	


/* members movie links */

#movielinks {
	clear: both;
	padding: 10px 0;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	line-height: 1.45em;
	text-align: center;
	}

#movielinks a {
	color: #BB0000;
	font-weight: bold;
	}

#movielinks a:hover {
	color: #111122;
	}

#movielinks a:visited {
	color: #111122;
	}
	

	


/* movies */

#movieoverview {
	padding: 15px 0 45px 0;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 834px;
	text-align: left;
	}

#movieoverview h1 {
	margin: 0 0 0 8px;
	font: bold 28px "Trebuchet MS", Tahoma, Verdana;
	letter-spacing: -1px;
	}

#movieoverview ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	}

#movieoverview li {
	width: 135px;
	height: 115px;
	margin: 2px;
	padding: 6px 0;
	float: left;
	display: inline;
	line-height: 1.1em;
	text-align: center;
	}

#movieoverview li img {
	width: 120px;
	height: 90px;
	border: 2px solid #000;
	}



/* network updates */

#updatelist {
	clear: both;
	margin: 20px auto 20px auto;
	padding: 0;
	width: 680px; 
	text-align: left;
	}

#updatelist h1 {
	margin: 0 0 10px 0;
	font: bold 25px "Trebuchet MS", Tahoma, Verdana;
	text-align: center;
	letter-spacing: -1px;
	}

#updatelist p {
	margin: 4px 0 2px 0;
	padding: 2px 0 1px 3px;
	font: bold 12px arial, verdana;
	background-color: #FBFBFB;
	border-bottom: 1px solid #dd0000;
	}

#updatelist span {
	margin: 1px 0 1px 2px;
	display: block;
	}

#updatelist img {
	margin: 2px 3px 2px 0;
	width: 4px;
	height: 4px;
	}

#updatelist a {
	color: #000;
	text-decoration: none;
	}

#updatelist a:hover {
	text-decoration: underline;
	}



	
	
	
	
	

/* footer */

#footer {
	clear: both;
	padding: 0px 0px 0px 0px;
	font-family: tahoma, verdana, arial; 
	font-size: 9px;
	color: #ddd;
	line-height: 1.1em;
	}

#footer ul {
	padding: 8px 5px 8px 2px;
	margin: 0px;
	}

#footer li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	}

#footer li a {
	padding: 0px;
	margin: 0px;
	color: #ddd;
	text-decoration: none;
	}

#footer li a:hover {
	text-decoration: underline;
	}

	