/* tag-properties below */

body{    
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
    font-size: 10px;
    color: white;
    background-color: #333333;
}

body a{
    color: #ffffff;
    text-decoration: none;
}

li{
	list-style-type: none;
}



/* classes below */

.bigheader{
    font-size: 15px;
}

.header{
    font-size: 12px;
}

.bottom{
    margin-top: 100px;
}

.submenu{

}

.submenu a{
    border-right: 1px solid #ffffff;
    padding-right: 10px;
    line-height: 12px;
}

.submenu a:hover{
    border-right: 1px solid #ff0000;
}


.headeractive{
    font-size: 12px;
	cursor: pointer;
}

.headactive a:hover{
	color: #cc0000;
}


.scroll-track{
height:10px;
width:20px;
background-image: url('images/scrollbar_bg.png');
background-position: -1px 0px;
background-repeat: repeat-y;

}

.scroll-handle{
height: 10px;
width:7px;
background: #ffffff;
cursor:pointer;

}


.red{
    color: #ff0000;
}

.mylinks{
    width: 200px;
}

.hidden{
    visibility: hidden;
}

.mylinks a:hover{
    color: #ff0000;
}

.hundredfiddy{
    width: 150px;
}

.threehundred{
    width: 300px;
    margin-left: -150px;
}

.fourhundred{
    width: 400px;
}

.container{
	position: absolute;
    left: 50%;
    top: 40%;
    margin-left: -350px;
    margin-top: -190px;
	width: 700px;
	height: 467px;
	border: 5px solid white;
}

/* id's below */

#mainsection_img, #krusedull, #stripes, #navigator, #controls_button, #controls, #mainsection_img_border{
    position: absolute;
    left: 50%;
    top: 40%;
    margin-left: -350px;
    margin-top: -190px;

}

#mainsection_img_border{
    z-index: 4;
    width: 700px;
    height: 467px;
    border: 5px solid white;
}


#mainsection_img{
    z-index: 8;
    height: 467px;
    padding: 5px;
}


#krusedull{
    margin-left: -467px;
    margin-top: -233px;
    background-repeat: no-repeat;
    z-index: 4;    
 }


#stripes{
    margin-left: -406px;
    margin-top: -252px;
    background-repeat: no-repeat;
    z-index: 11;    
 }

#blueprint{
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
 }

#greenprint{
    position: absolute;
    z-index: 1;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    overflow: hidden;
 }

#greenprint img{
	margin-top: -358px;
	margin-left: -257px;
}

#flower_bloodstain_blueprint{
    position: absolute;
    z-index: 1;
    right: 0%;
    bottom: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
	background-color: #726957;
	text-align: right;
 }

#flower_bloodstain_blueprint img{
	height: 100%;
	right: 0px;
}


#navigator{	
    height: 445px;
    padding: 10px;
    margin-left: 184px;
    margin-top: -184px; 
	background-image: url(images/transgrey.png);
    background-repeat: repeat;
    text-align: right;
    color: #ffffff;
    z-index: 13;
}

#navigator .header{
    line-height: 9px;
}












/* related to control-buttons */

#controls_button{
    height: 30px;
    width: 100px;
    margin-top: 282px;
    margin-left: -120px;
    text-align: center;
    z-index: 14;
    color: #ffffff;
}

#controls{
    height: auto;
    width: 240px;
    margin-top: -80px;
    margin-left: -120px;
    background-image: url(images/transgrey.png);
    text-align: center;
    z-index: 200;
    font-size: 17px;
    color: #ffffff;
}

#controls p{
    cursor: pointer;
}

#linksarered a:hover{
    color: #ff0000;
}













/* related to courses section of site */

#courses{
    position: absolute;
    height: 445px;
    padding: 10px;
    left: 50%;
    top: 40%;
    margin-left: -66px;
    margin-top: -184px; 
	background-image: url(images/transgrey.png);
    background-repeat: repeat;
    text-align: left;
    color: #ffffff;
    z-index: 13;
    overflow: hidden;

}   

#courses p{
    padding-bottom: 30px;
}

#courses .bigheader{
    padding-left: 20px;
    padding-bottom: 0px;
}

#courses ul{
    margin-bottom: 0px;
}

#courses_nav{
    position: absolute;
    left: 50%;
    top: 40%;
    margin-left: -66px;
    margin-top: 251px; 
    width: 420px;
    height: 31px;
	background-image: url(images/transgrey.png);
	text-align: center;
	z-index: 13;
}

#scroll_down, #scroll_up{
    cursor: pointer;    
}
























/* related to bush section of site */

#videoclip{
	position: absolute;
    height: 447px;
    width: 680px;
	left: 50%;
	top: 40%;
	margin-left: -340px;
	margin-top: -123px;
    background-color: black;
    text-align: center;
    padding: 10px;
    color: #999999;
}

#videoclip a{
    color: #ffffff;
    font-size: 10px;
    text-decoration: none;
}

#videoclip .bigheader{
    color: white;
}

#bushclip object{
	padding: 0px;
	margin: 0px;
	height: 300px;
	width: 400px;
	background: transparent;
}

















/* credits and formal stuff on bottom of page */

#formals{
    position: fixed;
    width: 100%;
    height: 20px;
    top: auto;
    right: 0;
    bottom: 5px;
    left: 0;    
    text-align: center;
    z-index: 10;
}

#formals a{
    color: #cccccc;
    text-decoration: none;    
}