﻿@charset "UTF-8";
@import "reset.css";
@import "default.css";

/*
	INDEX
	+geral
	+wrapper
	+classes
*/

/* +geral */
html, body, #wrapper {
	width:100%;
	height:100%;
	line-height:0; /* evita espacamentos indesejaveis no rodape da pagina */
	
	/* colocar tamanhos minimos do flash para browsers standards */
	min-width:0;
	min-height:0;		
	color:#80714C;
	background:;
	font-size:16px;
	font-family:Arial;
	color:#264C92;
	background:#FDD7CE url(../imgs/bg/body.jpg) center 0 no-repeat;
}

#plugin-flash {
	position:absolute;
	top:50%;
	left:50%;
	width:250px;
	height:150px;
	overflow:hidden;
	margin:-85px 0 0 -135px;
	padding:25px;
	border:1px solid #000
}
#plugin-flash .warning { font-size:1.3em }
#plugin-flash p { margin-bottom:17px; font-size:1.1em }
#plugin-flash strong { font-weight:bold }
/* end wrapper */
		
/* +classes */
.vaM { vertical-align: middle; }
.txtBigPurple { font-size: 18px; font-weight: bold; color: #66449C; }
.txtBigGreen { font-size: 18px; font-weight: bold; color: #5AB207 }
.orange { color: #FF6600 !important; }
.purple { color: #66449C !important; }
/* end classes */

/* +noscript*/
/* +wrapper */
#noscript{width:990px;min-height:598px;margin:0 auto;}
/* end wrapper */

/* +content */
#content {width:612px;margin-top:20px;float:left; padding:430px 0 20px;}
	#content p.msg{width:362px; height:136px; background:url(../imgs/titles/p1.png) 0 0 no-repeat; display:block; line-height:120%; text-indent:-99999px; }
	#content a{ width:348px; height:83px; background:url(../imgs/titles/baixar_flash.png) 0 0 no-repeat; color:#264C92 !important; display:block; margin-top:-20px; outline:none; text-indent:-99999px; }
		#content h2 {font-weight:bold; color:#264C92; line-height:120%;}
		#content ul {line-height:120%;margin-left:15px;}
			#content ul a{color:#264C92 !important;}
			#content ul a:hover{text-decoration:none;}
		#content #altContent {line-height:120%;}
		#content #altContent #title{text-align:center; font-weight:bold; color:#264C92;}
	#content #menu { display:none; }
/* +footer */
#footer { display:none; }
#footer ul li {float:left;}
#footer ul li a.kraft-foods {width:65px;height:22px;background:url(../imgs/others/logo_kraft.gif) no-repeat;margin-right:10px;}
#footer ul li span.rights-reserved {background:url(../imgs/others/rights.gif) no-repeat;width:243px;height:5px;margin-top:12px;margin-right:20px;}
#footer ul li a.privacy-policy {width:100px;height:9px;background:url(../imgs/titles/privacy-policy.gif) no-repeat;margin-right:10px;margin-top:9px}
#footer ul li a.terms {width:64px;height:7px;background:url(../imgs/titles/terms.gif) no-repeat;margin-right:10px;margin-top:11px}
#footer ul li a.faq {width:17px;height:8px;background:url(../imgs/titles/faq-footer.gif) no-repeat;margin-right:10px;margin-top:11px}
#footer ul li a.contact {width:60px;height:7px;background:url(../imgs/titles/contact.gif) no-repeat;margin-top:11px}
/* end noscript*/

