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, 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;

	cursor: default;
}

a {
	cursor: pointer;
}

img {
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

/* 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: "" "";
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}
body {
	height: 100%;
}


body, table, td {
	font: normal normal normal 14px/25px Trebuchet MS, Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #FFF9ED;
}


h1 {
	font: normal normal normal 30px Arial, Tahoma, Helvetica, Sans-Serif;
	letter-spacing: 0px;
	color: #FFCC00;

	margin: 5px 0px 15px 5px;
}


h2 {
	font: normal normal bold 24px Arial, Tahoma, Helvetica, Sans-Serif;
	letter-spacing: 0px;
	color: #FFCC00;

	margin: 0px;
}


h3 {
	font: normal small-caps bold 18px Trebuchet MS, Arial, Tahoma, Helvetica, Sans-Serif;
	letter-spacing: 0px;
	color: #FEAB0A;

	margin: 15px 0px 3px;
}


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

a:hover {
	color: #FA4E03;
}




fieldset {
	border: 1px solid #1A1A1A;
	background-color: #0B0B0B;

	margin: 10px 10px 20px;
	padding: 8px 10px;
	-moz-border-radius: 3px;
}

legend {
	font: italic normal bold 16px Arial, Tahoma, Helvetica, Sans-Serif;
	letter-spacing: 0px;
	color: #FFCC00;

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


.sIFR-alternate {
	display: block;
	position: relative !important;
}

.sIFR-jquery {
	display: none;
}


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


ol {
	list-style: decimal outside;
	margin: 2px 0px 0px 30px;
	padding: 0px;
}

ol li {
	margin: 5px 0px;
	padding-left: 5px;
}


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

	padding-left: 20px;
}

ul.checklist {
	margin: 2px 0px 0px 5px;
}

ul.checklist li {
	margin: 10px 0px;
	font: normal normal bold 13px/20px Arial, Trebuchet MS, Sans-serif;
	padding: 1px 0px 0px 24px;
	background-image: url(../../../layout/tplGeral/img/bullet-check.gif);
}

ul ul li,
ul li ul li {
	background-image: url(../../../layout/tplGeral/img/bullet2.gif);
}



input, textarea, select {
	font: normal normal bold 13px Arial, "Trebuchet MS", Verdana, Arial, Helvetica, Sans-Serif;
	padding: 1px 3px;
	text-decoration: none;
	color: #aaa;
	background-color: #1A1A1A;
}

textarea {
	overflow: auto;
	height: 60px;
}

.fielder {
	border: 1px solid #1E1E1E;

	-moz-border-radius: 2px;
}

option {
	padding: 0px 5px;
	margin: 4px 0px;
}

.btn {
	color: #ddd;

	font: normal normal bold 14px Arial, Helvetica, sans-serif;

	border : 1px solid #353535;

	background-color: #333;

	padding: 4px 15px;

	-moz-border-radius: 3px;

	cursor: pointer;
}



.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 */
body {
	background-image: url('../../../layout/tplGeral/img/bg.gif');
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #150500;

	margin: 0px auto;
	text-align: center;
}


#skel {
	position: absolute;

	top: 0px;
	left: 0px;

	margin: 0px;
	padding: 0px;

	width: 100%;
	height: 100%;

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


#topmenu {
	top: 152px;
	margin: 0px auto;

	width: 960px;
	height: 88px;

	position: relative;
}

#topmenu a {
	display: block;

	float: left;

	width: 192px;
	height: 88px;

	line-height: 9999px;

	overflow: hidden;

	background-image: url('../../../layout/tplGeral/img/menu.jpg');
	background-repeat: no-repeat;
}

#btn_home { background-position: 0px 0px; }
#btn_home:hover { background-position: 0px -88px;}
#btn_home.sel { background-position: 0px -176px;}

#btn_porque { background-position: -192px 0px; }
#btn_porque:hover { background-position: -192px -88px; }
#btn_porque.sel { background-position: -192px -176px; }

#btn_como { background-position: -384px 0px; }
#btn_como:hover { background-position: -384px -88px; }
#btn_como.sel { background-position: -384px -176px; }

#btn_encomendar { background-position: -576px 0px; }
#btn_encomendar:hover { background-position: -576px -88px; }
#btn_encomendar.sel { background-position: -576px -176px; }

#btn_curiosidades { background-position: -768px 0px; }
#btn_curiosidades:hover { background-position: -768px -88px; }
#btn_curiosidades.sel { background-position: -768px -176px; }


#wrapper {
	top: 185px;
	margin: 0px auto 0px;
	padding: 0px;

	text-align: left;

	position: relative;

	width: 961px;

	background-image: url('../../../layout/tplGeral/img/skel_bg.gif');
	background-repeat: repeat-y;
	background-position: 50% 0px;
}


#logotipo {
	position: absolute;

	left: 50%;
	top: 20px;

	margin-left: -470px;

	width: 270px;
	height: 100px;

	line-height: 9999px;
	overflow: hidden;
}

#logotipo a {
	width: 100%;
	height: 100%;
	display: block;
}

#contactbox_tel {
	position: absolute;

	right: 50%;
	top: 92px;

	margin-right: -330px;

	width: 150px;
	height: 20px;

	font: normal normal bold 13px/20px Arial, Trebuchet MS, Sans-serif;
}

#contactbox_email {
	position: absolute;

	right: 50%;
	top: 92px;

	margin-right: -483px;

	width: 170px;
	height: 20px;

	color: #fff;

	font: normal normal bold 13px/19px Arial, Trebuchet MS, Sans-serif;
}

#contactbox_email:hover {
	color: #FFD610;
}


#contents {
	background-image: url('../../../layout/tplGeral/img/skel_top.jpg');
	background-repeat: no-repeat;
	background-position: -26px -273px;

	min-height: 315px;
	height: auto !important;
	height: 315px;
}


#footer {
	background-color: #150500;
	background-image: url('../../../layout/tplGeral/img/skel_bottom.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;

	height: 40px;

	font: normal normal bold 10px/40px Arial, Trebuchet MS, Sans-serif;
	color: #5E2E00;
}

#footer a {
	color: #803E00;
}

#footer a:hover {
	color: #994A00;
}



.formStyle1 label {
	display: block;
	width: 240px;

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

	text-align: right;

	float: left;

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

.formStyle1 .label_container {
	float: left;
	width: 240px;
	margin-right: 10px;
}

.formStyle1 .label_descr {
	float: right;
	width: 240px;
	text-align: right;
	font: normal normal normal 11px/14px Arial, Sans-serif !important;
	color: #999;
	margin-top: 4px;
}


.formStyle1 .fielder {
	width: 275px;
}

.formStyle1 .btn {
	width: 283px;
}




.article_item {
	border: 1px solid #1A1A1A;
	background-color: #0B0B0B;

	margin: 10px 0px 15px 5px;

	padding: 3px 7px 10px;

	-moz-border-radius: 4px;
}

.article_item h3 {
	font: normal normal bold 14px Arial, Trebuchet MS, Sans-serif;
	border-bottom: 1px solid #1A1A1A;
	padding: 0px 5px 3px;
	margin: 7px 0px;
}

.article_item h3 a {
	color: #ddd;
}

.article_item h3 a:hover {
	color: #fff;
}

.article_item .article_intro {
	margin: 5px;

	text-align: justify;

	font: normal normal normal 13px/20px Arial, Trebuchet MS, Sans-serif;
}

.article_actions {
	margin: 10px 5px 5px;
	height: 24px;
	line-height: 24px;
}

.article_button {
	display: block;

	padding-left: 10px;

	height: 24px;

	color: #ddd;
	font: normal normal bold 14px/24px Arial, Helvetica, sans-serif;

	border : 1px solid #353535;

	background-color: #333;

	-moz-border-radius: 3px;

	cursor: pointer;
}

.article_button:hover {
	color: #fff;
	background-color: #FA4902;
	border: 1px solid #FE5D06;
}

.article_actions .bookmark_icon {
	margin-top: 4px;
}



.article .article_intro {
	margin: 5px 20px 20px;
	font: italic normal normal 13px/20px Arial, Trebuchet MS, Sans-serif;
	color: #ccc;
}


.article .article_actions {
	margin-top: 25px;
}

.article .article_button {
	border : 1px solid #1A1A1A;
	background-color: #0B0B0B;
}

.article .article_button:hover {
	background-color: #FA4902;
	border: 1px solid #FE5D06;
}



.bookmark_icon {
	width: 16px;
	height: 16px;
	overflow: hidden;

	display: block;
	float: left;

	margin: 0px 2px;

	line-height: 9999px;
	background-repeat: no-repeat;

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

.bookmark_icon:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}

.bmi_delicious { background-image: url("../../../layout/tplGeral/bookmark_icons/delicious.png"); }
.bmi_digg { background-image: url("../../../layout/tplGeral/bookmark_icons/digg.png"); }
.bmi_google { background-image: url("../../../layout/tplGeral/bookmark_icons/googlebookmark.png"); }
.bmi_linkedin { background-image: url("../../../layout/tplGeral/bookmark_icons/linkedin.png"); }
.bmi_reddit { background-image: url("../../../layout/tplGeral/bookmark_icons/reddit.png"); }
.bmi_stumbleupon { background-image: url("../../../layout/tplGeral/bookmark_icons/stumbleupon.png"); }
.bmi_twitter { background-image: url("../../../layout/tplGeral/bookmark_icons/twitter.gif"); }



.como_item {
	margin-bottom: 30px;
}


.como_left {
	float: left;
	width: 30px;
	text-align: center;
}

.como_right {
	float: right;

	position: relative;

	width: 490px;

	border: 1px solid #1A1A1A;
	background-color: #0B0B0B;

	margin: 5px 0px 0px;

	padding: 5px 12px 10px;

	-moz-border-radius: 4px;
}

.como_right .etiqueta_encomendar_esquerda {
	position: absolute;
	right: 5px;
	bottom: -50px;
}

.sifr-cs1 {
	text-align: center;
	color: #FFCC00;
	font: normal normal bold 11px/11px Arial, Trebuchet MS, Sans-serif;
}

.sifr-cs2 {
	text-align: center;
	font: normal normal bold 50px/50px Arial, Trebuchet MS, Sans-serif;
}

#box_welcome,
#box_contacto,
#box_pack,
#box_minipack,
#box_vantagens .box_top,
#box_moneyback {
	display: block;

	position: relative;

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





#box_welcome {
	margin: 24px 0px 30px 14px;

	width: 585px;
	height: 265px;

	background-position: 0px 0px;
}

#welcome_intro {
	width: 255px;

	overflow: hidden;

	margin: 20px 5px 0px 30px;
}

.welcome_message {
	display: none;

	margin: 92px 0px 0px;

	font: normal normal bold 25px/30px Arial, Trebuchet MS, Sans-serif;
	text-align: center;
}

.welcome_message_stay {
	margin: 5px 5px 0px 40px;
	font: normal normal bold 14px/25px Arial, Trebuchet MS, Sans-serif;
	text-align: center;
}

.welcome_message_stay b {
	font-size: 17px;
	line-height: 40px;
}

#welcome_portfolio {
	margin: 20px 10px 0px 5px;
	width: 270px;
}

#welcome_portfolio h2 {
	margin: 3px 0px 4px 5px;
	padding: 0px;
}

#folio_container {
	width: 247px;
	height: 200px;

	margin-left: 10px;

	position: relative;

	overflow: hidden;
}

#folio_container .folio_item {
	margin: 0px;
	padding: 0px;

	display: none;

	background-position: 50% 40%;
	background-repeat: no-repeat;

	width: 247px;
	height: 200px;
}

#folio_top {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
}
#folio_bottom {
	position: absolute;
	z-index: 2;
	bottom: 0px;
	left: 0px;
}




#box_contacto {
	margin: 24px 37px 30px 0px;

	width: 278px;
	height: 265px;

	position: relative;

	background-position: -585px 0px;
}

#box_contacto h2 {
	margin: 20px 5px 0px 100px;
	font-size: 24px;

	width: 170px;

	text-align: center;
}

#box_contacto h2.sIFR-replaced {
	margin-left: 40px;
	*margin-left: 0px;
}

#box_contacto .sIFR-alternate {
	margin-left: 87px;
}

#box_contacto .etiqueta_enviar_direita {
	position: absolute;
	left: 32px;
	bottom: -48px;
}

#box_contacto .contents_wrapper {
	margin: 15px 5px 0px 30px;
}

#box_contacto label {
	display: block;
	width: 70px;

	margin: 0px 5px 0px 0px;
	padding: 7px 0px 0px;

	text-align: right;

	float: left;

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

#box_contacto .fielder {
	width: 150px;
}

#box_contacto textarea {
	height: 50px;
}

#box_contacto .loading {
	background-image: url("../../../layout/tplGeral/img/box_loading.gif");
	background-repeat: no-repeat;
	background-position: 50% 40%;

	padding-top: 50px;

	text-align: center;
}




#box_pack {
	margin: 24px 0px 30px 14px;

	position: relative;

	width: 585px;
	height: 219px;

	background-position: 0px -265px;
}

#pack_price {
	width: 255px;
	height: 190px;

	margin: 25px 5px 0px 30px;

	background-image: url('../../../layout/tplGeral/img/pack_price.gif');
	background-position: 75px 8px;
	background-repeat: no-repeat;

	overflow: hidden;
	line-height: 9999px;
}

#pack_details {
	margin: 25px 10px 0px 5px;
	width: 270px;
}

#pack_details h2 {
	margin: 10px 0px 0px 15px;
}

#box_pack .etiqueta_encomendar_direita {
	position: absolute;
	left: 30px;
	bottom: -48px;
}






#box_moneyback {
	margin: 24px 37px 30px 0px;

	width: 278px;
	height: 219px;

	position: relative;

	background-position: -585px -265px;
}


#box_moneyback h2 {
	margin: 25px 5px 0px 65px;
	font-size: 20px;
	height: 20px;
}

#box_moneyback .subtitle {
	font: normal normal bold 13px Arial, Tahoma, Helvetica, Sans-Serif;
	color: #FFCC00;
	height: 16px;

	margin: 0px 5px 0px 68px;
}

#box_moneyback .contents_wrapper {
	margin: 10px 15px 0px 50px;
	font: normal normal normal 13px/17px Trebuchet MS, Arial, Sans-serif;
	text-align: center;
}

#box_moneyback .etiqueta_encomendar_esquerda {
	position: absolute;
	right: 8px;
	bottom: -48px;
}




#box_minipack {
	margin: 24px 37px 30px 0px;

	width: 299px;
	height: 219px;

	position: relative;

	background-position: -863px -265px;
}

#box_minipack .etiqueta_encomendar_direita {
	position: absolute;
	left: 52px;
	bottom: -48px;
}

#box_minipack #pack_price {
	margin: 27px 5px 0px 20px;
}



#box_vantagens {
	margin: 24px 37px 30px 0px;

	width: 299px;

	position: relative;


}

#box_vantagens .box_top {
	position: absolute;
	background-position: -863px 0px;
	width: 299px;
	height: 200px;
	z-index:0;
}


#box_vantagens h2 {
	margin: 45px 5px 0px 120px;
	font-size: 34px;

	position: relative;
	z-index:1;

	width: 175px;
	height: 45px;
	text-align: center;
}

#box_vantagens h2.sIFR-replaced {
	margin-left: 35px;
	*margin-left: -10px;
}

#box_vantagens .sIFR-alternate {
	margin-left: 87px;
}

#box_vantagens .contents_skel {
	position: relative;
	z-index:1;

	background-color: #0B0B0B;
	border-left: 1px solid #1A1A1A;
	border-right: 1px solid #1A1A1A;
	margin: 25px 0px 0px 46px;

	padding: 1px 5px;
}

#box_vantagens .contents_wrapper {
	font: normal normal normal 13px/17px Trebuchet MS, Arial, Sans-serif;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#box_vantagens .box_bottom {
	background-image: url("../../../layout/tplGeral/img/boxes.gif");
	background-repeat: no-repeat;
	background-position: -863px -260px;
	width: 299px;
	height: 5px;
}

#box_vantagens .etiqueta_encomendar_esquerda {
	position: absolute;
	right: 8px;
	bottom: -48px;
}


.left {
	float: left;
}


.right {
	float: right;
}


.p5x15x10 {
	padding: 5px 15px 10px;
}

.p5x5x10x15 {
	padding: 5px 5px 10px 15px;
}

.m5x15x10 {
	margin: 5px 15px 10px;
}





.etiqueta_enviar_direita,
.etiqueta_enviar_esquerda,
.etiqueta_encomendar_direita,
.etiqueta_encomendar_esquerda {
	width: 145px;
	height: 61px;

	display: block;

	line-height: 9999px;
	overflow: hidden;

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

	z-index: 3;
}

.etiqueta_enviar_direita { background-position: -435px -61px; }
.etiqueta_enviar_direita:hover { background-position: -435px 0px; }

.etiqueta_enviar_esquerda { background-position: 0px -61px; }
.etiqueta_enviar_esquerda:hover { background-position: 0px 0px; }


.etiqueta_encomendar_direita { background-position: -290px -61px; }
.etiqueta_encomendar_direita:hover { background-position: -290px 0px; }

.etiqueta_encomendar_esquerda { background-position: -145px -61px; }
.etiqueta_encomendar_esquerda:hover { background-position: -145px 0px; }

/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */

.jqmWindow {
    display: none;

    position: fixed;
    top: 17%;
    left: 50%;

    margin-left: -300px;
    width: 600px;

    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #150500; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}




/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

div.jqmAlert { /* contains + positions the alert window */
  display: none;

  position: fixed;
  top: 17%;
  width: 100%;
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html div.jqmAlert {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

div.jqmAlertWindow {
	height:auto;
	width: 500px;
	margin: auto;

	left: 50%;
	margin-left: -250px;

	padding: 0px;

	background:#111;

	border: 6px solid #000000;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.jqmAlertTitle{
	height: 30px;
	color:#FFF;
	background:#000;
}

.jqmAlertTitle h1{
	font: normal normal bold 17px/24px Arial, Trebuchet MS, Sans-serif;
	padding: 0px 0px 0px 5px;
	margin: 0px;
	letter-spacing: 0px;
	color: #FFCC00;
	float: left;
	height: 24px;
}

div.jqmAlert .jqmClose em{display:none;}
div.jqmAlert .jqmClose {
  width:20px;
  height:20px;
  display:block;
  margin: 2px 4px 0px 0px;
  float:right;
  clear:right;
  background:transparent url('../../../layout/tplGeral/img/close_icon_double.png') 0 0 no-repeat;
}

div.jqmAlert a.jqmClose:hover,div.jqmAlert a.jqmCloseHover{ background-position: 0 -20px; }

div.jqmAlertContent{
	color:#FFF;
	font: normal normal normal 14px/25px arial, sans-serif;
	text-align: left;

	padding:10px;
	margin:5px;
	letter-spacing:0px;
	background-color:#111;
}