@charset "utf-8";
/* CSS Document */
	body {
	font: 85% verdana, arial, hevetica, sans-serif;
	color: #000;
	background-image:url(_layout/background.png);
	background-repeat:repeat-x;
	background-attachment:fixed;
}
a {
	
	text-decoration:none;}
#container {
	margin: auto;
	width: 970px;
	background:url(_layout/bg_container.jpg);
	background-repeat:repeat-y;
	background-position:top;
}
#header {
	position:relative;
	margin: auto;
	width:960px;
	height: 447px;
	background-image:url(_layout/head.png);
	background-repeat:no-repeat;
	background-position: center ;
	z-index:5;
}
#header #rastreamento {
	position:absolute;
	padding-top: 5px;
	top: 0px;
	left: 272px;
	width: 216px;
	height: 27px;
	text-align:center;
	z-index:10;
}
#header #titulo {
	position:absolute;
	padding-top: 5px;
	top: 419px;
	left: 227px;
	width: 550px;
	height: 27px;
	text-align:center;
	z-index:11;
}
#header #menu {
	position:absolute;
	top: 253px;
	left: 0px;
	width: 960px;
	height: 65px;
	z-index:12;	
}
.tamanho {
	color:#281566;
	font-size:110%;
	font-weight:bold;
}
.embalagem {
	color:#281566;
	font-size:90%;
}
.tipo {
	color:#FF8100;
	font-size:90%;
	font-weight:bold;
}
.quantidade {
	color:#333;
	font-size:90%;
}
.linhas {
	background-color:#FF8100;
}

#conteudo {
	margin:auto;
	width: 960px;
	min-height:190px;
	height:auto !important;
	padding: 20px 0 0 0;
	background-image:url(_layout/tarja_loop.png);
	background-repeat:repeat-y;
	line-height:120%;
}
#tarja_footer {
	margin:auto;
	width: 960px;
	height: 64px;
	background-image:url(_layout/tarja_footer.png);
	background-repeat:no-repeat;
}
#banner {
	position:relative;
	float: right;
	margin-right: 80px;
	width: 315px;
	height:auto;
}
#contents {
	position:relative;
	padding: 0 0 0 10px;
	margin-left: 80px;
	width: 460px;
	height:auto;
	text-align:right;
}
#contents_egg {
	position:relative;
	padding: 0 0 0 10px;
	margin-left: 220px;
	width: 310px;
	height:auto;
	text-align:right;
}
#contents_expand {
	position:relative;
	padding: 0 0 0 10px;
	margin-left: 200px;
	width: 600px;
	height:auto;
	text-align:right;
}

#footer {
	margin:auto;
	width: 776px;
	height: 35px;
	clear: both;
	height: 35px;
	color:#281566;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}

