@charset "UTF-8";
/* CSS Document CORE for empregodirecto.pt by joão torres e pedro barata*/

*{
	margin:0;
	padding:0;
}

html{
	height:100%;
}

body{
	background: #ffffff url(../layout/bg_html_home1.jpg) repeat-x;
	font:normal 0.75em/1.5 helvetica, arial;
	color:#666;
	height: 100%;
}

br {clear:both;}

h1, h2, h3, h4, h5{
	margin:0 0 10px;
	color:#000;
}

h1{
	margin:10px 30px 0 20px;
}

h3{
	font-weight:normal;
	font-size:1.3em;
}

h5{
	color:#9e9e9e;
	font-size:11px;	
}

p{
	margin: 0 0 20px;
	line-height: 1.5;
}

ul{
	margin:0 0 20px;	
	list-style: none;
}

ul li{
	padding-left: 12px;
	background: url(/images/) no-repeat 0 5px;
	margin: 0 0 5px;
}

a img{
	border:0;
}

a {
	color:#000000;
	text-decoration:none;
}

a:focus, a:hover{
	text-decoration:underline;
}

.more a {
	padding-left: 12px;
	background: url(/images/) no-repeat 0 3px;
}
