@CHARSET "UTF-8";
/******* GENERAL RESET *******/
body{
	
}
.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}

/******* GENERAL RESET *******/
/******* MENU *******/
#containertab{
	width: 600px;
	height: 300px;
}
#containertab ul{
	list-style: none;
	list-style-position: outside;
}
#containertab ul.menu li{
	float: left;
	margin-right: 5px;
	margin-bottom: -1px;
}
#containertab ul.menu 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;
}
#containertab ul.menu li.active{
	background: #fff;
	top: 1px;
	border-bottom: 0;
	color: #5f95ef;
	font-size:12px;
	font-weight:bold;
}
/******* /MENU *******/
/******* CONTENT *******/
.contenttab{
	margin: 0pt auto;
	background: #efefef;
	background: #fff;
	border: 1px solid #d0ccc9;
	text-align: left;
	padding: 10px;
	padding-bottom: 20px;
	font-size: 11px;
}
.contenttab h1{
	line-height: 1em;
	vertical-align: middle;
	height: 48px;
	padding: 10px 10px 10px 52px;
	font-size: 32px;
}
/******* /CONTENT *******/
/******* NEWS *******/
.contenttab.news h1{
	background: transparent url(images/news.jpg) no-repeat scroll left top;
}
.contenttab.news{
	display: block;
}
/******* /NEWS *******/
/******* TUTORIALS *******/
.contenttab.tutorials h1{
	background: transparent url(images/tuts.jpg) no-repeat scroll left top;
}
.contenttab.tutorials{
	display: none;
}
/******* /TUTORIALS *******/
/******* LINKS *******/
.contenttab.links h1{
	background: transparent url(images/links.jpg) no-repeat scroll left top;
}
.contenttab.links{
	display: none;
}
.contenttab.links a{
	color: #5f95ef;
}
/******* /LINKS *******/
