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

* {
	padding:0; margin:0; border:0; 
}
	
body { 
	font-family: "Helvetica Neue", Helvetica, Geneva, sans-serif;
	background-color:#667c78;
	background-image:url(../webArt/bg.jpg);
	background-repeat:repeat-x;
	color: #334662;
	font-size: 12px;
}

ol, ul {
	list-style: none;
}
	
.clear { 
	clear:both; 
	height:0; 
}	
	
.clear_10 { 
	clear:both; 
	height:10px; 
}		

.clear_line { 
	clear:both; 
	position:static;
	height:10px;
	width:900px;
	border-top:2px solid #334662;
}
	
p {
	margin:10px 0px;
}

a:link, a:visited, a:hover, a:active{
	text-decoration: none;
	color:#334462;
}

#headers a:hover{
	color: black;
}

input, textarea, select{
	border: 2px solid #6699FF;
}

h1{
	color:#000;
	margin:25px 0px 0px 0px;
	font-size:300%;
	font-weight:900;
	letter-spacing:-2px;
	
}

h2{
	font-size:200%;
}

h3{
	font-size:150%;
	font-weight:100;
	color:#FF081A;
	font-family:Futura;
	margin:10px 50px 20px 20px;
}

h4{
	font-size:150%;
	font-weight:100;
	color:#000;
	font-family:Futura;
	margin:10px 50px 20px 0px;}

.center{
	text-align:center;
}

.tabLeft{
	margin-right:80px;
}

.tabRight{
	margin-left:50px;
}


/*STRUCTURE*/

#container{
	width:1000px;
	margin:0px auto;
	position: relative;
}

.gendiv
{
	position:relative;
	float:left;
	width:900px;
	padding:0.75em 0em;
}


#top {
	border-bottom: 4px solid #334662;
}

.logo{
	position:relative;
	float:left;
	margin:10px 0px;
}

#headers
{
	position:relative;
	float:right;
	width:540px;
	top:100px;
}

.text{
	margin:10px 0px;
	color:#000;
	width:425px;
	font-size:120%;
}

.mainImg{
	width:200px;
	height:200px;
	margin:0px 80px;
}

.inline li{
	display: inline;
}

li
{
	margin:5px 5px 5px 25px;
	display: block;
}

#main{
}

#mainLeft{
	margin-top:40px;
	width:450px;
	float:left;
}

#mainRight{
	width:440px;
	float:left;
}

.pageBreak
{
	background-image:url(../webArt/pageBreak.gif);
	background-repeat:no-repeat;
	text-align:center;
	font-size:150%;
	font-family:Futura;
	height:40px;
}

.pageBreak a
{
	color:#FF081A;
}

#footer {
	border-top:4px solid #334662;
}

/*MAIN BOTTOM NAV*/

#nav a{
	color:#FF081A;
}

#nav a:hover{
	color:#FFFF00;
}

#nav a:hover img#knob_l{
	visibility:visible;
}

#nav a:hover img#knob_ll{
	visibility:visible
}

#nav a:hover img#knob_r{
	visibility:visible;
}

#nav a:hover img#knob_rr{
	visibility:visible;
}

#knob_l{
	position:absolute;
	visibility:hidden;
	left:400px;
	bottom:20px;
	z-index:2;
}

#knob_ll{
	position:absolute;
	visibility:hidden;
	left:400px;
	bottom:20px;
	z-index:2;
}

#knob_r{
	position:absolute;
	visibility:hidden;
	right:280px;
	bottom:20px;
	z-index:2;
}

#knob_rr{
	position:absolute;
	visibility:hidden;
	right:280px;
	bottom:20px;
	z-index:2;
}


#knob_c{
	display: none;
	z-index: 1;
}

.column {
	height:120px;
	position:relative;
	float:left;
}

#colLeft {
	right:130px;
	width:400px;
	text-align:right;
}

#colCent {
	left:400px;
	width:130px;
	background-image: url(../webArt/dial.png);
	background-repeat:no-repeat;
}

#colRight {
	width:250px;
	text-align:left;
}
#items {
	position:relative;
	width:900px;
	font-size:120%;
}

#items a {
		color:#000;
}

#items a:hover {
	color:#FFFF00;
}

.item {
	position:relative;
	float:left;
	width:430px;
	color:#000;
	margin:20px 0px 20px 20px;
}

.itemImg {
	position: relative;
	float:left;
	width: 400px;
	margin: 0px 0px 0px 40px;
}

#playerPixel {
	position:relative;
	float:left;
	margin:0px 0px 40px 20px;
}

#playerMonster {
	position:relative;
	float:left;
	margin:0px 0px 40px 20px;
}

#playerSlope {
	position:relative;
	float:left;
	margin:0px 0px 40px 20px;
}

#playerSnow {
	position:relative;
	float:right;
	margin:0px 30px 40px 20px;
}

.floatRight {
	float:right;
}
