@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;
}
.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
a{
	text-decoration: none;
}
/******* GENERAL RESET *******/
/******* MENU *******/
#container{
	width: 650px;
}
#container ul{
	list-style: none;
	list-style-position: outside;
}
#container ul.tab_menu li{
	float: left;
	margin-right: 5px;
	margin-bottom: -1px;
}
#container ul.tab_menu li{
	font-weight: 700;
	display: block;
	padding: 5px 10px 5px 10px;
	background: #efefef;
	margin-bottom: -1px;
	border: 1px solid #d0ccc9;
	border-width: 1px 1px 1px 1px;
	position: relative;
	color: #898989;
	cursor: pointer;
}
#container ul.tab_menu li.active{
	background: #fff;
	top: 1px;
	border-bottom: 0;
	color: #5f95ef;
}
/******* /MENU *******/

/******* MATERIAL *******/
.material{
	margin: 0pt auto;
	background: #efefef;
	background: #fff;
	border: 1px solid #d0ccc9;
	text-align: left;
	padding: 10px;
	padding-bottom: 20px;
	font-size: 11px;
}
.material h3{
	line-height: 1em;
	vertical-align: middle;
	height: 48px;
	padding: 10px 10px 10px 12px;
	font-size: 32px;
}
/******* /MATERIAL *******/

/******* ONE *******/
.material.one h1{
	background: transparent url(images/news.jpg) no-repeat scroll left top;
}
.material.one{
	display: block;
}
/******* /ONE *******/

/******* TWO *******/
.material.two h1{
	background: transparent url(images/tuts.jpg) no-repeat scroll left top;
}
.material.two{
	display: none;
}
/******* /TWO *******/

/******* THREE *******/
.material.three h1{
	background: transparent url(images/links.jpg) no-repeat scroll left top;
}
.material.three{
	display: none;
}
/******* /THREE *******/

/******* FOUR *******/
.material.four h1{
	background: transparent url(images/links.jpg) no-repeat scroll left top;
}
.material.four{
	display: none;
}
/******* /FOUR *******/

/******* FIVE *******/
.material.five h1{
	background: transparent url(images/links.jpg) no-repeat scroll left top;
}
.material.five{
	display: none;
}
/******* /FIVE *******/

/******* SIX *******/
.material.six h1{
	background: transparent url(images/links.jpg) no-repeat scroll left top;
}
.material.six{
	display: none;
}
/******* /SIX *******/

