/*
DINÂMICA MIDIA INTERATIVA 
www.dinamicami.com.br */

body, h1, h2, h3, h4, h5, h6, p, a, input, form, img {
	margin:0;
	border:none;
	padding:0;
}
body {	font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#707073; background:#ABACB0;}
#main {	background:url('../img/bg.jpg') top center no-repeat #ABACB0 ; display:table; width:100%; height:100%;}
#main_int {background: url('../img/bg_int.jpg') top center no-repeat #ABACB0; display:table; width:100%; height:100%}
#site {width:770px;  margin:35px auto 0 auto; display:table;}
#site_int {width:960px; margin: auto; }
#flut_img {margin:355px 0 0 785px; position: absolute; z-index: 100; background:red; width:192px; height: 287px;}
#titulo {background:#a9abae; width:170px; height:34px; position: absolute; z-index: 101; text-align: right; margin:232px 0 0 750px; text-transform: capitalize; line-height: 34px; font-size:20px;}

#menu { border:0 ; margin: 0; font: 12px Arial, sans-serif; font-weight: bold; text-align: right; margin-top:50px; width:550px;  height:46px; line-height:46px; padding:0 ;  float:right;   margin-right: 25px; color:#78797a;}
#menu li {list-style: none; margin: 0; display: inline; padding:0;}
#menu li a {height:1px; /* IE5.0 bug */ padding:30px 2px 10px 2px;  margin:0; background: url('../img/sep_menu_col.png') left no-repeat; text-decoration: none;}
#menu li a:link {color: #606062;}
#menu li a:visited {color:#606062;}
#menu li a:hover { background: url('../img/bg_menu_hover.png') bottom repeat-x; }

#menur { border:0 ; margin: 0; font: 12px Arial, sans-serif; font-weight: bold; text-align: right; margin-top:20px; width:550px; margin-right: 25px; height:46px; line-height:46px; padding:0 ;  float:right; color:#78797a;}
#menur li {list-style: none; margin: 0; display: inline; padding:0;}
#menur li a {height:1px; /* IE5.0 bug */ padding:30px 2px 10px 2px;  margin:0; background: url('../img/sep_menu_col.png') left no-repeat; text-decoration: none;}
#menur li a:link {color: #606062; }
#menur li a:visited {color:#606062;}
#menur li a:hover { background: url('../img/bg_menu_hover.png') bottom repeat-x; }


#flash_home {height:388px; clear: both;}
#info {height: 90px; clear: both; padding:0 0 0 35px ;}
    .quadro{width:165px;  float: left; padding:0 0 0 12px; display: table;}
    .fl {float:left;}
    h1 {color:#4e4e50; font-size: 15px; float:right;  padding: 0 40px 0 0; background:url('../img/bg_h1.gif') bottom right no-repeat;}
    h3 {color:#ED3237; font-size:14px; }
    .inpt_home{ width:125px; background:#BDBFC1; color: #666; font-size:9px; float: left; padding:1px 3px;}
    .bt_home { color:#666; font-weight: bold; font-size: 11px; float:left; background:transparent; margin-left:5px;}
    .clientes {width:120px; text-align: center; border:1px solid #ccc; height:100px; vertical-align: middle; line-height: 100px; float:left; background:#fff; margin:5px;}
    .borda_ph{width:140px; text-align: center; border:1px solid #ccc; height:140px; vertical-align: middle; line-height: 140px; float:left; margin:5px;}
    .form {background: #F7F7F7; width:250px; color:#333; font-family:arial; font-size:11px; border:1px solid #ccc; padding:4px; margin:1px;}
    .form:hover {background:#E6E6E6;}
    .bt {background:#ED3237; padding:2px 5px; color:#fff; cursor:pointer;}
    .bt:hover {background: tomato; }
#container{clear:both;}
#flash_int {float:left; width:252px; height:535px; }
#conteudo {width:436px; margin:30px 0 0 50px ; float:left; height: 497px; text-align: left;}
h2 {font-size:12px;}

#bottom {clear:both; margin:20px 0 0 220px;  padding:55px 0 0 0; *padding:25px 0 0 0; text-align: left;}
#rodape {height:20px; clear:both;}
#rodape_int {height:20px; margin-left:150px; clear:both;}



 * html img /*codigo p png no ie*/ {  
   
filter:expression(  
this.alphaxLoaded ? "" :  
 (  
 this.src.substr(this.src.length-4)==".png"  
 ?  
 (  
 (!this.complete)  
 ? "" :  
 this.runtimeStyle.filter=  
 ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+  
 (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+  
 String(this.alphaxLoaded=true).substr(0,0)+  
 (this.src="img/blank.gif").substr(0,0)  
 )  
 :  
 this.runtimeStyle.filter=""  
 )  
);  
}
