/**
* CSS
* 
* @version 1.0
* @author Marcelo Lima 
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
	color: #000;
	background: #FFF;
	background-image:url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a { text-decoration: none; color:#666 }
a:hover { text-decoration: underline; }

a img { border: none; }

#menu {
    width: 181px;
	left: 40px;
	top: 40px;
    position: fixed;
    height: 100%;
}

#menu .container {
	height: 100%;
}

#menu .info {
	display: none;
}

#menu ul {
	list-style: none;
}

#menu ul li {
	padding-left: 20px;
	line-height: 14px;
}

#menu ul li.section-title {
	background: none;
	height: 36px;
	padding-left: 0px;
}

#menu .copyright {
	margin-top: 22px;
	padding-top:16px;
	background-image:url(images/traco.gif);
	background-repeat:no-repeat;
	background-position: left top;
	height: 100%;
	color: #666;
}

#content {
    height: 100%;
    margin-left: 260px;
    margin-top: 107px;
}

#content .container {
    padding-top: 0px;
}

#content .container .descricao {
	background-image:url(images/traco.gif);
	background-repeat:no-repeat;
	background-position: left 8px;
	padding-left: 20px;
	width: 520px;
}

#content .container .titulo {
	font-size:26px;
	font-weight:bold;
}

#content p { margin-bottom: 10px; line-height: 15px; }

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin-top: 22px; margin-bottom: 40px; }

#once { clear: left; }

#homethumbs {
	margin-top: 22px;
	margin-bottom: 60px;
	overflow: hidden;
}
.colitem {
	position: relative;
	margin-bottom: 18px;
}
.colitem a {
	text-decoration: none;
}
.colitem:hover .colitemtitle {
	display: block;
}
.colitemtitle {
	position: absolute;
	top: 56px;
	left: 0px;
	background-color: white;
	width: 204px;
	padding: 12px;
	text-align: center;
	font-weight: bold;
	color: #000;
	display: none;
}
#cola, #colb, #colc {
	float: left;
}
#colb {
	margin: 0 18px;
}
