*{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}

body{
	text-align:center;
}

#container{
	width:960px;
	margin:0 auto;
	text-align:left;
}

#header{ /* HEADER */
	height:100px;
}

#header h1 a{
	width:160px;
	height:80px;
	float:left;
	display:inline;
	margin:10px 0 0 10px;
	text-indent:-999px;
	overflow:hidden;
	background:url(img/logo.gif);
}

#header ul{
	padding:40px 0 0 0;
	float:right;
}

#header ul li{
	height:20px;
	padding:5px 0 5px 0;
	border-left:#CCC 1px solid;
	float:left;
	list-style:none;
}

#header ul li a{
	height:20px;
	float:left;
	text-indent:-999px;
	overflow:hidden;
	margin:0 14px 0 14px;
	background-position:center 4px;
	background-repeat:no-repeat;
}

#header ul li.mn1{
	border:none;
}

#header ul li.mn1 a{
	width:72px;
	background-image:url(img/mn1.gif);
}

#header ul li.mn2 a{
	width:62px;
	background-image:url(img/mn2.gif);
}

#header ul li.mn3 a{
	width:67px;
	background-image:url(img/mn3.gif);
}

#header ul li.mn4 a{
	width:44px;
	background-image:url(img/mn4.gif);
}

#header ul li.mn5 a{
	width:92px;
	background-image:url(img/mn5.gif);
}

#header ul li.mn6 a{
	width:52px;
	background-image:url(img/mn6.gif);
}

#header ul li.mn7 a{
	width:122px;
	background-image:url(img/mn7.gif);
}

#header ul li a:hover{
	background-position:center -32px;
}

#destaque{ /* DESTAQUE */
	padding-bottom:25px;
}

#conteudo{ /* CONTEUDO */
	width:950px;
	float:left;
	padding:0 0 26px 10px;
}

#rodape{ /* RODAPE */
	width:100%;
	clear:both;
	height:140px;
	min-width:960px;
	background:#0C7070 url(img/rodape.png) repeat-x left top;
}

#footer{
	width:960px;
	height:140px;
	margin:0 auto;
	text-align:left;
}

#footer .endereco{
	width:260px;
	padding:20px 0 0 20px;
	height:82px;
	float:left;
}

#footer p{
	width:890px;
	height:38px;
	line-height:38px;
	text-align:center;
	font-size:11px;
	float:left;
}

#footer ul{
	float:right;
	padding:40px 20px 0 0;
}

#footer ul li{
	float:left;
	list-style:none;
}

#footer ul li a{
	float:left;
	font-size:11px;
	padding:2px 10px 2px 10px;
	border-left:#FFF 1px solid;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}

#footer ul li a:hover{
	text-decoration:underline;
}

#footer address{
	color:#FFF;
	font-style:normal;
	font-size:11px;
	float:left;
}

#footer address.tel{
	width:130px;
	float:left;
	clear:none;
	font-weight:bold;
	padding-bottom:6px;
}

#footer address.tel b{
	font-size:20px;
	color:#FFF;
	padding-left:4px;
}

#footer h2 a{
	width:58px;
	height:24px;
	overflow:hidden;
	text-indent:-999px;
	float:right;
	margin-top:10px;
	margin-right:10px;
	background:url(img/webby.gif);
}

