﻿body {
	margin: 0px 60px;
	min-width: 550px;		/* 2x menu width + nav width */
}

#header {
	margin-left: -200px;	/* menu width */
}

#footer {
	clear: both;
	position: relative;
}

#page {
	padding-left: 200px;	/* menu width */
	padding-right: 150px;	/* nav width */
	min-height: 100%;		/* min-height for smart browsers */
}

#page .coluna {
	float: left;
	position: relative;
}

#content {
	width: 100%;
}

#menu {
	width: 200px;		/* menu width */
	right: 200px;		/* menu width */
	margin-left: -100%;
}

#nav {
	width: 150px;		/* nav width */
	margin-right: -150px;	/* nav width */
}


/*** Para Visualização ***/

body {
	font-family: arial, sans;
	font-size: 10pt;
	background-image: url(../img/fiesc_fundo.png);
	background-repeat: no-repeat;
	background-position: 50px 0px;
}


/*** cabeçalho ***/

#header, #footer {
	height: 150px;
}

.titulo {
	width: 300px;
	height: 90px;
	margin-top: 50px;
	position: absolute;
}


/*** colunas principais ***/

#content, #menu, #nav {
	min-height: 450px;		/* min-height for smart browsers */
}

#menu {
	background-color: #329999;
}

#nav {
	margin-top: -150px;	/* header height */
	min-height: 600px;
}


/*** coluna menu ***/

img {
	border: 0 none;
}

ul.links, ul.nav {
	color: white;
	list-style: none;
	font-weight: bold;
	margin-left: -15px;
}

ul.links a {
	color: white;
	text-decoration: none;
}

ul.links a:hover {
	color: #c2c1c1;
}

li {
	padding-top: 10px;
}

#logotipo {
	position: absolute;
	width: 100%;
	margin-left: 40px;
	bottom: 0px;
	margin-bottom: 30px;
}

/*** coluna nav ***/

.caixas {
	position: relative;
	margin: auto;
	margin-top: 10px;
	width: 90%;
	height: 130px;
	color: white;
	font-weight: bold;
	text-align: center;
}

#navbox1 {
	background-color: #329999;
}

#navbox1 p {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
}

#navbox2, #navbox_galeria, #navbox_arquivo {
	background-color: #605d5c;
}

#navbox3 {
	background-color: #c2c1c1;
	height: 310px;
}

.boxdata {
	position: absolute;
	margin: auto;
	width: 100%;
	margin-top: 25px;
}


/*** coluna content ***/

#content .corpo {
	width: 90%;
	margin: 20px auto;
}

#content iframe {
	width: 100%;
	height: 410px;
	border: 0 none;
}


/*** navegação galeria ***/

#navbox_galeria, #navbox_arquivo {
	display: none;
	height: 450px;
	text-align: left;
}

ul.nav {
	padding-top: 10px;
	margin-left: -25px;
}

ul.nav a {
	color: white;
	text-decoration: none;
}

ul.nav li.master span {
	cursor: pointer;
	cursor: hand;
}

ul.nav li.master:hover, ul.nav a:hover {
	color: #c2c1c1;
}

ul.subitems {
	color: white;
	list-style: none;
	font-weight: normal;
	margin: -10px 0px 0px -15px;
}

ul.subitems li {
	margin: -10px 0px 0px -25px;
}