/*
* Author: Manel Jara
* Description: main stylesheet
*/
 
/* STANDARD ELEMENTS */
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:14px;
	background: #FFF;
	color: #000;
	text-align: left;
	/* margin: 20px 5px 20px 5px; */
	background-color: #FFF;
	line-height: 20px;
}

a {
	color: #000;
	text-decoration: none;
	background-color: transparent
}
a:link { color: #000; }
a:visited { color: #000; }
a:hover { color:#FFF;  }
a:active { color: #699; }

p {
	margin-left: 10px;
}
p a:link { color: #000; }
p a:visited { color: #000; }
p a:hover { color:#00b0f0}
p a:active { color: #000; }


label {
	margin-left:  10px;
	line-height: 25px;
}

/* DIV */
/* Logo + Language */ 
#logo {
	width: 650px;
	height: 100px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #00b0f0;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
}

#language {
	float: left;
	width: 150px;
	height: 100px;
	position: absolute;
	top: 0px;
	left: 650px;
	background-color:#00b0f0;
	font-size:10px;
	background-image:url(../img/lang_right.gif);
	background-repeat: no-repeat;
	background-position:right;
}
#language ul {
	display: list-item;
	line-height: 16px;
	margin-top:10px;
	list-style-type: none;
}
#language li {
	background: none;
}
#language a {
	color: #fff;
}
#language a:link { color: #fff; }
#language a:visited { color: #fff; }
#language a:hover { color:#000; background-color:#FFFFFF;  }
#language a:active { color: #000; background-color:#FFFFFF; }

/* Menu */ 
#menu {
	background-color: #FFF;
	position: absolute;
  	top: 100px;
  	left: 0px;
	width: 800px;
	height:40px;
	line-height:40px; 
	font-weight:bold;
	font-size:16px;
}
#menu ul {
	list-style-type: none; 
	word-spacing:50px; 
	background: none;
	display: inline; 
}
#menu li {
	display: inline; 
}
#menu a:link { color: #000; }
#menu a:visited { color: #000; }
#menu a:hover { color:#00b0f0;  }
#menu a:active { color: #699; }

/* Content */
#content {
	position: absolute;
	width: 800px;
	left: 0px;
	top: 140px;
	height: 200px;
	background-color: #FFF;
	padding-top:10px;

}

/* Footer */
#footer_left {
	position: absolute;
	left: 0px;
	height: 40px;
	top: 360px;
	width: 180px;
	background-color: #00b0f0;
	background-repeat:no-repeat;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
}
#footer_center {
	position: absolute;
	left: 180px;
	height: 40px;
	top: 360px;
	width: 580px;
	background-color: #00b0f0;
	font-size:11px;
	text-align:right;
}
#footer_right {
	position: absolute;
	left: 760px;
	height: 40px;
	top: 360px;
	width: 40px;
	background-color: #00b0f0;
	background-image:url(../img/foot_right.gif);
	background-position:right;
	background-repeat:no-repeat;
}

.button {
	margin-left: 280px;
}

