/* CSS Document */

body {
	background-color: #e7dcd9;
	background-image: url(images/bg_line.gif);
	background-position:top;
	background-repeat: repeat-x;
	margin-bottom: 0px;
	margin-top:0px;
	margin-right:0px;
	margin-left:0px;
}

* 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=""
		)
	);
}

.lateral-header{
	background-image:url(images/bg_line.gif);
	background-position:top;
	background-repeat:repeat-x;
}

.externa{
	width:1024px;
}

#conatiner1{
	background-image:url(images/bg_line.gif);
	background-position:top;
	background-repeat:repeat-x;
}

#header{
	background-image:url(images/header.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:336px;
	width:1024px;
	float:left;
}

#header-links{
	height:234px;
	width:603px;
	float:left;	
	padding-left:421px;
}

#animacao{
	height:102px;
	width:595px;
	padding-left:429px;
	float:left;
	position:relative;
	z-index:1;
}

#menu{
	width:1024px;
	height:38px;
	float:left;
}

.lateral-interna{
	background-image:url(images/bg_line2.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#7c1351;
}

#submenu{
	width:1024px;
	height:68px;
	float:left;
}

#margeamento{
	margin-left:141px;
	_margin-left:72px;
	width:743px;
	float:left
}

#compre{
	width:304px;
	float:left;
	background-image:inherit;	
}

#content{
	width:401px;
	margin-top:20px;
	float:right;
}

.texto{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

#footer{
	margin-left:141px;
	_margin-left:72px;
	margin-top:14px;
	width:743px;
	float:left
}

.rodape{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:12px;
	color:#7c1351;
	text-decoration:none;
}

/*opinioes*/
.textfield_orcamento {
    font-size: 11px;
    color: #fff;
    width: 230px;
    height: 13px;
    border-color: #fff;
	background-color: #a82070;
	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:#a82070;
    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:#a82070;
    border-width: 1px;
    border-style: solid;
    padding-top: 1px;
    padding-left: 5px;
    overflow: auto;
}

