/*-------------------------------------------------
	    - SAFARIS STYLE SHEET -						
-------------------------------------------------*/
/*
    Main #BB7307
    Other #bc7006
    Dark  #7e4f00
    Light #cc8925
    Very Light  #b0c277
    background: #E6D07A
*/

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

a { color: #537819; }

#header_01 {
    background-image: url('../images/headers/header_meetus.jpg');
    background-color: #bc7006;
    }

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

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

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

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

/* third level menus */
div#menu_v2 ul li ul li ul li a {
  color: #7e4f00;
  background-color: #cc8925;
  border-bottom: 1px dotted #7e4f00;
}

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

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

#main h2 {
      color: #fff;
      background: #7e4f00;
}
    
#main h3 {
    color: #fff;
    background: #BB7307;
}
    
table#blokke div.big_block { background: #BB7307; }
        
table#blokke div.block_footer { background: #cc8925; color: #fff; }


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

#footer {
    border-top: 5px solid #E6D07A;
    color: #fff;
    margin-left: 1px;
    }
	
#footer p { background: #BB7307; }

#footer a { color: #fff; }
            
            