@import "./general.css";
@import "./nav.css";

/* NOTE: Please remember that this is only to change the images and color of the background and the footer text.
*/
body {
    background-image: url(../../images/locale_us/background/hawaii_bkg.jpg);
    background-color:#E69E38;
}
#logo a {
    background-image:url(../../images/locale_us/background/hawaii_logo.jpg);
    background-color:transparent;
}
#frame {
    background-image: url(../../images/background/hawaii_center_bkg.jpg);
	background-color:#FCFBF6;
}
#contentright {
    background: url(../../images/background/hawaii_right_bkg.jpg);
}
#fish{
    background-image: url(../../images/background/blue_fish.gif);
}
#footer{
    background-image: url(../../images/background/hawaii_footer.gif);
    color:#0A5F80;
}
#footer a{
    color:#1A7398;
}
#footer a:hover{
    color:#013549;
}
#latitudesLogo {
    background-image: url(../../images/background/blue_latitudes_logo.gif);
	background-repeat:no-repeat;
    color:#0A5F80;
}
#copyrights{
    color:#A9C7D0;
}
/*--------------------- itinerary alsaka images ------------------------ */
#summary_itinerary div.item{
    background: url(../../images/background/h_dots_bg.gif) repeat-x bottom;
}
a.lg_details{
    background: url(../../images/locale_us/buttons/button_details_lg.gif) no-repeat bottom left;
}
a.lg_details:hover{
    background: url(../../images/locale_us/buttons/button_details_lg.gif) no-repeat top left;
}
.details{
    background: url(../../images/locale_us/buttons/button_details.gif) no-repeat bottom right;
}
.details:hover{
    background: url(../../images/locale_us/buttons/button_details.gif) no-repeat top right;
}
#right_main_tabs{
    background: url(../../images/background/h_dots_bg.gif) repeat-x top;
}
#right_tabs{
    background: url(../../images/background/h_dots_bg.gif) repeat-x bottom;
}


tr.right_item{
    background: url(../../images/background/h_dots_bg.gif) repeat-x bottom;
} 
    
    

