/*-------------------------------------------------
	    - SAFARIS STYLE SHEET -						
-------------------------------------------------*/
/*
    Main        #656056
    Dark        #4c483f
    Light       #9a948c
    Background  #c0bdb8
*/

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

a { color: #656056; }

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


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

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

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

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

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

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

/*-------------------------------------------------
	       - MAIN SAFARIS -				
-------------------------------------------------*/
#main_content1 img {
  border:0px;
  margin-bottom:0px;
  padding:0px;
}
img {
  border:1px solid #CCCCCC;
  margin-bottom:5px;
  padding:5px ! important;
}
span {
  font-weight:normal;
}

#main h2 {
      color: #fff;
      background: #4c483f;
}
    
#main h3 {
    color: #fff;
    background: #656056;
}


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

#footer {
    border-top: 5px solid #9a948c;
    color: #fff;
    margin-left: 1px;
    }
	
#footer p { background: #656056; }

#footer a { color: #fff; }
            
            