﻿body {
 color: #4f5455;
 font-family: arial,lucida,helvetica,sans-serif;;
 font-size: smaller%;
 padding-left: 2px;
 text-align: left;
 background-color: #098c7e;
 background-image: url(Images/body_bg.gif);
 background-repeat: repeat-x;
 background-attachment: scroll;
 background-position: left top;
 margin: 0px;
}
h1 {
 color: #3fa79c;
 font: Arial;
 font-weight: 300;
 size: 16;
}
h2 {
 color: #3fa79c;
 font: Arial;
 font-weight: 300;
 size: 16;
}
h3 {
 color: #3a3e3f;
 font: Arial;
 font-weight: 300;
 size: 15;
}
h4 {
 color: #474747;
 font: Arial;
 font-weight: 300;
 size: 13;
}
h5 {
 color: #474747;
 font: Arial;
 font-weight: 300;
 size: 12;
}
p {
 color: #666666;
 font: Arial;
 size: 10;
}

prod-land-item {
 color: #666666;
 font: Arial;
 size: 10;
}

ten-pix-margin {
 color: #666666;
 font: Arial;
 size: 10;
}

flyspeck {
 color: #666666;
 font: Arial;
 size: 8;
}
flyspeckLink {
 color: #2fa5d1;
 font: Arial;
 text-decoration: none;
 size: 8;
}
a { 
 text-decoration: none;
 color: #2fa5d1; 
}

a.applink {
 color: #2fa5d1;
 font: Arial;
 text-decoration: none;
 size: small;
}

applink {
 color: #2fa5d1;
 font: Arial;
 text-decoration: none;
 size: small;
}

ul {
 color: #666666;
 font: Arial;
 size: 10;
}

headline {
 color: #2fa5d1;
 font: Arial;
 font-weight: bold;
 size: 10;
}

innerContent {
 color: #666666;
 font: Arial;
 font-weight: normal;
 size: 10;
}

prod-details {
 color: #666666;
 font: Arial;
 font-weight: normal;
 size: 10;
}

gray {
 color: #666666;
 font: Arial;
 font-weight: normal;
 size: 10;
}
content-cell {
 color: #666666;
 font: Arial;
 font-weight: normal;
 size: 10;
}

ten-pix-margin {
 color: #666666;
 font: Arial;
 size: 10;
}


#container
{
    background-color: #FFFFFF;
    margin: 0px auto;
    width: 914px;
    min-height: 600px;

}

#header
{
    background-image: url(Images/Banner.gif);
    background-repeat: no-repeat;
    height: 89px;
    width: 914px;
}

#languageSelect
{
    float: right;
    margin-top: 10px;
    margin-right: 5px;
}

#nav
{
}

#content
{
    min-height: 200px;
    position: relative;
    margin-bottom: 20px;
    _margin-top: 20px;
}

#footer
{
    bottom: 10px;
    width: 894px;
    border-bottom: 2px solid #00A399;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}

#copyright
{
    font-weight: bold;
    font-size: .7em;
}

/* Menu */

/* Top-level menu */
.CMSMenu
{
	font-size: .8em;
	font-weight: bold;
}

.CMSMenu td
{
    padding-left: 15px;
    padding-right: 15px;
    background-image: url(Images/MenuSeparator.gif);
    background-position: right;
    background-repeat: no-repeat;
}

.CMSMenuItem
{
    color: #666666;
}

.CMSMenuHighlightedMenuItem
{
    color: #000000;
}

/* Sub-menu */

.subCMSMenu
{
    font-size: .7em;
    background-color: #F1F3F5;
}

.subCMSMenuItem
{
    color: #474747;
}

.subCMSMenuItemMouseOver
{
    color: #F1F3F5;
    background-color: #00A399;
    width: 100%;
}


