@charset "utf-8";
/* CSS Document */
html{width:100%;height:100%;}
body {background-color: #000; margin-left: 0px;margin-top: 0px;margin-right: 0px;margin-bottom: 0px; background-image: url(images/woodbackground.jpg);font-family:Arial;width:100%;height:100%;overflow-x:hidden;}

a {color:#c17d63; text-decoration: none; border: none;}
a:hover {color:#c17d63; border: none;text-decoration: underline;}

div#indexwrapper {background-image: url(images/main-top.gif);background-repeat:repeat-x;}
div#indexcontentwrap {
margin-left: auto;
margin-right: auto;
height: 900px; 
width: 800px;
}
.hide{
display:none;
}
.show{
display:block;
height:190px;
background-color:#980001;
}
div.bottom{
background-image: url(images/bottom.gif); background-repeat:repeat-x;width:100%;height:9px;
}
div#chars{
width:1002px;
margin-left:auto;
margin-right:auto;
background-image: url(images/chars.gif);
background-repeat: no-repeat;
background-position:70px 40px;
}
.login{
background-image: url(images/login.png);
width:174px;
height:50px;
text-align:center;
float:right;
clear:right;
font-weight:bold;
color:#FFFFFF;
font-size:13px;
}
.login_container{
width:730px;
margin-left:auto;
margin-right:auto;
}
.form{
background-color:#540000;
border:1px solid #db0000;
width:730px;
height:20px;
padding:15px;
padding-top:10px;
padding-bottom:25px;
margin-left:auto;
margin-right:auto;
text-align:center;
color:#FFFFFF;
font-size:13px;
font-weight:bold;
}
.submit{
background-image: url(images/login.gif);
height:32px;
width:70px;
border:0px;
text-align:center;
font-weight:bold;
color:#FFFFFF;
margin-left:8px;
}
.input{
width:120px;
border:0px;
padding:5px;
margin-left:8px;
}
.password{
width:120px;
border:0px;
padding:5px;
margin-left:8px;
}
.shield{
position:relative;
width:221px;
height:264px;
background-image: url(images/shield.png);
margin-left:290px;
z-index:100;
}
.main{
position:relative;
width:968px;
height:560px;
left:-75px;
top:-80px;
background-image: url(images/main_back.gif);
}
.text{
position:relative;
color:#f5d58b;
}
.button{
cursor:pointer;
}
.screens{
border:1px solid #000000;
}
.main_link{
color:#FFFFFF;
}

.reg a{
color:#8bff00;
text-decoration:underline;
}

.reg a:hover{
color:#599f05;
text-decoration:none;
}

.go a{
color:#f4d182;
text-decoration:underline;
}

.go a:hover{
color:#ffffff;
text-decoration:none;
}
.head-pipe{
border-top:1px solid #BFBFBF;
border-bottom:1px solid #BFBFBF;
}

.head-pipe a{
color:#BFBFBF;
text-decoration:none;
}
.head-pipe a:hover{
color:#FFFFFF;
text-decoration:none;
}
#pipe{
	background:url(images/headbg2.gif);
	border:1px solid #BFBFBF;
	color:#BFBFBF;
}