*{
	padding: 0;
	margin: 0;
}
html{
}
body,html{
	padding:0;
	margin:0;
	text-align:center;
}
.Left{
	float:left;
}
.Right{
	float:right;
}
body{
	font-size: 11px;
	font-family:Verdana,Arial,Helvetica;
	background:#E15929;
}
body #backgroundWrap{
	width:100%;
	position:relative;
	overflow:hidden;
}
body #backgroundBottom{
	background:transparent url('../images/global/body_bg_bottom.png') no-repeat top center;
	height:202px;
	width:523px;
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:50;
}
body #scalingBackground{
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:920px;
}
body #scalingBackground2{
	position:absolute;
	top:920px;
	left:0;
	z-index:-2;
	width:100%;
}
.printOnly{
	display:none;
}
a img{
	border:none;
}

a, a:link, a:visited{
	font-size:12px;
	color:#de1306;	
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}
hr{
	background-color:#FF0000;
	border:0 none;
	clear:both;
	color:#FFFFFF;
	display:block;
	height:1px;
	margin:0;
	padding:0;
	visibility:hidden;
}
div.ie6Fix {
	display:none;
}
#fullPage{
	text-align:left;
	margin:0px auto;
	width:940px;
	position: relative;
	z-index:100;
}
/******************* HEADER *******************/
#fullPage #header{
	position:relative;
	padding:5px 5px 0 5px;
	height:150px;
}
#fullPage #header a.logo{
	position:absolute;
	top:20px;
	left:20px;
	width:182px;
	height:79px;
	background:url(../images/global/logo_abinbev_small.gif) no-repeat;
	display:block;
	text-indent:-1000px;
	overflow:hidden;
}
#fullPage #header div.title{
	position:absolute;
	right:60px;
	bottom:74px;
	/*background:url(../images/global/header_title.gif) no-repeat;*/
	height:23px;
	width:192px;
}
/* Top Nav */
#fullPage #header div.topNav{
	margin:0px 5px;
	background:transparent url(../images/global/topnav_bg.png) no-repeat;
	width:930px;
	height:36px;
	line-height:34px;
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:100;
}
#fullPage #header div.topNav a, #fullPage #header div.topNav a:link, #fullPage #header div.topNav a:visited, #fullPage #header div.topNav a:active{
	text-transform:uppercase;
	color:#333;
	text-decoration:none;
	font-size:10px;
	display:block;
	float:left;
	text-align:center;
}
#fullPage #header div.topNav a:hover,#fullPage #header div.topNav a.active{
	font-weight:bold;
}
/* Meta nav */
#fullPage #header div.metaNav{
	position:absolute;
	right:20px;
	top:20px;
	height:23px;
	width:600px;
	z-index:999;
}
#fullPage #header div.metaNav a, #fullPage #header div.metaNav a:link, #fullPage #header div.metaNav a:visited {
	color: #d01f25;
	font-size:10px;
	text-decoration:none;
	text-transform: uppercase;
	font-weight: bold;
	float:right;
	display:block;
	height:23px;
	line-height:23px;
	margin:0px 10px;
}
#fullPage #header div.metaNav a:hover{
	text-decoration: underline;
}
#fullPage #header div.metaNav .searchTop {
	width: 148px;
	height: 19px;
	margin:2px 0;
	background: url(../images/global/search_bg.jpg) no-repeat;
	float:right;
	position:relative;
}
#fullPage #header div.metaNav .searchTop #S {
	width: 117px;
	position: absolute;
	top: 2px;
	left: 10px;
	border: none;
	@background: none;
	height: 16px;
	font-size: 10px;
	line-height: 14px;
	color: #666;
}
#fullPage #header div.metaNav .searchTop #go {
	width: 19px;
	height: 19px;
	position: absolute;
	top: 0;
	right: 0;
	border: none;
}
#fullPage #header div.metaNav a.rssBtn, #fullPage #header div.metaNav a.rssBtn:link, #fullPage #header div.metaNav a.rssBtn:visited{
	display:block;
	float:right;
	width:25px;
	height:23px;
	background: url(../images/global/btn_rss.gif) no-repeat top left;
	color:#000;
	font-size:10px;
	text-decoration:none;
	padding-left:24px;
	padding-right:4px;
	text-align:center;
	line-height:23px;
	overflow:hidden;
	font-weight:normal;
}
#fullPage #header div.metaNav a.rssBtn:hover{
	background-position:bottom left;
	font-weight:bold;
}
#fullPage #header div.metaNav a.stocks, #fullPage #header div.metaNav a.stocks:link, #fullPage #header div.metaNav a.stocks:visited{
	border:1px solid #efefef;
	display:block;
	font-weight:normal;
	height:21px;
	line-height:21px;
	float:right;
	background: url(../images/global/icon_stocks.gif) no-repeat top left;
	padding:0 5px 0 25px;
	color:#565656;
	margin:0px 10px;
	text-transform:none;
}
#fullPage #header div.metaNav a.stocks:hover{
	background-color:#f8f8f8;
	text-decoration:none;
}
/******************* Content *******************/
#fullPage #content{
	position:relative;
}
#fullPage #content div.contentHeaderNoImg{
	background:transparent url('../images/global/content_header_small.png') no-repeat;
	height:40px;
}
#fullPage #content div.contentHeaderNoImg * {
	display:none;
}
#fullPage #content div.contentHeader{
	background:transparent url('../images/global/content_header.png') no-repeat;
	height:250px;
}
#fullPage #content div.contentHeader div.realContentHeader{
	padding:5px 6px 0px 6px;
	position:relative;
	height:245px;
} 
#fullPage #content div.contentHeader img.headerImg{
	position:absolute;
	top:5px;
	left:7px;
}
#fullPage #content div.contentHeader h1 {
	position:absolute;
	bottom:0px;
	left:25px;
	font-size:18px;
	line-height:20px;
	margin:0;
	padding:0;
	color:#000;
}
#fullPage #content div.contentHeader div.higlights{
	position:absolute;
	top:50px;
	left:690px;
	width:225px;
}
#fullPage #content div.contentHeader div.higlights div.title{
	color:#fff;
	font-size:14px;
	margin-bottom:12px;
}
#fullPage #content div.contentHeader div.higlights a{
	display:block;
	color:#de1306;
	line-height:18px;
	font-size:13px;
	padding-left:16px;
	background: url(../images/global/list_icon_redarrow.gif) no-repeat left 6px;
}
#fullPage #content div.contentHeader div.careers{
	position:absolute;
	top:45px;
	left:520px;
	width:400px;
}
#fullPage #content div.contentHeader div.careers div.title{
	color:#e02216;
	font-size:25px;
	margin-bottom:10px;
}
#fullPage #content div.contentHeader div.careers p {
	color:#f68d1e;
	font-size:15px;
	margin-bottom:20px;
}
#fullPage #content div.contentMiddle{
	padding:0px 6px;
	background:transparent url('../images/global/content_middle.png') repeat-y;
}
#fullPage #content div.contentFooter{
	padding:0px 6px 5px 6px;
	background:transparent url('../images/global/content_footer.png') repeat-y;
	height:120px;
	clear:both;
}
#fullPage #content div.contentFooter div.realContentFooter{
	padding:10px;
	clear:both;
}

#breadcrumb{
	height:33px;
	width:889px;
	background: url('../images/global/crumbs_bar.gif') no-repeat;
	padding:1px 10px ;
}
#breadcrumb a {
	line-height:31px;
	display:block;
	float:left;
	padding:0 15px 0 5px;
	height:31px;
	font-size:10px;
	color:#000;
	text-transform:uppercase;
	background: url(../images/global/crumbs_sep.gif) no-repeat right top;
}
#breadcrumb span.breadLinkLast{
	line-height:31px;
	display:block;
	float:left;
	padding:0 20px 0 10px;
	height:31px;
	font-size:10px;
	color:#000;
	text-transform:uppercase;
}
#breadcrumb .footerMetaNav{
	float:right;
	width:140px;
	text-align:right;
	color:#acacac;
}
#breadcrumb .footerMetaNav a {
	display:inline;
	background:none;
	padding:0;
	float:none;
}
#footerNav {
	text-align:right;
	color:#acacac;
	font-size:10px;
	padding:10px 30px;
	letter-spacing:-0.6pt;
} 
#footerNav a {
	color:#777;
	font-size:10px;
}
/******************* FOOTER *******************/
#fullPage #footer{
	position:relative;
	clear:both;
	height:52px;
	padding:0px 15px;
}
#fullPage #footer div.right{
	font-size:10px;
	color:#000;
	line-height:12px;
	height:12px;
	text-align:right;
	width:200px;
	float:right;
}
#fullPage #footer div.left{
	font-size:10px;
	color:#000;
	line-height:12px;
	height:12px;
	text-align:left;
	width:700px;
	float:left;
}
#fullPage #footer  a {
	font-size:10px;
	color:#000;
	text-decoration:none;
}
#fullPage #footer  a:hover{
	text-decoration:underline;
}




/*****FutureBrand CSS Elements*****/
#fullPage #content div.contentHeader div.careersLeft{
    position:absolute;
    top:45px;
    left:60px;
    width:300px;
}
#fullPage #content div.contentHeader div.careersLeft div.title{
    color:#e02216;
    font-size:25px;
    margin-bottom:10px;
}
#fullPage #content div.contentHeader div.careersLeft p {
    color:#f68d1e;
    font-size:15px;
    margin-bottom:20px;
}
#fullPage #content div.contentHeader div.careersLeft div.titleWHITE{
    color:#FFFFFF;
    font-size:25px;
    margin-bottom:10px;
}
#fullPage #content div.contentHeader div.careersRight{
    position:absolute;
    top:45px;
    left:600px;
    width:300px;
}
#fullPage #content div.contentHeader div.careersRight div.title{
    color:#e02216;
    font-size:25px;
    margin-bottom:10px;
}
#fullPage #content div.contentHeader div.careersRight div.titleWHITE{
    color:#FFFFFF;
    font-size:25px;
    margin-bottom:10px;
}
#fullPage #content div.contentHeader div.careersRight p {
    color:#f68d1e;
    font-size:15px;
    margin-bottom:20px;
}    
/*****FutureBrand CSS Elements*****/
