/* INICIO * CSS Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
fieldset,p,blockquote,th,td{margin:0;padding:0;}
address,th{font-style:normal;font-weight:normal;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
img,fieldset{border:none;}
ol,ul{list-style:none; font-size:inherit;}
a{text-decoration:none;}
div{
	position:relative;
}
a:focus {outline: none;}
/* FIM * CSS Reset */

body{
background: /*url(../../../../../../Downloads/bg.gif)*/ #000;
}

/*----------------------------Tudo referente a div TUDAO-------------------------------------*/
#tudao{
width: 1020px;
margin:auto;
}

/*----------------------------Tudo referente a div TUDO-------------------------------------*/
#tudo{
background: url(imagens/bg-01.png);
width: 1020px;
height:550px;
float:left;
}

/*----------------------------Tudo referente a div TOPO-------------------------------------*/
#topo{
background:url(imagens/topo-02.png);
width: 254px;
height: 44px;
}

/*----------------------------Tudo referente a div HOME-------------------------------------*/
#home{
	width: 255px;
	float:left;
}

#home a:hover{
	padding:5px;
}

/*----------------------------Tudo referente a div BT-HOME-------------------------------------*/
#bt-home{
	width: 231px;
	float:left;
}

#bt-home a:hover{
	padding:5px;
}

/*----------------------------Tudo referente a div QUEM SOMOS-------------------------------------*/
#quem_somos{
	width: 232px;
	height:232px;
	float:left;
}

#quem_somos a:hover{
	padding:5px;
}

/*----------------------------Tudo referente a div QUEM FLASH-------------------------------------*/
#quem-flash{
	width: 710px;
	height:454px;
	margin-top:10px;
	float:left;
}

/*----------------------------Tudo referente a div HISTORIA-------------------------------------*/
#historia{
	width: 232px;
	height:232px;
	float:left;
}

#historia a:hover{
	padding:5px;
}

/*----------------------------Tudo referente a div TXT-HISTORIA-------------------------------------*/
#txt-historia{
	width: 710px;
	height:490px;
	margin-top:10px;
	float:left;
}

/*----------------------------Tudo referente a div BLOG-------------------------------------*/
#blog{
	width: 232px;
	height:232px;
	float:left;
}

#blog a:hover{
	padding:5px;
}

/*----------------------------Tudo referente a div TWITTER-------------------------------------*/
#twitter{
	width: 104px;
	height:161;
	float:left;
	margin-top:2px;
}

#twitter a:hover{
	padding:5px;
}

/*----------------------------Tudo referente a div CLIENTES-------------------------------------*/
#clientes{
	width: 232px;
	height:232px;
	float:left;
}

#clientes a:hover{
	padding:5px;
}

/*----------------------------Tudo referente a div IMG-CLIENTES-------------------------------------*/
#img{
	width: 100px;
	margin-top: 5px;
	margin-left: 16px;
	float:left;
}

#img a:hover{
	background-color:#F00;
}

#img-clientes{
	width: 780px;
	height:490px;
	margin-left: 237px;
	margin-top: 3px;
	}


/*----------------------------Tudo referente a div PORTFOLIO-------------------------------------*/
#port{
	width: 356px;
	height:232px;
	float:left;
}

#port a:hover{
	padding:5px;
}

/*----------------------------Tudo referente a div MENU-------------------------------------*/
#menu{
	float:left;
	margin-left: 85px;
	margin-top: 5px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}
#menu a{
	display:inline;
	float:left;
	margin-left: 10px;
	color:#fff;
	
	}

#menu a:hover{
	color:#F00;
}

/*----------------------------Tudo referente a div IMG-------------------------------------*/
#img{
	width: 100px;
	margin-top: 5px;
	margin-left: 16px;
	float:left;
}

#img a:hover{
	background-color:#F00;
}

#img-port{
	width: 600px;
	height:439px;
	margin-left: 360px;
	margin-top: 25px;	
	}

#img_setas{
	width: 100px;
	margin-top: 5px;
	margin-left: 16px;
	float:left;
}
	
/*----------------------------Tudo referente a div AVISO-------------------------------------*/
#aviso{
	width:274px;
	margin-top: 5px;
	margin-left: 16px;
	float:left;
}

/*----------------------------Tudo referente a div RODAPE-------------------------------------*/
#rodape{
	clear:both;
	margin-top: 42px;
}

/*----------------------------Tudo referente a tipografia-------------------------------------*/
p{
color:#838383;
font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
line-height:25px;
padding: 5px 20px 10px 20px;
}

h1{
color:#F00;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size:36px;
padding: 5px 0 5px 20px;
}

h2{
color:orange;
font:30px arial, "MS Trebuchet", sans-serif;
padding: 5px 0 5px 20px;
font-weight: bold;
}

h3{
color:#222;
font:16px arial, "MS Trebuchet", sans-serif;
padding: 5px 0 5px 20px;
}

h4{
color:#222;
font:14px arial, "MS Trebuchet", sans-serif;
padding: 5px 0 5px 20px;
}

h5{
color:#222;
font:12px arial, "MS Trebuchet", sans-serif;
padding: 5px 0 5px 20px;
}

h6{
color:#f9f4f4;
font:12px arial, "MS Trebuchet", sans-serif;
padding: 90px 0 5px 320px;
}

address{
color:#222;
font:10px arial, "MS Trebuchet", sans-serif;
padding: 5px 0 5px 20px;
}
