@charset "utf-8";
/* CSS Document */

#tabs {
	width: 560px;
	margin: 0 auto;
	/*background-color: #FC0;*/
}

/*TAB STYLING*/
.menu {
	color: #000000;
	height: 33px;
	width: 560px;
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 15px;
}

/*CONTROLS NAVIGATION BAR CONTAINER& TABCONTENT TEXT COLOR*/
.menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
	/*background-color: #CC6;*/
}

/*CONTROLS TAB ALIGNMENT & SPACING*/
.menu li {
	display: inline;
	font-weight: bold;
	line-height: 33px;
	background-color: #88898c;
	padding-top: 8px;
	padding-bottom: 8px;
}

/*CONTROLS INACTIVE TAB COLOUR*/
.menu li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	padding: 8px;
}

.menu li a.tabactive {
	background-color: #414042;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	padding: 8px;
}

/*CONTROLS ACTIVE ROLLOVER COLOUR*/
#eqcontentA1,#eqcontentA2,#eqcontentA3,#eqcontentB1,#eqcontentB2,#eqcontentB3,#eqcontentC1,#eqcontentC2,#eqcontentC3,#eqcontentD1,#eqcontentD2,#eqcontentD3,#eqcontentE1,#eqcontentE2, #eqcontentE3,#eqcontentF1,#eqcontentF2,#eqcontentF3 
{
	border: 1px solid #414042;
	width: 518px;
	min-height: 150px;
	text-align: left;
	padding: 18px 20px;
	font-size: 14px;
	margin-bottom: 10px;
	/*background-color: #F93;	*/
}

#prcontentA1,#prcontentA2,#prcontentB1,#prcontentB2,#prcontentC1,#prcontentC2,#prcontentD1,#prcontentD2,#prcontentE1,#prcontentE2
{
	border: 1px solid #414042;
	width: 518px;
	min-height: 150px;
	text-align: left;
	padding: 18px 20px;
	font-size: 14px;
	margin-bottom: 10px;
	/*background-color: #F93;	*/
}