* {
	margin:0;
	padding:0;
}

body {
	background:#000;
	font: .8em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

h2{ 
	margin-bottom:10px;
	padding-top:20px;
	padding-bottom:5px;
}

#wrapper{
	width:730px;
	margin:40px auto 0;
	padding-bottom:60px;
}

#banner IMG{
padding-bottom:50px;
}

#wrapper h1{
	font-size:21px;
	color:#FFF;
	text-align:left;
	margin-bottom:20px;
}

#wrapper a{
	display:block;
	font-size:1.2em;
	padding-top:30px;
	color:#FFF;
	text-decoration:none;
	text-align:right;
	padding-bottom:30px;
}

#tabContainer {
	width:700px;
	padding:15px;
	background-color:#2e2e2e;
	/*-moz-border-radius: 4px;
	border-radius: 4px; */
}

.tabs{
	height:30px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius:4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px; 
	/*border-top:1px;
	border-top-style:groove;
	border-left:1px;
	border-left-style:groove;
	border-right:1px;
	border-right-style:groove; */
	border-bottom:2px;
	border-bottom-color:#7307ab;
	border-bottom-style:inset;
}

.tabs > ul{
	font: 1em;
	list-style:none;
	margin-left:5px;
	margin-top:30px;
	position: relative;
}

.tabs > ul > li{
	margin:-2px 0px 0px 1px;
	padding:7px 10px;
	display: in-line-block;
	float:left;
	color:#FFF;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius:4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px; 
	background: #C9C9C9; /* old browsers */
	background: -moz-linear-gradient(top, #9f0aec 0%, #7307ab 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9f0aec), color-stop(100%,#7307ab)); /* webkit */
}

.tabs > ul > li:hover{
	background: #333; /* old browsers */
	background: -moz-linear-gradient(top, #2E2E2E 0%, #333 10%, #333 50%, #2E2E2E 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2E2E2E), color-stop(10%,#333), color-stop(50%,#333), color-stop(100%,#2E2E2E)); /* webkit */
	cursor:pointer;
	color: #FFFFFF;
}

.tabs > ul > li.tabActiveHeader{
	border-top-style:outset;
	border-top-color:#7307ab;
	background: #333; /* old browsers */
	background: -moz-linear-gradient(top, #2E2E2E 0%, #333 10%, #333 50%, #2E2E2E 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2E2E2E), color-stop(10%,#333), color-stop(50%,#333), color-stop(100%,#2E2E2E)); /* webkit */
	cursor:pointer;
	color: #FFFFFF;
	margin-top:-10px;
	padding-bottom:14px;
}

.tabscontent {
	/* -moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 0px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px; */
	padding:10px 10px 25px;
	background: #2e2e2e; /* old browsers */
	background: -moz-linear-gradient(top, #2e2e2e 0%, #2e2e2e 90%, #2E2E2E 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2e2e2e), color-stop(90%,#2e2e2e), color-stop(100%,#2E2E2E)); /* webkit */
	margin:0;
	color:#c880ff;
}

.sub-content {
	width:600px;
	color:#FFF;
	padding-top:20px;
	padding-bottom:20px;
	margin-right:auto;
	margin-left:auto;
}

.sub-content p {
	padding-top:20px;
	padding-bottom:5px;
}

.sub-content IMG {
	padding-top:30px;
	padding-bottom:10px;
	padding-right:20px;
	padding-left:20px;
}

#tabpage_3 table {
padding-top:50px;
padding-bottom:50px;
}

#tabpage_3 table a {
text-align:center;
}

.videos {
width:560px;
margin-right:auto;
margin-left:auto;
padding-top:60px;
padding-bottom:80px;
}

.style9{
color:#FFF;
}