@CHARSET "UTF-8";
/******* GENERAL RESET *******/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 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:0pt none;
font-family:inherit;
font-size: 100%;
font-style:inherit;
font-weight:inherit;
margin:0pt;
padding:0pt;
vertical-align:baseline;
}
body{
	background: #fff;
	line-height:14px;
	font-size: 12px;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	margin:0pt;
	cursor:default;
	overflow: hidden;
}
html,body{
	height:100%;
}
.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}

/******* GENERAL RESET *******/

/******* MENU *******/
#tab_wrapper{
	width: 610px;
	position: absolute;
	left: 330px;
	top: 140px;
	height: 300px;
	margin-top: 7em;
	margin-right: auto;
	margin-bottom: 7em;
	margin-left: auto;
	color: #000000;
	padding-bottom: 20px;
}
#tab_wrapper ul{
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}
#tab_wrapper ul.menu li{
	float: left;
	margin-right: 5px;
	margin-bottom: -1px;
	padding-bottom: 20px;
}
#tab_wrapper ul.menu li{
	font-weight: 700;
	display: block;
	padding: 5px 10px 5px 10px;
	margin-bottom: -1px;
	border: 1px solid #d0ccc9;
	border-width: 1px 1px 1px 1px;
	position: relative;
	color: #898989;
	cursor: pointer;
	background-color: #fbedd0;
}
#tab_wrapper ul.menu li.active{
	top: 1px;
	border-bottom: 0;
	color: #a80b02;
}
/******* /MENU *******/
/******* CONTENT *******/
.content{
	margin: 0pt auto;
	border: 1px solid #d0ccc9;
	text-align: left;
	padding: 10px;
	padding-bottom: 20px;
	font-size: 12px;
	line-height: 16px;
	overflow: auto;
	height: 270px;
}
.content h1{
	line-height: 1em;
	vertical-align: middle;
	height: 48px;
	font-size: 32px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
/******* /CONTENT *******/
/******* NEWS *******/
.content.news h1{
}
.content.news{
	display: block;
}
/******* /NEWS *******/
/******* TUTORIALS *******/
.content.tutorials h1{
	background-color: transparent;
}
.content.tutorials{
	display: none;
}
/******* /TUTORIALS *******/
/******* LINKS *******/
.content.links h1{
}
.content.links{
	display: none;
}
.content.links a{
	color: #5f95ef;
}
/******* /LINKS *******/
