/*-------------------------------------------------
	    - SAFARIS STYLE SHEET -						
-------------------------------------------------*/
/*
    Main Green #537819
    Other Green #547116
    Dark Green #384B0E
    Very Light Green #b0c277
*/

body {  background: #eaffa8 url('../images/safaris/layout/body_back.jpg') no-repeat center top; }
#container { background: url('../images/safaris/layout/container_back.gif') repeat-y;  }

a { color: #537819; }

#header_01 {
    background-image: url('../images/headers/header_safaris.jpg');
    background-color: #537819;
    }
    
span { color: #537819; }


/* STYLE SPECIFIC MENU_V2 COLORS */
/* first level menus */
div#menu_v2 ul li a {
  color: #384B0E;
  background-color: white;
  border-bottom: 1px solid #384B0E;
}

div#menu_v2 ul li a:hover {
  color: white;
  background-color: #547116;
}

/* second level menus */
div#menu_v2 ul li ul li a {
  color: #384B0E;
  background-color: white;
  border-bottom: 1px dotted #384B0E;
}

div#menu_v2 ul li ul li a:hover {
  color: white;
  background-color: #547116;
}

/* third level menus */
div#menu_v2 ul li ul li ul li a {
  color: #384B0E;
  background-color: white;
  border-bottom: 0px dotted #384B0E;
}

div#menu_v2 ul li ul li ul li a:hover {
  color: white;
  background-color: #547116;
}


/*-------------------------------------------------
	       - MAIN SAFARIS -				
-------------------------------------------------*/

#main h2 { background: #384b0e; }
    
#main h3 { background: #547116; }
    
table#blokke div.big_block { background: #547116; }
        
table#blokke div.block_footer { background: #708C1E; color: #fff; }


#main ul#landing_list li { border-bottom-color: #537819; }
#main ul#landing_list li a:hover { background-color: #eee; }
#main ul#landing_list li a span, #main ul#landing_list li a em { color: #537819; }

#main ul#landing_list li a.walking { background-image: url('../images/safaris/menu_walking.jpg') }
#main ul#landing_list li a.specialist { background-image: url('../images/safaris/menu_specialist.jpg') }
#main ul#landing_list li a.biggame { background-image: url('../images/safaris/menu_biggame.jpg') }
#main ul#landing_list li a.flyin { background-image: url('../images/safaris/menu_flyin.jpg') }


/*-------------------------------------------------
	     - SARARIS FOOTER -					
-------------------------------------------------*/

#footer {
    border-top: 5px solid #b0c277;
    color: #fff;
    }
	
#footer p { background: #547116; }

#footer a { color: #fff; }
            
            