body {
    font: 13px "Trebuchet MS";
    background:#ffffff url('../img/fundo.jpg');
	background-repeat:repeat-x;
	
}

#tudo {
    margin: 0 auto;
    width: 1000px;
}

#topo {
    height: 192px;
}

#menu {
    height: 56px;
}

#menu li {
    float: right;
}

#menu li a {
    color: #FFF;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    height: 56px;
    line-height: 56px;
    padding:10px 26px;
    border-right: 2px solid #ae0808;
}

#menu li a:hover {
    color: #fac302;
}

#menu li ul {
    display: none;
    list-style: none;
    position: absolute;
    margin: 0;
    z-index: 90;
    background-color: #9d2c28;
    padding: 0;
}

#menu li ul li {
    border:none;
    float: none;
}

#menu li ul a {
    display: block;
    padding: 5px 10px;
    height: 30px;
    line-height: 30px;
    width: 200px;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    color: #FFF;
    border:none;
}

#menu li ul .child-hover1 {
    background-color: #db231b;
    border:none;
}

#menu li ul li ul {
    margin: -30px 0 0 200px;
    position: absolute;
}

#corpo {
    position: relative;
}

#superLeft {
    position: absolute;
    left: 0;
    bottom: 0;
}

#cRight {
    width: 680px;
    height: 350px;
    background-color: #EEE;
    margin: 20px 0;
    border-radius: 15px;
    float: right;
}

.conteudo {
    padding: 10px;
}

#over {
    overflow: auto;
    height: 330px;
}

#rodape {
    height: 97px;
    background-color: #ffffff;
    background-image:url(../img/backGroundBot.jpg);
    text-align:center;
}

#bot {
    height: 97px;
    width: 1000px;
    background:url(../img/rodapes.jpg) no-repeat;
    position: relative;
    margin: 0 auto;
}

#popup {
	width: 400px;
	height: 400px;
	position: absolute;
	z-index: 100;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -200px;
	cursor: move;
}

#popup  div {
	width: 400px;
	height: 400px;
	position: relative;
	background: url('../img/popup.png') no-repeat;
}

#popup  a {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
}

.criativa {
    width: 300px;
    height: 80px;
    position: absolute;
    left: 0;
    bottom: 10px;
}

#divContato {
    width:330px;
    float: left;
}

#contato {
    width:270px;
    float: left;
}

#contato div {
    padding-left:15px;
}

#contato input, #contato textarea {
    padding: 4px;
    width: 200px;
}

#contato label {
    font-weight:bold;
    padding-top:5px;
    display: block;
}

#contato textarea {
    height: 50px;
}

.clear {
    clear: both;
}

.block {
    display: block;
}