/*
 *  DEFAULT STYLES
 */

*
{
	padding:0;
	margin:0;
}

html
{
	/*height:100%;*/
}

body
{
	/* 62.5% equiv. 10px */
	font:62.5%/140% Verdana, Helvetica, Geneva, Arial, sans-serif;
	padding:0 0 55px 0;
	/*height:100%;*/
}

html>body
{
	/* for everything else */
	font-size:10px;
}

input, select, th, td, h1, h2, h3, h4
{
	font:1em Verdana, Helvetica, Geneva, Arial, sans-serif;
}

a, :focus
{
	/* kills dotted focus outline */
	outline:none;
	_outline:expression(this.hideFocus=true);
}

a img
{
	border:none;
}

dl
{
	padding: 0px 0px 10px 10px;
}

dt
{
	display: list-item;
	list-style-image: url(img/link_arrow.gif);
	list-style-position: outside;
	list-style-type: square;
	padding-left: 10px;
	padding-bottom: 0px;
	margin: 0px;
}

dd
{
	padding-left: 20px;
	padding-bottom: 10px;
	margin: 0px;
}

li
{
	line-height: 15px;
	list-style-image: url(img/link_arrow.gif);
}

p
{
	text-align: left;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

ul
{
	list-style-type: square;
	padding: 0px 0px 10px 10px;
}

/*
 *  HEADER AND FOOTER LAYOUT
 */
#header
{
	background:#1B4AA8 url(img/bg_header.gif) repeat-x 0 100%;
	position:relative;
	overflow:hidden;
	height:216px;
	width:100%;
}

#header div
{
	background:url(img/img_header.jpg) no-repeat;
	position:absolute;
	min-width:1024px;
	height:207px;
	width:100%;
	right:0;
	top:0;
	
	_width:expression((parentNode.offsetWidth < 1024) ? '1024px' : '100%');
}

#header h1
{
	background:url(img/logo_header.gif) no-repeat 100% 0;
	text-indent:-1000em;
	height:207px;
}

#header h2
{
	background:url(img/bg_tab.gif) no-repeat 100% 0;
	padding:0 65px 0 58px;
	position:absolute;
	margin:0 0 0 0;
	line-height:2.7em;
	font-weight:bold;
	font-size:1.1em;
	color:#FFF;
	bottom:8px;
	left:0;
}

#header h2 span
{
	background:url(img/icon_globe.png) no-repeat;
	position:absolute;
	height:56px;
	width:56px;
	bottom:-1px;
	left:1px;
	
	_background:transparent;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/icon_globe.png',sizingMethod='scale');
}

#footer
{
	background: #E4E4E4 url(img/bg_footer.gif) repeat-y 0 100%;
	color: #000000;
	height: 25px;
	padding: 5px 5px 5px 10px;
	vertical-align: middle;
}

/*
 *  LANGUAGE LAYOUT
 */
#lang-link{
	position:absolute;
	top:8px;
	left:8px;
	clear:none;
}
#lang-link ul{
	list-style-type:none;
	padding:0px;
}
#lang-link li{
	float:left;
	list-style-image:none;
}
#lang-link a.selected{
	border:1px solid #FFFFFF;
	margin:0px;
}
#lang-link a{
	display:block;
	text-indent:-999em;
	width:22px;
	height:16px;
	padding:0px;
	margin:1px 0px 0px 1px;
}
#lang-link a#en{
	background:url(../images/flag_gb.gif) no-repeat 100% 0;
}
#lang-link a#pt{
	background:url(../images/flag_br.gif) no-repeat 100% 0;
}
/*
 *  SIDEBAR LAYOUT
 */
#sidebar
{
	background: #1B4AA8;
	color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	width: 200px;
}

#sidebar a
{
	color: #FFFFFF;	
}


/*
 *  CONTENT LAYOUT
 */
#content
{
	background:url(img/bg_content.gif) repeat-x top 100%;
	/*margin: 28px 10px 10px 10px;*/
	padding: 28px 10px 10px 10px;
}

#content a
{
}

#content .heading1
{
	font-size: 18px;
	font-weight: normal;
	line-height: normal;
	color: #181a81;
	letter-spacing: 0.05em;
	text-align: left;
	border-style: none;
	padding: 0px 0px 20px 0px;
}

#content .heading2
{
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	color: #181a81;
	letter-spacing: 0.05em;
	text-align: left;
	border-style: none;
	padding: 20px 0px 10px 0px;
}

#content .heading3
{
	font-size: 10px;
	font-weight: bold;
	line-height: normal;
	color: #181a81;
	letter-spacing: 0.05em;
	text-align: left;
	border-style: none;
	padding: 20px 0px 10px 0px;
}

#content .policynote
{
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

#content .smallnote
{
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	text-align: justify;
}

#content .warningheading
{
	color: Red;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-align: left;
	border-style: none;
	padding: 0px 0px 20px 0px;
}

#content .warningnote
{
	color: Red;
	font-style: italic;
	font-weight: bold;
}

#content .whiteplaintext
{
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
