html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* ignorar o reset à margin e padding das tables */
table, tbody, tfoot, thead, tr, th, td {
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}



/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* body */
body {
	cursor: default;
	font: 13px/22px Lucida Grande, Arial, Trebuchet MS, Sans-serif;
	color: #ffffff;
}



form {
  padding: 0px;
  margin: 0px;
}


h1 {
	font: 19px Arial, Tahoma, Helvetica, Sans-Serif;
	font-weight: normal;
	margin: 0px 0px 7px;
	padding: 0px;

	color: #feba00;
}



h3 {
	font: 18px Lucida Grande, Arial, Tahoma, Helvetica, Sans-Serif;
	font-weight: normal;
	margin: 20px 0px 2px;
	padding: 0px 5px 2px;

	border-bottom: 1px solid #666;

	letter-spacing: -1px;

	color: #ccc;
}



a {
  color: #C9DFED;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #C9DFED;
  text-decoration: underline;
}


hr {
  padding: 0px;
  margin: 0px;
}


input, textarea, select {
  font-family: Arial, "Trebuchet MS", Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  font-style: normal;
  color: #777;
  background-color: #FFFFFF;
  padding: 2px 1px;
}

textarea {
  overflow: auto;
  border: 1px solid #bbb;
}

.fielder {
  border: 1px solid #bbb;
}


.btn {
  color: #ffffff;
  font: 14px Arial, Trebuchet MS, Sans-serif;
	font-weight: bold;

  border : 0px solid #616C74;

  background-color: #616C74;

  text-align: center;

  padding: 3px 10px 4px;
  *padding-top: 4px;
  cursor: pointer;

  outline: none;
}

a.btn {
	display: block;
	color: #fff !important;
	text-decoration: none !important;
	padding: 4px 10px 7px;
	*padding-top: 7px;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */





/* MAIL FORM */

div#dwMailFormContainer {
	padding: 5px 0px 10px;
	text-align: center;
	line-height: 2.2em;
}

div#dwMailForm .fielder {
	border: 1px solid #B7D6F4;

	font-family: arial, helvetica, "Trebuchet MS", sans-serif;

	color: #666666;
	font-size: 11px;
	font-weight: normal;
	width: 250px;
	padding: 3px 0px 3px 8px;
	margin: 4px 0px;

	height: 21px;
}

div#dwMailForm textarea.fielder {
	height: 80px;
}

div#dwMailForm .btn {
	padding: 1px 14px;
}

div#dwMailForm_loading {
	background-image: url('../../../layout/tplGeral/img/loading.gif');
	background-repeat: no-repeat;
	background-position: 50% 10px;

	text-align: center;

	margin-top: 20px;
	padding-top: 50px;

	font-family: arial, helvetica, "Trebuchet MS", sans-serif;

	color: #777777;
	font-size: 15px;
	font-weight: bold;
}
/****/






ul {
	list-style-type: none;
	margin: 2px 0px 0px 15px;
	padding: 0px;
}

li {
	margin: 10px 0px;
	background-image: url(../../../layout/tplGeral/img/bullet.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;

	padding-left: 20px;

	line-height: 1.3em;
}


strong {
	font-weight: bold;
}

em {
	font-style: italic;
}




	body {
		text-align: center;
		height: 100%;

		overflow: auto;
		overflow-x: hidden;
		overflow-y: scroll;

		background-color: #222A3D;
	}




	#top {
		height: 104px;
		background-image: url(../../../layout/tplGeral/img/logo.jpg);
		background-repeat: no-repeat;
		background-position: 50% 50%;
	}

	.valentine #top {
		background-image: url("../../../layout/tplGeral/img/logo_valentine.jpg");
	}


	#header {
		width: 100%;
		height: 255px;
		background-image: url(../../../layout/tplGeral/img/header.jpg);
		background-repeat: no-repeat;
		background-position: 50% 0px;

		position: relative;

		overflow: hidden;
	}




	.tab {
		width: 273px;
		height: 48px;

		background-image: url(../../../layout/tplGeral/img/tab.png);
		background-repeat: no-repeat;

		/* *filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/layout/tplGeral/../../../layout/tplGeral/img/tab.png', sizingMethod='scale'); */
		/* *background-image: none; */

		position: absolute;

		bottom: 1px;
		*bottom: 0px;

		z-index: 1;

	}




	.tab_left .wraper {
		width: 100% !important;
		text-align: center !important;

		padding-top: 5px;
	}

	.tab_left {
		left: 50%;
		margin-left: -400px;

		text-align: center;

		font: 13px/19px Trebuchet MS, Arial, Sans-serif;
		letter-spacing: 0px;
		font-weight: bold;
		color: #ffffff;
	}

	.tab_left .title {
		color: #feba00;
		margin-right: 5px;
	}
	.tab_left .subtitle {
		color: #C6C6C6;
	}



	.tab_right {
		right: 50%;
		margin-right: -400px;

		text-align: center;

		font: 12px/19px Arial, Sans-serif;
		letter-spacing: 0px;
		font-weight: bold;
		color: #777;

	}

	.tab_right .line1 {
		margin: 7px 0px 0px 15px;
		width: 100%;
		height: 18px;
		overflow: hidden;
	}

	.tab_right .line2 {
		margin: 0px;
		width: 100%;
		height: 20px;

		position: relative;

		overflow: hidden;
	}

	.tab_right .line2 span {
		color: #C6C6C6;
	}

	div#scroller_container {
		position: relative;
		width: 249px;
		height: 18px;

		margin: 0px 0px 0px 13px;
		overflow: hidden;
	}

	div#scroller_container div#song_title {
		white-space: nowrap;
	}


	a#radio_logo {
		display: block;
		text-decoration: none !important;

		float: left;

		width: 75px;
		height: 10px;

		overflow: hidden;

		background-image: url(../../../layout/tplGeral/img/radio_logo.gif);
		background-repeat: no-repeat;

		line-height: 1000px;

		margin: 3px 15px 0px 0px;
	}


	a#radio_play,
	a#radio_stop,
	a#radio_mute {
		display: block;
		text-decoration: none !important;

		float: left;

		width: 14px;
		height: 14px;

		overflow: hidden;

		background-image: url(../../../layout/tplGeral/img/radio_controls.gif);
		background-repeat: no-repeat;

		line-height: 1000px;

		cursor: pointer;

		margin-top: 1px;
	}

	a#radio_stop { background-position: 0px 0px; margin-right: 6px; }
	a#radio_stop:hover { background-position: 0px -14px; }
	a#radio_stop.sel { background-position: 0px -28px; }

	a#radio_play { background-position: -14px 0px; }
	a#radio_play:hover, a#radio_play.sel { background-position: -14px -14px; }
	a#radio_play.pause { background-position: -14px -28px; }

	a#radio_mute { background-position: -28px 0px; }
	a#radio_mute:hover { background-position: -28px -14px; }
	a#radio_mute.sel { background-position: -28px -28px; }

	#radio_player {
		width: 0px;
		height: 0px;
		float: left;
		overflow: hidden;
	}

	div#radio_volume {
		float: left;

		position:relative;

		width:90px;
		height:3px;

		margin: 7px 8px 0px 10px;
		background-color: #444;

		cursor: pointer;
	}


	div#radio_volume .ui-slider-handle {
		height:5px;
		left:0;
		position:absolute;
		top:-1px;
		width:15px;

		overflow: hidden;

		z-index:1;

		cursor: pointer;

		background-color: #aaa;
	}





	div#radio_volume .sel {
	}







	#mainmenu {
		position: absolute;

		top: 1px;
		left: 50%;
		margin-left: -302px;

		width: 604px;
		height: 62px;

		overflow: hidden;

		background-position: 0px 0px;
		background-repeat: no-repeat;
		background-image: url(../../../layout/tplGeral/img/menu_bg.png);

		*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/layout/tplGeral/../../../layout/tplGeral/img/menu_bg.png', sizingMethod='scale');
		*background-image: none;

		-moz-opacity: 0.9;
		opacity: 0.9;
	}



	#mainmenu .wraper {
		margin: 16px 0px 0px 18px !important;
		width: 569px !important;
		height: 26px !important;
	}


	#mainmenu a {
		display: block;
		float: left;
		height: 26px;
		overflow: hidden;
		line-height: 1000px;
		background-repeat: no-repeat;

		width: 1px;

		cursor: pointer;
	}

	#mainmenu a#btn_home {
		width: 57px;
		background-image: url(../../../layout/tplGeral/img/btn_home.png);
		*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/layout/tplGeral/../../../layout/tplGeral/img/btn_home.png', sizingMethod='scale');
		*background-image: none;
	}

	#mainmenu a#btn_home.sel, #mainmenu a#btn_home:hover {
		background-image: url(../../../layout/tplGeral/img/btn_home_hover.png);
		*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/layout/tplGeral/../../../layout/tplGeral/img/btn_home_hover.png', sizingMethod='scale');
		*background-image: none;
	}


	#mainmenu a#btn_contactos {
		width: 91px;
		background-image: url(../../../layout/tplGeral/img/btn_contactos.png);
		*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/layout/tplGeral/../../../layout/tplGeral/img/btn_contactos.png', sizingMethod='scale');
		*background-image: none;
	}

	#mainmenu a#btn_contactos.sel, #mainmenu a#btn_contactos:hover {
		background-image: url(../../../layout/tplGeral/img/btn_contactos_hover.png);
		*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/layout/tplGeral/../../../layout/tplGeral/img/btn_contactos_hover.png', sizingMethod='scale');
		*background-image: none;
	}


	#mainmenu a#btn_agenda, #mainmenu a#btn_fotografias, #mainmenu a#btn_guestbook, #mainmenu a#btn_empresa, #mainmenu a#btn_newsletter { background-image: url(../../../layout/tplGeral/img/btn_middlebuttons.gif); }

	#mainmenu a#btn_agenda { width: 67px; background-position: 0px 0px; }
	#mainmenu a#btn_agenda.sel, #mainmenu a#btn_agenda:hover { background-position: 0px -26px; }

	#mainmenu a#btn_fotografias { width: 98px; background-position: -67px 0px; }
	#mainmenu a#btn_fotografias.sel, #mainmenu a#btn_fotografias:hover { background-position: -67px -26px; }

	#mainmenu a#btn_guestbook { width: 90px; background-position: -165px 0px; }
	#mainmenu a#btn_guestbook.sel, #mainmenu a#btn_guestbook:hover { background-position: -165px -26px; }

	#mainmenu a#btn_empresa { width: 72px; background-position: -255px 0px; }
	#mainmenu a#btn_empresa.sel, #mainmenu a#btn_empresa:hover { background-position: -255px -26px; }

	#mainmenu a#btn_newsletter { width: 94px; background-position: -327px 0px; }
	#mainmenu a#btn_newsletter.sel, #mainmenu a#btn_newsletter:hover { background-position: -327px -26px; }




	#contents {
	}

	#container {
		min-height: 100%;
		height: auto !important;
		height: 100%;
		margin: 0 auto -58px;
	}

	.pushfooter {
		height: 58px;
	}


	#footer {
		width: 100%;
		height: 58px;

		background-image: url(../../../layout/tplGeral/img/footer_bg.jpg);
		background-repeat: no-repeat;
		background-position: 50% 50%;

		font: 11px Arial, Trebuchet MS, Sans-serif;
		font-weight: bold;
		color: #717681;
	}

	#footer a {
		color: #717681 !important;
		text-decoration: none !important;
	}

	#footer a:hover {
		color: #fff !important;
	}

	#footer .wraper {
		text-align: center !important;
		padding-top: 33px;
	}


	#top .wraper,
	#header .wraper,
	#container .wraper,
	#footer .wraper {
		width: 970px;
		margin: 0px auto;
		text-align: left;
	}



	#maincontents {
		float: left;

		width: 680px;
		*width: 655px;

		margin: 10px 10px;
	}


	#sidearea {
		float: right;
		width: 270px;
		height: 263px;

		background-image: url(../../../layout/tplGeral/img/sidebg.jpg);
		background-repeat: no-repeat;
		background-position: 0px 0px;
	}


	#sidearea .setmargins {
		padding: 8px 0px 0px 15px;
	}


	/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 260px;
    height: 250px;

}

.jcarousel-skin-side .jcarousel-item-horizontal {
    margin-right: 20px;
}



.jcarousel-skin-side .jcarousel-clip-horizontal {
    width:  260px;
    height: 250px;
}

.jcarousel-skin-side .jcarousel-item {
    width: 260px;
    height: 250px;
    padding: 0px !important;
    margin: 0px !important;

    background-image: none;
}


ul#sidecarousel h1 {
	font: 13px Arial, Trebuchet MS, Sans-serif;
	letter-spacing: 0px;
	font-weight: normal;
	color: #ffffff;

	margin: 10px 0px 5px;
	padding: 0px;
}

ul#sidecarousel a {
	color: #fff;
	text-decoration: none;
}

ul#sidecarousel a:hover {
	color: #d4f4ff;
}


ul#contact_list {
	font: 13px/15px Arial, Trebuchet MS, Sans-serif;
	font-weight: bold;
	color: #ffffff;

	padding: 0px;
	margin: 0px;
}

ul#contact_list li {
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 50%;

	width: 250px;
	height: 50px;

	padding: 0px 0px 0px 40px;
	margin: 0px;
	*margin: 10px 0px 0px;
}

ul#contact_list li div {
	font: 12px Arial, Trebuchet MS, Sans-serif;
	font-weight: normal;
	color: #feba00;

	margin: 10px 0px 0px;
	*margin: 0px;
}

li.phone {
	background-image: url(../../../layout/tplGeral/img/icon_phone.png);
	*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/layout/tplGeral/../../../layout/tplGeral/img/icon_phone.png', sizingMethod='crop');
	*background-image: none;
}

li.mail {
	background-image: url(../../../layout/tplGeral/img/icon_mail.png);
	*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/layout/tplGeral/../../../layout/tplGeral/img/icon_mail.png', sizingMethod='crop');
	*background-image: none;
}

li.msn {
	background-image: url(../../../layout/tplGeral/img/icon_msn.png);
	*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/layout/tplGeral/../../../layout/tplGeral/img/icon_msn.png', sizingMethod='crop');
	*background-image: none;
}

li.hi5 {
	background-image: url(../../../layout/tplGeral/img/icon_hi5.png);
	*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/layout/tplGeral/../../../layout/tplGeral/img/icon_hi5.png', sizingMethod='crop');
	*background-image: none;
}





.guestbook_side_title {
	border-top: 1px solid #5E5F64;
	padding-top: 3px;
	margin-top: 15px;
}


.guestbook_side_author {
	font: 13px/16px Arial, Trebuchet MS, Sans-serif;
	font-weight: bold;
	color: #fff;
	float: left;
}

.guestbook_side_date {
	font: 9px/16px Arial, Trebuchet MS, Sans-serif;
	font-weight: normal;
	color: #fff;
	float: right;
	text-align: right;
}

.guestbook_side_message {
	font: 12px/16px Arial, Trebuchet MS, Sans-serif;
	font-weight: normal;
	color: #fff;

	padding: 10px 5px 0px;
}

.bqstart {
	font-family: Georgia, Times New Roman, Sans;
	font-size: 38px;
	color: #C9DFED;
	margin-right: 5px;

	height: 6px;
	*height: 16px;

	overflow: hidden;

	padding-top: 10px;

	float: left;
}




.guestbook_list .guestbook_item {
	display: block;

	padding: 8px 15px;

	margin: 15px 0px 10px;

	color: #C9DFED;

	text-decoration: none;
}

.guestbook_list .title {
	margin: 0px 0px 3px;
	padding: 0px 10px 3px;

	border-bottom: 1px solid #5E5F64;
}

.guestbook_list .title h1 {
	font: 15px Arial, Trebuchet MS, Sans-serif;
	letter-spacing: 0px;
	font-weight: bold;
	color: #ffffff;

	margin: 0px;
	padding: 0px;

	float: left;
}


.guestbook_list .title .date {
	float: right;
	display: block;
	text-align: right;

	font: 12px Arial, Trebuchet MS, Sans-serif;
	letter-spacing: 0px;
	font-weight: normal;
	color: #ffffff;

	padding-top: 3px;
}



.guestbook_list a#add_guestbook {
	display: block;

	float: left;

	text-decoration: none !important;

	background-color: #272833;

	color: #fff;
	padding: 6px 10px;

	font: 14px Arial, Trebuchet MS, Sans-serif;
	font-weight: bold;
}

.guestbook_list a#add_guestbook:hover {
	background-color: #616C74;
	color: #fff;
}












#photo_teaser {
	text-align: center;
	padding-top: 10px;
}

#photo_teaser a img {
	border: 4px solid #616C74;
}

#photo_teaser a:hover img {
	border: 4px solid #c9dfed;
}




.foto_galleries_list a {
	display: block;

	padding: 8px 15px;

	margin: 5px 0px 10px;

	color: #C9DFED;

	text-decoration: none !important;
}

.foto_galleries_list a:hover {
	background-color: #272833;
	color: #fff;
}

.foto_galleries_list .title {
	margin: 0px 0px 3px;
	padding: 0px 10px 3px;

	border-bottom: 1px solid #5E5F64;
}

.foto_galleries_list .title h1 {
	font: 15px Arial, Trebuchet MS, Sans-serif;
	letter-spacing: 0px;
	font-weight: bold;
	color: #ffffff;

	margin: 0px;
	padding: 0px;

	float: left;
}


.foto_galleries_list .title .date {
	float: right;
	display: block;
	text-align: right;

	font: 12px Arial, Trebuchet MS, Sans-serif;
	letter-spacing: 0px;
	font-weight: normal;
	color: #ffffff;

	padding-top: 3px;
}




.foto_list {
	color: #C9DFED;
}

.foto_list .gallery_introduction {
	margin: 5px 10px 10px;
}


.foto_list .pictures {
	text-align: center;
	margin: 2px 0px 10px;
}

.foto_list a {
	text-decoration: none !important;
}

.foto_list a img {
	margin: 3px 5px;
	border: 4px solid #272833;

}


.foto_list a:hover img {
	border: 3px solid #C9DFED;
	width: 87px;
	height: 87px;
}



.foto_list .title {
	margin: 15px 0px 3px;
	padding: 0px 10px 3px;

	border-bottom: 1px solid #5E5F64;
}

.foto_list .title h1 {
	font: 15px Arial, Trebuchet MS, Sans-serif;
	letter-spacing: 0px;
	font-weight: bold;
	color: #ffffff;

	margin: 0px;
	padding: 0px;

	float: left;
}


.foto_list .title .date {
	float: right;
	display: block;
	text-align: right;

	font: 12px Arial, Trebuchet MS, Sans-serif;
	letter-spacing: 0px;
	font-weight: normal;
	color: #ffffff;

	padding-top: 3px;
}


.foto_list a#list_galleries {
	display: block;

	background-color: #272833;

	color: #fff;
	padding: 6px 10px;

	font: 14px Arial, Trebuchet MS, Sans-serif;
	font-weight: bold;
}

.foto_list a#list_galleries:hover {
	background-color: #616C74;
	color: #fff;
}










form#guestbook_form {
	margin: 0px 15px 0px;
}

form#guestbook_form label {
	display: block;

	font: 14px Arial, Trebuchet MS, Sans-serif;
	font-weight: bold;
	color: #fff;

	margin: 10px 5px 4px;
}

form#guestbook_form .fielder {
	background-color: #555;
	border: 0px;

	color: #fff;

	width: 100%;

	font: 13px Arial, Trebuchet MS, Sans-serif;
	font-weight: bold;
	color: #fff;
}

form#guestbook_form textarea {
	height: 70px;
}

#form_status {
	float: left;
	height: 30px;
	width: 240px;
	font: 12px Arial, Trebuchet MS, Sans-serif;
	font-weight: bold;
	color: #feba00;
}












#agenda_left {
	float: left;
	width: 325px;
}

#agenda_right {
	float: right;
	width: 325px;
}



.agenda_list h1 {
	font: 17px Arial, Trebuchet MS, Sans-serif;
	letter-spacing: 0px;
	font-weight: bold;
	color: #feba00;

	margin: 15px 0px 3px;
	padding: 0px 10px 3px;
}


.agenda_day {
	padding: 8px 10px;

	margin: 5px 0px;
}


.agenda_day h1 {
	font: 14px Arial, Trebuchet MS, Sans-serif;
	letter-spacing: 0px;
	font-weight: bold;

	color: #A0A2A4;


	margin: 0px 0px 5px;
	padding: 0px 10px 1px;

	border-bottom: 1px solid #5E5F64;
}


.agenda_evento {
	margin: 10px 0px 15px;

	font: 11px/15px Arial, Trebuchet MS, Sans-serif;
	letter-spacing: 0px;
	font-weight: normal;
}

.agenda_evento div {
	margin: 5px 0px;
}

.agenda_evento h3 {
	font: 14px Arial, Trebuchet MS, Sans-serif;
	letter-spacing: 0px;
	font-weight: bold;

	color: #fff;


	margin: 5px 0px 3px;
	padding: 0px 5px;

	border-bottom: 0px;
}






#newsletter_left {
	float: left;
	width: 370px;
}

#newsletter_right {
	float: right;
	width: 280px;
}


form#subscribe {
	margin: 0px 10px 0px 5px;
}


form#subscribe div.clearfix {
	margin-bottom: 10px;
}

form#subscribe label {
	display: block;

	font: 14px Arial, Trebuchet MS, Sans-serif;
	font-weight: bold;
	color: #fff;

	margin: 0px 5px 4px;
}

form#subscribe label.error {
	display: block;

	font: 12px Arial, Trebuchet MS, Sans-serif;
	font-weight: bold;
	color: #feba00;

	padding: 2px 5px 2px;
}

form#subscribe .fielder {
	background-color: #555;
	border: 0px;

	color: #fff;

	width: 100%;

	font: 13px Arial, Trebuchet MS, Sans-serif;
	font-weight: bold;
	color: #fff;
}

form#subscribe .btn {
	float: right;
}

#newsletter_subscribe_panel {
}

#newsletter_subscribe_panel.loading {
	width: 100%;
	height: 150px;

	background-image: url(../../../layout/tplGeral/img/loading2.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}












#contactos_left {
	float: left;
	width: 370px;
}

#contactos_right {
	float: right;
	width: 280px;
}


form#contact_form {
	margin: 0px 10px 0px 5px;
}


form#contact_form div.clearfix {
	margin-bottom: 7px;
}

form#contact_form label {
	display: block;

	font: 13px Arial, Trebuchet MS, Sans-serif;
	font-weight: bold;
	color: #fff;

	margin: 0px 5px 4px;
}

form#contact_form label.error {
	display: block;

	font: 12px Arial, Trebuchet MS, Sans-serif;
	font-weight: bold;
	color: #feba00;

	padding: 2px 5px 2px;
}

form#contact_form .fielder {
	background-color: #555;
	border: 0px;

	color: #fff;

	width: 100%;

	font: 13px Arial, Trebuchet MS, Sans-serif;
	font-weight: bold;
	color: #fff;
}


form#contact_form textarea {
	height: 70px;
}


form#contact_form .btn {
	float: right;
}


#contactos_right h3 {
	margin: 0px 0px 15px !important;

}

#contactos_panel.loading {
	width: 100%;
	height: 150px;

	background-image: url(../../../layout/tplGeral/img/loading2.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
div.pagination {
	padding: 3px;
	margin: 3px;
	cursor: default;
	text-align: center;

	font: 13px Arial, Trebuchet MS, Sans-serif;
	font-weight: bold;
}

div.pagination a {
	padding: 1px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #272833;
	background-color: #272833;
	text-decoration: none; /* no underline */
	color: #fff;
}

div.pagination a:hover, div.pagination a:active {
	border: 1px solid #616C74;
	background-color: #616C74;
	color: #fff;
	text-decoration: none;
}

div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 2px solid #616C74;
	background-color: #616C74;
	text-decoration: none; /* no underline */
	color: #fff;
}

div.pagination span.disabled {
	padding: 1px 5px 2px 5px;
	margin: 2px;
	border: 1px solid transparent;
	color: #616C74;
}
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}


/* Overlay */
#modal_overlay {
	background-color: #222a3d;
	position: absolute !important;
	top: 0px !important;
	left: 0px !important;
	width: 100% !important;
}

/* Container */
#modal_container {
	position: absolute !important;

	width:420px;
	left:50%;
	top:15%;
	margin-left:-210px;
	font-family:'Trebuchet MS', Verdana, Arial;
	font-size:16px;
	text-align:left;
}

#modal_container .modal_content {
	background-color:#333;
	color:#ddd;
	height:40px;

	padding: 0px 15px;
}

#modal_container h1 {
	font: 19px Arial, Tahoma, Helvetica, Sans-Serif;
	font-weight: normal;
	margin: 0px 0px 7px !important;
	padding: 0px !important;

	color: #fff;
}

#modal_container .modal_loading {
	position:absolute;
	background:url(../../../layout/tplGeral/img/loading.gif) no-repeat;
	z-index:8000;
	height:55px;
	width:54px;
	margin:-14px 0 0 170px;
	padding:0;
}

#modal_container .modal_message {
	text-align:center;
}

#modal_container .modal_error {
	width:92%;
	font-size:.8em;
	background:#000;
	border: 2px solid #ccc;
	font-size:0.8em;
	font-weight:bold;
	margin:0 auto;
	padding:2px;
}

#modal_container .modal_top {
	height:13px !important;
	overflow: hidden !important;
	background:url(../../../layout/tplGeral/img/form_top.gif) no-repeat;
	padding:0;
	margin:0;
}

#modal_container .modal_bottom {
	height:13px;
	background:url(../../../layout/tplGeral/img/form_bottom.gif) no-repeat;
	font-size:.7em;
	text-align:center;
}

#modal_container a.modalCloseX {
	text-decoration:none;
	font-weight:bold;
	font-size:1.2em;
	position:absolute !important;
	top:-2px;
	left:400px;
	color:#999;
}

#modal_container a.modalCloseX:hover {
	color:#9bb3b3;
}

#gmlb_overlaybg {
	/*
	background-color: transparent;
	background-image: url(../../../layout/tplGeral/img/gmoverlay.png);
	*/

	background-position: 0px 0px;
	background-repeat: repeat-x;
	background-color: #222A3D;
	z-index:999;

	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#gmlb_overlay {
	z-index: 1000;
}

#gmlb_map {
}

#gmlb_label {
	background-color: white;
	font: 12px/15px Arial, Trebuchet MS, Sans-serif;
	color: black;
	float: left;
	padding-top: 10px;
	margin-top: 3px;
	width: 572px;
	text-align: left;
}

#gmlb_container {
	background-color: white;
	padding: 10px;
	border-color: #DDDDDD;
	border-width: 1px;
	border-style: dotted;
	display: block;
}

#gmlb_close {
	background-color: #ffffff;
	width: 68px;
	height: 22px;
	float: right;
	clear: right;
	cursor:pointer;
	background-image: url(../../../layout/tplGeral/img/closelabel.gif);
	margin-top: 10px;
}