@CHARSET "ISO-8859-1";
/*############################################################## 
	@AtivaWeb:		www.zw3.com.br
	@Autor:			Éber Costa
	@e-mail:		ebersc@gmail.com
	@data:			04/01/2010
	@content:		Folha de estilo para o layout principal 
###############################################################*/

*{margin:0;padding:0;}
address,th{font-style:normal;font-weight:normal;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
img,fieldset{border:none;}
ol,ul{list-style:none; font-size:inherit; margin: 0;}
ul li{margin: 0px;}
a{text-decoration:none; color:#000099;}
div{position:relative; text-align:left;}
h1, h2, h3, h4, li{margin: 0}
h3{font-size: 14px;}

body{
	font-family: Arial;
	font-size:12px;
	color:#000;
	background: url("../images/wait.gif") no-repeat center #F5F5F4;
	margin: 0px;
}

#siteFlash{
	width: 1280px;
	margin: 0 auto;
}

#corpo{
	width: 100%;
	height: 600px;
}

#top{
	margin: 0 auto;
	width: 980px;
	margin-top: 43px;
}

#main{
	margin: 0 auto;
	width: 970px;
	z-index: 101;
}

#mainEsq{
	float: left;
	width: 30px;
	margin-right: 10px;
	text-align: center;
	top: 90px;
}
#mainCentro{
	float: left;
	width: 890px;
}
#mainDir{
	float: left;
	width: 30px;
	margin-left: 10px;
	text-align: center;
	top: 90px;
}
.selSeta{
	cursor: pointer;
}

#contEsq{
	width: 395px;
	float: left;
	color: #c32026;
	padding-left: 50px;
}
#contDir{
	width: 405px;
	float: left;
	text-align: center;
	padding-top: 40px;
}


.tituloProduto{
	margin-top: 60px;
	font-size: 25px;
}
.codigoProduto{
	font-size: 16px;
	margin-bottom: 20px;
}
.cifrao{
	font-size: 20px;
	font-weight: bold;
	margin-left: 30px;
}
.precoProduto{
	font-size: 60px;
	font-weight: bold;
}





#footer{
	bottom: 0;
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 240px;
	background: url("../images/bottom.gif") no-repeat bottom center;
}