/* 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... */
.ui-tabs-hide {
	display: none;
}
}

/* Hide useless elements in print layouts... */
@media print {
.ui-tabs-nav {
	display: none;
}
}
#SlideShow h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	letter-spacing:2px;
	font-size:12px;
	font-weight:normal;
	margin:0;
	font-weight:bold;
	padding:10px 0 0 0;
}
.ui-tabs-nav p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11.2px;
	font-weight:normal;
	color:#666;
}
/* Skin */
.ui-tabs-nav {
	position:absolute;
	top: 280px;
	left:10px;
	
}
.ui-tabs-nav, .ui-tabs-panel {
}
.ui-tabs-panel {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 360px;
}
.ui-tabs-panel p {
	color:#OOO;
}
.ui-tabs-panel .tabimg {
	padding-left:10px;
	padding-right:10px;
}
#tabcontent {
	width:560px;
	float:left;
	_margin-left: 10px;
}
#leftTabContent {
	margin-top:20px;
	width:300px;
	float:left;
	margin-right:12px;
}
#leftTabContent p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:normal;
	padding-right:10px;
	color:#fff;
}
#rightTabContent {
	display:inline;
	width:240px;
	float:left;
	margin-left:320px;
	margin-top:8px;
	background:url(../../img/postitbg2.png) no-repeat;
	padding-left:15px;
	padding-right:0px;
	padding-bottom:20px;
}
#rightTabContent h3 {
	color:#990000;
	font-size:13px;
	font-weight:bold;
}
#rightTabContent p {
	font-size:11.5px;
}
#rightTabContent strong {
	color:#000;
}
#tabcontent h3 {
	color:#fff;
	margin-top:3px;
	margin-bottom:6px;
}
#tabcontent {
	display:block;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}
.tabtitle {
	padding:4px 0;
	display:block;
}

#tabcontent .coloumn1, #tabcontent .coloumn2 {
	margin-top:5px;
	width:175px;
	padding-right:10px;
	float:left;
}
#tabcontent .coloumn3 {margin-top:5px;
	width:175px;
	float:left;
}
#tabcontent ul {
	list-style-type: none;
	margin-left: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}
#tabcontent ul li {
	padding-bottom: 1px; /*bottom spacing between menu items*/
	font-size:11px;
	line-height:1em;
}
#tabcontent ul li a {
	color:#FFF;
	background: url(../../img/redbullet.gif) no-repeat 0 4px; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 8px; /*link text is indented 19px*/
	text-decoration: none;
}
#tabcontent ul li a:visited {
	color:#FFF;
}
#tabcontent ul li a:hover { /*hover state CSS*/
	color: #D5EBFF;
	background: url(../../img/whitebullet.gif) no-repeat 0 4px; /*custom bullet list image*/
}
.factsfigures {
	margin-top:10px;
	padding:10px;
	background:url(../../img/postitbg1.png) no-repeat;
	width:160px;
}
#tabcontent .factsfigures h3 {color:#990000;}
#tabcontent .factsfigures ul li a {color:#000!important;}
#tabcontent .factsfigures ul li a:visited {color:#000;!important}

.ui-tabs-nav {
	list-style: none;
	margin: 0;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
	display: block;
	clear: both;
	content: " ";
}
.ui-tabs-nav li {
	float: left;
	margin: 0;
}
.tabs {
	width: 312px;
}
.ui-tabs-nav a span {
	display: block;
	/*background:url(../images/tab_default.jpg) top no-repeat;*/
	height:67px;
}
.ui-tabs-nav a {
	margin:0; /* position: relative makes opacity fail for disabled tab in IE */
	padding-left: 0;
	color: #999;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	white-space: nowrap; /* required in IE 6 */
	outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
	position: relative;
	z-index: 2;
	margin-top: 0;
	color: #666;
}
.ui-tabs-nav a span {
	height: 67px; /* IE 6 treats height as min-height */
	min-height: 67px;
	padding:0;
	margin:0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
	width: auto;
	height: auto;
}
.ui-tabs-nav a span h2 {
	color:#333;
}
.ui-tabs-nav .ui-tabs-selected a span {
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
}
.ui-tabs-selected a, .ui-tabs-selected a span {
	z-index:10000;
	height:82px;
	color:#000;
	margin-top:-16px;
}
.ui-tabs-selected a span {
	background:url(../../img/selected_tab.png) bottom center no-repeat;
}
.ui-tabs-selected a span h2 {
	padding-top:20px;
	color:#be0308;
}
.ui-tabs-selected a span p {
	color:#000;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
	background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
	cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active, .ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
	cursor: pointer;
}
.ui-tabs-disabled {
}
.ui-tabs-panel {
	height:330px;
}
.ui-tabs-panel .tabbutton{
	position:absolute;
	top:200px;
	left:357px;}
	
.ui-tabs-loading em {
	padding: 0 0 0 20px;
	background: url(loading.gif) no-repeat 0 50%;
}

/*The Three Buttons */

#gotoLicensees{
  display: block;
  width: 165px;
  height: 36px;
  background: url(../../img/btn_licensees.png) no-repeat 0 0;
}

#gotoLicensees:hover{ 
  background-position: 0 -35px;
}

#gotoLicensees span{
  display: none;
}

#gotoConsumers{
  display: block;
  width: 165px;
  height: 36px;
  background: url(../../img/btn_consumers.png) no-repeat 0 0;
}

#gotoConsumers:hover{ 
  background-position: 0 -35px;
}

#gotoConsumers span{
  display: none;
}
#gotoBusinesses{
  display: block;
  width: 165px;
  height: 36px;
  background: url(../../img/btn_businesses.png) no-repeat 0 0;
}

#gotoBusinesses:hover{ 
  background-position: 0 -35px;
}

#gotoBusinesses span{
  display: none;
}


/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
	display: inline-block;
}
*:first-child+html .ui-tabs-nav { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
	display: inline-block;
}

