/******* GENERAL RESET *******/
/******* LOGO *******/
/******* /LOGO  *******/
/******* MENU *******/
#container ul
{
	list-style: none;
	list-style-position: outside;
}
#container ul.menu li
{
	float: left;
	margin-right: 3px;
	margin-bottom: 5px;
}
#container ul.menu li a
{
	height:auto;
	display: block;
	padding: 8px 13px 8px 13px;
	background:#394041;
	margin-bottom: 4px;
	border-bottom: 0;
	border-width: 1px 1px 1px 1px;
	position: relative;
	color: white;
	cursor: pointer;
	font-size:14px;
	font-family:Arial;
	font-weight:normal;
	text-decoration:none;
	margin-left:1px;
}

#container ul.menu li.active a
{
	display: block;
	padding: 8px 13px 8px 13px;
	background: #fff;
	border: 1px solid #ccc;
	border-bottom: 0;
	margin-bottom: 4px;
	color: #394041;
	margin-left: 0;
}
/******* /MENU *******/
/******* CONTENT *******/
.content
{
	/*margin: 0pt auto;*/
	background: #efefef;
	float:left;
	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 *******/
/******* 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.links1 h1
{
	/*background: transparent url(images/links.jpg) no-repeat scroll left top;*/
}
.content.links1
{
	display: none;
}

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

/******* /LINKS *******/