/* CSS Document */


html{
	height:100%;

}



body {
	margin:0px;
	padding:0px;
	background: #fff url(../images/bgdegrade.gif) repeat-y center top;
	font:11.3px Verdana,Arial,Helvetica,sans-serif;
	color: #666666;
	text-align:center;
}



/*Header*/

#navcontainer{
	background: url(../images/menubg.gif) no-repeat left top;
	height: 37px;
	margin: 0;
	padding: 0;
}

#navlist {
	margin: 0;
	padding: 0;
	float:right;
	font: 11px Verdana,Arial,Helvetica,sans-serif;

}

#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navlist a:link, #navlist a:visited {
	float: left;
	margin: 0;
	padding: 0;
}

.home {
	background: url(../images/home.gif) no-repeat left top;
	height: 31px;
	width: 86px;	
}

.home:hover {
	background: url(../images/home.gif) no-repeat left -34px;
	height: 31px;
	width: 86px;	
}

.empresa{
	background: url(../images/empresa.gif) no-repeat left top;
	height: 31px;
	width: 78px;	
}

.empresa:hover{
	background: url(../images/empresa.gif) no-repeat left -34px;
	height: 31px;
	width: 78px;	
}

.estrutura{
	background: url(../images/estrutura.gif) no-repeat left top;
	height: 31px;
	width: 85px;	
}

.estrutura:hover{
	background: url(../images/estrutura.gif) no-repeat left -34px;
	height: 31px;
	width: 85px;	
}

.servicos{
	background: url(../images/servicos.gif) no-repeat left top;
	height: 31px;
	width: 83px;	
}

.servicos:hover{
	background: url(../images/servicos.gif) no-repeat left -34px;
	height: 31px;
	width: 83px;	
}

.contato {
	background: url(../images/contato.gif) no-repeat left top;
	height: 31px;
	width: 98px;	
}

.contato:hover{
	background: url(../images/contato.gif) no-repeat left -34px;
	height: 31px;
	width: 98px;	
}


/* English menus */


.empresaeng{
	background: url(../english/images/empresa.gif) no-repeat left top;
	height: 31px;
	width: 78px;	
}

.empresaeng:hover{
	background: url(../english/images/empresa.gif) no-repeat left -34px;
	height: 31px;
	width: 78px;	
}

.estruturaeng{
	background: url(../english/images/estrutura.gif) no-repeat left top;
	height: 31px;
	width: 85px;	
}

.estruturaeng:hover{
	background: url(../english/images/estrutura.gif) no-repeat left -34px;
	height: 31px;
	width: 85px;	
}

.servicoseng{
	background: url(../english/images/servicos.gif) no-repeat left top;
	height: 31px;
	width: 83px;	
}

.servicoseng:hover{
	background: url(../english/images/servicos.gif) no-repeat left -34px;
	height: 31px;
	width: 83px;	
}

.contatoeng {
	background: url(../english/images/contato.gif) no-repeat left top;
	height: 31px;
	width: 98px;	
}

.contatoeng:hover{
	background: url(../english/images/contato.gif) no-repeat left -34px;
	height: 31px;
	width: 98px;	
}



#header{
	height:158px;
	background: url(../images/leftcorner.gif) no-repeat left top;
	margin:0;
}

#title{
	width: 170px;
	height: 140px;
	margin: 0 0 0 160px;
	padding:0;
	background: url(../images/andromedalogo.gif) left top no-repeat;
}


#title a{
	width: 170px;
	height: 140px;
	position:absolute;

}


#title a span{
	display: none;
}

#topo {
	display: block;
	float:right;
}

#bandeiras {
	width: 50px;
	height: 50px;
	float: left;
	position: absolute;
	margin: 100px 0 0 10px;
}

#bandeiras p{
	margin: 0;
	padding: 0;
}

.eng {
	background: url(../images/eng.gif) left top no-repeat;
	width: 30px;
	height: 21px;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #4c4c4c;
}

.bra {
	background: url(../images/bra.gif) left top no-repeat;
	width: 30px;
	height: 21px;
	display: block;
	margin: 2px 0;
	padding: 0;
	border: 1px solid #4c4c4c;
}

.eng:hover, .bra:hover{
	border: 1px solid #666;	
}



/*Construction Styles*/

#container{
	width:760px;
	height: 100%;
	margin: 0 auto;
	text-align:left;
	background: #FFFFFF url(../images/bg.gif) repeat-y left top;
	max-width: 1000px;
	padding: 0;
	text-align: left;
}



/*Styles*/

h1,h2,h3,h4,h5,h6{

	font-family:Verdana,Arial,Helvetica,sans-serif;
	margin:15px 0 0 0;
	padding-bottom:4px;
	line-height:85%;
}

h1{
	color:#fff;
	font-size:140%;
}

h2{
	color:#FF9900;
	font-size:120%;
}

h3{
	color:#FFCC00;
	font-size:100%;
}

h4{
	color:#CCCCCC;
	font-size:90%;
}

h5{
	color:#FFCC33;
	font-size:14px;
}

h6{
	color:#fff;
	font-size:12px;
	font-weight:bold;
}


#miniaturas img {
	border: 1px solid #FFCC00;
}

#miniaturas p {
	margin: 10px 0 0 10px;
}

#miniaturas p.veja {
	text-align:right;
	margin-top: 0;
	margin-right: 460px;
	font-size: 9px;
}



a, a:visited{
	text-decoration:none;
	color:#F0BB28;
}

a:hover{
	text-decoration:underline;
}

#right a{
	text-decoration:none;
	color:#F0BB28;
}

#right a:hover{
	text-decoration:underline;
}

acronym{
	border-bottom:1px dotted #999;
	padding-bottom:1px;
	cursor:help;
}

sup {
	font-size: 8px;
}

del{
	color:#999;
}

.allcaps{
	font-variant:small-caps;	

}

hr{
	width:100%;
	border:0;
	margin:5px 0px !important;
	margin:2px 0px 5px 0px;
	height:1px;
	color:#777;
	background-color:#777;
}


.indent{
	border-left:2px solid #3C8C06;
	margin-left:25px;
	padding-left:8px;
}

.green{
	color:#3C8C06;
}

.gray a{
	color:#FF9900;
}

.gray a hover{
	color:#fff;
}


.blue{
	color:#3270A9;
}

ul {
	list-style-type: square;

}

ul li ul li{
	list-style-type: square;

}

ol li ol li{
	list-style-type:lower-roman;

}

dl{
	margin-left:8px;
	margin-right:8px;

}

dt{
	color:#3C8C06;
	font-weight:bold;
	text-decoration:underline; 
}

.blockquote{
	border-bottom:1px solid #273955;
	border-top:1px solid #273955;
	border-left:4px solid #3270A9;
	padding:6px 6px 4px 8px;
	margin:12px 0;
	color:#eee;
}

.blockquote h5{
	border-bottom:1px solid #3270A9;
	font-size:17px;
	color:#eee;
	margin:2px;
}

.blockquote span{
	padding: 3px 0;
	display:block;
	font-size:10px;
	color:#999;
}

code{
	display:block;
	border-bottom:1px solid #273955;
	border-top:1px solid #273955;
	border-left:4px solid #3270A9;
	padding:6px 6px 4px 8px;
	margin:12px 0;
	color:#eee;
	font:normal 11px "Courier New", Courier, monospace;
}

.highlight{
	color:#3C8C06;
	font-weight:bold;
}


/*Floats*/

.floatleft{
	float:left;
}

.floatleft2{
	float:left;
	position: absolute;
	z-index: 1;
}

.floatright{
	float:right;

}

.w50{
	width:50%;

}

.floatleft p{
	padding:0 10px 0 0; 

}

.floatright p{
	padding:0 0 0 10px;

}

img.floatleft{
	margin:15px 18px 5px 0;

}

img.floatright{
	margin:15px 5px 5px 18px

}

/*Forms*/

form select,

form input,

form textarea{
	font:11px Verdana,Arial,Helvetica,sans-serif;
	background-color:#FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;

}

form input:hover,

form input:focus,

form textarea:hover,

form textarea:focus,

form select:hover,

form select:focus{
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F0BB28;
	border-right-color: #F0BB28;
	border-bottom-color: #F0BB28;
	border-left-color: #F0BB28;
}

form select{
	padding:1px;

}

form input{
	padding:1px;
	border-bottom-color: #666666;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFCC00;
	border-right-color: #666666;
	border-left-color: #FFCC00;

}

form label{

	display:block;
	color:#eee;

}

form textarea{

	padding:1px;
	line-height:16px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFCC00;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #FFCC00;

}

form p{

	margin:10px 0px;

}

.noborder{
	border:0;

}

td{
	padding:5px;

}

/*Content Styles*/


#twocolumn{
  	padding: 0;
	margin: 0;
	background: url(../images/conteudotop.gif) no-repeat right top;
}

#onecolumn{
  	padding: 0;
	margin: 0;
}

#one{
	padding: 0;
	margin-left: 65px;
	margin-right: 0;
	color: #999;
	width: 90%;
}

#left{
	display:block;
	margin-left: 55px;
	color: #999;
}

#right{
	display:block;
	width: 300px;
	margin: 45px 35px 0 0;
	float:right;
}


/*#left p {
	padding-left: 15px;
}*/



#left img, #one img{
	margin: 10px;

}

#texto_left {
	padding: 10px;
}


/*Footer*/

#footer{
	margin:0 0 0 30px;
	padding: 30px;
	font-size: 9px;
	color: #333;
	clear: both;

}

.copy{
	width: 270px;
	/*float:left;*/
}

.credit{
	float:right;
}

#footer a{
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;

}

/*right Color Fixes*/


#right h2, #one h2{
	color:#F0BB28;
	font-size:130%;
	border-bottom: 1px dashed #ccc;
}

#right h3, #one h3{
	color:#999999;
	font-size:120%;
	border-bottom: 1px dashed #CCCCCC;
}

#right h5, #one h4{
	color:#CCCCCC;
	font-size:90%;

}

#centralizar {
	/*display: block;*/
	margin-left: 45px;

}

/*Box*/

#box {
	margin: 10px;
	width: 250px;
	height: 122px;
	background: url(../images/box.gif) no-repeat top left;
	color: #999;
	font-size: 9px;
}

#box h2 {
	padding: 25px 20px 8px 0;
	margin: 0;
	text-align: right;
}


#box h2 a {
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFCC00;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #FFCC00;
}

#box h2 a:hover {
	padding: 3px;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFCC66;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #FFCC66;
	color: #666666;
}

#box p {
	padding: 0 15px 0 15px;
}


span {
	display: none;
}

#missao {
	width: 250px;
}

#missao h3{
	width: 250px;
	border-bottom: 1px dashed #FFCC00;
}

/*Thumbnail*/

.thumbnail
{
	float: left;
	width: 200px;
	padding: 5px;
}

.thumbnail p
	{
	margin: 0 9px 10px 9px;
	padding: 5px;
	color: #999999;
	background-color: #F0F0F0;
	}

 .thumbnail img
{
	border: 1px solid #999;
	margin: 0 10px 0 10px;
	padding: 0;
}

 .thumbnail img a
{
	border: 1px solid #D9A709;
}

.clearboth { clear: both; }
