﻿/*
    General
*/

a
{
    color: Blue;
    text-decoration: none;
}

a:visited
{
    color: Blue;
}

a:hover
{
    text-decoration: underline;
}

body
{
    height: 100%;
    margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
    color: Black;
	background-color: White;
}

h1
{
    margin-top: 14px;
    margin-bottom: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.7em;
    font-weight: bold;
    color: #000084;
}

h2
{
    margin-top: 14px;
    margin-bottom: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    color: #000084;
}

h2 a
{
    color: #000084;
}

h2 a:visited
{
    color: #000084;
}

h3
{
    margin-top: 14px;
    margin-bottom: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    color: #000084;
}

html
{
    height: 100%;
}

img
{
    border-style: none;
}

p
{
    margin-top: 12px;
    margin-bottom: 12px;
    text-align: justify;
}

#layout
{
    position: relative;
    width: 960px;
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
    background-image: url('/i/img/layout-bg.gif');
    overflow: hidden;
}

/*
    Header
*/

#header
{
    position: absolute;
    top: 0px;
    left: 8px;
    width: 944px;
    height: 80px;
    background-image: url('/i/img/header-bg.gif');
    background-repeat: no-repeat;
}

#header h1
{
    padding-left: 15px;
}

#headerNavigationContainer
{
    float: left;
}

#headerNavigation
{
    float: left;
    padding-left: 5px;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    vertical-align: baseline;
}

#headerNavigation a
{
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    color: Black;
}

#headerNavigationFlags
{
    float: right;
    padding-top: 4px;
}

#headerNavigationFlags a
{
    margin-left: 15px;
}

#headerLogoPrint
{
    position: absolute;
    top: 9px;
    left: 744px;
    display: none;
}

@media print
{
    #header
    {
        background-image: none;
    }
    
    #headerNavigation
    {
        display: none;
    }
    
    #headerNavigationFlags
    {
        display: none;
    }

    #headerLogoPrint
    {
        display: block;
    }
}

/*
    Content
*/

#content
{
    margin-left: 23px;
    margin-right: 23px;
    padding-top: 80px;
    padding-bottom: 90px;
    overflow: hidden;
}

.productBox
{
    float: left;
    display: inline; /* fix IE6 */
    width: 415px;
    border: solid 1px #CDCED0;
    margin: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.productBoxContent
{
    position: relative;
    height: 220px;
}

.productBoxLinks
{
    position: absolute;
    bottom: 10px;
    right: 0px;
}

/*
    Footer
*/

#footer
{
    position: absolute;
    width: 944px;
    height: 75px;
    bottom: 0px;
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 5px;
    background-image: url('/i/img/footer-bg.gif');
    background-repeat: repeat-x;
    font-size: 0.8em;
}

#footer p
{
    text-align: center;
}
