/* Warren Post, New Media Copán 
   webmaster ~at~ cafecopan ~dot~ com

With grateful thanks to Charlie Oriez (1952-2005) for inspiration, web authoring and otherwise. I'll miss you, buddy.
http://www.oriez.org/

*/

body { 
   margin: 0em; 
   padding: 0em; 
   min-width: 670px; 
   font-family: verdana, sans-serif; 
   font-style: normal; 
   font-size: 85%; 
   line-height: 1.35em; 
   color: black; 
   background-color: white; 
   background-image: url(page_watermark.jpg); 
   background-attachment: fixed; 
   background-repeat: no-repeat; 
   background-position: 25% 75%; 
   } 
 
a:link { 
   } 
 
a:visited { 
   } 
 
a:hover { 
   color: inherit; 
   background: #E6CF72; 
   } 
 
a:active { 
   text-decoration: none; 
   }

div.header { 
   margin: 0em; 
   padding: 0em; 
   color: inherit; 
   background-color: #73696a; 
   background-image: url(logo_background.jpg); 
   background-repeat: repeat-x; 
   border-bottom: 1px #745D00 solid; 
   } 

div.header img {
   border: none; 
   margin-top: 40px; 
   margin-left: 4em; 
   }

div.nav-top {
   padding-top: 0.25em; 
   padding-bottom: 0.25em;
   padding-left: 3em; 
   font-size: 100%; 
   background-color: #745D00; 
   color: white; 
   text-transform: capitalize; 
   }

div.nav-top a {
   padding-top: 1px; 
   padding-bottom: 1px; 
   padding-left: 10px; 
   padding-right: 10px; 
/* For MSIE 6.0 */
   color: white;
   background-color: inherit; 
   text-decoration: none; 
  } 

div.nav-top a:hover {
   color: inherit; 
   background-color: #745D00; 
   border: 1px white solid; 
   margin-left: -1px; 
   margin-right: -1px; 
   }

div.lang-control {
   padding-right: 4em; 
   color: inherit; 
   background: #E6CF72; 
   height: 4em; 
   font-size: 95%; 
   text-align: right; 
   }

div.lang-control p {
/* For Opera 7 and 8 */
   display: inline; 
   margin-top: 0em; 
/* Uncomment next line for monolingual site */
/* visibility: hidden; */
   } 

div.lang-control a {
   padding-left: 0.5em; 
   padding-right: 0.5em; 
   }
   
div.lang-control a:link {
   }

div.lang-control a:visited {
   }

div.lang-control a:hover {
   color: inherit; 
   background-color: white; 
   }

div.lang-control a:active {
   }

div.content {
   margin-top: 0em;
   margin-bottom: 1em; 
   margin-left: 4em; 
   margin-right: 4em; 
   }

div.content p {
   text-align: justify;
   }

h1, h2 {
   clear: both; 
   }

h1 { 
   margin-top: -1.5em; 
   margin-bottom: 2em; 
   font-size: 130%; 
   font-weight: 100;  
   font-stretch: wider; 
   } 

h2 {
   border-top: 1px #745D00 solid; 
   padding-top: 0.25em; 
   font-size: 130%; 
   }

img.photo { 
   float: right; 
   margin-left: 1em; 
   margin-right: 0em; 
   margin-top: 0em; 
   margin-bottom: 0.3em; 
   border: 2px black solid; 
   } 

.product-list {
   font-size: 100%; 
   margin-top: -1.5em; 
   text-indent: -0.5em; 
   }

.product-list a {
   margin-top: 0em; 
   padding-left: 0.5em; 
   padding-right: 0.5em; 
   }
   
.product-list a:link {
   }

.product-list a:visited {
   }

.product-list a:hover {
   }

.product-list a:active {
   }

span:lang(es) {
/* Unsupported in MSIE 6.0 */
   font-style: italic; 
   } 

span.paragraph-title {
   font-size: 120%; 
   font-weight: bolder; 
   font-style: normal; 
   } 

p.address { 
   line-height: 1.1em; 
   }

div.footer { 
   color: inherit; 
   background: #E6CF72; 
   font-size: 85%; 
   padding: 0.5em; 
   margin-bottom: 1.5em; 
   border-top: 1px #745D00 solid; 
   border-bottom: 1px #745D00 solid; 
   clear: both; 
   line-height: 1.4em; 
   }
   
div.footer p { 
   margin: 0em; 
   text-align: center; 
   } 

div.footer a {
   padding-left: 0.5em; 
   padding-right: 0.5em; 
   }
   
div.footer a:link {
   }

div.footer a:visited {
   }

div.footer a:hover {
   color: inherit; 
   background-color: white; 
   }

div.footer a:active {
   } 

span.newmediacopan { 
   font-style: normal; 
   display: none; 
   } 
