﻿*
{
    margin: 0;
    padding: 0;
}
p
{
    margin: 5px 0 10px 0;
}
#body
{
	margin: 0 auto;
	width: 800px;
}
#logo
{
	width: 250px;
	float: left;
	padding-top: 3px;
}
* html #logo
{
    width: 245px;
}
#logoRight
{
	width: 550px;
	float: left;
}
* html #logoRight
{
    overflow: hidden;
    padding-right: 6px;
}
#logo img
{
	border-width: 0px;
}
/*--------header-------------*/
#header
{
	width: 800px;
	margin: 0 auto;
	height: 139px;
	font-size: 12px;
	font-family: Arial;
}
#header #languageBar
{
	width: 800px;
}
#header #logo
{
	width: 258px;
}
#header #logoRight
{
	width: 536px;
	float: left;
}
/*------------main content---------*/
#mainContainer
{
	background-color: #393939;
}
/*----------top menu-------*/
#topMenu1Home
{
    width: 100%;
    float: left;
    text-transform: capitalize;
    line-height: 20px;
    font-size: 12px;
}
#topMenu2Home
{
    width: 100%;
    float: left;
    line-height: 20px;
    text-transform: uppercase;
    margin-top: 5px;
    font-size: 12px;
}
/*----footer-------*/
#footer
{
	width: 800px;
	margin: 0 auto;
	text-align: center;
	color: #5c5757;
	padding-bottom: 12px;
}