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



body {
	background: #212121; 
	background-image: url(../images/bggradient2.jpg); 
	background-repeat:repeat-x;
	font-size:13px;
    color: white;
    font-family: Trebuchet MS, Helvetica, serif;
}
		/* TEXT CSS */

h1 {
	font: 30px Rockwell, Trebuchet MS, Helvetica, serif;
	color: #feffff;
	font-weight: bold;
    text-shadow: 0px 1px 1px #313131;
}

h2 {
	font: 16px Rockwell, Trebuchet MS, Helvetica, serif;
	color: #feffff;
	font-weight: bold;
    text-shadow: 0px 1px 1px #313131;
}

h3 {
	font: 15px Trebuchet MS, Helvetica, serif;
	text-align: center;
	color: #feffff;
	font-weight: bold;
    text-shadow: 0px 1px 1px #313131;
}

a {
color: #bb2f3b;
text-decoration:none;
font-family:'Trebuchet MS', Helvetica, serif; 
font-weight:normal; }

a:hover {
color:white; 
text-decoration:none;
font-family:'Trebuchet MS', Helvetica, serif; 
font-weight:normal;
}

		/* Other Divs */



.adverts {
    position:relative;
	left:0px;
	margin-top: -5px;
	border:inset 1px #9d0808;
}



#fullcontent{
position: relative;
left:0px;
top: 0px;
width: 1100px;
height: auto; 
}

#navbar{
position: absolute;
left:273px;
top: 48px;
width: 800px;
height: 39px; 
}


#footer{
color:white;
text-decoration:none;
font-family:'Trebuchet MS', Helvetica, serif; 
font-weight:normal;
position: relative;
left:0px;
top: 60px;
width: 1100px;
height: 20px; 
}

#adverts{
position: absolute;
left:1075px;
top: 5px;
width: 140px;
height: auto; 
}



		/* Main Content Stuff */

.content_header{
background: transparent url(../images/content/topgames_content_header2.png) repeat-x scroll 0% 0%;
position: absolute;
width: 880px;
height: 60px;
left: -11px;
margin-bottom: 25px;
}

.content_header_title{
font: 15px Trebuchet MS, Helvetica, serif;
color: #feffff;
font-weight: bold;
text-shadow: 0px 1px 1px #313131;
padding-left:8px;
padding-top:4px;
width: 880px;
height: 10px;
}

.content_header_info{
position: relative;
left:0px;
top: 12px;
padding-top:6px;
width: 880px;
height: 10px;
}

#windowcontent{
position: relative;
left:120px;
top: -25px;
width: 840px;
height: auto;
padding:10px;
}

#maincontent{
position: relative;
top: 100px;
padding: 20px;
height: auto; 
padding-bottom: 50px;

}
		/* Background stuff */

.zstop {
background: transparent url(../images/mainlayout/topsection.png) no-repeat scroll 0% 0%;
background-repeat-x: no-repeat;
background-repeat-y: no-repeat;
background-attachment: scroll;
background-position-x: 50%;
background-position-y: 0%;
background-origin: initial;
background-clip: initial;
background-color: transparent;
height: 126px;
width: 1100px;
padding-top: 0px;
position: relative;
top: -8px;

}
.maincontent {
background: transparent url(../images/mainlayout/middlesection.png) repeat-y scroll 0% 0%;
background-repeat-x: no-repeat;
background-repeat-y: repeat;
background-attachment: scroll;
background-position-x: 0%;
background-position-y: 0%;
background-origin: initial;
background-clip: initial;
background-color: transparent;
padding: 0px;
height: auto;
width: 1100px;
position: relative;
top: -8px;
}
.footer {
background: transparent url(../images/mainlayout/bottomsection.png) no-repeat scroll 50% 0%;
background-repeat-x: no-repeat;
background-repeat-y: no-repeat;
background-attachment: scroll;
background-position-x: 50%;
background-position-y: 0%;
background-origin: initial;
background-clip: initial;
background-color: transparent;
height: 41px;
padding-top: 0px;
width: 1100px;
position: relative;
top: -8px;
}

.windowtop {
background: transparent url(../images/mainlayout/windowtop.png) no-repeat scroll 0% 0%;
background-repeat-x: no-repeat;
background-repeat-y: no-repeat;
background-attachment: scroll;
background-position-x: 50%;
background-position-y: 0%;
background-origin: initial;
background-clip: initial;
background-color: transparent;
height: 51px;
width: 1100px;
padding-top: 0px;
position: relative;
top: -8px;

}
.windowmiddle {
background: transparent url(../images/mainlayout/windowmiddle.png) repeat-y scroll 0% 0%;
background-repeat-x: no-repeat;
background-repeat-y: repeat;
background-attachment: scroll;
background-position-x: 0%;
background-position-y: 0%;
background-origin: initial;
background-clip: initial;
background-color: transparent;
padding: 0px;
height: auto;
width: 1100px;
position: relative;
top: -8px;
}
.windowbottom {
background: transparent url(../images/mainlayout/windowbottom.png) no-repeat scroll 50% 0%;
background-repeat-x: no-repeat;
background-repeat-y: no-repeat;
background-attachment: scroll;
background-position-x: 50%;
background-position-y: 0%;
background-origin: initial;
background-clip: initial;
background-color: transparent;
height: 53px;
padding-top: 0px;
width: 1100px;
position: relative;
top: -8px;
}

/* TopGames stuff */

.nav{
	text-align: center; overflow: hidden;
	text-decoration: none;
}

.nav li{ display: inline; }

.nav li a, .nav li a:visited{
	color: #A6A6A6;
	text-decoration: none;
}

.nav li a:hover{
	color: #C1C1C1;
}



select { background-color : #F9F9F9; color: #3E3E3E; border: 1px solid #447EA3; }

legend { color: #717171; }

fieldset { border: 1px solid #737373; padding: 5px; margin: 5px; }

form { margin: 0px; }

/* h */

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

hr {
	background-color: #737373;

	color: #737373;
	height: 1px;

}

/* colours */



.darkbg2 {
	width: 100%;
	text-align: center;
	font-size: 10pt;

}


.c { 
margin: auto; 
background: url('../images/content/c_bg.png') top repeat-x #353535;
width: 70%;
padding: 10px;
text-align: center; 
min-width: 100px;
border: 1px #212121;
-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}



