﻿#header #logo a
{
	border: 0;
}
#header #languageBar
{
	line-height: 30px;
	height: 30px;
}
#languageBar a
{
	color: #c1c1c1;
}
#languageBar a:hover
{
	text-decoration: none;
}
/*------------top menu--------------*/
.topMenu {
	width: 100%;
	height: 53px;
	margin-left: 6px;
	margin-top: 0;
	background:url(Images/bg_topmenu.jpg) no-repeat left; 
}
.topMenu ul
{
	margin:0;
	list-style: none;
}
.topMenu li
{
	float: left;
	margin-left: 20px;
}
.topMenu a:link, .topMenu a:visited {
	color: #737373;
	font-weight: bold;
	text-decoration: none;
}
.topMenu a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
/*---------------cells-------------*/
.cell1
{
	width: 327px;
	height: 43px;
	background: url(Images/cell1.jpg) no-repeat;
	margin-top: 28px;
	padding-left: 60px;
	padding-top: 4px;
}
.cell2
{
	width: 327px;
	height: 43px;
	background: url(Images/cell2.jpg) no-repeat;
	padding-left: 60px;
	padding-top: 4px;
}
.cell3
{
	width: 327px;
	height: 43px;
	background: url(Images/cell3.jpg) no-repeat;
	padding-left: 60px;
	padding-top: 4px;
}
.cell4
{
	width: 327px;
    height: 60px; 
	background: url(Images/cell4.jpg) no-repeat left 10px;
	padding-left: 60px;
	padding-top: 4px;
}
.cell5
{
	width: 327px;
	height: 43px;
	background: url(Images/cell5.jpg) no-repeat;
	padding-left: 60px;
	padding-top: 4px;
}
.cell1 p,.cell2 p,.cell3 p,.cell4 p,.cell5 p
{
	color: #737373;
	margin: 0;
}
.cell1 a,.cell2 a,.cell3 a,.cell4 a,.cell5 a
{
	text-decoration: none;
}
/*-------------footer---------------*/
#footer a
{
	color: #423d3d;
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: underline;
}
/*---------column--------------*/
#columnRight h1
{
	font-size: 17px;
	color: #aaaaaa;
	font-family: Trebuchet MS;
	margin-top: 5px;
}
#columnRight div
{
	margin-top: 15px;
	width: 305px;
	float: left;
	font-weight: bold;
	color: #fff;
}
#columnRight p
{
	float: left;
	line-height: 23px;
	margin: -4px 0 0 0;
	padding-left: 27px;
}
#columnRight span
{
	color: #737373;
}
#columnRight img
{
	float: left;
}
#columnRight a
{
	text-decoration: none;
}
/*--------other--------*/
.fontSize14
{
	font-size: 14px;
}