@CHARSET "UTF-8";
/******* GENERAL RESET *******/

.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
#container{
/*	margin: 7em auto;
	width: 962px;*/
	margin:0;padding:0;
}
#container ul{
	list-style: none;
	
	

}
#container ul.menu li{
	float: left;
	margin-right: 1px;
	margin-bottom: -1px;}
#container ul.menu li{
	font-weight: 700;
	display: block;
	width:320px;
	background:url(../images/circle.png) 40px 0 no-repeat #EFAE18;
	position: relative;
	color: #fff;
	cursor: pointer;
	line-height:37px;
	text-align:center;
	font-size:16px;
}
#container ul.menu li.active{
	background:url(../images/circle.png) 40px 0 no-repeat #9cb621;
	color: #fff;
}

#container ul.menu li.active span{
	color: #9cb621;
}

#container ul.menu span{background:none;position:absolute;left:47px;color:#efae18;font:26px "AmericanTypItcTEEBolItalic", Georgia, "Times New Roman", Times, serif;}

/******* /MENU *******/
/******* CONTENT *******/
content_tabs{
	margin: 0pt auto;
	background: #efefef;
	background: #fff;
	border: 1px solid #d0ccc9;
	text-align: left;
	padding: 10px;
	padding-bottom: 20px;
	font-size: 11px;
}
content_tabs h1{
	line-height: 1em;
	vertical-align: middle;
	height: 48px;
	padding: 10px 10px 10px 52px;
	font-size: 32px;
}
.tb_contain{border:1px dashed #dddddd;margin-top:11px;padding:23px 0px 5px 23px; }
.static_img{background:url(../images/frame.jpg) 0 0 no-repeat;float:left;margin-right:8px;margin-bottom:10px;margin-top:10px;}
.static_img img{padding:4px;padding-bottom:15px;}
.tb_contain{color:#a2bc25;text-align:center;}
.tb_contain a{color:#575757;font-weight:bold;text-decoration:none;}
.tb_contain a:hover{color:#829e00;}

/******* /CONTENT *******/
/******* NEWS *******/
content_tabs.news{
	display: block;
}
/******* /NEWS *******/
/******* TUTORIALS *******/
content_tabs.tutorials h1{
	background: transparent url(images/tuts.jpg) no-repeat scroll left top;
}
content_tabs.tutorials{
	display: none;
}
/******* /TUTORIALS *******/
/******* LINKS *******/
content_tabs.links h1{
	background: transparent url(images/links.jpg) no-repeat scroll left top;
}
content_tabs.links{
	display: none;
}
content_tabs.links a{
	color: #5f95ef;
}
/******* /LINKS *******/