* {
    margin: 0px;
    padding: 0px;
}
body {
    color: black;
    background-color: white;
    font: 12px Georgia, Arial, sans-serif;
    text-align: justify;
}
#main {
    margin: auto;
    width: 760px;
}
.message {
    position: absolute;
    left: 50%;
    top: 50%;
}
#portal {
    width: 760px;
    margin-left: -380px;
    margin-top: -150px;
}
#small {
    width: 350px;
    margin-left: -175px;
    margin-top: -200px;
}
#contact {
    background: white;
    border: 5px solid silver;
    display: none;
    width: 350px;
    margin-left: -175px;
    margin-top: -200px;
}
#small label, #contact label {
    float: left;
}
#small input, #contact input {
    width: 150px;
}
#small p, #contact p {
    clear: both;
    text-align: right;
}
#leftside {
    float: left;
    width: 560px;
    padding-bottom: 10px;
}
html>body #leftside {
    height: auto;
    min-height: 500px;
}
#leftside input {
    width: 100px;
}
#rightside {
    float: right;
    width: 199px;
    padding-bottom: 10px;
}
#rightside a {
    padding-left: 5px;
    display: block;
    text-transform: capitalize;
}
#rightside select, input {
    margin-left: 10px;
    margin-top: 5px;
    width: 189px;
}
#top {
    width: 100%;
    height: 100px;
    background: white url('../media/banner.jpg') no-repeat;
    overflow: hidden;
}
#top img {
    margin-top: -75px;
    opacity: 0.6;
}
#footer {
    clear: both;
    padding: 5px;
    border-top: 1px solid silver;
    text-align: right;
}
#footer a {
    font: 10px Verdana, Arial, sans-serif;
}
.main_icon {
    float: left;
    width: 33%;
}
.main_icon p {
    font-size: 11px;
    padding-right: 20px;
}
input, textarea, select {
    border: 1px solid silver;
    color: #2f4f4f;
    background-color: #f8f8ff;
    font: bold 10px/14px Verdana, Arial, sans-serif;
    padding: 1px;
}
img {
    border: 0px;
}
table {
    width: 100%;
}
tr#head, tr#catalog {
    background-color: #2f4f4f;
    color: #f8f8ff;
}
tr#head td, tr#catalog td {
    padding: 1px 2px;
}
tr#head > td, tr#head > td + td + td {
    width: 10%;
}
tr#head > td + td {
    width: 70%;
}
ul, ol {
    padding: 5px 5px 10px 30px;
}
#images {
    list-style: none;
    padding-left: 10px;
}
#manuallinks li a {
    text-transform: capitalize;
}
ul {
    list-style: square inside;
}
ol {
    list-style: decimal inside;
}
li {
    margin-bottom: 4px;
}
h1, h2 {
    padding-left: 5px;
    font: bold 14px 'Times New Roman', Arial, sans-serif;
    text-transform: capitalize;
}
h1 {
    background: #f8f8ff url('../media/headline.png') no-repeat;
    border-bottom: 1px solid silver;
    margin: 5px 0px;
    letter-spacing: 4px;
}
h1:first-letter {
    font-size: 15px;
}
h2 {
    border-bottom: 1px dashed silver;
    margin-top: 10px;
    letter-spacing: 1px;
}
p {
    padding: 5px;
    line-height: 18px;
}
p:first-letter {
    font-size: 14px;
    font-style: italic;
}
a {
    color: #2f4f4f;
    text-decoration: none;
}
a:hover {
    color: #5f9ea0;
    text-decoration: underline;
}
/* for js generated elements */
#bgshade {
    position: fixed;
    background: black;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.6;
    filter: alpha(opacity = 60);
}
#imgcontainer {
    position: absolute;
    background: white;
    border: 5px solid silver;
    padding: 2px;
    left: 50%;
    top: 50%;
    width: 514px;
    margin-left: -257px;
    margin-top: -237px;
}
#imgcontainer a {
    padding: 2px;
    display: block;
}
