/*-------------------------------------------------
	    - SAFARIS STYLE SHEET -						
-------------------------------------------------*/
/*
    Main        #cf9c24
    Dark        #b0841b
    Light       #e6bf63
    Background  #e2da79
*/

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

a { color: #315881; }

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

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

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

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

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

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

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

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

#main h2 {
      color: #fff;
      background: #b0841b;
}
    
#main h3 {
    color: #fff;
    background: #cf9c24;
}


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

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

#footer a { color: #fff; }
            
            