/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

#container-4 {
    padding: 0 0 0 4px;
    z-index:10;
    }
    
.tabs-container {
    position: absolute; top:0; left:0;
    padding:0;
    z-index:1;
	background:#e1e1e1;
    
}


/* Skin */
.tabs-nav {

    
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}

.tabs-nav {
width: 280px;
height: 36px;
background: url(../img/home_nav23.png) no-repeat left top;
_background: url(../img/home_nav.gif) no-repeat left top;
position: relative;
float:left;
list-style: none;
padding: 0 0 0 4px;
position: absolute; top:327px; left:23px;
text-indent:-3000px;
z-index:1000
}

.tabs-nav li {list-style: none; position: absolute;}

.tabs-nav li, .tabs-nav li a {height: 36px; display: block;}
.castro {left: 0; top: 0; width: 85px;}
.soma {left: 87px; top: 0; width: 74px;}
.embarcadero {left: 163px; top: 0; width: 117px;}

.castro a:hover, .tabs-selected#seeer {
background: transparent url(../img/home_nav23.png) 0px -39px no-repeat;
_background: transparent url(../img/home_nav.gif) 0px -36px no-repeat;
}
.soma a:hover, .tabs-selected#shopper {
background: transparent url(../img/home_nav23.png) -87px -39px no-repeat;
_background: transparent url(../img/home_nav.gif) -87px -36px no-repeat;
}
.embarcadero a:hover, .tabs-selected#drinker {
background: transparent url(../img/home_nav23.png) -163px -39px no-repeat;
_background: transparent url(../img/home_nav.gif) -163px -36px no-repeat;
}

.tabs-nav a {
    position: relative;
    z-index: 2;
    white-space: nowrap; /* required in IE 6 */    
    
    
}
.tabs-nav .tabs-selected a {
    color: #000;
    
}

.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    
}

.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 0 0;
}
.tabs-nav a span {
    width: 86px; /* IE 6 treats width as min-width */
    min-width: 86px;
    height: 37px; /* IE 6 treats height as min-height */
    min-height: 37px;
    padding-top: 0;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
    text-indent:-3000px;
}
.tabs-nav .tabs-selected a span {
    padding-top: 7px;
}

/*


*/


.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {

}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}

.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

