@CHARSET "UTF-8";
/******* GENERAL RESET *******/

.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
/******* GENERAL RESET *******/
#tab_container {
	text-decoration: none;
}
/******* MENU *******/
#tab_container{
	
}
#tab_container  ul.menu li{
	list-style: none;
	list-style-position: outside;
}
#tab_container ul.menu li{
	float: left;
	/*
	margin-right: 5px;
	
	*/
	margin-bottom: -1px;
}
#tab_container ul.menu li{
	/*
	font-weight: 700;
	display: block;
	padding: 5px 10px 5px 10px;
	background: #efefef;
	margin-bottom: -1px;
	cursor: pointer;
	*/
	position: relative;
	color: #fff;
}
#tab_container ul.menu li.active{
	/*
	background: #fff;
	top: 1px;
	border-bottom: 0;
	*/
	color: #fff;
}
/******* /MENU *******/
/******* CONTENT *******/
.tab_content{
	/*
	margin: 0pt auto;
	background: #efefef;
	background: #fff;
	border: 1px solid #d0ccc9;
	text-align: left;
	padding: 10px;
	padding-bottom: 20px;
	font-size: 11px;
	*/
}
.tab_content h1{
	line-height: 1em;
	vertical-align: middle;
	height: 48px;
	padding: 10px 10px 10px 52px;
	font-size: 32px;
}
/******* /CONTENT *******/
/******* NEWS *******/
.tab_content.news h1{
	background: transparent url(images/news.jpg) no-repeat scroll left top;
}
.tab_content.news{
	display: block;
}
/******* /NEWS *******/
/******* TUTORIALS *******/
.tab_content.tutorials h1{
	background: transparent url(images/tuts.jpg) no-repeat scroll left top;
}

/******* /TUTORIALS *******/
/******* LINKS *******/
.tab_content.links h1{
	background: transparent url(images/links.jpg) no-repeat scroll left top;
}
.tab_content.links{
	display: none;
}
.tab_content.links a{
	color: #5f95ef;
}
/******* /LINKS *******/
.tab_content.position{
	display: none;
}
.tab_content.ground{
	display: none;
}
.tab_content.utility{
	display: none;
}
.tab_content.image{
	display: none;
}