/**
 * @author {Daniel R. C. Filho}
 * @title {Main CSS}
 * @date 2009-11-12
 * @project {socialminds.com.br}
 */

body{ background: #C3CAD3; }
a{ outline: none; }

#container{
	position: absolute;
	display: block;
	width: 730px;
	height: 600px;
	margin-left: -365px;
	margin-top: -300px;
	left: 50%;
	top: 50%;
	text-align: center;
}

#container .products, #container .main{ clear: both; }
#container .main{ position: relative; }
#container #content{ 
	position: absolute; 
	top:0; 
	left:0; 
	width:730px; 
	height:450px;
}
#container .products{
	height: 65px;
	padding: 5px 0;
	text-align: center;
}
#container .main h1{
	display: none;
	text-indent: -9999px;
	width: 730px;
	height: 450px;
	background: transparent url(/images/logotipo.png) no-repeat center;
}
#container .main h2{ display: none;}
#container .products li{
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	width: 213px;
	height: 45px;
	background: transparent url(/images/botao.png) no-repeat top;
	list-style: none outside;
	text-align: center;
}
#container .products li:hover{ background: transparent url(/images/botao.png) no-repeat bottom; }
.products a{
	display: block;
	width: 213px;
	height: 46px;
	text-indent: -9999px;
}
.products #hhgrenade{ background: transparent url(/images/titulos.png) no-repeat 0 -22px; }
.products #twiming{ background: transparent url(/images/titulos.png) no-repeat -209px -22px; }
.products #camarada{ background: transparent url(/images/titulos.png) no-repeat -426px -22px; }
.products #cinemeu{ background: transparent url(/images/titulos.png) no-repeat -210px -112px; }
.products #ebreja{ background: transparent url(/images/titulos.png) no-repeat 0 -112px; }
.products #tweetlikeme{ background: transparent url(/images/titulos.png) no-repeat -427px -112px; }
