@charset "UTF-8";
/* CSS Document */

body{
/*-moz-background-clip: border;
    -moz-background-origin: padding;
    -moz-background-size: auto auto;
    -x-system-font: none;*/
    background-color: #20150b;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
    color: #7F7F7F;
    font-family:"Gill Sans", "Lucida Grande",Lucida,Verdana,sans-serif;
	font-size:12px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
	margin:0px;
}

a, a:visited{
color:#330000;
text-decoration:underline;

}

a:hover, a:active{
color:#FF9900;


}

#all
{
width:1000px;
margin:0px auto;
height:550px;

}

#all2
{
width:1000px;
margin:0px auto;
height:100%;

}

#ie6all
{
width:1000px;
margin:0px auto;
height:730px;
background:url(../images/ie6bg.jpg);


}

#header
{
width:1000px;
height:95px;
z-index:10;

margin:0px;


}


#menu {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 1000px;
	height: 95px;
	
	background: url(../images/menu-bg.png) no-repeat;
	position: relative;
	z-index:5000;
}
#menu2 {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 1000px;
	height: 95px;
	
	background: url(../images/menu2-bg.png) no-repeat;
	position: relative;
	z-index:5000;
}
#menu span {
	display: none;
	position: absolute;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: left bottom;
}
#menu a:hover span{
	display: block;
}
#menu .hometab {
	width: 47px;
	height: 36px;
	background: url(../images/home.png) no-repeat;
	left: 168px;
	top: 55px;
}
#menu .hometab span {
	width: 47px;
	height: 14px;
	background: url(../images/home-over.gif) no-repeat;
	left: 28px;
	top: -20px;
}
#menu .abouttab {
	width: 50px;
	height: 36px;
	background: url(../images/about.png) no-repeat;
	left: 242px;
	top: 55px;
}
#menu .abouttab span {
	width: 50px;
	height: 12px;
	background: url(../images/about-over.gif) no-repeat;
	left: 44px;
	top: 54px;
}


#menu .createtab {
	width: 130px;
	height: 36px;
	background: url(../images/creators.png) no-repeat;
	left: 318px;
	top: 55px;
}
#menu .createtab span {
	width: 40px;
	height: 12px;
	background: url(../images/about-over.gif) no-repeat;
	left: 44px;
	top: 54px;
}
#menu .gamestab {
	width: 100px;
	height: 36px;
	background: url(../images/games.png) no-repeat;
	left: 482px;
	top: 55px;
}
#menu .gamestab span {
	width: 100px;
	height: 20px;
	background: url(../images/rss-over.gif) no-repeat;
	left: 26px;
	top: -20px;
}




/*#menu .contacttab {
	width: 80px;
	height: 36px;
	background: url(../images/contact.png) no-repeat;
	left: 560px;
	top: 55px;
}
#menu .contacttab span {
	width: 92px;
	height: 20px;
	background: url(../images/rss-over.gif) no-repeat;
	left: 26px;
	top: -20px;
}*/

#menu .buytab {
	width: 96px;
	height: 36px;
	background: url(../images/buy.png) no-repeat;
	left: 621px;
	top: 55px;
}
#menu .buytab span {
	width: 96px;
	height: 20px;
	background: url(../images/rss-over.gif) no-repeat;
	left: 26px;
	top: -20px;
}



#menu .feedbacktab {
	width: 92px;
	height: 36px;
	background: url(../images/feedback.png) no-repeat;
	left: 750px;
	top: 55px;
}
#menu .feedbacktab span {
	width: 92px;
	height: 20px;
	background: url(../images/thank.gif) no-repeat;
	left: 26px;
	top: -20px;
}

#giant
{

width:827px;
height:556px;
position:absolute;
top:0px;
right:0px;
background:url(../images/giant.png);

}


#content
{
background-image:url(../images/characters.png);
background-position:top left;
position:relative;

margin-right:116px;
height:455px;
width:884px;
background-repeat:no-repeat;
z-index:10;

}

#content2
{
background-image:url(../images/characters2.png);
background-position:top left;
position:relative;

margin-right:200px;

width:950px;
background-repeat:no-repeat;
z-index:10;

}

#signmenu
{
width:200px;
height:240px;
padding-top:220px;
float:left;


}

.scroll {
	
	height: 414px;
	overflow: hidden;
	position: relative;
	width: 550px;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	left:125px;
	top:20px;
	}
	
.scrollContainer div.panel {
	padding: 0 0 0 10px;
	height: 414px;
	width: 550px;
	float: right;
	position: relative;
	background: url(../images/panel.png);
	}

div.panel2 {
	padding: 0 0 0 10px;
	
	width: 604px;
	float: right;
	position: relative;
	background: url(../images/panel2.png);
	margin-right:64px;
	border-top:solid 8px #a7dff1;
	}


#home {
    clear: both;
    height: 414px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 535px;
}


#about, #create {
	
	overflow: hidden;
	width: 510px;
	height: 374px;
	margin: 0;
	padding: 20px;
	float: left;
	clear: both;
	position:relative;
	}
	
	
	

		
.revScroll {
	height: 394px;
	width: 510px;
	margin:0px 0px;
	overflow: hidden;
	position: relative;
	float: left;
	
	
	}
	
.revTop {
	width: 510px;
	/*margin: 0 10px 0 20px; */
	clear: both;
	}
	
.revTop img {
	/*margin: 0 30px 10px 0;*/
	}
	
.revBottom {
	width: 510px;
	height:299px;
	/*margin: 15px auto 0;*/
	clear: both;
	line-height:21px;
	overflow:auto;
	}
	
.revBottom img {
	/*margin: 10px 30px 0 0;*/
	}
	
	.revNav {
	width: 510px;
	height: 5px;
	margin: 0;
	padding: 0;
	clear: both;
	}
	
.revNav img {
	width: 34px;
	height: 34px;
	border: none;
	}
	
.revNavLeft {
	float: left;
	height: 5px;
	width: 34px;
	margin:  10px 0 0 0;
	}
	
.revNavRight {
	float: right;
	height: 5px;
	width: 34px;
	margin: 10px 0 0 0;
	}

#pageOne, #pageTwo, #pageThree, #pageFour, #aboutpageOne,#aboutpageTwo,#aboutpageThree,#aboutpageFour, #createpageOne,#createpageTwo,#createpageThree,#createpageFour  {
	overflow: hidden;
	width: 510px;
	height: 374px;
	margin: 0 auto;
	padding: 20px 0px;
	float: left;
	clear: both;
	position:relative;
	text-align: left;
	}
	

	
	

#games, #buy, #feedback, #thankyou,  #mailing, #success, #cancel{
	
	
	width: 510px;
	height: 374px;
	margin: 0;
	padding: 20px;
	float: left;
	clear: both;
	position:relative;
	
	}
	
#contact, #contest{
	
	overflow:auto;
	width: 510px;
	height: 374px;
	margin: 0;
	padding: 20px;
	float: left;
	clear: both;
	position:relative;
	
	}
	
#footer
{
height:100px;
width:100%;
float:left;
}

.left
{
float:left;
padding-right:10px;
}
.cleft
{
float:left;
padding-right:400px;
padding-left:10px;
}
.clear
{
clear:both;
}

.cright
{
float:right;
padding-right:10px;
}

#bottommouse
{
height:98px;
width:116px;
position:absolute;
top:633px;
right:100px;

}

.nameNote {
    color: #333333;
    font-size: 0.8em;
    text-align: right;
}
.nameNotec {
    color: #333333;
    font-size: 0.8em;
    text-align:center;
}

.err
{
	
	color: red;
}


.gamethumb {
	margin-right:4px;
	padding:3px ;
	margin-top:2px;
	margin-left:4px;
	margin-right:30px;
	margin-bottom: 10px;
	float:left;
	width:90px;
	height:90px;
	border: 2px solid #695139;
	background:#957350;
	z-index:800;
}


.tooltip h3{ display:inline; text-decoration:underline; font-size:140%;

}

.tooltip {
	display:none;
	background:url(../images/cheesebubble.png);
	
	
	font-weight:bold;
	height:100px;
	width:125px;
	padding:40px 20px 20px 25px;
	color:#000;	
	z-index:5001;
}

.work {
	margin-right:4px;
	padding:3px ;
	margin-top:2px;
	margin-left:4px;
	margin-right:4px;
	margin-bottom: 10px;
	float:left;
	width:100px;
	height:100px;
	background-image:url(../images/frame.jpg);
	z-index:800;
}
.bronze
{
color:#683d00;

}
.iemsg
{
	position:relative;
	width:420px;
	height:300px;
	font-size:90%;
	left:400px;
	top:70px;
	text-align:center;
}