/*
Theme Name: WordPress NMD2
Theme URI: http://www.laboratoriodoconsumidor.com.br
Description: By <a href="http://www.nmd.com.br">NMD</a>.
Version: 1.0
Author: NMD
*/

body {
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0;
}

a {
color: #000;
text-decoration: underline;
}

a:hover {
color: #000;
text-decoration: none;
}

#main {
	width:760px;
	height:414px;
	margin: auto;
}

#topo {
	background-image:url(images/topo.jpg);
	width:760px;
	_width:780px;
	height:108px;
	background-repeat: no-repeat;
	float:left;
}
#logo {
 width: 300px;
 height: 108px;
float: left;
}

#titulo{
	float:right;
	width:250px;
height: 108px;
	margin-right:20px;
	margin-top:60px;
	text-align:right;
}

#titulo .titulo {
       position: absolute;
       top:2px;
       left:2px;
       color:#CC0000;
       font: bold 18px Verdana;
       width: 250px;
}

#titulo .sombra {
       position: relative;
       color:#ccc;
       font: bold 18px Verdana;
       width: 250px;
}

#subtitulo{
	float:right;
	width:auto;
	font-size:13px;
	font-weight:bolder;
	color:#FF0000;
	text-align:right;
        padding-right: 20px;

}

#subtitulo .titulo {
       position: absolute;
       top:2px;
       left:2px;
       color:#CC0000;
       font: bold 14px Verdana;
       width: 200px;
}

#subtitulo .sombra {
       position: relative;
       color:#ccc;
       font: bold 14px Verdana;
       width: 200px;
}

#esquerda {
	width:320px;
	height:406px;
	float:left;
        background-image: url(images/fundo-e.jpg);
	background-repeat: no-repeat;
_margin-top:-60px;
}

#direita {
	width:440px;
	height:406px;
        background-image: url(images/fundo-d.jpg);
	background-repeat: no-repeat;	
	float:right;
	/*padding: 20px;*/
	background-attachment: fixed;
_margin-top:-60px;
_margin-left:-20px;
}

#content{
        width:425px;
-width:390px;
	height:370px;
	background: none;
	float:right;
	overflow:auto;
        padding: 5px;
        margin-top:10px;
}

.listaclientes {
        font-size:12px;
}

.fundo {
        background-image: url(images/fundo-d.jpg);
	background-repeat: no-repeat;
        background-attachment: fixed;
}

#rodape {
        /*background-image:url(images/rodape2.jpg);*/
	width:760px;
	height:46px;
	background-repeat: no-repeat;
	float:left;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        font-size: 9px;
        padding-top: 10px;
}

#rodape .copyright {
        font-size: 9px;
}