/* Geral Begin */

@font-face{
	font-family: TitilliumLight;
	src: url('../fonts/TitilliumWeb-Light.ttf');
}

html, body{
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

body{
	background: url('../images/background.png');
	font-family: 'Titillium Web', sans-serif;
}

#all{
	height: 100%;
    margin: 0 auto;
    padding: 0;
    width: 1000px;
}

#allTop{
	padding: 0;
	margin: 0;
	height: 152px;
	width: 1000px;
	margin: 0 auto;
	background: url('../images/allBack.png');
}

#allTopImg{
	float: left;
	position: absolute;
	margin-top: -45px;
}

#content{
	width: 800px;
	margin: 0 auto;
}

a:hover, a:visited, a:link, a:active{
	text-decoration: none;
	color: white;
}

/* Geral End */

/* Menu Begin */
#logo{
	width: 160px;
	height: 62px;
	float: left;
	margin-top: 40px;
	position: absolute;
}

#topo{
	height: 150px;
}

#menuList{
	margin: 0;
	list-style: none;
	padding: 0;
	float: right;
	color: white;
	font-size: 13px;
	font-style: normal;
	margin-top: 68px;
	margin-right: 12px;
}

.menuListItem{
	display: inline;
	margin-left: 30px;
}

/* Menu End */

/* allCenterCenter Begin */

#allCenter{
	background-color: #eef1eb;
	width: 1000px;
	margin: 0 auto;
	min-height: 245px;
}

#allCenterCenter{
	margin: 0 auto;
	width: 800px;
	min-height: 300px;
	color: #839178;
	font-size: 14px;
}

#pageTitle, #pageSubTitle{
	font-family: TitilliumLight !important;
	margin-left: 100px;
	color: #839178;
	font-size: 50px;
	padding-top: 10px;
	margin-bottom: 25px;
}

/* rodape Begin */
#rodape{
	height: 147px;
	margin: 30px auto 0 auto;
	width: 800px;
	border-top: 1px solid white;
	box-shadow: 0 -1px #d3d8ce;
}

#rodapeLeft{
	width: 275px;
	height: 140px;
	float: left;
}

#rodapeLeft img{
	float: right;
	margin-right: 54px;
	margin-top: 30px;
}

#rodapeCenter{
	width: 3px;
	height: 140px;
	float: left;
}

#rodapeRight{
	width: 487px;
	height: 140px;
	float: left;
}

#rodapeRight img{
	margin-top: 17px;
}
/* rodape End */

.gallery_demo li{
	width: 12px !important;
	height: 12px !important;
	margin-right: 15px !important;
}