@CHARSET "UTF-8";
/******* GENERAL RESET *******/

html,body{
	height:100%;
	background-image: url(../images/bk02.PNG);
	background-repeat: repeat;
	background-position: 0px 0px;
	background-attachment: fixed;
}
.clear{
	clear: both;
	visibility: hidden !important;
	display: block !important;
	background-position: 0px 0px;
}
img
{
	border:0px;
}
a{
	text-decoration: none;
}
.container
{

}


.navcontainer ul
{
	margin: 0px;
	padding: 0px;
	float: none;



	
}
.navcontainer ul li
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006;
	margin: 0px;
	padding: 0px;
	background-position: 0px 0px;
	display: inline;
	clip: rect(auto,auto,auto,auto);
	clear: none;
}
.navcontainer ul li a:hover
{
	background-color:#CCCCCC;
	color:#FFFFFF;
}
.navcontainer ul li a
{
	padding: 0px;
	color: #009;
	cursor: pointer;








	*width:80px;
	float:none;
	background-color: #F63;
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #999;
	display: inline-table;
	vertical-align: middle;
	text-align: center;
	position: relative;
	width: 130px;
	height: 15px;
}
.navcontainer ul li a.active
{
	cursor: pointer;
	background-color: #FFC;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #030;
	border: 1px solid #999;
	text-align: center;
	clip: rect(auto,auto,auto,auto);
}
#tabcontent
{
	min-height: 200px;
	width: auto;
	position: relative;
	background-attachment: scroll;
	margin: 0px;
	padding: 0px;

}
#preloader
{
	position: fixed;
	z-index: 99;
	left: 30;
	top: 0;
	width: auto;
	height: auto;
	margin:auto;
	background-repeat: no-repeat;
	padding: 0px;
}
