/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:0em;
 width: 294px;
	background: url(../images/sideborders.gif) repeat-y left;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding:0 0 0 20px;
 background: #fff url(../images/top-border.gif) no-repeat left bottom;
	text-align: center;
	height: 36px;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
 float: left;
}

ul.tabbernav li a
{
 padding: 0;
 margin-left: 0px;
 height: 36px;
	width: 80px;
	display: block;
	color: #fff;
	text-decoration: none;
	line-height: 30px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	/*text-indent: -9999px;*/ /* --- use if using images for tab titles -- */
}

ul.tabbernav li a:hover
{
	text-decoration: underline;
}

li a#Video {
	background: url(../images/off.gif) no-repeat left top;
	color: #000;
}

li a#News {
	background: url(../images/off.gif) no-repeat left top;
	color: #000;
}

li a#Resources {
	background: url(../images/off.gif) no-repeat left top;
	color: #000;
}

li a#Awards {
	background: url(../images/off.gif) no-repeat left top;
	color: #000;
}

li a#Customers {
	background: url(../images/off.gif) no-repeat left top;
	color: #000;
}

li a#More {
	background: url(../images/off.gif) no-repeat left top;
	color: #000;
}

li a#Solutions {
	background: url(../images/off.gif) no-repeat left top;
	color: #000;
}

li.tabberactive a#Video {
	background: url(../images/on.gif) no-repeat left top;
	color: #fff;
}

li.tabberactive a#News {
	background: url(../images/on.gif) no-repeat left top;
	color: #fff;
}

li.tabberactive a#Customers {
	background: url(../images/on.gif) no-repeat left top;
	color: #fff;
}

li.tabberactive a#Resources {
	background: url(../images/on.gif) no-repeat left top;
	color: #fff;
}

li.tabberactive a#More {
	background: url(../images/on.gif) no-repeat left top;
	color: #fff;
}

li.tabberactive a#Solutions {
	background: url(../images/on.gif) no-repeat left top;
	color: #fff;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:0px;
 border-top:0;
 background: url(../images/bottomborder.gif) no-repeat left bottom;
	padding: 10px 0px 20px 5px;


 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */

.tabberlive .tabbertab h3 {
 display:none;
}