@charset "utf-8";
*{
	margin:0;
	padding:0;
}
body{
	font:90% "Times New Roman", Times, serif;
	background:#FFF;
}
a{
	color:#666;	
	text-decoration:none;
}
#inicio{
	width:828px;
	height:322px;
	top:50%;
	left:50%;
	margin-top:-161px;
	margin-left:-414px;
	position:absolute;
	background:#FFF;
}
#inicio .meio{
	margin:0 60px;
}
#inicio div{
	float:left;
}
#inicio p{
	display:none;
	text-align:center;
	color:#666666;
}
#site{
	width:940px;
	height:538px;
	background:url(img/bg2.jpg) top left no-repeat;
	display:block;
	margin:0 auto;
	padding:205px 25px 0;
}
#conteudo{
	width:940px;
	height:538px;
	background:url(img/bg.jpg) top left no-repeat;
	margin:0 auto;
	padding:205px 25px 0;
}
img{
	border:0;
}
#menu{
 	width:430px;
	height:50px;
	position:relative;
}
#menu ul{
	list-style:none;
}
#menu li{
	float:left;
	height:50px;
	text-indent:-9000px;
	margin-right:20px;
}
#menu a{
	display:block;
	widows:140px;
	height:50px;
}
#menu_camisetas{
	background:url(img/menu_camiseta.gif) center center no-repeat;
	width:109px;
}
#menu_design{
	background:url(img/menu_design.gif) center center no-repeat;
	width:133px;
}
#menu_paper_toys{
	background:url(img/menu_paper_toys.gif) center center no-repeat;
	width:78px;
}
#menu_contato{
	background:url(img/menu_contato.gif) center center no-repeat;
	width:125px;
}
#paginacao{
	width:100%;
	text-align:center;
	float:left;
	margin-top:20px;
	background:#CCC;
	padding:10px 0;
}
#paginacao a{
	margin:0px 2px;
}
.selecionado{
	border:3px solid #FFF;
	padding:5px;
}
#ween{
	width:940px;
	margin:10px auto 0;
	display:block;
	text-align:right;
}
