html {
	overflow: hidden;
	}

body {
	margin: 0;
	padding: 0;
	background-color: #FE1863;
	background-image: url(images/bg.gif);
}

#container {
	height: 3840px;
	width: 8000px;
}


/** PAGE POSITIONING **/

.positioning {
	position: absolute;
	width: 1920px;
	height: 1200px;
}

#start {
	top: 0px;
	left: 0px;
	background-image: url(images/bg_inicial.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #FDEEC7;
}

#about {
	top: 1280px;
	left: 0px;
	background-color: #FDEEC7;
	background-image: url(images/bg_paginas.jpg);
	background-repeat: repeat-y;
}

#work {
	top: 1280px;
	left: 2000px;
	background-color: #FDEEC7;
	background-image: url(images/bg_oquefazemos.jpg);
	background-repeat: no-repeat;
}
	
	
#contact {
	top: 0px;
	left: 2000px;
	background-color: #FDEEC7;
	background-image: url(images/bg_paginas.jpg);
	background-repeat: repeat-y;
}
	
#print {
	top: 0px;
	left: 4000px;
	background-color: #FDEEC7;
	background-image: url(images/bg_nossostrabalhos.jpg);
	background-repeat: repeat;
}
	
#skills {
	top: 1280px;
	left: 4000px;
	background-color: #FDEEC7;
	background-image: url(images/bg_paginas.jpg);
	background-repeat: repeat-y;
}

.inside {
	margin: 60px;
	width: 625px;
}
	
	.inside .header {
	font-family: Trebuchet MS;
	font-size: 13pt;
	color: #FFFFFF;
	padding-bottom: 10px;
	line-height: 25px;
	}

	.inside .text {
	font-family: "Lucida Sans", Arial, Verdana;
	font-size: 13px;
	color: #3C332B;
	text-align: justify;
	line-height: 23px;
	padding-bottom: 10px;
	height: 220px;
	}
	
		/** 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 #FF0033;
		}
		
		.inside .text ul#purple li:hover {
	background-color: #FF0033;
	color: #FFFFFF;
		}

.warning {
	background-color: #880000;
	line-height: normal;
	padding: 15px;
}


/** MOOTOOLS **/

.navigator {
	float: left;
	cursor: pointer;
	display: block;
	clear: both;
	padding-top: 30px;
}
.lado_end {
	float:right;
	padding-top: 15px;
	width:220px;
}

.rodape {
	float: left;
	clear: both;
	padding-top: 30px;
	width:625px;
}


.navigator_works{
	float: left;
	cursor: pointer;
	display: block;
	clear: both;
	padding-top: 30px;
}
.navigator_contato{
	float: left;
	cursor: pointer;
	display: block;
	clear: both;
	padding-top: 40px;
}
.navigator_parceiros{
	float: left;
	cursor: pointer;
	display: block;
	clear: both;
	padding-top: 0px;
}
.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: #FF1864;
	padding: 1px 2px;
}
	
a:hover, a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #706027;
	padding: 1px 2px;
}
