/* 
    AUTHOR: MyOne - central@myone.pt
*/

/* ------------------------------------------ */
/* PAGE STRUCTURE 							*/
/* ------------------------------------------ */

html, body {
	padding: 0;
	margin: 0;
	background-color:#000000;
	background-attachment: fixed;
	background-image: url(../images/layout/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#page-wrap {
	text-align:center;margin: 10px 0;
}
#container {

	width:990px;
	margin:0 auto;
	background-color: #FFFFFF;
	border:1px solid #CCCCCC;
	padding: 10px;
	text-align:left;
}

#topbar {
	width:auto;
	display:block;
	height:90px;
	background-color:#000000;
	padding: 20px 20px;
	color:#FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-style: solid;
	background-image: url(../images/layout/header.jpg);
	background-repeat: no-repeat;
}

#topbar a {
	font-size: 1em;
	color: #FFFFFF;
}

#info {
	font-size: 0.92em;
	width: 400px;
	font-weight: bold;
	float: right;
	text-align: right;
	padding-bottom: 1em;
}

#info a {
		font-size: 1.05em;
		color:#dd7590;
		padding-left: 5px;
}

#info div {
	font-size: 1em;
	font-weight: bold;
}

#info span {
	font-size: 1em;
	color: #777777;
}

#navbar {
	width:auto;
	display:block;
	height:30px;
	background-color:#F0F0F0;
	font-size: 1em;
	background-image: url(../images/layout/botao.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#navbar2 {
	width:100%;
	display:block;
	height:30px;
	background-color:#EEEEEE;
	font-size: 1em;
	border: 1px solid #EEEEEE;
	background-image: url(../images/layout/botao_active.jpg);
	background-repeat: repeat-x;
	color:#FFFFFF;
}

#navbar2 ul li a {
	color:#FFFFFF;
	padding: 0 15px;
}

#main {
	margin: 20px 0px;
	width:auto;
	display:block;
	margin-bottom: 0px;
}

#content { }

#content a, #content a:visited, #content a:active { color: #496C80; }

/* ------------------------------
PAGE ELEMENTS #NAVBAR
------------------------------ */

#navbar ul { }

#navbar ul li, #navbar2 ul li {
	padding:0;
	margin:0;
	list-style:none;
	float:left;
	height:30px;
	line-height:30px;
}

#navbar ul li a:hover {
	background-color:#CCCCCC;
	background-image: url(../images/layout/botao_hover.jpg);
	background-repeat: repeat-x;
}

#navbar a {
	color:#333333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding: 0 15px;
}

#navbar a:hover { background:#777777; }

#navbar li a:link, #navbar li a:visited {
	text-decoration:none;
	height:30px;
	line-height:30px;
	display:inline;
	float:left;
	width:auto;
	font-size: 1em;
}

#navbar li span {
	background:#777777;
	background-image: url(../images/layout/botao_active.jpg);
	color:#FFFFFF;
	text-decoration:none;
	height:30px;
	line-height:30px;
	display:inline;
	float:left;
	width:auto;
	cursor:default;
	font-size: 0.95em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #888888;
	padding: 0 15px;
}

div.spacer {
	clear:both;
	height:10px;
	display:block;
}

#footer {
	width:780px;
	margin:0 auto;
	padding: 10px 5px;
	letter-spacing: 2px;
	text-align:center;
	color:#666666;
	font-size: 0.95em;
	margin-top: 10px;
}

#footer a{color:#888888;
	font-size: 1em;
}


/* END STRUCTURE */