/*..............................................................

Safira - Componentes para Vidro

Folha de Estilo para Celular

Desenvolvido por Platto - http://www.platto.com.br
 
..............................................................*/

@import url("reset.css");

body{
	background:#fff;
	color:#5c5b5b;
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
}

a{
	background:transparent;
	color:#5c5b5b;
	text-decoration:none;
}

h3{
	background:transparent;
	color:#a6ce39;
	font-size:12px;
	font-weight:bold;
}
/*.......................................
Blocos Cortados
.......................................*/
h2,
#banner,
#menu-top img,
#menu-produtos,
p.link,
#footer li.div{
	display:none;
}
/*.......................................
Propriedades Gerais
.......................................
#wrapper{
	width:200px;
}*/

/*.......................................
Header
.......................................*/

#header{
	padding:15px;
}

#logo-top{
	margin-bottom:10px;
}

#logo-top img{
	height:44px;
	width:150px;
}

#menu-top {
	border-top:1px solid #dbdbdb;
	border-bottom:1px solid #dbdbdb;
	font-weight:bold;
	margin:15px 0;
	padding:10px 0;
}

#menu-top li a{
	background:transparent;
	color:#1171b8;
	font-size:12px;
}

#menu-top li{
	margin:3px 0;
}

/*.......................................
Conteudo
.......................................*/
#conteudo,
#conteudo-home{
	padding:15px;
}

.produtos-solo{
	margin-bottom:15px;
	padding-bottom:10px;
}

/*.......................................
Footer
.......................................*/
#footer{
	background:#1171b8;
	color:#fff;
	padding:10px 15px;
}

#footer a{
	background:transparent;
	color:#fff;
}

#footer ul{
	padding:10px 0;
	margin-bottom:15px;
}