
.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}

/******* MENU *******/
#container{
	margin: 0 auto;
	width: 99%;
}
#container ul{
	list-style: none;
	list-style-position: outside;
	margin:0px;
}
#container ul.menu li{
	float: right;
	margin-right: 5px;
	margin-bottom: -1px;
	margin-top:0px;
}
#container ul.menu li{
	font-weight: 700;
	display: block;
	padding: 5px 10px 5px 10px;
	background-color: #efefef;
	margin-bottom: -1px;
	border: solid 1px #bf99cc;
	border-width: 1px 1px 1px 1px;
	position: relative;
	color: #806489;
	cursor: pointer;
	background-image:url(../../fa/images/bg-tabs.gif);
	margin-top:0px;
}
#container ul.menu li.active{
	background-color: #fff;
	top: 1px;
	border-bottom: 0;
	color: #36233c;
	background-image:url(../../fa/images/bg-tabs2.gif);
}
/******* /MENU *******/
/******* CONTENT *******/
.content{
	margin: 0pt auto;
	background-color: #efefef;
	background-color: #fff;
	border:solid 1px #bf99cc;
	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 *******/
/******* NEWS *******/
.content.news h1{
	background: transparent url(images/news.jpg) no-repeat scroll left top;
}
.content.news{
	display: block;
}
/******* /NEWS *******/
/******* TUTORIALS *******/
.content.tutorials h1{
	background: transparent url(images/tuts.jpg) no-repeat scroll left top;
}
.content.tutorials{
	display: none;
}
/******* /TUTORIALS *******/
/******* LINKS *******/
.content.links h1{
	background: transparent url(images/links.jpg) no-repeat scroll left top;
}
.content.links{
	display: none;
}
.content.links a{
	color: #5f95ef;
}
/******* /LINKS *******/
/******* downloads *******/
.content.downloads h1{
	background: transparent url(images/links.jpg) no-repeat scroll left top;
}
.content.downloads{
	display: none;
}
.content.downloads a{
	color: #5f95ef;
}
/******* /downloads *******/