body {
    height: 100%;
    position: relative;
    line-height: 20px;
	background-color: #edf1d6;
    color: #000000;
}

#container{
	margin:-8px auto;
	width:1100px;
	background-color:#fff;
	box-shadow: 0 0 10px #0f0f0f;
}

#topo{
}

.logo{
	padding:10px;	
}

.logo img{
	width:381px;
	height:120px;
}

.telefone{
	float:right;
	margin-top:-150px;
	padding:10px;
}

.telefone h1{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:24px;
	color:#1f3017;
}

.adm{
	float:right;
	padding:10px;
	margin-top:-50px;
}

.tarjatopo{
	border-bottom:5px solid #ccc;
	padding-top:5px;
	width:1100px;
}

#menu{
	padding-left:22px;
}

ul {
	list-style: none;	
}

#navigation {
	font: bold 12px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #444;
}

#navigation:after {
	clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}


#navigation li {
	float: left;
	border-style: solid; 
	border-width: 1px;
    border-color: #BABABA #BABABA #BABABA #FFF;
	box-shadow: 0 1px rgba(255,255,255,1) inset;
	-webkit-box-shadow: 0 1px rgba(255,255,255,1) inset;
	background: #F7F7F7; /* Old browsers */
	background: -moz-linear-gradient(top, #F7F7F7 0%, #EDEDED 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F7F7F7), color-stop(100%,#EDEDED)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #F7F7F7 0%,#EDEDED 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #F7F7F7 0%,#EDEDED 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #F7F7F7 0%,#EDEDED 100%); /* IE10+ */
	background: linear-gradient(top, #F7F7F7 0%,#EDEDED 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F7F7F7', endColorstr='#EDEDED',GradientType=0 ); /* IE6-9 */	
}

#navigation li:hover, #navigation li.current {
	box-shadow: 0 1px rgba(255,255,255,0.2) inset;
	-webkit-box-shadow: 0 1px rgba(255,255,255,0.2) inset;
	border-color: #262626 !important;
	background: #4D4D4D; /* Old browsers */
	background: -moz-linear-gradient(top, #4D4D4D 0%, #262626 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4D4D4D), color-stop(100%,#262626)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4D4D4D 0%,#262626 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4D4D4D 0%,#262626 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4D4D4D 0%,#262626 100%); /* IE10+ */
	background: linear-gradient(top, #4D4D4D 0%,#262626 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4D4D4D', endColorstr='#262626',GradientType=0 ); /* IE6-9 */
}

#navigation a {
	display: block;
	padding: 10px 44px;
	color: #444;
	text-decoration: none;
	text-shadow: 0 1px #FFF;
}

#navigation a:hover, #navigation li.current a {
	color: #FFF;
	text-shadow: 0 1px #000;
}

#navigation li:first-child {
	border-left-color: #BABABA;
	border-radius: 10px 0 0 10px;
}

#navigation li:last-child {
	border-radius: 0 10px 10px 0;
}

#bannercalendar{
	width:1100px;
	height:300px;
}

#banner{
	width:750px;
	padding-top:10px;
}

#calendario{
	margin-left:780px;
	margin-top:-288px;
	float:left;
	position:relative;
}

#calendar-container{
    padding: 25px;
    width: 220px;
    height: 238px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 10px;
    font-size: 18px;
    font-family: Arial;
    background-image: linear-gradient(#fff, #d3d3d3);
}

#calendar-container>div{
    padding: 0;
    margin-bottom: 10px;
}

#calendar-month-year{
    margin: 5px;
}

#calendar-dates>table>tr>td{
    padding: 5px;
}

#rodape{
	width:1080px;
	height:180px;
	background-color:#060;
	padding:10px;
}

.tarja{
	width:1100px;
	height:10px;
	background-color:#030;
	margin-left:-10px;
	margin-top:-10px;
}

.contentrodape{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#fff;
}

.title{
	font-weight:bold;
	padding:10px;
}

.contentrodape table tr td{
	width:360px;
	padding-left:10px;
}

.contentrodape table tr td a{
	text-decoration:none;
	color:#fff;
}

.tarja_rodape{
	width:1100px;
	height:20px;
	background-color:#030;
	margin-left:-10px;
	margin-top:20px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#fff;
	text-align:center;
}

.tarja_rodape a{
	text-decoration:none;
	color:#fff;
}
