div#tabObject { clear: both; }

div#tabContentArea
{
	width: 100%;
	height: 100%;
	padding-top: 0.5em;
	vertical-align: top;
	clear: both;
}

div#tabContentArea div.hidden { display: none; }
div#tabContentArea div.visible { display: ; }

#tabs { position: relative; margin: 0px; padding: 0px; width: 324px; height: 19px; Xbackground: url('./images/tabs.gif') 0 0 no-repeat; }
#tabs li { width: 50px; height: 19px; position: absolute; top: 0px; background: url('./images/tabs.gif') 0 0 no-repeat; display: block; list-style: none; }
#tabs a { width: 50px; height: 19px; display: block; border: none; background: url('./images/tabs.gif') 0 0 no-repeat; }
#tabs div { background: url('./design/images/tabs.gif') 0 0 no-repeat; }
#tabs a:hover { border: none; }

#tabs #overview div, #tabs #overview a { width: 68px; }
#tabs #photos div, #tabs #photos a { width: 57px; background-position: -69px 0; }
#tabs #models div, #tabs #models a { width: 132px; background-position: -127px 0; }
#tabs #contact div, #tabs #contact a { width: 64px; background-position: -260px 0; }

#tabs #overview { width: 68px; left: 0px; }
#tabs #photos { width: 57px; left: 76px; background-position: -69px 0; }
#tabs #models { width: 132px; left: 141px; background-position: -127px 0; }
#tabs #contact { width: 64px; left: 281px; background-position: -260px 0; }

#tabs #overview a:hover { background-position: 0px -20px; }
#tabs #photos a:hover { background-position: -69px -20px; }
#tabs #models a:hover { background-position: -127px -20px; }
#tabs #contact a:hover { background-position: -260px -20px; }

#tabs li.active#overview div, #tabs li.active#overview div a, #tabs li.active#overview div a:hover { background-position: -0px -40px; cursor: default; }
#tabs li.active#photos div, #tabs li.active#photos div a, #tabs li.active#photos div a:hover { background-position: -69px -40px; cursor: default; }
#tabs li.active#models div, #tabs li.active#models div a, #tabs li.active#models div a:hover { background-position: -127px -40px; cursor: default; }
#tabs li.active#contact div, #tabs li.active#contact div a, #tabs li.active#contact div a:hover { background-position: -260px -40px; cursor: default; }
