@CHARSET "UTF-8";

.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}

/******* GENERAL RESET CLOSED *******/

/******* MENU *******/
#tabContainer{
	margin-top: 20px;
	width: 400px;
}
#tabContainer ul{
	list-style: none;
	list-style-position: outside;
}
#tabContainer ul.tabMenu li{
	float: left;
	margin-right: 5px;
	margin-bottom: -1px;
}
#tabContainer ul.tabMenu li{
	font-weight: 700;
	display: block;
	padding: 5px 10px 5px 10px;
	background: #efefef;
	margin-bottom: -1px;
	border: 1px solid #d0ccc9;
	border-width: 1px 1px 1px 1px;
	position: relative;
	color: #898989;
	cursor: pointer;
}
#tabContainer ul.tabMenu li.active{
	background: #fff;
	top: 1px;
	border-bottom: 0;
	color: #5f95ef;
}
#tabContainer ul.tabMenu li:hover{
	background: #ccc;
	/*top: 1px;
	border-bottom: 0;
	color: #5f95ef;*/
}

/******* MENU CLOSED *******/

/******* CONTENT *******/
.content{
	margin: 0pt auto;
	background: #efefef;
	background: #fff;
	border: 1px solid #d0ccc9;
	text-align: left;
	padding: 10px;
	padding-bottom: 20px;
	font-size: 11px;
}
.content h1{
	line-height: 1em;
	vertical-align: middle;
	height: 48px;
	padding: 10px 10px 10px 52px;
	font-size: 32px;
}
/******* CONTENT CLOSED *******/

/******* tabOne *******/
.content.tabOne h1{
	background: transparent url(images/news.jpg) no-repeat scroll left top;
}
.content.tabOne{
	display: block;
}
/******* tabOne CLOSED *******/

/******* tabTwo *******/
.content.tabTwo h1{
	background: transparent url(images/tuts.jpg) no-repeat scroll left top;
}
.content.tabTwo{
	display: none;
}
/******* tabTwo CLOSED *******/

/******* tabThree *******/
.content.tabThree h1{
	background: transparent url(images/links.jpg) no-repeat scroll left top;
}
.content.tabThree{
	display: none;
}
#tabContainer #tabThree {
	background-color: #FFEAFF;
	color: #BD0F7E;
}
#tabContainer #tabThree:hover {
	background: #ccc;
}
.content.tabThree a{
	color: #5f95ef;
}
/******* tabThree CLOSED *******/
