@charset "UTF-8";
/* CSS Document for www.cdfp.pt by webrunch.com*/

* { margin:0; padding:0; }

html, body {
   margin:0;
   padding:0;
   height:100%;
}

body {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:15px;
	background-image:url(../layout/bodybkg.png);
	background-repeat:repeat-x;
}

br {clear: both} /* important for firefox */

h1 {
	font-size:23px;
	font-weight:lighter;
	text-transform:uppercase;
	color:#717171;
	padding-top:15px;
}

h2 {
	color:#717171;
	font-size:19px;
	text-transform:uppercase;
	font-weight:lighter;
	padding-right:20px;
}

h5 {
	color:#af3215;
	font-size:17px;
	font-style:italic;
	font-weight:lighter;
	padding-top:5px;
}

p {
	font-size:15px;
	color:#717171;
	padding-top:10px;
}


#miniheader {
	width:979px;
	height:67px;
	margin:auto;
	background: url(../layout/miniheader_bkg.jpg) repeat-x;
}
	
	div.navbar {
		float:right;
		margin-right:30px;
		margin-top:36px;
	}
	
	div.navbar a {
		color:#bdbdbd;
		text-transform:uppercase;
		text-decoration:none;
	}
	
	div.navbar a:hover {
		color:#3e3e3e;
	}
	
		div.topmenu {
			min-width:120px;
			height:30px;
			text-align:center;
			background-image:url(../layout/menutab.png);
			background-repeat:no-repeat;
			background-position:right;
		}
		
		div.topmenu:hover {
			background-image:url(../layout/menuhover.png);
			background-repeat:no-repeat;
			background-position:bottom;
		}
	
#header {
	width:980px;
	height:295px;
	margin:auto;
	background:url(../layout/header_bkg.jpg) no-repeat;}

#content {
	width:981px;
	min-height:550px;
	margin:auto;
	background:url(../layout/content_bkg.png) no-repeat;}

	div.content_left {
		width:540px;
		margin-left:50px;
		float:left;
	}
	
	div.content_right {
		width:250px;
		margin-right:50px;
		float:right;
		padding-left:20px;
		background:url(../layout/newseparator.png) 0 20px no-repeat;
	}
	
	div.content_right img {
		margin-top:10px;
		}
		
	div.navbarleft {
		width:175px;
		margin-left:50px;
		margin-top:50px;
		float:left;
		text-align:right;
		background:url(../layout/newseparator.png) no-repeat;
		background-position:right;
	}
	
	div.navbarleft a {
		font-size:13px;
		color:#717171;
		line-height:25px;
		padding-right:20px;
		text-decoration:none;	
	}
	
	div.navbarleft a:hover {color:#af3215;}
	
	div.menu_left {
		background-image:url(../layout/leftmenutrace.png);
		background-position: 105px bottom;
		background-repeat:no-repeat;
	}
	
	div.menu_left_current {background:url(../layout/leftmenuhover.png) no-repeat;}
	
	div.menu_left_current a, div.menu_left_current a:hover {color:#fff;}
	
	div.single_content {
		width:650px;
		margin-top:30px;
		float:right;
		margin-right:50px;
	}
	
#footer {
	width:981px;
	height:50px;
	margin:auto;
	margin-top:30px;
	border-top:1px solid #ccc;
}

#footer p {
	padding-left:50px;
	font-size:11px;
}
