@charset "UTF-8";
body  {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	background:#333;
	color: #444444;
	margin: 0;
	padding: 0;
	text-align: center;
}
.twoColFixRtHdr p{
	text-indent:20px;
	text-align:justify;
}
.twoColFixRtHdr #container { 
	width: 995px;
	background:#fffff0;
	margin: 0 auto;
	border: 0px solid #444444;
	text-align: left;
} 
.twoColFixRtHdr #header { 
	background:#ccc; 
	padding: 0;
	border-bottom:1px solid #ddd;
	border:1px solid #999;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 15px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:#ccc; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixRtHdr #mainContent #home_imagem{
	text-align:center;
	padding:0px 0 0 0;
}
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ccc;
	text-align:center
}

.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.twoColFixRtHdr #footer img{
	padding:10px 0 0 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0px;
	min-height:0px;
	max-height:0px;
    font-size: 0px;
    line-height: 0px;
	border:0 solid #FFF;
	padding:0;
	margin:0;
}

.twoColFixRtHdr .portfolio{
	height:145px;
	width:650px;
	padding:15px;
	margin:15px;
	background:#ddd;
	border:1px solid #ccc;
}

.twoColFixRtHdr .portfolio2{
	width:650px;
	padding:15px;
	margin:15px;
	background:#ddd;
	border:1px solid #ccc;
}

.twoColFixRtHdr .img_left{
	padding:10px;
	float:left;
	
}

.twoColFixRtHdr .text_right{
	padding:10px;
	float:right;
}

.twoColFixRtHdr .text_left{
	padding:10px;
	float:left;
	width:400px;
}

#nav, #nav ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:1.5em;
}

#nav a{
display:block;
padding:10px 15px;
border:1px solid #333;
color:#fff;
text-decoration:none;
background-color:#333;
}

#nav a:hover{
background-color:#fff;
color:#333;
}

#nav li{
float:left;
position:relative;
width:150px;
text-align:center;
}

#nav ul {
position:absolute;
display:none;
width:120px;
top:40px;
}

#nav li ul a{
width:120px;
height:auto;
float:left;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:140px;
margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}

.input{
	border:1px solid #CCC;
	background-color:#eee;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
}

#div_menu{
	background-color:#333;
}
