/*
 * CSS Document
 * Default CSS
 *
 * Pedro Teixeira
 */

html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr {
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
}

html,body {height: 100%;}

html {
	background:#F1EFE2 url(/public/img/background.jpg) repeat-x 0px 0px;
}

body {
	width: 760px;
	margin: 0 auto;
	font-family: Verdana, Arial, Tahoma, "Sans-Serif";
}

ul, li {list-style-type: none;}

#main {
	width: 760px;
	float: left;
	height: auto;
	margin:0px 0px 0px 0px;
	background-color: #E0EDF1;
	border: 1px #CCC solid;
}

/*********************HEADER CONTENT**************************/

#header{
	width: 760px;
	height:240px;
	float:left;
}

.headerbg1{
	background:url(/public/img/headerbg1.jpg) no-repeat 0px 0px;
}

.headerbg2{
	background:url(/public/img/headerbg2.jpg) no-repeat 0px 0px;
}

.headerbg3{
	background:url(/public/img/headerbg3.jpg) no-repeat 0px 0px;
}

.headerbg4{
	background:url(/public/img/headerbg4.jpg) no-repeat 0px 0px;
}

.headerbg5{
	background:url(/public/img/headerbg5.jpg) no-repeat 0px 0px;
}

.headerbg6{
	background:url(/public/img/headerbg6.jpg) no-repeat 0px 0px;
}

.headerbg7{
	background:url(/public/img/headerbg7.jpg) no-repeat 0px 0px;
}

.headerbg8{
	background:url(/public/img/headerbg8.jpg) no-repeat 0px 0px;
}

.headerbg9{
	background:url(/public/img/headerbg9.jpg) no-repeat 0px 0px;
}

#header a{
	width:173px;
	height:186px;
	background:url(/public/img/logotipo.gif) no-repeat 0px 0px;
	float:left;
	overflow: visible;
	text-indent: -2000px;
	margin-left: 40px;
}

/*********************LEFT CONTENT**************************/

#left{
	width: 180px;
	float:left;
	height: 100%;
	background-color:#E0EDF1;
}

#left #menu{
	width:160px;
	margin:10px 0px 0px 10px;
	display:block;
	float:left;
	padding:0;
}


/******************** ERRO CONTENT *************************/

#erro {
width:100%;
float:left;
margin-top:30px;
padding:0px 15px 0px 15px;
}

#erro .content{
width:900px;
float:left;
background:#FFF url(/public/img/boxpostbackground.jpg) repeat-x 0px 0px;
border:1px #FFF solid;
padding:15px;
margin-bottom:30px;
}

#erro .title{
margin:0px 0px 20px 15px;
color:#333;
font-size:24px;
}

/*********************FOOTER CONTENT**************************/

#footer{
	width: 760px;
	float:left;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
}

#footer ul {
	width:730px;
	margin:0 auto;
}

#footer ul li{
	float:left;
	padding: 0px 5px 0px 5px;
	border-right: 1px #333 solid;
}

#footer ul .last{
	border:0px;
}

#footer ul li a{
	float:left;
	font-size:11px;
	color:#333;
	font-weight:normal;
	text-decoration:none;
}

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

#footer address{
	width:100%;
	text-align:center;
	float:left;
	font-size:12px;
	color:#666;
	font-style:normal;
	margin-top:20px;
}

#footer address a{
	width:100%;
	text-align:center;
	float:left;
	margin-top:10px;
	color:#0099FF;
}

