@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;
    }
}

.tabs-nav {
    list-style: none;
    margin: 0;
    padding:0px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 0 0 0px;
    width: 194px; /* be nice to Opera */
    height: 91px;
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    width: 194px; /* be nice to Opera */
    height: 91px;
}
.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav .tabs-selected a span {
/*    padding-top: 7px;*/
}
.tabs-nav .tabs-selected a span,.tabs-nav .tabs-selected a:hover span{
 	background:none;
}

.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-container {
	background: url("../images/containeBackground.png") #9c1024 no-repeat;
	width: 970px;
	height: auto;
	background-position:bottom;
}

 .tabs-nav li#tab1 a:hover span,.tabs-nav a:active span {
 	background:url("../images/website-on.gif") no-repeat bottom; list-style-type: none;
  }
 .tabs-nav li#tab1 a {
 	background:url("../images/website-off.gif") no-repeat bottom;
 }
 .tabs-nav li#tab2 a:hover span,.tabs-nav a:active span {
 	background:url("../images/banner-on.gif") no-repeat bottom;
  }
 .tabs-nav li#tab2 a {
 	background:url("../images/banner-off.gif") no-repeat bottom;
 }
 .tabs-nav li#tab3 a:hover span,.tabs-nav a:active span {
 	background:url("../images/corporate-on.gif") no-repeat bottom;
  }
 .tabs-nav li#tab3 a {
 	background:url("../images/corporate-off.gif") no-repeat bottom;
 }
 .tabs-nav li#tab4 a:hover span,.tabs-nav a:active span {
 	background:url("../images/animation-on.gif") no-repeat bottom;
  }
 .tabs-nav li#tab4 a {
 	background:url("../images/animation-off.gif") no-repeat bottom;
 }
 .tabs-nav li#tab5 a:hover span,.tabs-nav a:active span {
 	background:url("../images/stockimages-on.gif") no-repeat bottom;
  }
 .tabs-nav li#tab5 a {
 	background:url("../images/stockimages-off.gif") no-repeat bottom;
 }
 
 .tabs-nav .tabs-selected a {
 	background:none;
 } 
.tabs-nav img{
	display:none;
	position:absolute;
	margin-top: 1px;
	margin-left: 0px;
	}
.tabs-nav .tabs-selected img{
	display: block;
	z-index: 100;
}
.tabContent{
	padding: 24px 10px 0 27px;
}