/* css kingdom of Z 2004 - default style v1.0 */

body {
        overflow:hidden;
        font-family: Arial; 
        font-size: 12pt; 
        color: #FECD72;        
        background-image: url("../images/mainback-blue.gif");
        background-repeat: no-repeat; 
        background-color: "#77927F";        
        topmargin:"0px";
        leftmargin:"0px";	}
        
p { 
	font: 8pt/16pt georgia; 
	margin-top: 0px; 
	text-align: justify;	}
	
h3 { 
	font: italic normal 12pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;	}
	
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #B7A5DF;	}
	
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #B7A5DF;	}
	
a:hover, a:active { 
	text-decoration: none; 
	color: #9685BA;	}

img	{
	display: block;
	border: 0;}



/* class styles defined here */

.menutop-z19    {	z-index: 19;
	   		VISIBILITY: visible;
	    		POSITION: absolute;
	    		}
	    		
.menutop-z20    {	z-index: 20;
	   		VISIBILITY: hidden;
	    		POSITION: absolute; 
	    		}
	    		
.menutop-z21    {	position: absolute;
	    		visibility:hidden;
	    		z-index:21;
	    		left:105px;
	    		top:65px;
	    		width:600px;
	    		height:176px;  }

	    
/* div styles defined here */

#quoteDay  { 	background-color: #DCEED0;
		background: url("../images/menu-opt-background-quote2.gif");
		color: #FFDC71; 
		font-family: Arial; 
              	font-size: 14pt;              	
              	text-align: center; }
              	
#quoteDay td {    margin-bottom: 2px; }

#quoteDay a  {  font-weight: bold; 
		font-size: 10pt; 
		text-decoration: none; 
		color: #B7A5DF;	}	
              	
#sitelogo    {	position: absolute;
		background:  url("../images/zlogo03.jpg");
		background-repeat: no-repeat;
		filter:alpha(opacity=10);
		-moz-opacity: .1;
	    	visibility:visible;
	    	z-index:4;
	    	right:0px;
	    	bottom:0px;
	    	width:196px;
	    	height:98px;  
	   }

#overlay   {	position: absolute;		
		filter:alpha(opacity=40);
		-moz-opacity: .4;
	    	visibility:visible;
	    	z-index:2;
	    	left:54px;
	    	bottom:-40px;
	    	width:1600px;
	    	height:420px;  
	   }
