#header {
	height: 100px;
	border-bottom: 1px solid #ddd;
	background-color:#FFF;
}

#header span {
	display: none;
}

#header .container {
	position: relative;
}

#header h1, #header h2 {
	margin: 0;
	padding: 0;
}

#header h1 a {
	display: block;
	width: 230px;
	height: 100px;
	background: url(../imagens/fundect.png) center left no-repeat;
}

#header #logo {
	position: absolute;
	width: 233px;
	left: 0px;
}
#header #welcome {
	position: relative;
	float:right;
	top: 80px;
	margin-right:12px;
	font-size:11px;
}

#navigation {
	position: absolute;
	right: 0;
	top: 35px;
}

#navigation a {
	padding: 0.5em 1em;
	border-left: 1px solid #ddd;
	font-size: 1.1em;
	text-decoration: none;
}

#navigation a.first {
	border: 0;
}

#header, #footer {
	background: #f9f9f9;
}


#wrapper {
	background: #f4f5f5 url(../../global/theme/image/back/gradient.png) repeat-x top left;
	/*padding-top: 2em;*/
	padding-bottom: 2em;
	border-bottom: 1px solid #CCC;

	
}

#footer p {
	margin: 0;
}

#footer {
	padding: 2em;
	text-align: center;
	border-top: 1px solid #ddd;
	font-size: 0.75em;
	color: #888;
}

p.copy {
	text-align: center;
}

a#mucca {
	display: block;
	height: 57px;
	background: url(/assets/images/mucca.png) center center no-repeat;
}

a#mediatemple {
	display: block;
	position: absolute;
	right: 0;
	background: url(/assets/images/mediatemple.png);
	height: 16px;
	width: 108px;
	top: 20px;
}