body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background: url(../assets/background.jpg) center;
	font-family: Georgia, "Times New Roman", serif;
}

/*** GLOBAL ***/
h1, h2, h3, h4, h5 {
	margin: 0;
}

/*** HOME PAGE ***/
#entrance {
	border-top:49px solid #2b2d58;
	border-bottom: 30px solid #2b2d58;
	height: 663px;
	position: relative;
}

#backgroundImages {
	top: 0px;
	left: 0px;
	width: 1200px;
	height: 663px;
}

#backgroundImages img {
	position: absolute;
	top: 0px;
	left: 0px;
}


#tag {
	background:url(../assets/entrance/background.jpg) no-repeat top right;
	width: 381px;
	margin: 0 auto;
	position: absolute;
	top: -49px;
	left: 50%;
	margin-left: -190px;
	height: 503px;
}	

#tag #home-logo * {
	display: none;
}

#tag #home-logo {
	background: url(../assets/logo_big.gif) no-repeat center;
	width: 361px;
	height: 241px;
	margin-left:20px;
}

#entrance p {
	margin: 0px;
	padding: 0px;
	height: 47px;
	padding: 22px 15px 37px 15px;
	font-size: 15px;
	color: #413830;
	margin-left:20px;
}

#entrance p span {
	display: block;
	margin-top: 6px;
}

#choice {
	width: 381px;
	height: 158px;
	background: url(../assets/entrance/bg_enter.png) no-repeat !important;
	background: none;	
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src="assets/entrance/bg_enter.png",sizingMethod="crop");
	padding: 20px 0 0 0;
}

#choice h2 {
	height: 75px;
	margin-left: 155px;
}

#choice ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 155px;
	text-align: center;
}

#choice ul li {
	display: inline;
	margin:0;
	padding: 0 13px;
}

#choice ul li.lang-pt {
	padding: 0 14px;
	border-right: 1px solid white;
}

#choice ul li a {
	color: #bfc1f2;
	text-decoration: none;
	position:relative;
}
#choice ul li a:visited {
	color: #bfc1f2;
}
#choice ul li a:hover {
	text-decoration: underline;
}

/*** STRUCTURAL ***/
#site {
	width: 1200px;
	height: 742px;
	border: 1px solid black;
	
	margin: 0px auto;
}

#navigation {
	height: 49px;
	background: #2b2d58;
}


#content {
	height:663px;
	border-bottom: 30px solid #2b2d58;
	position: relative;
}

/*** LEFT SIDEBAR ***/
#masthead {
	width: 220px;
	height: 360px;
	position: absolute;
	padding: 15px 0px 0px 0px;
	left: 105px;
	top: -49px;
	z-index: 2;
	background: url(../assets/background_sidebar.jpg) no-repeat;
}

#masthead h1 {
	display: block;
	visibility: visible;
	height: 93px;
	margin-right: 20px;
	background: url(../assets/logo_small.gif) no-repeat center;
}

#masthead h1 a {
	-moz-outline: 0;
	outline: 0;
	display: block;
	height: 93px;	
	text-indent: -9999px;
}

#masthead p {
	height: 101px;
	margin: 0px;
	padding: 15px 35px 0px 15px;
	width: 170px;
}

#masthead h3#bread-crumb {
	height: 45px;
	visibility: visible;
	line-height: 45px;
	color: #363866;
	font-size: 22px;
	text-align: center;
	margin-right: 10px;
	background: url(../assets/arrow.png) no-repeat right !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src="../assets/arrow.png",sizingMethod="crop");
}

#side-image {
	height: 106px;
	padding-top: 12px;
}

#side-image img {
	margin-right: 20px;
	display: inline;
	border: 1px solid #4d4969;
}


/*** MAIN CONTENT AREA ***/
#copy {
	width: 617px;
	height: 663px;
	background: url(../assets/parchment.jpg);
	position: absolute;
	left: 310px;
	z-index: 1;
	overflow: hidden;
	
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

#copy h2.sifr {
	height: 75px;
	text-align: left;
	margin: 25px 45px 0px 45px;
}

#copy p {
	margin: 0px 50px 17px 60px;
	text-align: left;
	color: #554230;
	font-size: 12px;
	line-height: 21px;
	vertical-align: top;
}

#copy ul {
	list-style-type: none;
	font-size: 12px;
	line-height: 24px;
	color: #554230;
	margin: 0px 0px 17px 60px;
	padding: 0px;
	text-align: left;
}

#copy ul li {
	padding: 0px;
	margin: 0px;
}

#copy ul li span {
	font-weight: bold;
	color: #363866;
}

#copy dl {
	font-size: 12px;
	color: #554230;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#copy dl * {
	margin: 0px;
	padding: 0px;
}

#copy dt {
	color: #292e53;
	margin-top: 18px;
}

#copy a {
	color: #292e53;
}

#copy a:visited {
	color: #292e53;
}

#copy address {
	font-size: 12px;
	line-height: 24px;
	color: #554230;
	font-style: normal;
	margin: 0px 0px 0px 60px;
}

#copy address span {
	display: block;
}

#copy div.col1of2 {
	width: 317px;
	float: left;
	text-align: left;
}
#copy div.col2of2 {
	width: 277px;
	float: left;
	text-align: left;
}

#copy div.col2of2 p {
	margin-left: 0px;
}
				
#copy img {
	border: 1px solid #a39681;
}

#copy p dfn {
	font-style: normal;
	font-weight: bold;
	color: #363866;
}

div.company #copy p img.embed {
	float: right;
	margin: 7px 10px;
}

div.products #copy p img.embed {
	float: left;
	margin: 7px 15px 0px 0px;
}

div.curiosities #copy p img.embed {
	float: left;
	margin: 5px 15px 0px 0px;
	vertical-align: top;
}

#copy ul.news-links {
	list-style-type: none;
	padding: 50px 0px 0px 80px;
	margin: 0px;
	line-height: 1px;
	font-size: 1px;
}

#copy ul.news-links li {
	display: block;
	width:132px;
	height:90px;
	float:left;
	margin:0 28px 25px 0;
	padding: 0;
	zoom: 1;
}

#copy ul.news-links li a:hover span{
	text-decoration: underline;
}

#copy ul.news-links li span {
	display: block;
	text-align: center;
	color: #554230;
	font-size: 12px;
	font-weight: normal;
	margin-top: 5px;
}

/*** BACKGROUNDS ***/
#site div.company {
	background: url(../assets/backgrounds/company_bg_large.jpg);
}
#site div.contact {
	background: url(../assets/backgrounds/contact_bg_large.jpg);
}
#site div.news {
	background: url(../assets/backgrounds/news_bg_large.jpg);
}
#site div.curiosities {
	background: url(../assets/backgrounds/curiosities_bg_large.jpg);
}
#site div.products {
	background: url(../assets/backgrounds/products_bg_large.jpg);
}
#site div.history {
	background: url(../assets/backgrounds/office.jpg);
}

/*** NAVIGATION ***/
#navigation ul {
	width: 618px;
	display: block;
	height: 40px;
	margin: 0px auto;
	line-height: 40px;
	padding: 9px 0 0 0;
}

#navigation ul li {		  
	display: -moz-inline-stack;
	display: inline-block;
}

#navigation ul li.selected {
	background: #1f2648 url(../assets/nav_corners.gif) no-repeat;
}

#navigation ul li a {
	font-size: 15px;
	color: #bfc1f2;
	text-decoration: none;
	
	display: -moz-inline-stack;
	display: block !important;
	display: inline-block;
	height: 40px;
	padding: 0 10px;
}

#navigation ul li a:visited {
	color: #bfc1f2;
}

#navigation ul li a:hover {
	text-decoration: underline;
}

#navigation ul li.selected a:hover {
	text-decoration: none;
}

#navigation ul li.selected a {
	background: url(../assets/nav_corners.gif) no-repeat right -39px;
}


#copy #subnav {
	list-style-type: none;
	text-align: center;
	background: #7e80b0;
	margin: 0;
	padding: 0;
}

#copy #subnav li {
	display: inline;
	padding: 0 10px;
	font-weight: bold;
}

#copy #subnav li a {
	text-decoration: none;
}

#copy #subnav li a:hover {
	text-decoration: underline;
}

#copy #subnav li.selected a {
	color: #fff;
}

.care #copy h2.sifr,
.characteristics #copy h2.sifr {
	margin-top: 2px;
}


