body {
	text-align: center;
	background-color: #002200;
}
#container {
	width: 900px;
	text-align: left;
	margin: 0px auto;
	background-color: #ffffff;
}
 
/*
		TOP
*/
.content {
	clear: both;
}
#home #header {
	height: 482px;
}
#home #header.img1 {	background: url('../img/home_topo1.jpg') no-repeat; }
#home #header.img2 {	background: url('../img/home_topo2.jpg') no-repeat; }
#home #header.img3 {	background: url('../img/home_topo3.jpg') no-repeat; }
#home #header.img4 {	background: url('../img/home_topo4.jpg') no-repeat; }
#home #header.img5 {	background: url('../img/home_topo5.jpg') no-repeat; }

#empresa {
	background: url('../img/pg_empresa.jpg') no-repeat;
	height: 649px;
}
#projeto {
	background: url('../img/pg_empresa.jpg') no-repeat;
	height: 710px;
}
#clientes {
	background: url('../img/pg_clientes.jpg') no-repeat;
}
#servicos {
	background: url('../img/pg_servicos.jpg') no-repeat;
	height: 649px;
}
.page {
	clear: both;
	padding-top: 20px;
	margin-left: 200px;
}
ul.list {
	list-style-type: disc;
	margin-top: 3px;
	margin-left: 170px;
}
ul.list li {
	margin-bottom: 0px;
	
}

/*
  MENU
*/
#header #menu {
	float: left;
	margin-left: 350px;
	width: 500px;
	height: 130px;
	font-size: 120%;
}
#tophome {
	clear: both;
	width: 50px;
	height: 20px;
	margin-top: 21px;
	margin-left: 470px;
}
#header ul {
	clear: both;
	width: 500px;
	height: 20px;
	margin-top: 45px;
	margin-left: 40px;
}
#header ul li {
	float: left;
	margin-left: 40px;
}
#tophome a, #header ul li a {
	font-weight: normal;
}
#header ul li a {
	color: #eeeeee;
}

/*
		FOOTER
*/
#footer {
	float: left;
	text-align: center;
	width: 100%;
	height: 40px;
	background-image: url('../img/rodape.jpg');
	color: white;
	margin-bottom: 20px;
}
#footer a {
	color: white;
}
#footer p {
	margin-top: 7px;
}

/*
		HOME
*/

#home-icons {
	clear: both;
	height: 160px;
	margin-top: 20px;
}
.home-box {
	float: left;
	width: 290px;
	text-align: center;
}
.home-box img {
	float: left;
}
.home-box .img1 {
	margin-left: 90px;
}
.home-box .img2 {
	margin-left: 110px;
}
.home-box .img3 {
	margin-left: 100px;
}


#slideshow {
    position: relative;
		float: left;
		width: 320px;
		margin-top: 30px;
		margin-left: 20px;
}
#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
		width: 320px;
    height:240px;
}
#slideshow img.active {
    z-index:10;
    opacity:1.0;
}
#slideshow img.last-active {
    z-index:9;
}


/* 
SERVICOS
*/

div#tabbar {
	clear: both;
	margin: 0 20% 7% 20%;
	width: 60%;
}
ul#abas {
	clear: both;
	margin: 1em;
}
ul#abas li {
	float: left;
}
#abas a {
	font-size: 0px;
	display: block;
	float: left;
	margin-right: 3px;
	width: 123px;
	height: 45px;
}
#abas .projetos a { 						background-image: url('../img/b1c.jpg');	}
#abas .projetos a.selected { 		background-image: url('../img/b1.jpg');		}
#abas .jardinagem a { 					background-image: url('../img/b2c.jpg');	}
#abas .jardinagem a.selected { 	background-image: url('../img/b2.jpg');		}
#abas .arboricultura a { 						background-image: url('../img/b3c.jpg');	}
#abas .arboricultura a.selected { 	background-image: url('../img/b3.jpg');		}

#tabcontent {
	clear: both;
	overflow:hidden;
	height: 400px;
	width: 100%;
	margin-top: 60px;
}

/*
	PROJETOS
*/
#project-thumbs {
	margin-left: 110px;
}
#project-thumbs h2 {
	margin-left: 30px;
	width: 140px;
}
#project-thumbs div {
	float: left;
}
#project-thumbs img {
	height: 180px;
	margin-left: 40px;
}
#project-thumbs img {
	height: 180px;
	margin-left: 40px;
}

/*
	PROJETO - GALERIA DE IMAGENS
*/
#photo-gallery {
	clear: both;
	margin-left: 113px;
	margin-top: 20px;
}

