body {
	behavior: url("/csshover3.htc");
	background: #000000 url(/assets/interface/bg_body.gif) repeat-x top center;
	}

/* ================================== */
/* ===== LAYOUT ===== */
/* ================================== */
#wrapper {
	width:960px;
	margin:0 auto;
	background: #ffffff;
	}
#header {
	height: 122px;
	color:#a0a0a0;
	position:relative;
	background:#fff;
	}
#header h1 {margin:0;padding:0;text-indent:-999em;position:absolute;width:122px;height:86px;top:17px;left:20px;background: url('/assets/interface/logo_andina_home.gif');}
#header p#headerStock {text-align:right;margin:0;position:absolute;right:15px;bottom:10px;color:#9b8449;}

#content {margin-top:0px;}
#sidebar {width:280px;}

.homebox {border: 1px solid #c8c8c8; margin:0 0 10px 0;}
.homebox h3 {width: 268px; height: 32px; line-height: 32px; padding-left: 10px; color: #ffffff; text-transform: uppercase; font-size: 12px; background: url('/assets/interface/bg_box.gif');}

.ftbox {background: #000000 url('/assets/interface/ftBox_bg.jpg') center bottom; color: #ffffff;}
.ftbox h3 {width: 270px; height: 34px; line-height: 44px; padding-left: 10px; color: #ffffff; text-transform: uppercase; font-size: 12px; background: url('/assets/interface/ftBox_title.gif'); font-weight: bold;}
.ftbox p {margin:10px;padding-bottom: 10px;font-size: .9em;}
.ftbox a {text-decoration:none;color:#fff;}
.ftbox a:hover {color:#9b8449;}

#latestNews, #quicklinks, #stockInfo {}


ul#prHome {list-style: none;margin: 0 10px;line-height:1.2em;}
ul#prHome li {margin: 0;padding: 0 0 0 10px;border-left: 1px dotted #2a2a2a;}
ul#prHome li strong {color: #9b8449;text-transform: uppercase;font-size: 1.0em;font-weight: normal;display: block;}
ul#prHome li span {display:block;font-style:oblique;font-size:.9em;}
ul#prHome li a {text-decoration: none;}
ul#prHome li a:link {color: #424242;}
ul#prHome li a:visited {color: #424242;}
ul#prHome li a:hover {color: #004785;}
ul#prHome li a:active {color: #424242;}

#stockInfo dl {margin:0;padding:0;}
#stockInfo dt {text-align:right;font-weight: bold;background: url('/assets/interface/bullet_andina.gif') no-repeat right center;padding-right:20px;float:left;width:49%;}
#stockInfo dd {text-align:left;padding-left:4px;}
#stockInfo p {padding:10px 0 0 0;font-style: italic;font-size: 10px;text-align: center;}

#quickLinks ul {list-style-type:none; margin:0 0 10px 0;padding:0;}
#quickLinks ul li {display:inline;padding:0 10px;}


/* FLASH ALTERNATIVE  */

.flashAlternative {min-height:675px;background: url('/assets/interface/adm_home.jpg') no-repeat;}
.flashAlternative ul {width:330px;padding:30px 10px 0 260px;margin:0;font-size: 1.4em; list-style-type: none;min-height:497px;height:auto !important;height:497px;}
.flashAlternative ul li {padding:18px;}
.flashAlternative ul li a {font-size:.8em;}

.att {width: 640px; background-color: #333; color:#fff; min-height: 28px;}
.att p {padding:5px;}
.att a {color:#fff;}
.att a:hover {color:#9b8449;}

.gold {color:#9b8449;}
.blue {color:#004785;}
.profile {background: url('/assets/interface/bg_companyProfile.png'); min-height: 105px;border-top: 1px solid #666;}
.profile p {color:#fff;padding:20px;font-size: 1.1em; font-weight: lighter;}
.profile a:hover {color:#eee;}

/* ================================== */
/* ===== MAIN NAVIGATION ===== */
/* ===== SUCKERFISH =====*/
/* ===== htmldog.com/articles/suckerfish/dropdowns/ ===== */
/* ================================== */
div#navigation {
	text-transform:uppercase;
	background: url('/assets/interface/bg_nav.gif') repeat-x;
	height: 38px;
	font-size:10px;
	z-index: 101;
	position:relative;
	margin-bottom:15px;
	}


ul#nav li a.selected {background-color:#9f8952;}

ul#nav, ul#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	line-height: 1;/*for keeping the submenus a specific distance below the mainmenu*/
	}

ul#nav li {
	float:left;
	width:159px;/*need to specify width for opera*/
	}

ul#nav li a {
	display:block;
	width:159px;
	text-decoration:none;
	color:#ffffff;
	text-align:center;
	padding:15px 0 13px;
	}


ul#nav li ul {
	position: absolute;
	width: 159px;
	left: -999em;/*move the sub menus out of sight*/
	background-color:#5b5b5b;
	}
	
ul#nav li ul li {
	width: 159px;
	}
	
ul#nav li a:hover, 
ul#nav li ul li a:hover {
	color:#ffffff;
	background-color:#9f8952;
	}
#nav li:hover {background-position: 0 0;/*fix ie7 sticky drop downs*/}

ul#nav li ul li a{
	width:152px;
	display:block;
	height:auto;
	color:#fff;
	text-decoration:none;
	padding: 1em .3em 1em .5em;
	line-height: 1.2em;
	text-align:left;
	background-color:#454545;
	border-bottom: 1px solid #e4e3e2;
	}
	
ul#nav li ul ul {margin:-3.3em 0 0 159px;border-left:1px solid #ffffff;}/*third level and deeper list*/

div#navigation #nav li:hover ul ul, 
div#navigation #nav li.sfhover ul ul {
	left: -999em;
}

div#navigation #nav li:hover ul, 
div#navigation #nav li li:hover ul, 
div#navigation #nav li.sfhover ul, 
div#navigation #nav li li.sfhover ul {
	left: auto;
}

.dividerLine {border-right: 1px solid #eee;}

.expandable {background: url('/assets/interface/bg_nav_arrow.png') no-repeat 148px 10px;}



/* ================================== */
/* ===== TYPOGRAPHY ===== */
/* ================================== */

/* ================================== */
/* ===== SIDEBAR ===== */
/* ================================== */


/* ================================== */
/* ===== FOOTER ===== */
/* ================================== */
#footer {color: #4c4c4c;margin:2em 0 0 0;padding-top:25px;font-size: 11px;text-align:center;background: url('/assets/interface/bg_footer.gif') repeat-x;}
#footer ul {list-style:none;margin:0;padding:0}
#footer li {float:left;margin: 0 1em 0 0;padding:0}
#footer p {clear:both;margin:0;}
#footer a:link {color: #8b7232;text-decoration:none;}
#footer a:visited {color: #8b7232;text-decoration:none;}
#footer a:hover {text-decoration:underline;color:#333;}
#footer a:active {color: #8b7232;}

.bottom {width:960px;height:10px;background: url('/assets/interface/bg_bottom.png');margin:0 auto;}



/* ================================== */
/* ===== FORMS ===== */
/* ================================== */


/* ================================== */
/* ===== TABLES ===== */
/* ================================== */
table.datagrid {
border-collapse:collapse;
margin:0;
font-size:9px;
width:100%;
border-left:1px solid #d2d2d2;
}
table.datagrid caption {font-size: 9px;text-transform:uppercase;text-align:right;padding:0;margin:0;color:#999;}
table.datagrid caption strong {display: none;}
table.datagrid th{text-align:center;background:#555;color:#fff;text-transform:uppercase;padding:.4em .25em .5em;font-weight:bold;font-size:8px;}
table.datagrid tbody tr {text-align:left;border-bottom:1px solid #e0e0e0;}
table.datagrid tbody tr:hover {background:#b1dcf0;color:#333;}
table.datagrid tr.trA {background:#ededed;}
table.datagrid tr.trB {background:#fcfcfc;} 

table.datagrid td {font-size:.95em;padding: .2em .25em .2em;border-right:1px solid #e0e0e0;}

table.datagrid tfoot td {background:#999;color:#e8e8e8;font-size: 9px;line-height:1em;font-style:oblique;padding:1em;}

table#pressReleases {font-size: 11px;line-height:1.4em;color:#333;background:#f0f5f7;}
table#pressReleases td {padding:.4em;}
td.date {text-transform:uppercase;width:100px;text-align:center;font-size:10px;color:#333;}
td.icons {width:32px;border:0;border-right:1px solid #ccc;}
td.icons a {float:left;width:16px;height:16px;margin:0 auto;}
	

table#stockTable {width:auto;}
table#stockTable thead tr th{padding:.1em .25em .05em;font-weight:bold;font-size:1em;padding:.5em .2em;}
table#stockTable tbody td {font-size:1.1em;padding: .1em .25em .3em;}
table#stockTable tfoot tr td {padding: 3px;}


.legend dl {width:100%;text-align:left;border:1px solid #a7a7a7;margin:0;overflow:hidden;}
.legend dt {margin:0 2em .5em;padding:0 0 .2em;text-align:center;font-size:11px;border-bottom:1px solid #777;}
.legend dd {width:48%;float:left;margin:0 0 0 10px;padding:0;font-weight:normal;}

/* ================================== */
/* ===== MISCELLANEOUS ===== */
/* ================================== */
a img {border:none;}

img.right {float: right;margin:0 0 .5em 2em;border:1px solid #999;padding:1px;}

#photos {margin:15px 0 0 0;}
#photos img {margin:0 3px 3px 0;}


/* ================================== */
/* ===== HTML PRESS RELEASE ===== */
/* ================================== */
#release {font: 13px/16px Times,serif;text-align:justify;}

#release h3 {margin:0;font-size: 14px;border:0;border-top:1px solid #d2d2d2;}

#release h4 {margin:2em 0 .5em;font-size: 14px;}
#release h4#releaseTitle {text-align:center;margin:2em 50px 1.5em;font-size: 16px;line-height: 1.4em;}

a.dlPDF {background:url('/assets/interface/icon_pdf_small.gif');margin:-16px 0 0 566px;text-indent:-999em;width:16px;height:16px;display:block;}


#releaseBody {margin:2em 0 0 0;}
#releaseBody p {margin:0 0 1em 0;}

#releaseFooter {font-size:11px;line-height:1.1em;color:#666;border-top:1px solid #d2d2d2;}
#releaseFooter h4 {margin: 1em 0 .4em 0;}


#releaseBody table.datagrid {font-family: Arial, sans-serif;font-size:.9em;}
#releaseBody table.datagrid th {font-size:10px;}
#releaseBody table.datagrid tfoot {font-size:10px;}
