body {
	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
	margin: 0px;
	background-image: url(images/back.gif);
	background-repeat: repeat-x;
	background-color: #000000;
  	font-size: 12px;
  	color: #222;
}

h1, h2 {
	text-transform: lowercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #00008B;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.8em;
}

li {
    list-style-position: outside;
    list-style-image: url(images/icon-bullet.gif);
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    padding:0;
    line-height: 150%;
}

p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-size: 11px;
	color: #808080;
}

b{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
    font-weight:bold;
}

a:link {
	color: #546c00;
	text-decoration: none;
}

a:visited {
	color: #546c00;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

#container_big {
	width: 800px;
	padding: 0px;
	margin: 0px;
}

#container {
	float: left;
	position: relative;
	width: 800px;
	text-align: left;
	padding: 0px;
}


#header {
	float: left;
	position: relative;
	width: 800px;
	height: 105px;
	text-align: right;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
}

/* --------------------------------------------------------- menu ------------------------------------------------------------ */

#menu {
	float: left;
	position: absolute;
	width: 850px;
	height: 29px;
	left: 0px;
	font-size: 0.75em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	overflow: hidden;
	text-align: center;
	top: 65px;
}

#menu  a {
	margin-left: 0px;
	margin-right: 6px;
	text-decoration: none;
	display: block;
	float: left;
	height: 29px;
	background-image: url(images/a_link.gif);
	background-repeat: repeat-x;
	padding-top: 8px;
	padding-left: 28px;
	padding-right: 27px;
	color: #87CEFA;
}

#menu  a:hover {
	margin-left: 0px;
	margin-right: 6px;
	text-decoration: none;
	display: block;
	float: left;
	height: 29px;
	background-image: url(images/a_hover.gif);
	background-repeat: repeat-x;
	padding-top: 8px;
	padding-left: 28px;
	padding-right: 27px;
	color: #ffffff;
}

#menu .active {
	margin-left: 0px;
	margin-right: 6px;
	text-decoration: none;
	display: block;
	float: left;
	height: 29px;
	background-image: url(images/a_hover.gif);
	background-repeat: repeat-x;
	padding-top: 8px;
	padding-left: 28px;
	padding-right: 27px;
	color: #ffffff;
}

/* --------------------------------------------------------- footer ------------------------------------------------------------ */

#bottomspace  {
	clear: both;
	padding: 0 10px 0 10px;
}

#footer {
	clear: both;
	padding: 20px;
}



#footer p {
	margin: 0;
	text-align: center;
	font-size:0.875em;
	color: #808080;
}

#footer a {
	color: #87CEFA;
	font-size:1.10em;
}



#logo {
	height:100px; 
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	font-size:30px; 
	padding:10px 0 0px 10px; 
}

/* --------------------------------------------------------- CONTEUDOS ------------------------------------------------------------ */

#content {
	float: left;
	position: relative;
	width: 800px;
	height:400px;
	background-color:#F8F8FF;
	text-align: left;
	padding: 0px;
	overflow: hidden;
	background: url(images/content_back.gif) repeat-x;
	color: #F8F8FF;
}

#page {
	float: left;
	width: 600px;
	padding: 30px 0;
}

#bodyinicio {
	float: left;
	width: 600px;
	position: absolute;
}

#bodyempresa {
	float: left;
	width: 600px;
    height: 350px;
	position: absolute;
	display: none;
    overflow-y: scroll;
}

#bodyservicos {
	float: left;
	width: 600px;
    height: 350px;
	position: absolute;
	display: none;
    overflow-y: scroll;
}

#bodynoticias {
	float: left;
	width: 600px;
    height: 350px;
	position: absolute;
	display: none;
    overflow-y: scroll;
}

#bodycontactos {
	float: left;
	width: 600px;
    height: 350px;
	position: absolute;
	display: none;
    overflow-y: scroll;
}

#bodyuserapps {
	float: left;
	width: 600px;
    height: 350px;
	position: absolute;
	display: none;
    overflow-y: scroll;
}

#bodyuser {
	float: left;
	width: 600px;
	position: absolute;
}

#bodyuserreg {
	float: left;
	width: 600px;
	position: absolute;
}

.post {
	text-align: justify;
}

.post .title {
	padding-left: 4px;
	border-bottom: 1px solid #808080;
}

.post .entry {
	padding:10px 20px 0 20px; 
}

.post .entrycontactos {
    text-align: center;
}

/* --------------------------------------------------------- sidebar ------------------------------------------------------------ */

#sidebar {
	float: right;
	width: 187px;
	height:400px;
	background: url(images/sidebar.gif) repeat-x;

}

/* -----------------------------------------------------------loginform */
#loginform {
	width:187px;
}

#loginform fieldset{
	padding:5px;
	border-style:none;
}

#loginform label{
	display:block;
	height:1.075em;
	padding:10px 10px 0;
	color:#FFFAF0;
}

#loginform input {
	width:95px;
	border:1px solid #999999;
	float:right;
	clear:right;
	background:#CCCCCC;
}

#loginform input[type="button"],#loginform input[type="submit"] {
	width:50px;
}

#loginform input[type="checkbox"]{
	width:15px;
}

#loginform input:focus,#loginform input:hover {
	border:1px solid #333333;
}
.error{
	color:blue;
	font-weight:bold;
}