@CHARSET "UTF-8";


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

/******* MENU *******/
#tabcontainer{
	margin: auto;
	width: 290px;
}
#tabcontainer ul{
	list-style: none;
	list-style-position: outside;
}
#tabcontainer ul.menu li{
	float: left;
	margin-right: 5px;
	margin-bottom: -1px;
}
#tabcontainer ul.menu li{
	font-weight: 500;
	display: block;
	padding: 5px 10px 5px 10px;
	background: #efefef;
	margin-bottom: -1px;
	border: 1px solid #e4e4e4;
	border-width: 1px 1px 1px 1px;
	position: relative;
	color: #898989;
	cursor: pointer;
}
#tabcontainer ul.menu li.active{
	background: #fff;
	top: 1px;
	border-bottom: 0;
	color: #A72225;
}
/******* /MENU *******/
/******* tabcontent *******/
.tabcontent{
	margin: 0pt auto;
	background: #efefef;
	background: #fff;
	border: 1px solid #e4e4e4;
	text-align: left;
	padding: 10px;
}
.tabcontent h1{
	line-height: 1em;
	vertical-align: middle;
	height: 48px;
	padding: 10px 10px 10px 52px;
	font-size: 32px;
}

/******* /tabcontent *******/
/******* NEWS *******/
.tabcontent.news h1{
	background: transparent url(images/news.jpg) no-repeat scroll left top;
}
.tabcontent.news{
	display: block;
}
.tabcontent.news li{
  padding: 5px 0px 5px 0px;                                           
  border-bottom: 1px solid #efefef;
}
/******* /NEWS *******/
/******* TUTORIALS *******/
.tabcontent.tutorials h1{
	background: transparent url(images/tuts.jpg) no-repeat scroll left top;
}
.tabcontent.tutorials{
	display: none;
}
.tabcontent.tutorials li{                                           
  padding: 5px 0px 5px 0px;
  border-bottom: 1px solid #efefef;
}
/******* /TUTORIALS *******/
/******* LINKS *******/
.tabcontent.links h1{
	background: transparent url(images/links.jpg) no-repeat scroll left top;
}
.tabcontent.links{
	display: none;
}
.tabcontent.links li{
  padding: 5px 0px 5px 0px;                                           
  border-bottom: 1px solid #efefef;
}
/******* /LINKS *******/