/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	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;
}

#content .container {
	width: 720px;
	height: 100%;
    padding-top: 107px;
	/* background:url(images/home_bg.gif); 
	background-repeat:repeat-y;
	background-position:1px 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; }

#homethumbs {
    margin-top: 35px;
    width: 720px;
}

#cola, #colb {
    float: left;
    width: 246px;
    margin-bottom: 80px;
}

#colc {
    float: left;
    width: 228px;
}

.colitem:hover .colitemtitle {
    display: block;
}

.colitem {
    width: 228px;
    margin-bottom: 20px;
    position: relative;
}

.colitemtitle {
    color: #000000;
    background-color: #ffffff;
    background-image:url(images/tracohome.gif);
    background-repeat:no-repeat;
    background-position: left 6px;
    width: 208px;
    height: 20px;
    padding-top: 8px;
    padding-left: 20px;
    position: absolute;
    top: 61px;
    left: 0px;
    font-weight: bold;
    display: none;
}

.colitem a {
    text-decoration: none;
}

#once { clear: left; }