/***************************** top elements ***********************************/
*
{ 
	padding: 0; margin: 0;
}
body
{
	margin: 0; 	padding: 0;
	font: normal .80em/1.3em Calibri, Verdana, Tahoma, sans-serif;
	color: #FFFFFF;
/*	background: #000;*/
	text-align: center;	
	background: #222200;
	background: #996600;
	background: #95a0c8;
}

.center
{
  text-align: center;
}

/********************************** links *************************************/
a
{
	color: #FFF;
	color: yellow;
	background-color: inherit;
	text-decoration: none;
}
a:hover
{
	color: #FFF;
	color: yellow;	
	background-color: inherit;	
	text-decoration: underline;
}
a.enter
{
	font: normal 4em Verdana, Tahoma, sans-serif;
	text-decoration: underline;
}

/********************************** headers *************************************/
h1, h2, h3
{
	font: normal 1.3em 'Trebuchet MS', Arial, Sans-serif;
	color: #FFF;	
}

h1 { font-size: 1.6em; text-align: center; font-weight: bold; } 
h2 { font-size: 1.4em; text-transform:uppercase; font-weight: bold;}
h3 { font-size: 1.3em; font-weight: bold; }

h1.seo
{
  display: none;
}


table.videos, table.pages, table.webshots
{
  margin-left: auto;
  margin-right: auto;
  width: 570px;
  border-collapse: collapse;
}

table.videos td
{
  border: 2px solid black;
  text-align: left;
  padding: 3px;
}

table.pages td
{
	background: #000066;
  border: 2px solid black;
  text-align: left;
  padding: 5px;
  color: #A0A0A0;
}


table.updates
{
  margin-left: auto;
  margin-right: auto;
  width: 740px;
  border-collapse: collapse;
}


table.updates th
{
  border: 1px dashed black;
  width: 120px;
  font-weight: bold;
  text-align: center;
}

table.updates td
{
/*  border: 1px dashed black;*/
  text-align: center;
/*  padding: 3px;*/
  padding-bottom: 15px;  
  font-weight: bold;
}


table.intro
{
  width: 600px;
}

table.intro td
{
  text-align: center;
  width: 50%;
  padding-top: 30px;
}

table.intro img, table.intro a
{
  border: 0px;
}












p, h1, h2, h3 {
	margin: 0;
	padding: 10px 15px;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #FFF;
}

/* images */
img {
	border: 3px solid #555;
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
#banner {
  position: absolute;
  right: 0px;
  width: 565px;
  height: 110px;
  z-index: 1;
  border-left: 3px solid black;
	background: url('/images/bannernew.jpg'); 
	background-repeat: no-repeat;
}

#banner img
{
  border: 0px;
  border-right: 3px solid black;
}

a img {  
  border: 3px solid #555;
}
table.videos a:hover img {  
  border: 3px solid #CCC !important; /* IE fix*/
  border: 3px solid #555;
}

/* form elements */
form {
	margin: 10px 15px; 
	padding: 0;
/*	background: #0A1646;	*/
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width: 250px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button, input.buttonmouse { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #333;	
	cursor: pointer;
	cursor: hand;
}

input.buttonmouse { 
	background: #bbbbbb; 
	color: #333;	
}


/* search form */
.searchform form{
	background-color: transparent;
	border: none;
	margin: 0; padding: 0;
}
.searchform input.textbox { 
	margin: 0; 
	width: 145px;
	border: 1px solid #777; 
	background: #FFF;
	color: #333; 
	height: 14px;
	vertical-align: top;
}
.searchform input.button { 
	margin: 0; 
	padding: 2px 3px; 
	font: bold 12px Arial, Sans-serif; 
	background: #FFF;
	border: 1px solid #f2f2f2;
	color: #333;	
	width: 65px;
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/
#wrap {
	background: #212B5C url('/images/bg.jpg') repeat-x 0 0; 
	margin: 20px auto 0 auto;	
	text-align: left;		
  	border-color: #444;
	border-style: solid;
	border-width: 1px 1px 5px 1px;	
}	
#wrap, #footer-wrap {
	width: 84%;
	width: 980px;
}

/* header */
#header {
	position: relative;
	height: 110px;	
/*	background: #7F8082 url(header-bg.jpg) repeat-x 0% 100%;*/
	border-bottom: 5px solid #444;		
  overflow: hidden;
  background: #aa0000;
}
#header div#logo {
	position: absolute;
	top: 5px; left: 20px;
	margin: 0; padding: 0;
	font: bolder 50px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;	
	z-index: 2;

}
#header div#slogan {
	position: absolute;
	top: 65px; left: 25px;
	color: #FFF;
	text-indent: 0px;
	font: bold 14px Tahoma, 'Trebuchet MS', Sans-serif; 
	text-transform: none;	
	z-index: 2;

}

/* content-wrap */
#content-wrap {
	clear: both;
	margin: 0; padding: 0;			
}

/* box */
.box {
	margin: 10px 15px;			
	border: 1px solid #0A1646;	 	
	background-color: #1B2455;	
}

.boxjoin {
	background-color: #383838;	
}


/* main */
#main {
	margin: 0 0 0 220px;		
	padding-top: 20px;	
	_height: 600px;
	min-height: 600px;
}
#main .box {
	margin-left: 0;
	padding-top: 10px;	

}

/* sidebar */
#sidebar {
	float: left;
	width: 200px;
	margin: 0;
	padding-top: 30px; 	
	
}
#sidebar ul.sidemenu {
	margin: 0 0 0 15px; padding: 0;	
	background: #242424;		
	background: #000066;
	border-top: 5px solid #444;
	border-bottom: 5px solid #444;
}
#sidebar ul.sidemenu li {
	display: inline;
	list-style: none;		
}
#sidebar ul.sidemenu li a {
  display: block;	
  padding: 5px 10px 5px 15px;   
  text-decoration: none;
  color: #CCC;
  font-weight: bold;  
  border: 1px solid #000000;
} 
#sidebar ul.sidemenu li a:hover {
  color: #333;
  background: #A0A0A0;  

  color: white;
  background: #0000aa;
  border: 1px solid white;
  
}

#sidebar ul.sidemenu li.join {
	display: inline;
	list-style: none;		
	background: #aa0000;
}

#sidebar ul.sidemenu li.join a, #sidebar ul.sidemenu li.join a:hover {
	background: #aa0000;
}

/* Footer */
#footer-wrap { 
	clear: both; 
	color: #FFF; 
	background: #000; 
	margin: 0 auto; 
	padding: 0; 
	font-size: 88%;  		
}
#footer-wrap a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
}
#footer-wrap .footer-left{
	float: left;
	width: 65%;	
	padding-bottom: 20px;	
}
#footer-wrap .footer-right{
	float: right;
	width: 30%;			
	padding-bottom: 20px;
}

/* menu tabs */
#header ul {
	position: absolute;
	top: 20px; right: 20px;
	margin:0; padding: 0;
   list-style:none;
	font: bold 1.3em  'Trebuchet MS', Tahoma, verdana,  sans-serif;	
	height: 2.3em;
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
	float: left;
   margin:0;
   padding:3px 10px 2px 10px;
   text-decoration:none;	
	color: #CCC;
}
#header a:hover {
	border-top: 5px solid #CCC;	
}
#header #current a {
   color: #FFF;
	border-top: 5px solid #FFF;
}


/* end menu tabs */

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; padding-top: 0px; }

/* additional classes */
.clear {	clear: both; }
.gray  {	color: #A0A0A0; }
.comments { 
	text-align: right; 
	padding: 7px 15px;
	margin: 20px 15px 15px 15px;
	background: #0A1646;	 
}

.alert
{
  color: #ff0000;
}

.big
{
  font-size: 120%;
}

.img_left
{
  margin : 10px 15px;
  float : left;
}


#sidebar img
{
  border: 0px;
  margin-left: 20px;
}

#links {
/*	background: url('/images/menu/menu_bg.jpg'); 
	background-repeat: no-repeat;	
	position: relative;
	width: 194px;
	height: 347px;
 	padding-top: 100px;*/
 	
 	background: gray;
	position: relative;
	width: 140px;
	height: 180px;
 	padding: 10px;
 	margin-left: 20px;
 	font-weight: bold;
}


#fullhd
{
  background: url('/images/intro/bg_fullhd.jpg'); 
	background-repeat: no-repeat;	
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 657px;
	height: 182px;	
}



#toplists {
	background: url('/images/links.jpg'); 
	background-repeat: no-repeat;	
	position: relative;
	width: 177px;
	height: 216px;
 	margin-top: 10px;
 	margin-left: 20px;
 	font-weight: bold;
 	padding-top: 65px;
 	padding-left: 30px; 	
 	font-size: 140%;
 	line-height: 35px;
}

.lastupdate
{
  font-size: 150%;
  color: red;
  font-weight: bold;
  font-family: Tahoma;  
}

table.introupdate
{
  width: 665px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  font-family: Tahoma;
}

table.introupdate td
{
  font-weight: bold;
  font-size: 130%;
  color: red;
}


table.join
{
  width: 694px;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;  
  margin-bottom: 50px;
}

table.join span.note
{
  font-size: 75%;
  font-weight: normal;
}

table.join td
{
  width: 222px;
  text-align: left;
  padding: 5px;
  font-size: 140%;
  font-weight: bold;
}

table.join .button, table.join .buttonmouse
{
  width: 180px;
  font-size: 85%;
}

table.join .buttonverotel
{
  width: 360px;
  font-size: 85%;
}

table.join td.verotel
{
  text-align: center;
}

div.transfer
{
  margin-top: 0px;
  margin-left: 30px;
}

div.linksnew
{
 	font-weight: bold;
 	font-size: 130%;
 	padding-top: 20px;
 	padding-left: 20px; 	

}

.input
{
	font: normal 1em/1.3em Calibri, Verdana, Tahoma, sans-serif;
  padding: 1px;
  margin: 2px;
  color: black;  
}