@charset "UTF-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
	background-image: url(bg-home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.thrColFixHdr #container {
	width: 985px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #D3fdfe;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 400px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #header {
	background: transparent;
	top: -30px;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 130px; /* padding keeps the content of the div away from the edges */
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 5px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.thrColFixHdr #mainContent {
	width: 670px;
	margin-top: -1205px;
	margin-right: 168px;
	margin-left: 147px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	position: relative;
	height: 100%;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	font-size: x-small;
	text-align: center;
	margin-top: 200px;
} 
.reviews-Stext {
	color: #EB2DED;
	font-weight: bold;
	font-style: italic;
}
#reviews li {
	padding-top: 7px;
}
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* Header */
#header-main {
	background:url(main-bg-L.png) left top no-repeat;
	position: relative;
	width: 985px;
	margin-top: 0px;
}
#header-main ul {
	list-style:none;
	margin-left:147px;
	height:33px;
	background:url(main-bg-R.png) right top no-repeat;
}
#header-main li {
	width:75px;
	height:21px;
	float:left;
	margin:6px 2px;
}
#header-main li#main-home {
	display: inline;
}
#header-main li span {
	position:absolute;
	width:1px;
	left:-999em;
}
#header-main li a {
	display:block;
	height:21px;
	background-position:left top;
}
#header-main a:hover {
	background-position: left bottom;
}
#header-main #main-home a {
	background-image:url(main_home.png);
}
#header-main #main-PC a{
	background-image:url(main_PC.png);
}
#header-main #main-ps2 a{
	background-image:url(main_ps2.png);
}
#header-main #main-XBOX a{
	background-image:url(main_XBOX.png);
}
#header-main #main-XBOX360 a{
	background-image:url(main_XBOX360.png);
}
#header-main #main-PSP a{
	background-image:url(main_PSP.png);
}
#header-main #main-GBA a{
	background-image:url(main_GBA.png);
}
#header-main #main-GC a{
	background-image:url(main_GC.png);
}


/* Main Menu left */
#main2 {
	float: left;
	width: 117px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	display: inline;
	top: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#main2 ul{
	background: #C7E3F1 url(bg-sommary.png) repeat-x top;
	list-style-image: none;
	list-style-type: none;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: -16px;
}
#main2 li {
	margin-left: -40px;
}
#menu_magazine h3 {
	background-image: url(bg-title3.png);
	background-repeat: no-repeat;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	height: 21px;
	padding-top: 3px;
}
#menu-magazine {
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
}
#main2 a {
	display: block;
	color: #014F65;
	font-weight: bold;
	text-decoration: none;
	line-height:120%;
	padding: 1px 0 1px 10px;
	background: url(ul-sommary.png) no-repeat left center;
	vertical-align: bottom;
	\width: 117px;
	w\idth: 107px;
}
#main2 a:hover, #main2 a:focus {
	color: #FFF !important;
	background-color: #59AAC6;
}


/* small div MainContent */
.title-3small {
	width: 670px;
	float: left;
	position: relative;
}
.thrColFixHdr #container #mainContent h1 {
	font-size: large;
	margin-top: 0px;
	margin-bottom: 2px;
}
.title-3-3  {
	margin-right: 0px;
}
.title-3small div {
	float: left;
	width: 216px;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.title-3-border {
	width: 216px;
	height: 160px;
	border: 1px solid #737373;
	left: 0px;
	margin-top: 21px;
}

/* BigDivs MainContent */
#title-articles {
	background-image: url(bg-articles4.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 670px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: 530px;
	position: relative;
}
#articles {
	border: 1px solid #EB1E22;
	width: 648px;
	margin-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	color: #000000;
	left: -1px;
	height: auto;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
}
#articles ul {
	list-style-position: outside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000033;
	list-style-image: url(image-list.gif);
	margin-left: -10px;
	margin-top: 10px;
}
#articles li {
	padding-top: -2px;
}
#articles a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000033;
	text-decoration: none;
}
#articles a:hover, #articles a:link, #articles a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FF373B;
	text-decoration: none;
}
#title-reviews {
	background-image: url(bg-articles1.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 642px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	position: relative;
	margin-top: 200px;
	margin-bottom: 20px;
}
#reviews {
	border: 1px solid #E61AE6;
	width: 642px;
	margin-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	color: #000000;
	left: -1px;
	height: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-bottom: 50px;
}
#title-news {
	background-image: url(bg-articles3.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 642px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: 210px;
	position: relative;
}
#news {
	border: 1px solid #34B501;
	width: 642px;
	margin-top: 1px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	color: #000033;
	left: -1px;
	height: 500px;
	font-size: medium;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.title-3-border ul {
	font-size: small;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	list-style-image: url(ul-sommary1.png);
}
#pub-wii {
	margin-left: 6px;
	margin-top: 200px;
}
#news h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	text-transform: uppercase;
	color: #000066;
	text-decoration: none;
}

/* sidebar 2 Image */
.game-R {
	float: left;
	width: 140px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-bottom: 15px;
	}
.ul-previews a {
	text-decoration: none;
	color: #000033;
}
.ul-previews a:hover, .ul-previews a:link, .ul-previews a:active {
	color: #28A6FA;
	text-decoration: none;
}
.ul-PS2 a {
	text-decoration: none;
	color: #000033;
}
.ul-PS2 a:hover, .ul-PS2 a:link, .ul-PS2 a:active {
	color: #287DA5;
	text-decoration: none;
}
.ul-XBOX a {
	text-decoration: none;
	color: #000033;
}
.ul-XBOX a:hover, .ul-XBOX a:link, .ul-XBOX a:active {
	color: #5BA295;
	text-decoration: none;
}
#reviews ul a {
	text-decoration: underline;
	color: #ed21ed;
}
#reviews ul {
	padding-left: 15px;
}
#games   td {
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
#reviews ul a:hover, #reviews ul a:link, #reviews ul a:active {
	color: #ED21ED;
	text-decoration: none;
	font-variant: small-caps;
}
#footer a {
	color: #000033;
	text-decoration: none;
}
#footer a:hover, #footer a:link, #footer a:active {
	color: #139EFF;
	text-decoration: none;
}
#sidebar2        img       {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.specialText {
	font-style: italic;
	font-weight: bolder;
}
.specialText1 {
	font-weight: bold;
}
#title-articles-page {
	background-image: url(bg-articles4.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 670px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: 3px;
	position: relative;
}
#articles p {
	text-align: justify;
	padding-right: 5px;
}
#title-reviews-page {
	background-image: url(bg-articles1.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 642px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	position: relative;
	margin-top: 3px;
	margin-bottom: 20px;
}
#reviews h1 {
	color: #003399;
}
.XBOX-text {
	font-style: italic;
	font-weight: bold;
	color: #509185;
}
.GC-text {
	font-style: italic;
	font-weight: bold;
	color: #FA0B0B;
}
.PS2-text {
	font-style: italic;
	font-weight: bold;
	color: #0B3E9E;
}
.title-3-border-previews {
	width: 670px;
	height: 160px;
	border: 1px solid #058EEE;
	left: 0px;
	margin-top: 0px;
}
.title-3-border-previews ul {
	font-size: small;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	list-style-image: url(ul-sommary1.png);
}
.ul-PC a {
	text-decoration: none;
	color: #000033;
}
.ul-PC a:hover, .ul-PC a:link, .ul-PC a:active {
	color: #A31AD1;
	text-decoration: none;
}
.ul-GBA a {
	text-decoration: none;
	color: #000033;
}
.ul-GBA a:hover, .ul-GBA a:link, .ul-GBA a:active {
	color: #FF8D13;
	text-decoration: none;
}
.ul-XBOX360 a {
	text-decoration: none;
	color: #000033;
}
.ul-XBOX360 a:hover, .ul-XBOX360 a:link, .ul-XBOX360 a:active {
	color: #16E546;
	text-decoration: none;
}
.ul-PSP a {
	text-decoration: none;
	color: #000033;
}
.ul-PSP a:hover, .ul-PSP a:link, .ul-PSP a:active {
	color: #E82EDD;
	text-decoration: none;
}
.ul-GC a {
	text-decoration: none;
	color: #000033;
}
.ul-GC a:hover, .ul-GC a:link, .ul-GC a:active {
	color: #EE0505;
	text-decoration: none;
}
.title-3small-codes {
	width: 670px;
	float: left;
	position: relative;
	margin-bottom: 30px;
}
.title-3small-codes div {
	float: left;
	width: 216px;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#title-DL-bg {
	background-image: url(bg-articles.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 642px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: 3px;
	position: relative;
}
#DL-bg {
	border: 1px solid #0096FF;
	width: 642px;
	margin-top: 1px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	color: #000033;
	left: -1px;
	height: auto;
	font-size: medium;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#games a {
	text-decoration: underline;
	color: #000033;
}
#games a:hover, #games a:link, #games a:active {
	color: #139EFF;
	text-decoration: none;
	font-variant: small-caps;
}
#title-games {
	background-image: url(bg-articles.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 642px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: 3px;
	position: relative;
}
#games {
	border: 1px solid #0096FF;
	width: 642px;
	margin-top: 1px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	color: #000033;
	left: -1px;
	height: auto;
	font-size: medium;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#games ul {
	padding-left: 15px;
}
