html, body, div, span, applet, object, iframe,p, h1, h2, h3, h4, h5,  blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
 tfoot, thead, tr, th, td { border-style: none;
    border-color: inherit;
    border-width: 0px;
    font-size: 100%;

    margin:0pt;
    padding:0pt;
   
}
p{ font-family:Arial, Helvetica, sans-serif; font-size:12px; padding:0px; padding-top:10px; text-align:justify;}
span.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}

#container ul{
	list-style: none;
	list-style-position: outside;
	
}

#container ul.menu li{
	float:left;
	margin-left:0px;
	margin-right:2px;
	margin-bottom: -1px; 
	-moz-border-radius-topleft:5px; border-top-left-radius:5px; border-top-right-radius:5px; -moz-border-radius-topright:5px;   font-family:Arial, Helvetica, sans-serif; font-size:12px;
}
#container ul.menu li{
	
	display:block; padding-left:15px; padding-right:15px; padding-top:5px; padding-bottom:5px;
	
	background:#262626;
	margin-bottom: -1px;
	border: 1px solid #d0ccc9;
	border-width: 1px 1px 1px 1px;
	position: relative;
	color:#FFFFFF;
	cursor: pointer;  
	
}
#container ul.menu li.active{
	background:#FF6600;
	top: 1px;
	border-bottom: 0;
	color:#FFFFFF;
}

.content{
	margin: 0 auto;
	background: #efefef;
	background: #fff;
	border: 1px solid #d0ccc9;
	text-align: left;
	padding: 10px;
	padding-bottom: 20px;
	font-size: 11px; -moz-border-radius-topright:5px;  -moz-border-radius-bottomright:5px;  -moz-border-radius-bottomleft:5px; border-bottom-right-radius:5px; border-bottom-left-radius:5px;  border-top-right-radius:5px; 
}
.content h1{
	line-height: 1em;
	vertical-align: middle;
	height: 48px;
	padding: 10px 10px 10px 52px;
	font-size: 32px;
}
/******* /CONTENT *******/
/******* NEWS *******/

.content.news{
	display: block; background-color:#F4F4F4;
}
/******* /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 *******/