/*-------------------------------------------------
	    - SAFARIS STYLE SHEET -						
-------------------------------------------------*/
/*
    Main        #ad4e1b
    Dark        #863b12
    Light       #dd783e
    Background  #e6b493
*/

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

a { color: #ad4e1b; }

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

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

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

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

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

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

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

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

#main h2 {
      color: #fff;
      background: #863b12;
}
    
#main h3 {
    color: #fff;
    background: #ad4e1b;
}


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

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

#footer a { color: #fff; }
            
            