.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
a{
	text-decoration: none;
}
/******* GENERAL RESET *******/
/******* LOGO *******/
#logo{
	margin-top: 1em;
	display: block;
}
/******* /LOGO  *******/
/******* MENU *******/
#tabcontainer{
	margin:0px auto;
	width: 380px;
	line-height:14px;
	font-size: 12px;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	margin:0pt;
	
}
#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: 700;
	display: block;
	padding: 10px 15px 10px 15px;
	background: #3985c3;
	margin-bottom: -1px;
	border: 1px solid #d0ccc9;
	border-width: 1px 1px 1px 1px;
	position: relative;
	color: #fff;
	cursor: pointer;
	
	
}
#tabcontainer ul.menu li.active{
	background: #ee1d24;
	top: 1px;
	border-bottom: 0;
	color: #fff;
	padding: 10px 15px 10px 15px;

}
/******* /MENU *******/
/******* CONTENT *******/
.content{
	background: #efefef;
	background: #fff;
	border: 1px solid #d0ccc9;
	text-align: left;
	padding-bottom: 20px;
	font-size: 11px;
	height:197px;
	margin-top: 0pt;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 15px;
	
}
.content h1{
	line-height: 1em;
	vertical-align: middle;
	height: 48px;
	padding: 5px 10px 10px 35px;
	font-size: 18px;
}
/******* /CONTENT *******/
/******* NEWS *******/
.content.news h1{
	background: transparent url(../images/download.png) no-repeat scroll left top;
}
.content.news{
	display: block;
}
/******* /NEWS *******/
/******* TUTORIALS *******/
.content.tutorials h1{
	background: transparent url(../images/download.png) no-repeat scroll left top;
}
.content.tutorials{
	display: none;
}
/******* /TUTORIALS *******/

/******* ARM7 *******/
.content.arm7 h1{
	background: transparent url(../images/download.png) no-repeat scroll left top;
}
.content.arm7{
	display: none;
}
/******* /SRM7 *******/

/******* LINKS *******/
.content.links h1{
	background: transparent url(../images/download.png) no-repeat scroll left top;
}
.content.links{
	display: none;
}
.content.links a{
	color: #5f95ef;
}
/******* /LINKS *******/
