/*****************************************************************************************************************
******************************************************************************************************************
*****
*****
*****		MAIN PAGE ELEMENTS	
*****
*****
******************************************************************************************************************
******************************************************************************************************************/



#main {
background-image:url(/template/images/body_background.gif);
background-repeat: no-repeat;
background-position: 0px 0px;
}


div.all {
width: 720px;
margin-left: 25px;
margin-right: auto;
text-align: left;	
padding-top: 350px;
} 

.flash {
position: absolute;
top: 53px;
left: 90px;
border: none;
width: 690px;
height: 240px;
overflow: hidden;
z-index: 5;
}

/*****		TOP */	

.top {
	background: none;
	border: none;
	display: none;
	overflow: visible;
	height: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	height: 350px;
	width: 700px;
	margin-top: 10px;
	
}



.top a {
	color: #FFFFFF;
}

.top h1 {
	display: none;	
}

.top form {
	float: left;
	display: none;
}

.top fieldset {
	border: none;
}

/*****		LINKS */
ul.links {
	float: right;
}

ul.links li {
	display: block;
	float: left;
	padding-left: 10px;
	padding-right: 20px;
	border-left: 1px solid #FFFFFF;
	
}

/*****		CONTENT */	
.content {
	clear: both;
	display: block; 
	background: none;
	text-align: left;
	
}
	
p.crumbs { 
	display: block;
	background: none;	
	line-height: 22px;
	margin: 0px;
	text-indent: 0px;
	position: absolute;
	top: 330px;
	left: 0px;
	margin-left: 110px;
	text-transform: uppercase;
}	

.htmlarea  {	
	width: 530px;
	float: none;
	clear: both;
	margin-left: 90px;
	border: none;
	min-height: 700px;
	-height: 700px;
	-overflow: visible;
}

.footer {
	position: absolute;
	left: 0px;
	clear: both;
	margin-top: 30px;
	width: 100%;
	height: 75px;
	overflow: visible;
	display: block;
	background-color: #01ad96; 
	padding-top: 5px; 
}


.footer ul{
	width: 96%;
	clear: both;
	float: none;
	text-align: right;
	display: block;
}

.footer ul li{
	text-align: right;
	float: right;
	border-left: 1px solid #12ad98;
	
}
.footer p{
	width: 100%;
	float: left;
	position: absolute;
	left: 00%;
	margin: 0px;
	color: #FFFFFF;
	font-weight: bold;
	text-indent: 20px;
}
.footer p a {
	position: absolute;
	left: 100%;
	margin-left: -260px;
	width: 260px;
	display: block;
}

.tools{
	display: none;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: 20px;
	width: 300px;	 
}
.tools a{ 
	font-size: 10px;
	font-weight: normal;
}
.tools a img {
	border: none;
	vertical-align: middle;
	margin-left: 10px;
}

/*****************************************************************************************************************
******************************************************************************************************************
*****
*****
*****		Navigation
*****
*****
******************************************************************************************************************
******************************************************************************************************************/

.navigation { 
	border-right: 1px solid #FFFFFF;
	width: 750px;
	float: left;
	clear: left;
	padding: 10px;
	position: absolute;
	top: 280px;
	left: 50px;
	margin-left: 0px;
}

.navigation .level0{
	display: block;
	
}




.navigation .level0 li {
	float: left;
	clear: none;
	list-style: none;
	padding: 10px;
	

	
}

.navigation .level0 li.on {
	float: left;
	clear: none;
	list-style: none;
	padding: 10px;
	
	filter: alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
		
}

.navigation .level1 li {
	float: left;
	clear: none;
	list-style: none;
	padding: 10px;
	
filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
		
}

	
.navigation .level0 li.on a{
	color:#000000;
	
	display: block;
	
}
.navigation .level0 li a{
	color:#000000;
}

 .level0 li a img{

	border: none;
}
  
 .level0 .level1 li a {
	background-color: #9e9e9e;
	display: block;
	overflow: visible;
	height: 39px;
	margin: 0px;
	padding: 0px;
	

 }
 .level0 .level2 li a {
	background: none;
	text-transform: uppercase;
 }
.navigation .level1{
	display: none;
}

.navigation .level0 .on .level1{
	background-color: #9e9e9e;
	background-image:url(/template/images/options.jpg);
	width: 140px;
	
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center top;
	top: 110px;
	left: 50%;
	margin-left: 200px;
	overflow: visible;

	/*padding-top: 40px;*/
	clear: both;
	text-align: right;
}
.navigation .level0 .on .level1 li {
	margin: 0px;
	padding: 0px;
	margin-top: 40px;
	margin-bottom: -40px;
	line-height: 16px;
	clear: both;
	float: none;
	display: block;
	background-color: #9e9e9e;
	margin-left: 0px;
	margin-right: 15px;
	width: 140px;
	
	
}


/*****************************************************************************************************************
******************************************************************************************************************
*****
*****
*****		html
*****
*****
******************************************************************************************************************
******************************************************************************************************************/

  
 

input {
	font-size: 10px;
	border: 1px solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}