/* 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;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    list-style: none;
    margin: 0;
    padding: 0px;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    min-width: 84px; /* be nice to Opera */
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    background: url(../images/tab.png) no-repeat;
}
.ui-tabs-nav a {
   	position: relative;
    z-index: 2;
    padding-left: 0;
    color: #000000;
    font-size: 12px;
	line-height: 1.6;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */
	height:35px;
}
.ui-tabs-nav .ui-tabs-selected a {
    color: #000;
}



.ui-tabs-nav a.customers-tab{
	padding-left:37px;
	border-right:1px solid #e1e1e1;		
}

.ui-tabs-nav a.resources-tab{
	padding-left:18px;	
	border-right:1px solid #e1e1e1;	
}

.ui-tabs-nav a.sales-tab{
	padding-left:19px;	
}

.ui-tabs-nav a.news-tab{
	padding-left:60px;	
	border-right:1px solid #e1e1e1;	
}

.ui-tabs-nav a.events-tab{
	padding-left:60px;	
}

.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
	border-bottom:#ffffff solid 1px;
}

.ui-tabs-nav a:hover {
    background-position: 100% -150px;
	border-bottom:#2095eb solid 1px;
}
	
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
	border-bottom:#e1e1e1 solid 1px;	
}

.ui-tabs-nav a span {
    width: 85px; /* IE 6 treats width as min-width */
	min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}

.ui-tabs-nav .ui-tabs-selected a span {
    padding-top: 6px;
}

.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
.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;
	text-decoration:none;
	border-bottom:1px #FFFFFF solid;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active{ /* @ Opera, we need to be explicit again here now... */
	text-decoration:none;
    cursor: pointer;
}

.ui-tabs-disabled {
    opacity: .4;
}
.tabs-container {
	padding: 1em 8px;
	background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}

#customers-tab{
	width:208px;
}

#resources-tab{
	width:190px;
}

#sales-contact-tab{
	width:291px;
}

#news-tab{
	width:150px;
}

#events-tab{
	width:150px;
}

.no-effect a{
    margin: 0px;
    padding: 0px;
	height:25px;
}

.no-effect li{
    float: none;
    margin: 0px;
    padding: 0px;	
}

.no-effect a,.no-effect a span {
    display: block;
    background: none;
}

.no-effect a {
    padding-left: 0;
}

.no-effect a:hover, .no-effect a:focus, .no-effect a:active, .no-effect a:hover {
	border-bottom:#FFFFFF solid 1px;
}

.no-effect a, .no-effect .tabs-disabled a:hover, .no-effect .tabs-disabled a:focus, .no-effect .tabs-disabled a:active {
	border-bottom:#FFFFFF solid 1px;
}

.no-effect a span {
    width: 85px; /* IE 6 treats width as min-width */
}

#resources-left-section {
	padding-top:10px; 
	float:left; 
	width:200px;
}

#resources-left-section p{
	background:url(../images/bullet-arrow-blue.gif) no-repeat; 
	background-position:-2px 1px;
	margin-left:10px; 
	padding-left:10px;	
}

#resources-left-section p a{
	color:#2095eb; 
}	

#resources-left-section p a:hover{
	text-decoration:underline;	
}	

#customers-left-section {
	padding-top:10px; 
	float:left; 
	width:200px;
}

#customers-left-section p{
	padding-left:15px;
}

#customers-left-section p a{
	color:#2095eb; 
}	

#customers-left-section p a:hover{
	text-decoration:underline;	
}	

.no-effect-para a{
    margin: 0px;
    padding: 0px;
	height:15px;
	font-size:11px;	
}

.no-effect-para li{
    float: none;
    margin: 0px;
    padding: 0px;	
}

.no-effect-para a,.no-effect-para a span {
    display: block;
    background: none;	
}

.no-effect-para a {
    padding-left: 0;
}

.no-effect-para a:hover, .no-effect-para a:focus, .no-effect-para a:active, .no-effect-para a:hover {
	border-bottom:#FFFFFF solid 1px;
}

.no-effect-para a, .no-effect-para .tabs-disabled a:hover, .no-effect-para .tabs-disabled a:focus, .no-effect-para .tabs-disabled a:active {
	border-bottom:#FFFFFF solid 1px;
}

.no-effect-para a span {
    width: 85px; /* IE 6 treats width as min-width */
}


