html {
	overflow: hidden;
	}

body {
	margin: 0;
	padding: 0;
	background-color: #000;
	background-image: url(../images/bg.gif);
}

#container {
	height: 3840px;
	width: 8000px;
}


/** PAGE POSITIONING **/

.positioning {
	position: absolute;
	width: 1920px;
	height: 1200px;
}

#bemvindo {
	top: 0px;
	left: 0px;
	background-color: #222;
	background-image: url(../images/bg_butterfly.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#contato {
	top: 1280px;
	left: 0px;
	background-color: #F2BB13;
	background-image: url(../images/bg_pink.gif);
	background-repeat: repeat-y;
}

#plano1 {
	top: 2560px;
	left: 0px;
	background-color: #704401;
	background-image: url(../images/bg_p1.gif);
	background-repeat: repeat-y;
}

#plano2 {
	top: 2560px;
	left: 2000px;
	background-color: #B06B01;
	background-image: url(../images/bg_p2.gif);
	background-repeat: repeat-y;
}

#plano3 {
	top: 2560px;
	left: 4000px;
	background-color: #F09202;
	background-image: url(../images/bg_p3.gif);
	background-repeat: repeat-y;
}

#produtos {
	top: 1280px;
	left: 2000px;
	background-color: #D96C0D;
	background-image: url(../images/bg_blue.gif);
	background-repeat: repeat-y;
}
	
	
#portifolio {
	top: 0px;
	left: 2000px;
	background-color: #0568A6;
	background-image: url(../images/bg_green.gif);
	background-repeat: repeat-y;
}
	
#servico {
	top: 0px;
	left: 4000px;
	background-color: #167324;
	background-image: url(../images/bg_orange.gif);
	background-repeat: repeat-y;
}
	
#institucional {
	top: 1280px;
	left: 4000px;
	background-color: #A60303;
	background-image: url(../images/bg_purple.gif);
	background-repeat: repeat-y;
}

#kwicks5_container {
	height: 25px;
}
#kwicks5 {
	position: relative;
}
 
#kwicks5 .kwick5 {
	float: left;
	display: block;
	width: 110px;
	height: 25px;
	text-align: center;
}
 
#kwick_yellow1 {background-color: #F2BB13;}
#kwick_yellow2 {background-color: #E8B109;}
#kwick_yellow3 {background-color: #DEA705;}
#kwick_yellow4 {background-color: #D49D03;}
#kwick_yellow5 {background-color: #CA9301;}
#kwick_yellow6 {background-color: #C08900;}

.FormEsq {
float: left;
width: 50%;
height: 350px;
}

.FormDir {
float: right;
width: 50%;
height: 350px;
}

.inside {
	margin: 40px;
	width: 900px;
	margin-top: 20px;
}
	
	.inside .header {
	font-family: "Century Gothic", Arial;
	font-size: 20pt;
	color: #FFF;
	padding-bottom: 10px;
	line-height: 25px;
	}
	
	.inside .subheader {
	font-family: "Century Gothic", Arial;
	font-size: 13pt;
	color: #FFF;
	padding-bottom: 10px;
	line-height: 23px;
	}

	.inside .text {
	font-family: "Century Gothic", Arial;
	font-size: 10pt;
	color: #FFF;
	text-align: justify;
	line-height: 23px;
	padding-bottom: 10px;
	height: 420px;
	}
	
	.inside .text2 {
	font-family: "Century Gothic", Arial;
	font-size: 10pt;
	color: #FFF;
	text-align: justify;
	line-height: 23px;
	padding-bottom: 10px;
	height: 370px;
	}
	
		/** list for purple page **/
	
		.inside .text ul#purple li {
			margin: 0;
			padding: 0;
			list-style-type: none;
			display: block;
			padding: 2px 10px;
			border-bottom: 1px solid #7C2FA4;
		}
		
		.inside .text ul#purple li:hover {
			background-color: #7110A3;
			color: #E8BFFD;
		}

.warning {
	background-color: #880000;
	line-height: normal;
	padding: 15px;
}


/** MOOTOOLS **/

.navigator {
	float: none;
	cursor: pointer;
	display: inherit;
	clear: both;
}

.button {
	float: left;
	cursor: pointer;
	margin-right: 2px;
}

.slider {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial;
	font-size: 8pt;
	cursor: pointer;
	margin-bottom: 10px;
	text-align: center;
	color: #FFF;
	padding: 10px;
}

.slider img {
	border: 5px solid #FFF;
}

/** LINKS **/

a:link, a:visited {
	color: #FFF;
	text-decoration: none;
	background-color: #000;
	padding: 1px 2px;
}
	
a:hover, a:active {
	color: #999;
	text-decoration: none;
	background-color: #000;
	padding: 1px 2px;
}

        #nome
        {
            width: 325px;
        }
        #email
        {
            width: 325px;
        }
        #telefone
        {
            width: 161px;
        }
        #empresa
        {
            width: 325px;
        }
        #segmento
        {
            width: 325px;
        }
        #mensagem
        {
            width: 438px;
            height: 300px;
        }
    #apDiv1 {
	position:absolute;
	left:2045px;
	top:189px;
	width:888px;
	height:355px;
	z-index:1;
}

