/*
	Nome: 6º ATP | 9º SIACOT
	Data de Criacao: 17/07/2009
	Autor: CIAD - Centro de Investigação de Arte e Design (Escola Superior Gallaecia)
	Copyright: Escola Superior Gallaecia
	Email do autor: marco@marcomourao.com
	URL do autor: http://www.esg.pt
	Versao: 2.0
	Descricao: 6º ATP | 9º SIACOT
	*/

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	font-size: 11px;
	background-color: #7F201B;
	line-height: 1.5em;
}

#wrapper {
	margin: 0 auto;
	width: 962px;
}

#lingua {

	float: right;
	margin-top: 10px;
	text-align: right;
}

#header {
	border-left: 1px solid #000;
	color: #fff;
	width: 940px;
	float: left;
	padding: 10px;
	height: 124px;
	margin: 10px 0px 0px 0px;
	background: #7F201B url(imagens/header.jpg) no-repeat;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
}

#navigation {
	border-left: 1px solid #000;
	float: left;
	width: 940px;
	color: #fff;
	padding: 10px;
	margin: 0px 0px 0px 0px;
	background: #7F201B;
	border-right: 1px solid #000;
	border-bottom: 1px dotted #D2362E;
	font: 120% "Lucida Grande", Lucida, Verdana, sans-serif;
}

#leftcolumn {
	color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	height: 360px;
	width: 676px;
	float: left;
	background: #7F201B;
	border-left: 1px solid black;
	text-align: justify;
	overflow: auto;

}

#rightcolumn {
	float: right;
	color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	height: 360px;
	width: 242px;
	display: inline;
	background: #7F201B;
	border-left: 1px dotted #D2362E;
	border-right: 1px solid black;
}

#footer {
	width: 940px;
	clear: both;
	color: #fff;
	background: #7F201B;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	text-align: left;
}
#copyright{
	color: #fff;
	text-decoration: none;
	font: 9px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: right;
}

/*Menu*/

#menu {
	background: #7F201B;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#menu li {
	float: left;
	margin: 0;
	padding: 0;
	font: inherit;
}

#menu a {
	

/*background: #7F201B url("imagens/separator.gif") bottom right no-repeat;*/
	color: #fff;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight: normal;
}

#menu a:hover {
	background: #7F201B url("imagens/hover.gif") no-repeat left;
	color: #fff;
	padding-bottom: 8px;
}

/*Parágrafos*/

h1 {
	color: #fff;
	font: bold 160% "Lucida Grande", Lucida, Verdana, sans-serif;
}


destaque {
	color: #fff;
	font: bold 160% "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #000;
}

destaque:hover {
	text-decoration: none;
	color: #fff;
	font: bold 160% "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #333;
}
h2 {
	color: #fff;
	font: small-caps bold 100% "Lucida Grande", Lucida, Verdana, sans-serif;
}

img {
	border: 0;
}

/*Links com ícones*/

/* Links para pdfs */

a {
	color: #CC6E68;
	text-decoration: none;
}

#rightcolumn a:hover {
	text-decoration: underline;
	color: #fff;
}

#leftcolumn a:hover {
	text-decoration: underline;
	color: #fff;
}

a[href$='.pdf'] {
	background: transparent url(imagens/pdf.png)  right no-repeat;
	display: inline-block;
	padding-right: 20px;
	line-height: 15px;
}

/* Links para Excel */

a[href$='.xls'], a[href$='.csv'], a[href$='.xlw'], a[href$='.xlt'] {
	background: transparent url(imagens/excel.png) no-repeat right;
	display: inline-block;
	padding-right: 20px;
	line-height: 15px;
}

/* Word Document Links */

a[href$='.doc'], a[href$='.rtf'], a[href$='.wps'], a[href$='.txt'] {
	background: transparent url(imagens/word.png)  right no-repeat;
	display: inline-block;
	padding-right: 20px;
	line-height: 15px;
}

/* Links para e-mail */

a[href^="mailto:"] {
	background: transparent url(imagens/mailto.png)  right no-repeat;
	display: inline-block;
	padding-right: 20px;
	line-height: 15px;
}