
#fullscreen {
    display: none;
    background-image: url(screen-shadow.png);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
	}

#largepopup {
	visibility: hidden;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 404px;
	border: 0;
	border-collapse: collapse;
	z-index: 100;
	}



.hide { display: none; }
.show { display: ; }

BODY
{
background-color: #9A9A9A;
background-image: url(grad.jpg);
background-repeat: repeat-x;
font-family: Trebuchet MS
}

#popup_pic {
	background-color: #FFFFFF;
	font-family:Trebuchet MS;
	font-weight:bold;
  font-size:16px;
}

.top_menu a {
 text-decoration: none;
 color: #333333;
 padding: 0px;
 margin: 0px 4px 4px 4px;
 height:24px;
 font-weight:bold;
 font-family:Trebuchet MS;
 font-size:16px;
}

.top_menu a:hover{
 text-decoration: underline;
}

.menu {
 color: #333333;
 padding: 0px;
 margin: 0px 4px 4px 4px;
 width: 840px;
 height:24px;
 font-weight:bold;
 font-family:Trebuchet MS;
 font-size:16px;
 border-bottom:1px solid #E8E8E8;
}
.menu_word {
margin:0 0 0 15px;
}
.menu_word {
display: inline;
}
.menu_word a{
 height:24px;
 font-weight:bold;
 font-family:Trebuchet MS;
 font-size:16px;
color: #333333;
text-decoration: none;
padding: 4px 15px 0px 15px;
height: 20px;
}
.menu_word a:hover{
color: #333333;
background: #F5F5F5;
}
.show img {
  padding: 5px;
  background: white;
}
#search {
	position: absolute; 
	background-color: #FFFFFF; 
	text-align: left; 
	border: 0px solid #000000;			
}

