@charset "utf-8";
/* CSS Document */

body {
	background-image: imagens/bg.gif;
	background-repeat: repeat-x;
	margin-top:0px;
	margin-bottom:20px;
}

.placeholder{
	margin: 0px auto;
	width: 800px;
}

.texto1 {
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-bottom:5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	width: 490px;
	height: 390px;
	text-align:justify;
}

.texto2 {
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-bottom:10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	width: 780px;
	height: 380px;
	text-align:justify;
}

.texto3 {
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-bottom:10px;
	padding-top: 10px;
	padding-left: 100px;
	padding-right: 10px;
	float: left;
	width: 390px;
	height: 380px;
	text-align:justify;
}

.texto4 {
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-bottom:5px;
	padding-top: 5px;
	padding-left: 95px;
	padding-right: 5px;
	float: left;
	width: 400px;
	height: 390px;
	text-align:justify;
}

.topo {
	float: none;
	width: 800px;
	height: 200px;
}

.menu {
	width: 800px;
	height: auto;
	background-color: #000000;
	border:0px;
}

.video1 {
	float: left;
	width: 300px;
	height: 245px;
}

.video2 {
	float: right;
	width: 500px;
	height: 410px;
}

.box1 {
	float: left;
	width: 300px;
	height: 55px;
}

.box2 {
	float: left;
	width: 250px;
	height: 100px;
}

.box3 {
	float: left;
	width: 300px;
	height: 200px;
}

.box4 {
	float: left;
	width: 500px;
	height: 300px;
	background-color:#000000;
}

.box5 {
	float: left;
	width: 300px;
	height: 450px;
	background-color:#000000;
}

.box6 {
	float: left;
	width: 800px;
	height: 100px;
}

.box7 {
	float: left;
	width: 800px;
	height: 380px;
	color:#000000;
	background-color: #000000;
	padding-bottom: 20px;
}

.box8 {
	float: left;
	width: 800px;
	height: 5px;
}

.box9 {
	float: left;
	width: 800px;
	height: 400px;
	background-color: #000000;
}

.box10 {
	float: left;
	width: 500px;
	height: 450px;
	background-color:#000000;
}

.box11 {
	float: left;
	width: 280px;
	height: 400px;
	padding-left: 20px;
	background-color: #000000;
}

.box12 {
	float: left;
	width: 480px;
	height: 380px;
	background-color: #000000;
	padding: 10px;
}

.box13 {
	float: left;
	width: 400;
	height: 300;
	padding-left: 20px;
	padding-top:20px;
	padding-right:20px;
	padding-bottom:80px;
	background-image:url(../imagens/video.gif);
	background-color: #000000;
}

.box14 {
	float: left;
	width: 60px;
	height: 400px;
	background-color: #000000;
}

.box15 {
	float: left;
	width: 800px;
	height: 500px;
	background-color: #000000;
}

.box16 {
	float: left;
	width: 280px;
	height: 380px;
	padding: 10px;
	background-color: #000000;
}

.box17 {
	float: left;
	width: 460px;
	height: 360px;
	padding: 20px;
	background-color: #000000;
}

.box18 {
	float: left;
	width: 300px;
	height: 400px;
	background-color:#000000;
}

.box19 {
	float: left;
	width: 780px;
	height: 380px;
	padding: 10px;
	background-color: #000000;
}

.box20 {
	float: left;
	width: 780px;
	height: 280px;
	padding: 10px;
	background-color: #000000;
}

.box21 {
	float: left;
	width: 500px;
	height: 100px;
	background-color: #000000;
}

.box22 {
	float: left;
	width: 780px;
	height: 380px;
	background-color: #000000;
	padding: 10px;
}

.rodape {
	float: left;
	width: 800px;
	height: auto;
	background-color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom:10px;
}


*{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
}
.clear{
	clear:both;
	}
#TransitionHolder{
	margin:50px;
	background-color:#F2F9FF;
	border:1px solid #DFEEFF;
	padding:50px;
}
#TransitionHolder h1, #TransitionHolder h2{
	font-size:25px;
	font-weight:500;
	margin:10px 0px;
}
#TransitionHolder p{
	font-size:12px;
	margin:5px 0px;
}
#TR1, #TR2, #TR3{
	width:500px;
	height:300px;
	overflow:hidden;
	float:left;
	margin:0px auto;
	background-color:#000000;
}
#TR4{
	width:300px;
	height:200px;
	overflow:hidden;
	float:left;
	margin-left: 0px;
}
.CodeEditor{
	float:left;
	width:400px;
}
.CodeEditor textarea{
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	width:380px;
	height:150px;
}
#BulkUploaderList p{
	font-weight:bold;
	color:#009900;
}

#BulkUploaderList a{
	background:url(../../delete.gif) no-repeat;
	display:block;
	text-indent:-900000px;
	width:16px;
	height:16px;
	float:right;
}

.HowToUse{
	padding:10px;
	background:#fefbd6;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	border:1px #91a4e3 dashed;
}
