
#revitalContainer02{ /* i need an overall container b/c im going horizontal */
 	margin-left:-60px;margin-top:70px; padding:0; width:1200px;}


/*-------------  the tabs
---------------------------------------*/

.tabContainer02{
	/* The UL */
	margin:4px 0px 0px 0px;
	padding:0;
	width: 207px; /* this is specific to my design */
	z-index:15; /* make sit on top of the content */
	float:left;

}

.tabContainer02 li{
	/* This will arrange the LI-s next to each other --  now it makes them display in column */
	display:block;
	width:207px; /* this is specific to my design */
	height:30px; /* this is needed for column display , make sure it matches the height down below for the a, the .left and the .right */
	margin:4px 0px 0 23px;
	padding:0;
}


.tabContainer02 li a{
	/* Styling the hyperlinks of the tabs as colorful buttons */	
	float:left;
	font-size:14px;	
	/* display:block allows for additinal CSS rules to take effect, such as paddings: */
	display:block;
	padding:0px 0px 0px 10px; /* this leaves the 10px overhang b/c or span.right is 20px */
	margin:0px;
	width:207px;
	height:30px;
	line-height: 30px; /* bring the text down and centers vertically */
	color:#000;
	/* Giving positioning*/ 
	position:relative; 
	opacity: 1;
	border-left: solid #2F30F9 1px;
	border-top: 1px solid #3AB03E;
	border-bottom: solid #3AB03E 1px;
	border-right: 1px solid #3AB03E;
	padding:right: 0;
	/* CSS3 text-shadow 
	text-shadow:1px 1px 1px #CCCCCC;      i dont need this */
}
.tabContainer02 li a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	color:#fff;
	background: url(../css2/images/tab_current.png) no-repeat 100% center;
}

#overLine02{
	/* The line above the active button. */
	position:absolute;
	height:30px;
	color:#fff;
	width:14px;
	float:left;
	left:217px;
	top:0px;
	z-index:10;
	overflow: hidden;
	background: url(../images/tab_current2.png) no-repeat 100% center;
}
ul .left{
	/* The left span in the hyperlink
	
	height:24px;
	left:0;
	position:absolute;
	top:0;
	width:10px; */
}

ul .right{
	/* The right span in the hyperlink
	
	height:24px;
	right:0;
	position:absolute;
	top:0;
	width:10px; */
}

/* Styling the colors individually: */

ul a.red{
	background: #fff ;
	color:#3131F1;
	border-top-left-radius: 1px;
	border-bottom-left-radius: 1px;	
	}

ul a.red span.left{ }
ul a.red span.right{ background: #fff;}
ul a.red:hover span.right{  
	background: url(../css2/images/tab_current.png) no-repeat 100% center;
	color:#3131F1;
	}

/* The hover states: */
ul a:hover{	background-position:bottom center; text-decoration:none;
color:#3131F1;}
ul a:hover span.left{ background-position:left bottom;}
ul a:hover span.right{ background-position:right bottom;}

ul a:active, ul a:visited {
		background: transparent;
}

/*-------------  the content
---------------------------------------*/

#tabContent02{	
	position:relative;
	float:left;
	left:-50px;
	margin-top:-70px;
	padding:0;
	background-color:#FFF;
	min-height:408px;
	width:900px;

	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	float: right;

}


#contentHolder02{	
	margin:25px 20px 25px 35px;	
	color:#444444;
	padding:0px;	
}




.preloader{
	display:block;
	margin:120px auto;
}
