﻿*
{
    padding: 0;
    margin: 0;
}
html > body
{
    background-color: #323232;
}
body
{
    font: 62.5%;
    text-align: center;
}
#Content
{
    width: 800px;
    text-align: left;
    position: relative;
    margin: 0 auto;
}
#Header
{
    position: relative;
    width: 800px;
    float: right;
    text-align: right;
    padding: 10px 0;
}
#Nav
{
    position: relative;
    width: 190px;
    float: left;
    text-align: left;
}
#NavPort
{
    position: relative;
    width: 100px;
    float: left;
    text-align: left;
}
#Nav ul, #NavPort ul
{
    list-style: none;
    border-top: #c33 1px solid;
    height: auto;
    color: #c33;
}
#Nav li, #NavPort li
{
    font-size: 0.9em;
    display: inline;
}
#Nav li.first
{
    font-size: 1.1em;
    font-weight: bold;
}
#Image
{
    position: relative;
    float: right;
}
#ImageCaption
{
    position: relative;
    bottom: 0;
    right: 0;
    margin: -35px 0 0 0;
    width: 100%;
    background-color: #6ca3d9;
    color: #d93636;
    text-align: right;
    font-family: "Palatino Linotype" , "Book Antiqua" , Palatino, Serif;
    font-size: 1.4em;
}
.transparent
{
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}
#Copy
{
    position: relative;
    width: 600px;
    float: right;
    padding: 10px 0 20px 0;
}
#col1, #col2, #col3
{
    position: relative;
    float: left;
    width: 33%;
    text-align: center;
    font-size: 1em;
}
#col1, #col2
{
    border-right: #c33 1px solid;
}
#Flashcontent
{
    position: relative;
    text-align: center;
    float: right;
    margin: 0;
    padding: 0;
    width: 600px;
    height: 500px;
}
#Footer
{
    text-align: right;
    clear: right;
    font-size: 0.8em;
    padding: 10px 0;
    border-top: #c33 1px solid;
}
a, a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
    color: #69c;
    font-family: "Palatino Linotype" , "Book Antiqua" , Palatino, Serif;
}
p
{
    color: #69c;
    font-family: "Palatino Linotype" , "Book Antiqua" , Palatino, Serif;
}
#Nav a:hover
{
    color: #c33;
    text-decoration: underline;
}
h1, h2, h3, h4, h5, h6
{
    color: #c33;
    font-family: "Palatino Linotype" , "Book Antiqua" , Palatino, Serif;
    font-weight: normal;
    font-variant: normal;
    padding: 0;
}
h1
{
    font-size: 1.8em;
    border-bottom: #c33 1px solid;
    text-align: right;
    padding: 0.5em 0 0.1em 0;
}
h2
{
    font-size: 1.6em;
    text-align: right;
}
h3
{
    font-size: 1.1em;
    padding: 0.5em 0 0.1em 0;
}
p, #Copy a, #Copy a:hover, #Copy a:active, #Copy a:link, #Copy a:active, li
{
    font-size: 0.9em;
    padding-bottom: 1em;
}
#Copy a, #Copy a:hover, #Copy a:active, #Copy a:link, #Copy a:active
{
    color: #c33;
}
#Copy li
{
    list-style: none;
    line-height: normal;
}
q
{
    width: 100%;
    text-align: center;
    border: #c33 2px 0px 2px 2px dotted;
}
table
{
    empty-cells: show;
    padding: 0;
    margin: 0;
    color: #46698c;
    font-family: "Palatino Linotype" , Palatino, "Book Antiqua" , Serif;
    font-weight: normal;
}
table thead th
{
    border: 0;
    border-bottom: 1px solid #c33;
    text-align: center;
    font-size: 0.9em;
}
table tbody td
{
    text-align: center;
    width: 60px;
    font-size: 0.8em;
}
table tbody td.first
{
    width: 150px;
    text-align: right;
}
table tbody tr.on
{
    background-color: #bcd7ee;
}
table tbody tr.off
{
    background-color: White;
}
table#contact tbody td
{
    text-align: left;
}
table#contact tbody td.first
{
    text-align: right;
    width: 170px;
}
table#feedback tbody td.first
{
    width: 400px;
    text-align: right;
}
table#addons tbody td.first
{
    width: 300px;
    text-align: right;
}
table#addons tbody td.second
{
    width: 150px;
    text-align: center;
}
img
{
    border: 0;
}
.rate
{
    font-size: 1.6em;
    color: #c33;
    font-style: italic;
}
.error
{
    color: #c33;
    font-size: 1.4em;
    font-weight: bold;
    padding-bottom: 10px;
}
.right
{
    float: right;
    text-align: right;
}
.small
{
    font-size: 0.7em;
    padding: 2em 0 0 0;
}
