@charset "utf-8";
/* CSS Document */

html{
	height:100%;
}

body{
	margin:0 auto;
	height:100%;
	width:100%;
	font-family: 'Open Sans', sans-serif;
}

#base{
	width:100%;
	height:100%;
	min-width:1000px;
	min-height:500px;
}

#site{
	position:relative;
	width:980px;
	min-height:500px;
	top:0;
	z-index:1;
	margin:0 auto;
	padding:10px;
}

#background{
	position:absolute;
	top:0;
	height:100%;
	width:100%;
	height:100%;
	min-width:1000px;
	min-height:500px;
	overflow:hidden;
	z-index:0;
}

#light{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	background: -webkit-gradient(radial, center center, 0, center center, 460, from(#CCC), to(#666));
	background: -webkit-radial-gradient(circle, #CCC, #666);
	background: -moz-radial-gradient(circle, #CCC, #666);
	background: -ms-radial-gradient(circle, #CCC, #666);
	opacity:0.3;
}

#logo{
	display:table;
	margin:0 auto;
	margin-top:100px;
}

#contato, #dados{
	float:left;
	display:table;
	margin:10px;
}

#center{
	display:table;
	margin:40px auto;
}

ul{
	list-style:none;
	font-weight:bold;
	color:#C33;
}

#contato ul li{
	text-indent:-1.4em;
}

#contato ul li:before{
	float: left;
    width: 1.8em;
}

#contato ul li.endereco:before{
	content:url(../icones/endereco.png);
}

#contato ul li.email:before{
	content:url(../icones/mail.png);
}

#contato ul li.fone:before{
	content:url(../icones/fone.png);
}