/* Maple Proofreading
   (c) Jesper Noehr 2007
   jesper@noehr.org */

body {
    margin: 0;
    padding: 0;
    font: 0.8em "Lucida Grande", "Verdana";
}

#top {
    background: #fff url('/img/mapleleaf.png') 8px 8px no-repeat;
    float: left;
    height: 106px;
    width: 100%;
}

#top #topborder {
    position: relative;
    width: 400px;
    top: -16px;
    background: #778382;
    left: 125px;
    height: 2px;
}

#top #toptext {
    position: relative;
    left: 135px;
    top: 20px;
}

#shadebg {
    height: 200px;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff url('/img/fixedshadebg.gif') bottom left repeat-x;
    z-index: 0;
}

#menuhead {
    position: absolute;
    height: 20px;
    width: 50px;
    background: #fff url('/img/menuhead.png') top left no-repeat;
    top: 135px;
    left: 20px;
}

#menu {
    position: absolute;
    top: 165px;
    width: 170px;
    border-top: 1px solid #8e9897;
    z-index: 2;
}

#menu ul {
    padding: 10px;
    margin: 0;
    list-style-type: none;
}

#menu ul li {
    margin: 8px;
	padding-bottom: 10px;
}

h3 {
  color: #4d291c;
  font-size: 0.98em;
}

#content {
    color: #251C00;
    background: #fff url('/img/contentframe.gif') top left no-repeat;
    position: absolute;
    line-height: 1.6em;
    top: 135px;
    left: 170px;
    padding: 25px;
    margin-right: 50px;
    min-height: 300px;
    z-index: 5;
}

#content #contentgrayout {
    position: fixed;
    right: 0;
    bottom: 0;
    height: 150px;
    width: 1px;
    background: black;
}

#feather {
    position: fixed;
    bottom: 0px;
    left: 20px;
    width: 260px;
    z-index: 1;
    height: 300px;
    background: url('/img/feather.png') bottom left no-repeat;
}

#rates {
    border: 0;
    padding: 10px;
    margin-bottom: 18px;
}

#rates th {
    border-bottom: 1px solid gray;
}

#countries {
    margin: -8px 0 6px 0;
}

#countries a {
    margin-right: 4px;
}

img { 
    border: 0;
}

a {
    border: 0;
}
.country {
    padding: 2px;
}

.selcountry {
    border: 1px solid #ece4ea;
}