
/* ------------------- BODY ------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(imagens/bg2.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #d9be72;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1, h2, h3, h4 {
	font-weight: lighter;
	color: #960;
	font-family: "Times New Roman", Times, serif;
}

/* ------------------- BODY ------------------- */



/* ---------------- CONTAINER ----------------- */

.twoColFixLtHdr #container {
	width: 955px;
	margin: 0 auto;
	text-align: left;
}

/* ---------------- CONTAINER ----------------- */



/* ----------------- HEADER ------------------- */

.oneColFixCtrHdr #header {
	height: 120px;
}

.logo {
	margin-top: 5px;
}

/* ----------------- HEADER ------------------- */



/* ---------------- SIDEBAR 1 ----------------- */

.twoColFixLtHdr #sidebar1 {
	font-size: 95%;
	float: left;
	width: 200px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.telemail {
	font-size: 13px;
	color: #333;
}

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

.telemail a:hover {
	color: #C00;
}

/* ---------------- SIDEBAR 1 ----------------- */



/* --------------- MAIN CONTENT --------------- */

.twoColFixLtHdr #mainContent {
	margin-top: 25px;
	color: #333;
	font-size: 90%;
	line-height: 150%;
	height: 415px;
	overflow: auto;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 

/* --------------- MAIN CONTENT --------------- */



/* ----------------- FOOTER -------------------*/ 

.twoColFixLtHdr #footer {
	height: 120px;
}

.copy {
	float: left;
	font-size: 12px;
	margin-top: 65px;
}

.astro {
	float: right;
	margin-top: 55px;
}

/* ----------------- FOOTER -------------------*/ 



/* -------------- LINKS GERAIS --------------- */

.email a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.email a:hover {
	color: #F00;
}


/* -------------- LINKS GERAIS --------------- */



/* -------------- Menu Dināmico -------------- */


.leftnav1 a {
	display: block;
	text-decoration: none;
	text-align: right;
	color: #666;
	line-height: 180%;
	padding-right: 42px;
}

.leftnav1 a:hover {
	color: #996600;
	background-image: url(imagens/ornato.png);
	background-repeat: no-repeat;
	background-position: 165px 10px;
	padding-right: 42px;
}

.leftnav1-act a {
	display: block;
	text-decoration: none;
	text-align: right;
	color: #996600;
	line-height: 180%;
	background-image: url(imagens/ornato.png);
	background-repeat: no-repeat;
	background-position: 165px 10px;
	padding-right: 42px;
}

/* ------------ Menu Dināmico ------------ */



/* ------------- POWER MAIL ------------- */


span.powermail_mandatory {
	color: red;
}

input.validation-failed, textarea.validation-failed {
	background-color: #CC0000;
	color: #FFFFFF;
}

div.powermail_mandatory_js {
	color: red;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 120px;
	font-size: 12px;
}

fieldset.tx-powermail-pi1_fieldset {
	border: 1px solid #E3DEC1;
	padding: 10px;
	margin-bottom: 15px;
}

fieldset.tx-powermail-pi1_fieldset label {
	display: block;
	width: 120px;
	float: left;
	clear: both;
	font-size: 13px;
	color: #000;
}

fieldset.tx-powermail-pi1_fieldset legend {
	font-weight: bold;
	color: #960;
}

fieldset.tx-powermail-pi1_fieldset input, fieldset.tx-powermail-pi1_fieldset textarea {

}

div.tx_powermail_pi1_fieldwrap_html {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


input.powermail_reset {
	background-color: #666666;
	color: #FFFFFF;
	position: relative;
	float: left;
	margin-right: 7px;
	border: none;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}

input.powermail_submit {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #33CC00;
	position: relative;
	float: left;
	border: none;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}

.tx-powermail-pi1_confirmation_back {
	border: 1px solid #444;
}

.tx-powermail-pi1_confirmation_submit {
	font-weight: bold;
	border: 1px solid #444;
	background-color: #00CC00;
}

td.powermail_all_td {
	padding: 3px 10px 3px 0;
}

.powermail_text {
	font-weight: bold;
	padding: 4px;
	width: 320px;
	border: none;
	background-color: #E3DEC1;
}

.powermail_textarea {
	font-weight: bold;
	padding: 4px;
	width: 320px;
	height: 100px;
	border: none;
	background-color: #E3DEC1;
}

/* error message */
.error {
	/* supply height to ensure consistent positioning for every browser */
	height:15px;
	background-color:#FF0000;
	border:1px solid #FF0000;
	font-size:11px;
	color:#fff;
	padding:3px 10px 5px 10px;
	margin-left:-2px;


	/* CSS3 spicing for mozilla and webkit */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;

	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;
	box-shadow:0 0 6px #ddd;
}

.error p {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

/* pure CSS arrow */
.error em {
	display:block;
	width:0;
	height:0;
	border:10px solid;
	border-color:#FF0000 transparent transparent;

	/* positioning */
	position:absolute;
	bottom:-7px;
	left:5px;
	border-bottom:0 none;
}
/* ------------- POWER MAIL ------------- */



/* ------------- WT GALLERY ------------- */

div.tx-wtgallery-pi1 {
	border: solid 1px #CCC;
}

div.wt_gallery_single_inner_pic {
	margin: 10px;
	padding: 1px;
}

div.wt_gallery_single_inner_pic a img {

}

div.wtgallery_list {
	padding: 1px;
	margin: 10px;
	background-color: #444;
}

div.wtgallery_list a img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	border: 1px solid #CCC;
}

div.wtgallery_list_current a img {
}

div.wtgallery_list a:hover img {
	filter: alpha(opacity=100); 
	-moz-opacity: 1.00; 
	opacity: 1.00;
}

div.wt_gallery_single_inner_title {
	font-weight: bold;
	margin-top: 5px;
}

div.wt_gallery_single_inner_comments {

}

/* ------------- WT GALLERY ------------- */
