/* CSS Document */
*html{
	overflow-x:hidden;
}

body {
	background-color: #c7b0a9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow-x:hidden;
}

.lateral-esquerda{
	background-image:url(images/lateral_esquerda.gif);
	background-position:top right;
	background-repeat:repeat-x;
}

.centro{
	width:768px;
}

.lateral-direita{
	background-image:url(images/lateral_direita.gif);
	background-position:top left;
	background-repeat:repeat-x;
}

#header{
	width:768px;
	height:173px;
	background-image:url(images/header.gif);
	background-position:top center;
	background-repeat:no-repeat;
	float:left;	
}

#container{
	width:768px;
	height:313px;
	float:left;
}

#conteudo{
	width:562px;
	height:313px;
	float:left;
	background-image:url(images/bg_interna.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#menu{
	width:206px;
	float:right;
}

#menu-home{
	width:206px;
	height:30px;
	float:left;
	background-image:url(images/bt_home.gif);
	background-position:left top;
	background-repeat:no-repeat;
	border:0px;
}

#menu-livro{
	width:206px;
	height:29px;
	float:left;	
	background-image:url(images/bt_livro.gif);
	background-position:left top;
	background-repeat:no-repeat;
	border:0px;
}

#menu-autor{
	width:206px;
	height:24px;
	float:left;	
	background-image:url(images/bt_autor.gif);
	background-position:left top;
	background-repeat:no-repeat;
	border:0px;	
}

#menu-capitulo{
	width:206px;
	height:33px;
	float:left;	
	background-image:url(images/bt_capitulo.gif);
	background-position:left top;
	background-repeat:no-repeat;
	border:0px;	
}

#menu-obra{
	width:206px;
	height:27px;
	float:left;
	background-image:url(images/bt_obras.gif);
	background-position:left top;
	background-repeat:no-repeat;
	border:0px;	
}

#menu-midia{
	width:206px;
	height:31px;
	float:left;	
	background-image:url(images/bt_midia.gif);
	background-position:left top;
	background-repeat:no-repeat;
	border:0px;	
}

#menu-video{
	width:206px;
	height:28px;
	float:left;	
	background-image:url(images/bt_video.gif);
	background-position:left top;
	background-repeat:no-repeat;
	border:0px;	
}

#menu-wallpaper{
	width:206px;
	height:28px;
	float:left;	
	background-image:url(images/bt_wallpaper.gif);
	background-position:left top;
	background-repeat:no-repeat;
	border:0px;	
}

#menu-opine{
	width:206px;
	height:27px;
	float:left;	
	background-image:url(images/bt_opine.gif);
	background-position:left top;
	background-repeat:no-repeat;
	border:0px;	
}

#menu-compre{
	width:206px;
	height:33px;
	float:left;	
	background-image:url(images/bt_compre.gif);
	background-position:left top;
	background-repeat:no-repeat;
	border:0px;	
}

#menu-home:hover, #menu-livro:hover, #menu-autor:hover, #menu-capitulo:hover, #menu-wallpaper:hover, #menu-video:hover, #menu-midia:hover, #menu-compre:hover, #menu-opine:hover, #menu-obra:hover{
	background-position: right top;
}

#interna{
	padding:20px 0px 23px 32px;
	float:left;
	width:504px;
}

.texto{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#eeeeee;
	line-height:17px;	
	text-decoration:none;
}

.texto-home{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:24px;
	color:#eeeeee;
	text-decoration:none;
}

.footer{
	background-image:url(images/footer1.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:157px;
	padding-top:40px;
}

.cento-ft{
	width:713px;
}

.rodape{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}

#contentMask {
	width: 470px;
    height: 295px;
    position: relative;
    overflow: hidden;
	float:left;	
}
#content {
	width: 470px;
    position: relative;
	text-align: left;
}

#scroll{
	width:11px;
	float:right;
}

#up {
	margin:0px 0 0 0 ;
    cursor: pointer;
}

#track {
	width: 11px;
	height: 301px;
	background-image:url(images/scroll_line.gif);
	background-repeat:repeat-y;
	background-position:center;
}

#down {
    cursor: pointer;
}

#drag {
    position: relative;
    cursor: pointer;
	margin-top: 0px;

}

/*opinioes*/
.textfield_orcamento {
    font-size: 11px;
    color: #fff;
    width: 230px;
    height: 13px;
    border-color: #fff;
	background-color: #252427;
	border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textfield_orcamento1 {
    font-size: 11px;
    color: #fff;
    width: 141px;
    height: 13px;
    border-color: #fff;
	background-color:#252427;
    border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textarea_laminas {
    font-size: 11px;
    color: #fff;
    width: 230px;
    height: 60px;
    border-color: #fff;
	background-color:#252427;
    border-width: 1px;
    border-style: solid;
    padding-top: 1px;
    padding-left: 5px;
    overflow: auto
}

.casas{
	background-image:url(images/casas.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	 height:301px;
}


	