@CHARSET "UTF-8";
/******* GENERAL RESET *******/

.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
a{
	text-decoration: none;
}
/******* GENERAL RESET *******/
/******* LOGO *******/
#logo{
	margin-top: 1em;
	display: block;
}
/******* /LOGO  *******/
/******* MENU *******/
#container{
	float:left;
    width:757px;
    background:white;
	
 
}
#container ul.menu {
	margin:0;
    padding:0;
    list-style:none;
	list-style-image:none;
	margin-left:-5px;
	z-index:200;
	position: absolute;
	
	
}
#container ul.menu li{
	
	float:left;
	background:url(../../../images/right_corner_off.jpg) no-repeat right top;
    margin:0 0 0 5px;
	
    padding:0;
}

#container ul.menu a {
	float:left;
	display:block;	
	height:19px;
	background:url(../../../images/left_corner_off.jpg) no-repeat left top;
	padding:5px 15px;
	
}

#container #active{
	background:url(../../../images/right_corner.jpg) no-repeat right top;
	

}

#container #active a{
	background:url(../../../images/left_corner.jpg) no-repeat left top;
	
	height:23px;

}

/******* CONTENT *******/
.content{
	
	margin: 0pt auto;
	margin-top: 29px;
	background: #efefef;
	background: #fff;
	border-width: 4px 4px 0 4px;
	border-style: solid;
	border-color: #f9ab6b;
	padding: 17px 17px 0px 17px;
	z-index:-5;
	
}


.content2{
	
	margin: 0pt auto;
	background: #efefef;
	background: #fff;
	border-width: 0 4px 0 4px;
	border-style: solid;
	border-color: #f9ab6b;
	padding: 17px 17px 10px 17px;
	z-index:-5;
	
}

.content h3 { color: #F58020; font-weight:bold; font-size:1.2em;}

.content p { margin:0; padding:0;}
.content h2{
	
	margin-bottom:10px;
	padding: 20px 0 0 0;
	
}
/******* /CONTENT *******/
/******* NEWS *******/

.content.About{
	display: block;
}
/******* /NEWS *******/
/******* TUTORIALS *******/

.content.Application{
	display: block;
}
/******* /TUTORIALS *******/
/******* LINKS *******/

.content.FAQs{
	display: block;
}

.content.Contact{
	display: block;
}


.contentfooter {margin:3px 0 0 70px;}
/******* /LINKS *******/