* {
-webkit-text-size-adjust:none;
}

.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
/******* MENU *******/
#container{
	width: 100%;
	margin: auto;
}
#container ul{
	list-style: none;
	list-style-position: outside;
}
#container ul.menu li{
	float: left;
	margin-right: 5px;
	margin-bottom: -1px;
	font-size: 12px;
	width: 120px;
	text-align: center;
}
#container ul.menu li{
	font-weight: 700;
	display: block;
	padding: 5px 10px 5px 10px;
	position: relative;
	color: #FFFFFF;
	cursor: pointer;
	background-color: #3F98DC;
}
#container ul.menu li.active{
	color: #3F98DC;
	font-size: 14px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-right-color: #DDDDDD;
	border-left-color: #DDDDDD;
}
/******* /MENU *******/
/******* CONTENT *******/
.content{
	margin: 0pt auto;
	background: #efefef;
	background: #fff;
	text-align: left;
	padding: 10px;
	padding-bottom: 20px;
	font-size: 12px;
	border: 1px solid #DDDDDD;
	line-height: 22px;
}
.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: none;
}
/******* /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 *******/
/******* overview *******/
.content.overview h1{
	background: transparent url(images/links.jpg) no-repeat scroll left top;
}
.content.overview{
	display: block;
}
.content.overview a{
	color: #5f95ef;
}
/******* /overview *******/
