
/* basic styling */

div.wrap {
		
	}
	
#tabs-one {  /* left col instance */
	float: left;
	width: 511px;
	margin: 0;
}

#tabs-two { /* right col instance */
	float: right;
	width: 416px;
	margin: 0;
}

.wrap .pane  {	
	background:#fff;
	display:none;		
	/*float: left;*/
	border-top:0;
    /* _background-image:none; */
}

.wrap .pane.left {
	width: 511px;
	float: left;
	padding: 15px 0 15px 0;
}

.wrap .pane p {
	margin: 0;	
	text-align:left;
	padding: 0 7px 15px 7px;
	float: left;
	clear: left;
}

/* root element for tabs  */

ul.tabs { 
	list-style:none; 
	margin:0 !important;
	overflow: hidden;
	padding:0;	
	height:37px;
}

#tabs-one {
	background: url(../images/sprite-tabs_01.gif) 0 0 no-repeat;
}

#tabs-two {
	background: url(../images/sprite-tabs_02.gif) 0 0 no-repeat;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style:none;
	list-style-image:none !important; 
}

/* link inside the tab – text replaced */

ul.tabs a { 
	font-size:13px;
	text-transform: uppercase;
	font-weight: bold;
	display:block;
	height: 0;
	overflow: hidden;
	padding-top: 37px;
	width: 134px;
	text-align: left;	
	text-decoration:none;
	color:#000;
	margin:0px;	
	position:relative;
}

ul.tabs a:hover {cursor: pointer;}

/* ul.tabs a:active {outline:none;} */

a#news-a {width: 111px;}
a#bulltn {width: 151px;}
a#twitter {width: 75px;}

a#cmpgn {width: 126px;}
a#impact {width: 93px;}

a#news-a:hover, a#news-a.current {background: url(../images/sprite-tabs_01.gif) 0 -39px no-repeat;}
a#bulltn:hover, a#bulltn.current {background: url(../images/sprite-tabs_01.gif) -111px -39px no-repeat;}
a#twitter:hover, a#twitter.current {background: url(../images/sprite-tabs_01.gif) -262px -39px no-repeat;}

a#cmpgn:hover, a#cmpgn.current {background: url(../images/sprite-tabs_02.gif) 0 -39px no-repeat;}
a#impact:hover, a#impact.current {background: url(../images/sprite-tabs_02.gif) -126px -39px no-repeat;}


/* initially all panes are hidden */ 
.panes .pane {display:none;}

