@CHARSET "ISO-8859-1";

/* CORPO */

* {
	margin: 0;
	padding: 0;
	border: 0;
}
BODY {
	background-color: #31343d;
	font-family: tahoma,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
	font-size: 12px;
	color: #fff;
	margin: 0;
}

* button {
	border: 1px buttonshadow outset;
}

div#main {
	background-color: #272a31;
	width: 870px;
	margin-left: auto;
	margin-right: auto;
}

/* ÚTEIS DIVERSOS */

.none {
	display: none;
}

.imgleft {
	float: left;
}

.imgright {
	float: right;
}

div#pagination {
	clear: both;
	display: table;
	padding: 10px 0 0 0;
	margin: 10px 0 10px 0;
	text-align: center;
	width: 100%;
}

div#pagination a {
	cursor: pointer;
	border-right: 1px #a4a3a1 solid;
	padding: 0 10px 0 10px;
	text-decoration: none;
	font-family: tahoma,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
	font-size: 11px;
	color: #000;
}

div#pagination a:hover {
	color: #3b3b3b;
	text-decoration: underline;
}

.lastPg {
	border-right: 0 !important;
}

/* MENU */

div#topmenu {
	width: 870px;
	height: 36px;
	margin-top: 4px;
}

div#topmenu div {
	float: left;
	background: url("../images/layout/menu.gif") top left repeat-y;
	width: 173px;
	height: 36px;
	margin-left: 1px;
	text-align: center;
	font-weight: bold;;
	display: table;
}

div#topmenu div.first {
	margin-left: 0 !important; 
}

div#topmenu div a {
	width: 100%;
	height: 25px;
	padding-top: 10px;
	text-decoration: none;
	color: #fff;
	display: block;
}

div#topmenu div a:hover {
	text-decoration: none;
	color: #fff;
	background: url("../images/layout/menu_hover.gif") top left repeat-y;
}


/* LOGO */

div#toplogo_portfolio {
	display: table;
	width: 870px;
	height: 305px;
	margin: 5px 0 5px 0;
}

div#toplogo {
	display: table;
	width: 870px;
	height: 150px;
	margin: 5px 0 5px 0;
}

/* RODAPÉ */

div#bottom {
	width: 870px;
	height: 25px;
	margin: 0 auto 15px auto;
	*padding-bottom: 15px; /* Only For IE 7 */
	display: table;
}

span#copyright {
	font-size: 12px;
	color: #b5b5b5;
	float: left;
	padding-top: 15px;
}

span#copyright a {
	color: #b5b5b5;
	text-decoration: none;
}

span#copyright a:hover {
	color: #b5b5b5;
	text-decoration: underline;
}

span#rss {
	font-size: 12px;
	color: #f79762;
	float: right;
	padding-top: 15px;
}

span#rss a {
	color: #f79762;
	text-decoration: none;
}

span#rss a:hover {
	color: #f79762;
	text-decoration: underline;
}

span#rss img {
	padding-right: 8px;
	vertical-align: middle;
}
