﻿html
{
	overflow: -moz-scrollbars-vertical;
	overflow: scroll;
}

body
{
    margin: 0;
    padding: 0;
    font: 80%/1.3 arial, helvetica, sans-serif;
    color: black;
    background-color: #222222;/*#273854;*/
}

p
{
    text-align: justify;
    padding: 0;
    margin: 0 0 10px 0;
}

h2
{
    font-size: 110%;
    margin: 10px 0 0 0;
    padding: 0;
    text-align: left;    
}

.centered
{
    text-align: center;   
}

table
{
    margin: auto;
}

td
{
    padding: 0.5em 3em;
    text-align: left;
}

#container
{
    position: relative;
    width: 520px;
    margin: auto;
    background: url(images/centerborder-222222.gif) repeat-y; 
}

    #topborder
    {
        height: 36px;
        background: url(images/topborder-222222.gif) top center;
    }

    #bottomborder
    {
        height: 28px;
        background: url(images/bottomborder-222222.gif) bottom center;
    }
    
    #logo
    {
        text-align: left;
        margin: 0pt 25px 20px 25px;
    }
    
    #logo h1 
    {
        margin:0pt;
        padding:0pt;
    }
    
    #logo h1 span
    {
        display:none;
    }

    #logo img 
    {
        border: 0;
    }
    
    #getSupport 
    {
    	position:absolute;
    	top: 40px;
    	left: 400px;
    	float:right;
    	display: block;
    	width: 93px;
    	height: 55px;
    	background: url(images/get-support.gif) no-repeat top left;
    }
    
    #getSupport:active, #getSupport:hover
    {
    	background: url(images/get-support.gif) no-repeat bottom left;
    }
    
    #getSupport span
    {
    	display:none;
    }
    
    #menu 
    {
        text-align: center;    
        margin-bottom: 20px;    
    }

    #menu ul 
    {
        width: 28.1em;
        height: 1.5em;
        margin: 0 auto;
        padding: 0;
        list-style-type: none;
    }
    
    #menu ul li 
    {
        width: 7em;
        float: left;        
        padding:0;
        margin:0;
    }
    
    #menu ul li a
    {
        font-size: 100%;
        font-weight: bold;
        color: #273854;  
         
        text-decoration: none;        
    }

    #menu ul li a:hover
    {
        color: #31466A;        
    }

    #menu ul li a:hover, #menu ul li a.selected 
    {
        /*border-bottom: solid 3px #273854;         */
    }

    #content 
    {
        clear: both;
        margin: 0 40px;
        text-align: left;
    }        

        #contacts
        {
            text-align: center;
        }
        
    #footer address
    {
        font-style: italic;
        color: #273854;
        display: block;
        margin: 20px 0 0 0;
        text-align: center;
        clear: left;
    }
    
    #footer #partners
    {
    	margin: 20px 40px 0 40px;    
    }
    

