﻿/* CSS Document */

body {
	margin: 0px;
	width: 100%;
	height: 100%;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color:#333333;
	background-image:url(../img/bg_internas.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#333333;
	}

p {
	line-height: 16px;
	color: #FFFFFF;	
	}

img {
	border: 0;	
	
}


#wrap {
	width: 820px;
	margin: 0px auto;
	}

#menutopo {
	width:820px;
	float:center;
	}


	.menu1 {padding:0 0 0 32px; margin:0; list-style:none; height:35px; background:#fff url(../img/button1.gif); position:relative; border-width:0 1px; border-bottom:1px solid #444;}
	.menu1 li {float:left;}
	.menu1 li a {display:block; float:left; height:35px; line-height:35px; color:#aaa; text-decoration:none; font-size:11px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 18px; cursor:pointer;}
	.menu1 li a b {float:left; display:block; padding:0px 18px 0px 0px;}
	.menu1 li.current a {color:#fff; background:url(../img/button3.gif);}
	.menu1 li.current a b {background:url(../img/button3.gif) no-repeat right top;}
	.menu1 li a:hover {color:#fff; background:#000 url(../img/button2.gif);}
	.menu1 li a:hover b {background:url(../img/button2.gif) no-repeat right top;}
	.menu1 li.current a:hover {color:#fff; background:#000 url(../img/button3.gif); cursor:default;}
	.menu1 li.current a:hover b {background:url(../img/button3.gif) no-repeat right top;}


#topo {
	width:820px;
	height:180px;
	}	


#logo {
	width:226px;
	margin:70px 0 0 0;
	float:left;
	}


#imagens3r {
	width:594px;
	float:left;
	text-align:right;
	}

#tit {
	width:820px;
	height:30px;
	padding-top:0px;
	_padding-top:10px;
	padding-bottom:5px;
	text-align:right;
	font-size: 20px;
	color: #000000;
	}	

#colunas { /* engloba colesquerda e coldireita */
	width:820px;
	clear:both;
	padding-top:20px;
	}
	
#colesquerda {	
	width:240px;
	float:left;
	padding-top:20px;
	}
	
#coldireita {
	width:540px;
	float:right;
	padding-top:20px;
	}	

#portfolio {
	width:540px;
		}
#portfolio img {
	padding:5px;
	}

#portfolio a:hover {
	background-color:#ff8700; /* laranja */
	}

.img1 {
	border: 4px solid #000;	
	
}

.imgnews {
	border: 4px solid #000;
	margin:8px;
}
	
#rodape {
	width:100%;
	height:17px;
	clear:both;
	margin:20px 0px;
	background-color:#000; /*preto*/
	border-bottom:1px solid #444;
	border-top:1px solid #444;
	padding:15px 0px;
	}		

#rodape a {
	color:#aaa;
	text-decoration:none;
	padding-right:10px;
	padding-left:10px;
}

#rodape a:hover {
	color:#ff8700;
}

#menuinferior {
	width:630px;
	float:left;
	}

#desenvolvimento {
	text-align:right;
	width:180px;
	float:right;
	}	
	
	
	
	
.titulo {
	color:#ff8700; /* laranja */
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana, "Times New Roman";
	font-size: 18px;
	padding-top:20px;
	}


.subtitulo {
	color:#ff8700; /* laranja */
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana, "Times New Roman";
	font-size: 13px;
	padding-top:10px;
	}


.midia {
	color:#ff8700; /* laranja */
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana, "Times New Roman";
	font-size: 18px;
	}



h2 {
	color:#666666;
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana, "Times New Roman";
	font-size: 18px;
	}

.textocinza {
	color:#ccc;
	}		

.texto {
	color:#CCCCCC; /* cinza claro */
	}
	

/* menu lateral produtos */

#leftcolumn{
	float:left;
	width:240px;
	height:460px;
	padding-left: 8px;
	}


#leftcolumn a{
	padding: 3px 1px;
	display: block;
	width: 100%;
	color:#ccc;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #696969;
	}

#leftcolumn a:hover, #leftcolumn a:active {
	background-color: #ccc;
	color:#000000;
	}

/* formulÃ¡rio de contato */

#formulario {
	margin:0px;
	padding:0px;
	color:#ff8700;
	}

input {
	border: 1px solid #666; 
	width: 85%;
	margin: 0px;
	padding: 5px;
	font-size: 11px;
	background-color:#333;
	color:#ccc;

	}

textarea {
	border: 1px solid #666; 
	width: 85%;
	margin: 0px;
	padding: 5px;
	font-size: 11px;
	background-color:#333;
	color:#ccc;
	}


#enviar {
	padding: 1px;
	border: 0px; 
	background-color: #333;
	width:134px;
	height:43px;
	}




  .errFld {border: 1px solid #F00; /*... or any other css properties ... */}
  .errMsg {
	color: #333333; /*... or any other css properties ... */
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 10px;
	text-transform: uppercase;
	}



.linha {
	clear: both;
	border-bottom: 1px dashed #666;
	color:#333; 	
	}
	
