html {
	overflow-y: scroll;
	background: #000;
	}

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	}

body {
	font: 12px/150% Georgia, "Times New Roman", Times, serif;
	color: #4c4c4c;
	background: #f9f9ef url(/images/bg.gif) repeat-x;
	margin: 0;
	}

body#co_bg { background: #ededed url(/images/bg_co.gif) repeat-x; }

#index_shadow {
	height: 800px;
	background: url(/images/cube_shadow.jpg) center 375px no-repeat;
	}

img { border: 0; }

strong { color: #333; font-weight: bold; }
i { font-style: italic; }

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

form {
	margin: 0;
	padding: 0;
	display: inline;
}

.clear { clear: both; }
.left { float: left; }
.right { float: right; text-align: right; }

hr {
	border-top-color: #DDD;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #FFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	float: left;
	clear: both;
	height: 2px;
	margin: 22px 0 40px 0;
	width: 100%;
	}

a {
	color: #333;
	text-decoration: none;
	}

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

p {
	padding: 0;
	line-height: 180%;
	font-size: 14px;
	margin: 0 0 20px 0;
	}

/* TITULOS */
h1 {
	clear: both;
	color: #000;
	padding: 10px 0 5px 0;
	font-size: 24px;
	line-height: 130%;
	text-shadow: -1px 0 1px #CCC;
	}

h2 {
	color: #333;
	padding: 10px 0 0 0;
	font-size: 15px;
	font-weight: bold;
	}

h3 {
	font-size: 24px;
	color: #333333;
	font-style: italic;
	text-align: center;
	}

/* ESTRUTURA */
#container {
	width: 960px;
	margin: 0 auto;
	}

#header {
	position: relative;
	height: 90px;
	}

	#header img#logo { float: left; padding: 25px 0 0 15px; }

ul#menu {
	position: absolute;
	bottom: 3px;
	right: 230px;
	height: 24px;
	float: right;
	}

	ul#menu li {
	float: left;
	list-style: none;
	}

	ul#menu li a {
	float: left;
	color: #FFF;
	font: normal 12px/100% Georgia, "Times New Roman", Times, serif;
	padding: 8px 13px 10px 13px;
	margin: 0 5px;
	}

	ul#menu li a:hover { color: #dbeabb; }

	ul#menu li a#active {
	color: #81b219;
	background: #f9f9ef;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	-khtml-border-radius: 3px 3px 0 0;
	}

#main {
	float: left;
	width: 960px;
	min-height: 300px;
	padding: 50px 0 10px 0;
	}

	#main p a {
	border-bottom: 1px dotted #666;
	}

	#main p a:hover { border: 0; }

.col_esq {
	float: left;
	width: 230px;
	}

.conteudos {
	float: left;
	width: 730px;
	}

/* INDEX */
#cu3er-container {
	float: left;
	width: 960px;
	outline: 0;
	margin-bottom: 75px;
	}

#mensagem {
	float: left;
	width: 960px;
	height: 135px;
	background: url(/images/mensagem_bg.gif) no-repeat;
	text-align: center;
	font-size: 40px;
	line-height: 75px;
	font-style: italic;
	padding-top: 27px;
	text-shadow: -1px 0 1px #CCC;
	}

	#mensagem span.aspas {
	color: #ff0000;
	font-weight: bold;
	}

	#mensagem span#autor {
	font-size: 16px;
	}

#last {
	float: left;
	width: 960px;
	height: 230px;
	margin-top: 20px;
	background: url(/images/last_bg.gif) 50% 20px no-repeat;
	}

	.last_box {
	float: left;
	width: 212px;
	height: 150px;
	margin: 30px 10px 0 18px;
	}

	.last_box .legenda {
	height: 25px;
	width: 200px;
	margin-left: 7px;
	font-style: italic;
	color: #333;
	text-align: center;
	}

/* EOF INDEX */
#footer_container {
	clear: both;
	border-top: 20px solid #333;
	background: #000;
	}

	#footer {
	width: 960px;
	height: 150px;
	margin: 0 auto;
	background: url(/images/footer_simbolo.gif) 90% 0 no-repeat;
	padding-top: 25px;
	}

		#footer p { font-size: 12px; }

		#footer a {
		color: #999;
		padding-right: 15px;
		}

		#footer a:hover { color: #666; }

	#footer_l {
	float: left;
	width: 710px;
	height: 150px;
	}

	#footer_r {
	float: left;
	width: 240px;
	height: 150px;
	text-align: right;
	}

		#footer_r a {
		font-size: 13px;
		}

/* PORTFÓLIO */
img.thumb {
	margin: 20px 0 0 15px;
	border: 3px solid #FFF;
	}

img.thumb:hover {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	}

	/* PAGINACAO */
	.pagina {
	width: 730px;
	text-align: right;
	margin: 5px 0 10px 0;
	}

	/* GLIDER */
	.glidecontentwrapper {
	position: relative;
	height: 700px;
	overflow: hidden;
	}
	
	.glidecontent {
	position: absolute;
	visibility: hidden;
	cursor: pointer;
	background: #f9f9ef;
	width: 730px;
	}

	/* GLIDER - BOTÕES */
	.cssbuttonstoggler a.toc {
	font-size: 18px;
	display: inline-block;
	border-bottom: 0 !important;
	padding: 0 2px;
	color: #999;
	text-decoration: none;
	}

	.cssbuttonstoggler a.selected {
	color: #000;
	border-bottom: 1px dotted #000 !important;
	}

	.cssbuttonstogglerr a:hover{ color: #000; }

/* FORM - CONTACTOS */
input#spam {
	visibility: hidden;
	display: none;
	}

/* FORMULARIO CONTACTOS */
form#contactos p {
	margin: 0 0 30px 0;
	}

form#contactos label {
	float: left;
	display: inline;
	width: 90px;
	padding: 3px 0 2px 0;
	margin-left: 100px;
	}

form#contactos input {
	width: 400px;
	padding: 3px 5px;
	border: 1px solid #eaeadd;
	color: #6e6e6e;
	margin-bottom: 5px;
	}

form#contactos textarea {
	float: left;
	width: 400px;
	height: 150px;
	padding: 5px;
	border: 1px solid #eaeadd;
	color: #6e6e6e;
	overflow: auto;
	margin-bottom: 5px;
	background: #FFF;
	}

input.radio {
	float: left;
	width: 15px !important;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	border: 0 !important;
	margin: 2px;
	}

input#bot_enviar {
	float: left;
	display: block;
	width: 114px !important;
	padding: 5px 10px 6px 7px !important;
	margin: 30px 0 10px 480px !important;
	cursor: pointer;
	background-color: #f5f5f5;
	border: 1px solid #dedede !important;
	border-top: 1px solid #eee !important;
	border-left: 1px solid #eee !important;
	text-decoration: none;
	}

input#bot_enviar:hover {
	border-right: 1px solid #CCC !important;
	border-bottom: 1px solid #CCC !important;
	}

/* VALIDACAO */
.ketchup-error-container {
	display: none;
	position: absolute;
	 width: auto;
	}

.ketchup-error-container ol {
	font-size: 12px;
	color: #000;
	background: red;
	background: rgba(255, 0, 0, 0.8);
	padding: 7px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	list-style: none;
	line-height: 16px;
	}

.ketchup-error-container span {
	display: block;
	width: 0; 
	height: 0; 
	border-left: 0 solid transparent; 
	border-right: 15px solid transparent;
	border-top: 10px solid red;
	border-top: 10px solid rgba(255, 0, 0, 0.8);
	border-bottom: 0;
	margin-left: 10px;
	}
/* EOF VALIDACAO */	
/* EOF FORMULARIO CONTACTOS */

#newsletter {
	float: right;
	margin: 5px 10px 0 0;
	color: #FFF;
	font-size: 11px;
	}

form#news {
	padding: 3px 0;
	}

form#news label {
	float: left;
	}

form#news input {
	float: left;
	width: 175px;
	padding: 1px 3px;
	margin: 0 0 0 10px;
	border: 1px solid #CCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

form#news input.submit {
	text-align: center;
	line-height: 16px;
	font-size: 10px;
	cursor: pointer;
	margin: 1px 0 0 0;
	background: #FFF;
	width: 20px !important;
	height: 16px !important;
	padding: 0 !important;
	border: 0 !important;
	}

/* CO */
#co {
	position: absolute;
	right: -10px;
	bottom: -35px;
	}

.CoCaixa {
	position: relative;
	float: left;
	background: #FFF;
	width: 920px;
	margin: 20px 0;
	padding: 20px;
	font-family: trebuchet ms,arial,verdana,sans-serif;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
	}

.CoCaixaForm {
	float: left;
	background: #FFF;
	width: 920px;
	margin: 20px 0;
	padding: 20px;
	font-family: trebuchet ms,arial,verdana,sans-serif;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
	}

.CoCaixa .top {
	position: absolute;
	right: -18px;
	bottom: 15px;
	}

.top2 {
	position: absolute;
	right: 0;
	top: 0;
	}

h4 {
	color: #84A23B;
	font-size: 24px;
	padding-bottom: 10px;
	font-family: trebuchet ms,arial,verdana,sans-serif;
	}

.CoCaixa p {
	color: #333;
	line-height: 140%;
	padding-bottom: 10px;
	font-family: trebuchet ms,arial,verdana,sans-serif;
	}
	
.CoCaixa p.last { margin-bottom: 0; !important }

a#check {
	color: #999999;
	font-size: 11px;
	border: 0 !important;
	}

a#check:hover { color: #333333; }

#registar {
	clear: both;
	}

#registar_left {
	float: left;
	width: 430px;
	height: 400px;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #E2E2E2;
	}

#registar_right {
	float: left;
	width: 420px;
	margin-left: 20px;
	height: 400px;
	}

form#reg p {
	margin-bottom: 5px;
	}

form#reg label {
	text-align: left;
	}

form#reg input {
	width: 400px;
	padding: 2px 5px;
	border: 1px solid #CCC;
	}

form#reg textarea {
	width: 400px;
	height: 200px;
	padding: 2px 5px;
	border: 1px solid #CCC;
	}

/* BOTÃO SOLICITAR */
input#bot_enviar2 {
	float: right;
	display: block;
	width: 150px !important;
	padding: 5px 10px 6px 7px !important;
	margin: 30px 20px 10px 0 !important;
	cursor: pointer;
	background-color: #7bad10;
	color: #FFF;
	text-decoration: none;
	border: 0 !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	}

input#bot_enviar2:hover { background: #97d21b; }


/* BOTÃO AJUDA */
input#bot_enviar3 {
	float: right;
	display: block;
	width: 150px !important;
	padding: 5px 10px 6px 7px !important;
	margin: 30px 20px 10px 0 !important;
	cursor: pointer;
	background-color: #df4001;
	color: #FFF;
	border: 0 !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	text-decoration: none;
	}

input#bot_enviar3:hover { background: #ff5b1a; }

/* FOOTER INFOS */
#infos {
	float: left;
	position: relative;
	height: 25px;
	margin-bottom: 10px;
	width: 960px;
	}

#infos p { font-size: 11px; }