@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}

body	{
	margin: 0;
	background: url(../imagens/background.jpg);
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	font-size: 11px;
}
#topo {
	width: 100%;
	height: 118px;
	margin: 0;
	background: url(../design/topo.png);
	background-position: center;
}
#divlogo {
	width: 970px;
	height: 118px;
	margin: 0 auto;
	background: url(../design/logo.png);
}
#logotipo {
	width: 127px;
	height: 124px;
	margin: 0 0 0 35px;
	float: left;
	position: absolute;
}
#container {
	width: 990px;
	min-height: 900px;
	margin: 0 auto;
	background: url(../design/container.jpg);
}
#stars {
	width: 893px;
	height: 114px;
	margin: 0 auto;
	background: url(../design/stars.png);
}
#contatos {
	float: left;
	margin: 20px 15px 0 30px;
	font-size: 13px;
}
#about {
	float: left;
	margin: 20px 0 0 15px;
}
.clear { clear: both; }
#sidebar-menu  { display:none; width:48px; background: #666666; border:1px solid #000; padding:10px; -webkit-border-radius:10px; -moz-border-radius:10px; }
#sidebar-menu ul{ padding:0; list-style-type:none; }
#sidebar-menu a  { color:#fff; display:block; height:48px; width:48px; text-indent:-3000px; overflow:hidden; }

#vitrine {
	margin: 0 auto;
	width: 950px;
	height: 300px;
	padding-bottom: 36px;
}
.sm {
	width: 949px;
	height: 300px;
	display: block;
	overflow: hidden;
	list-style-image: none;
	list-style-type: none;
}
.sm LI {
	display: inline;
	float: left;
	overflow: hidden;
}
.nomecolunas {
	width: 100%;
	height: 20px;
	margin: 0 0 10px 0;
	float: left;
	font-size: 18px;
	font-weight: bold;
}
#trabalhos {
	width: 370px;
	height: 370px;
	margin: 0 0 0 20px;
	background: #333333;
	float: left;
}
ul.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 10px;
	width: 360px;
}
ul.thumb li {
	margin: 0; padding: 5px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 110px;
	height: 110px;
}
ul.thumb li img {
	width: 100px; height: 100px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
}
ul.thumb li img.hover {
	background:url(thumb_bg.png) no-repeat center center;  /* Image used as background on hover effect
	border: none; /* Get rid of border on hover */
}
#amigos {
	width: 250px;
	height: 350px;
	margin: 0 0 0 20px;
	padding: 10px;
	float: left;
	background: #5F5F5F;
}
#amigos a:link , #amigos a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#amigos a:hover {
	text-decoration: underline;
}
#mural {
	width: 270px;
	height: 370px;
	margin: 0 0 0 20px;
	float: left;
	background: #333333;
}
#mural img {
	margin: 43px 0;
	}
#news {
	width: 250px;
	height: 40px;
	margin: 10px;
	text-align: center;
}
#links {
	float: left;
	margin: 5px 5px 0 20px;
	width: 220px;
	height: 140px;
	border: #CCCCCC 1px solid;
}

#rodape {
	width: 100%;
	height: 110px;
	background: #000000;
	border-top: 1px solid #666666;
}
#rodape p {
	width: 970px;
	margin: 0 auto;
	text-align: left;
}
#marcas {
	width: 970px;
	height: 60px;
	margin: 0 auto;
}
#marcas img {
	margin: 0 10px 0 10px;
}
#paginas {
	width: 890px;
	min-height: 300px;
	margin: 0 auto;
	padding: 10px;
}
#paginas a, #paginas a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 200;
}
#paginas a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: 400;
}
#paginas h2 {
	border-bottom: 1px #FFFFFF dotted;
}
.col1 {
	width: 370px;
	height: 230px;
	margin: 20px 10px;
	float: left;
	border-right: 1px #666666 dotted;
}
.col1 ul {
	margin: 10px 2px 0 15px;
}
#formcontato {
	background: #eeeeee;
	border: 1px #999999 solid;
}
.bordercontato {
	border: 1px #FFFFFF dotted;
}
#descricaoservicos {
	padding: 5px;
}
#fax {
	width: 256px;
	height: 200px;
	float: left;
}
