
* { padding: 0; margin: 0; border: 0;}

body {
 font-family: Arial, sans-serif;
 font-size: 0px;
 //font-size: 16px;   /* DA RIMUOVERE!!! */
 background: #FFFFFF url(images/background.gif) repeat-y scroll center center;
}

A:link {
	text-decoration: none;
	color: #FFFFFF;
}
A:visited {
	text-decoration: none;
	color: #FFFFFF;
}
A:active {
	text-decoration: none;
	color: #FFFFFF;
}
A:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

IMG {
   border: 0px solid #D5B695;
}

#wrapper { 
 margin: 0px auto;
 width: 960px;
 background: #FFFFFF url(images/background_table.gif) repeat-y scroll center center;
}

#leftcolumn { 
 width: 128px;
 float: left;
}
#rightcolumn { 
 width: 832px;
 float: right;
}
#menu_top { 
 height: 64px;
}
#banner_main { 
 width: 832px;
 height: 256px;
}

#news_summary, #whats_new, #news_detail { 
 width: 608px;
 float: left;
}

#news_body { 
 padding:0px 32px 0px 32px;
 color: #FFFFFF;
 background: url(images/plate_middle_large.gif) repeat-y scroll center center;
}

.news_title{
	font-size: 14px;
	font-weight: bold;
}

.news_more{
	font-size: 12px;
	font-weight: bold;
	Text-align: center;
}

.news_long, .news_short{
	font-size: 12px;
}

.news_short .news_long_text, .news_long .news_short_text{
	font-size: 0px;
}

#game_cover { 
 width: 384px;
 float: left;
}

#game_desc { 
 width: 448px;
 float: right;
}

#privacy_policy {
 width: 448px;
 float: center;
}

#game_desc_text {
 padding:0px 32px 0px 32px;
 color: #FFFFFF;
 font-size: 16px;
 background: url(images/plate_middle_medium.gif) repeat-y scroll center center;
}

#game_video {
 padding:16px 18px 0px 18px;
 background: url(images/plate_middle_medium.gif) repeat-y scroll center center;
}

#game_video_large{
 padding:0px 16px 0px 32px;
 background: url(images/plate_middle_huge.gif) repeat-y scroll center center;
}

#game_screen_body{
 padding:0px 16px 0px 32px;
 background: url(images/plate_middle_huge.gif) repeat-y scroll center center;
}

#wallpapers_body_text, #contact_body_text{
 padding:0px 32px 0px 32px;
 background: url(images/plate_middle_huge.gif) repeat-y scroll center center;
 color: #FFFFFF;
 font-size: 16px;
}

#wallpapers_body_screen{
 padding:0px 16px 0px 16px;
 background: url(images/plate_middle_huge.gif) repeat-y scroll center center;
 font-size: 12px;
}

#wallpapers_body_screen img{
 margin: 0px 0px 0px 12px;
}

.thumbnail {
	margin:0px 12px 12px 0px;
	border: 4px solid #7d7d7d;
}

.thumbnail:hover {
	border: 4px solid #fe6b01;
}

#poll { 
 width: 224px;
 float: right;
}

#poll_text { 
 padding: 0px 48px 0px 32px;
 color: #FFFFFF;
 font-size: 12px;
 font-weight: bold;
 background: url(images/plate_middle_small.gif) repeat-y scroll center center;
}

#footer {
 font-size: 12px;
 float: right;
}

/* LIGHTBOX 2.04 css */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(lb/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lb/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


