/* Latin America specific style sheet */

/* horizontal bars */
table#navbar {
	width:780px;	
	border-left:1px solid #009AFF;
	border-right:1px solid #009AFF;
	color:black;
}
td#bar1 {
	background-color:#009AFF;
	padding:4px 5px 4px 5px;
	color:white;
}
td#search {
	text-align:right;
	background-color:#009AFF;
	padding:1px 5px 1px 5px;
}
td#bar2 {
	background-color:#C1E5FE;
	line-height: 7px;
}

/* end horizontal bars */

table#body {
	width:780px;
	background-color:#ffffff;	
	border-left: 1px solid #009AFF;
	border-right: 1px solid #009AFF;
	border-bottom: 1px solid #009AFF;
}
td#bodyTop {
	line-height:0px;
	background-color:#F7F5F0;
}
td#leftCol {
	width:160px;
	font-size:0.9em;
	border-right:1px solid #009AFF;
	background-color:#C1E5FE;
	padding-top:0px;
}
td#leftCol h1 {
	display:block;
	margin:0px;
	font-size:1em;
	font-weight:normal;
	background-color:#BFAF82;
	color:white;	
	padding:4px 5px 4px 5px;
	border-bottom: 1px solid #7BC7FB;
}
td#leftCol img {
	display:block;
	margin: 0px 0px 0px 0px;
}
/* menu */
ul#menu {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	width:160px;
	border-top:1px solid #F7F5F0;
}
ul#menu li {	
	border-bottom:1px solid #F7F5F0;
}
ul#menu strong {
	display:block;
	line-height:14px;	
	font-weight:bold;
	color:white;
	background-color:#009AFF;	
	padding:4px 5px 4px 5px;	
}
ul#menu em {
	display:block;
	font-style:normal;
	background-color:#C1E5FE;	
	padding:2px 5px 2px 5px;	
}

ul#menu img {
	margin:2px 5px 0px 0px;
}
ul#menu a {
	display:block;
	width:150px;
	padding:2px 5px 2px 5px;
	text-decoration:none;
}
ul#menu a:hover{
	background-color:#F7F5F0;
	text-decoration:none;
	
}
/* end menu */
td#main img {
	margin:	0px 0px 5px 5px;
	border:1px solid black;
}
table#thumbs {
	padding-bottom:0px;
}
table#thumbs td {	
	border-bottom:1px solid #887748;
	padding-top:3px;
}
table#thumbs img {
	margin-left:0px;
	margin-right:5px;
}
table#imageWrapper {
	font-size:0.9em;
	padding-top:2px;
	margin-left:10px;
	margin-bottom:10px;
}
table#imageWrapper img {
	margin:0;
}