/* DEFAULT */
*{
    color: #666666;
    font-family:Verdana, Arial, Helvetica, Sans-serif;
}
html img{
     border:0;
	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="http://kairos/serratche.tur.br/_imagens/blank.png").substr(0,0)
   ) :  this.runtimeStyle.filter="" ));
}

body {
    margin: 0 auto;
    background-color:#FAFAFA;
  background-image:url(../_imagens/bg-textura.jpg);
}
.clr{clear:both;}
.orangeButtom{
    font-size:10px;
    line-height:25px;
    text-decoration:none;
    text-align:center;
    color:#FFFFFF;
    background-image:url(../_imagens/bg-btn.jpg);
    background-repeat:repeat-x;
    width:90px;
    height:25px;
    margin:0;
}
a:hover{#555555;}
h1{
    font-size:16px;
    color:#ee6600;
    margin:0 0 0 20px;
}
p{
    font-size:12px;
}
.star{
    position:absolute;
}
/* TOPO MENU */
#topoMenu{
    width:100%;
    height:44px;
    background-image:url(../_imagens/bg-menu.jpg);
    background-repeat:repeat-x;
}
#topoMenu ul{
    width:800px;
    height:44px;
    margin:0 auto;
    padding:0;
}
#topoMenu li{
    width:16.55%;
    float:left;
    list-style:none;
}
#topoMenu a{
    display:block;
    text-align:center;
    width:100%;
    background-repeat:repeat-x;
    line-height:43px;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
    border-right:1px solid #cccccc;
}
#topoMenu a:hover{
    background-image:url(../_imagens/bg-menu-hover.jpg);
    background-repeat:repeat-x;
}
/* TOPO LOGO */
#outline {
	width: 800px;
	margin: 0 auto;
	padding:0;
    background-image:url(../_imagens/bg.jpg);
	background-repeat:no-repeat;
	background-color:#fafafa;
}
#logo{
    margin:24px;
}
#centerOutline{
	width: 680px;
	margin: 0 auto;
}
#topoLogo{
    width:680px;
    height:135px;
    margin: 0px auto;
}
/* ESQUERDA */
#left{
    float:left;
    width:170px;
    margin:3px 0 3px 0;
}
#clima, #leftMenu, #conteudo{
    background-image:url(../_imagens/bg-transparent.png);
}
#clima{
    width:164px;
    padding:2px;
    font-size:11px;
}
#clima #right{
    width:86px;
    float:right;
    overflow:hidden;
}
#clima #text{
    width:74px;
    height:74px;
    float:left;
    margin:0;
}
#clima #temp{
    font-size:22px;
}
#imgClima{
    text-align:center;
    background-color:#ffffff;
}
#clima a{position:relative;}
#topoLeftMenu{
    width:162px;
    margin:0 0 10px 3px;
    background-color:#bbbbbb;
    opacity:0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}
#topoLeftMenu i{
    font-size:11px;
    color:#000000;
    line-height:30px;
}
#topoLeftMenu img{
    float:left;
}
#leftMenu{
    width:168px;
    margin:10px 0 10px 0;
    padding:4px 0 10px 0;
}
#leftMenu ul{
    margin:0;
    padding:0;
}
#leftMenu li{
    width:145px;
    margin:2px 0 0px 10px;
    padding:0;
    list-style:none;
    background-image:url(../_imagens/left-menu.png);
}
#leftMenu a{
    line-height:28px;
    padding-left:8px;
    position:relative;
    display:block;
    width:100%;
    font-size:11px;
    text-decoration:none;
}
#leftMenu a:hover{
    color:#333333;
}
/* DIREITA (CONTEUDO) */
#conteudo{
    width:488px;
    min-height:510px;
    float:left;
    margin:3px 0 3px 8px;
    padding:6px;
}
#clima, #leftMenu, #conteudo, #conteudoBottom{
    	border:1px solid #dddddd;
}
/* RODAPE */
#bottom{
    height:200px;
    margin:3px auto;
    background-image:url(../_imagens/bg-bottom.jpg);
    background-repeat:no-repeat;
}
#bottomMenu{
    width:580px;
    height:40px;
    margin:3px auto;
    border-bottom:1px solid #ffffff;
}
#bottomMenu ul{
    width:480px;
    height:40px;
    margin:0 auto;
    padding:0;
}
#bottomMenu li{
    width:16.55%;
    height:40px;
    float:left;
    list-style:none;
}
#bottomMenu a{
    display:block;
    text-align:center;
    width:100%;
    font-size:10px;
    font-weight:bold;
    text-decoration:none;
    margin-top:14px;
    border-right:1px solid #cccccc;
}
#bottomMenu a:hover{
    text-decoration:underline;
}
#copyrights{
    width:580px;
    height:38px;
    margin:110px auto 0 auto;
}
.bgcopyrights{
    position:absolute;
    width:580px;
    height:40px;
    background-color:green;
    opacity:0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
}
#copyrights p{
    position:relative;
    color:#ffffff;
    text-align:center;
    line-height:18px;
    font-size:10px;
    margin:0;
    padding:0;
}
