html, body, div, span, applet, object, iframe, img, h1, h2, h3, h4, h5, h6, p{ 
	margin: 0;
	padding: 0;
	border: 0;
}

html{
	font-size: 100%;
}

body{
	font-size: 1em;
	font-family: Arial, Helvetica, Serif;
}

body a:link, a:active, a:visited{
	text-decoration: none;
	color:#7e7e7e;
}

body a:hover{
	text-decoration: none;
	color:#e98613;
}

.dropper{
	text-decoration: none;
	color:#7e7e7e;
	cursor: pointer;
}

#header{
	height: 6.25em;
	background: url('../images/header_bg.png');
}

#header_content{ 
	margin: auto;
	width: 62.5em;
}

#title_image{
	margin: auto; 
	margin-top:-0.05em;
	width: 62.5em;
}

#central_menu{
	margin-top:-0.25em;
	height: 12.5em;
	background: #e98613;
}

#logos{
	margin: auto;
	height: 7.5em;   
	width: 62.5em;
	text-align: left;
	background: url('../images/center_bg_2.png');
}

#tabs{
	margin: auto;
	height: 5em;   
	width: 62.5em;
	text-align: left;
	background: url('../images/center_bg.png');
}

.tab{
	float:right;
	margin-left: 0.5em;
	margin-top: 3em;
}

.logo_prog{
	float:left;
	margin-right: 3.5em;
	margin-top: 1em;	
}

#container_out{
	margin: auto;
	width: 62.5em;
}
#container_in{
	margin: auto;
	float: left;
	width: 62.5em;
	background: url('../images/main_bg.png');
}

#products{
	margin: auto;
	float: left;
	width: 12.5em;
}

#main{
	margin: auto;
	float: left;
	width: 50em;
}

#text{
	padding: 1.5em;
	text-align: justify;
	line-height: 2em;
}

.title{
  font-weight: bold;
  font-size: 1.2em;
  color: #ea8a19;
}

#list{
	padding: 0.5em;
	text-align:center;
	font-size: 0.85em
}

.hideandseek{
	display: none;
	border-style: dashed; 
	border-width: 1px;
	padding: 1em;
}

.list_title{
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: bold;
  color: #ea8a19; 
}

.normal_text{
  font-weight: normal;
  font-size: 1em;
  color: #000;
}

#footer{
	clear : left;
	height: 7.5em;
	background: #7e7e7e;
}

#footer_content{
	margin: auto;
	width: 62.5em;
}

