/* CSS Document */

* html img {
	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="images/blank.png").substr(0,0)
			)
			:
			this.runtimeStyle.filter=""
		)
	);
}

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.lateral-esquerda{
	background-image:url(images/lateral_home.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

.centro{
	width:800px;
}

#banner{
	width:800px;
	height:107px;
	float:left;
	top:0px;
}

#interna{
	width:800px;
	background-color:#FFFFFF;
	float:left;
	margin-bottom:56px;
}

#conteudo-home{
	width:445px;
	height:500px;
	float:left;
	background-image:url(images/bg_home.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#conteudo{
	width:445px;
	height:633px;
	float:left;
	background-image:url(images/bg_interna.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#conteudo-promo{
	width:445px;
	height:633px;
	float:left;
	background-image:url(images/bg_interna_promo.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#sidebar{
	width:355px;
	float:right;
}

#header{
	width:355px;
	height:500px;
}

#menu{
	width:345px;
	margin-bottom:22px;
}

#footer{
	width:800px;
	margin-bottom:50px;
}

#nova-fronteira{
	width:145px;
	float:left;
}

#compartilhe{
	width:180px;
	float: left;
}

#termos{
	width:346px;
	float:left;
}

#frog{
	width:128px;
	float:left;
}

.rodape{
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#a2a2a2;
	text-decoration:none;
}

.texto{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#311b01;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

#home-ext{
	width:240px;
	margin-top:80px;
}

#home-int{
	width:216px;
}

#interna-ext{
	width:397px;
	margin-top:80px;
}

#tv-video{
	float:left;
	margin-top:190px;
}

#video{
	display:none;
	padding-left:10px;
	padding-top:10px;
}

#tv{
	display:block;
}

#interna-int{
	width:371px;
}

#contentMask {
	width: 347px;
    height: 480px;
    position: relative;
    overflow: hidden;
	float:left;
}
#content {
	width: 347px;
    position: relative;
	text-align: left;
	float:left;
}

#scroll{
	width:14px;
	float:right;
}

#up {
	margin:0px 0 0 0 ;
    cursor: pointer;
}

#track {
	width: 14px;
	height: 511px;
	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: #1a1e22;
    width: 230px;
    height: 13px;
    border-color: #1a1e22;
	background-color: #ebded1;
	border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textfield_orcamento1 {
    font-size: 11px;
    color: #1a1e22;
    width: 141px;
    height: 13px;
    border-color: #1a1e22;
	background-color:#ebded1;
    border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textarea_laminas {
    font-size: 11px;
    color: #1a1e22;
    width: 230px;
    height: 60px;
    border-color: #1a1e22;
	background-color:#ebded1;
    border-width: 1px;
    border-style: solid;
    padding-top: 1px;
    padding-left: 5px;
    overflow: auto;
}
