﻿/*****************************************/

.header
{
    width: 1000px;
}

.top-bg
{
    background-color: #FFFFFF;
    background-image: url(Images/top_bg1.gif);
    background-repeat: repeat-x;
}

.top-lang-bg
{
    text-align: right;
    background-image: url(Images/top_lang_bg.gif);
    background-repeat: repeat-x;
    border: 1px solid #B13E16;
    color: #FFFFFF;
    font-size: 10px;
    height: 16px;
}

.top-lang-bg a
{
    color: #FFFFFF;
    font-size: 9px;
    text-decoration: none;
}

.logo-middle
{
    background-color: #F7C407;
    width: 1000px;
    text-align: left;
}

/* TOP NAVIGATION */

.menu-bg
{
    background-image: url(Images/menu_bg1.gif);
    width: 100%;
    text-align: left;
}

.menu-right
{
    width: 9px;
}

.menu-left
{
    width: 9px;
}

.menu-item
{
    color: #FFFFFF;
    text-align: center;
    width: 88px;
    font-weight: bold;
}

.menu-item a
{
    text-decoration: none;
    color: #FFFFFF;
    font-size: 10px;
}

.menu-item a:hover
{
    text-decoration: none;
    color: #FCEF00;
    background: none;
}

.menu-split
{
    background-image: url(Images/menu_split.gif);
    width: 4px;
}

.footer {
	width: 1000px;
}

.bottom-navigation {
	background-color: #F7C407;
	width: 1000px;
	height: 20px;
	color: #FFFFFF;
	font-size: 9px;
}

.bottom-navigation a {
	text-decoration: none;
	color: #FFFFFF;
}

.bottom-navigation a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.bottom-copyright {
	color: #999999;
	font-size: 10px;
	margin-top: 10px;
}

.bottom-copyright a {
	color: #999999;
	font-size: 10px;
	text-decoration: none;
}

.bottom-copyright a:hover {
	color: #999999;
	font-size: 10px;
	text-decoration: underline;
}
