@charset "utf-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #535353;
}
/***********************************************/
#clearBoth {
	clear: both;
}
.main {
	background-image: url(../images/topBg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.mainInterna {
	background-image: url(../images/topBg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bottomBg {
	background-image: url(../images/bottomBg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 1px;
}
.topContainer {
	margin: auto;
	width: 950px;
	height: 120px;
	overflow: hidden;
}
.logo {
	height: 60px;
	width: 223px;
	position: absolute;
	overflow: hidden;
	margin-top: 30px;
	margin-left: 8px;
}
.logo a {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	display:block;
	padding-top: 60px;
}
.toolbar {
	overflow: hidden;
	height: 35px;
	padding-top: 40px;
	color: #999999;
	font-size: 11px;
}
.toolbar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: right;
}
.toolbar li {
	display: inline;
}
.toolbar a {
	color: #666666;
	text-decoration: none;
}
.toolbar a:hover {
	color: #FFFFFF;
}
.mainNavigation {
	clear: both;
	padding-top: 13px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 120px;
}
.mainNavigation table {
	float: right;
}
.mainNavigation td {
}
.mainNavigation a {
	font-size: 14px;
	color: #8C8C8C;
	font-weight: bold;
	text-decoration: none;
	padding-left: 35px;
	text-transform: uppercase;
}
.mainNavigation a:hover {
	color: #beaa40;
}
.mainNavigation .active {
	color: #000000;
}

.mainNavigation .flag {
	background-image: url(../images/f_england.png);
	background-repeat: no-repeat;
	height: 1px;
	width: 35px;
	padding-top: 25px;
	overflow: hidden;
	display: block;
	font-size: 1px;
	background-position: right top;
}
.head {
	margin: auto;
	width: 950px;
	padding-bottom: 10px;
}
.mainContent {
	margin: auto;
	width: 950px;
}
.footer {
	background-image: url(../images/footerBg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 80px;
	font-weight: bold;
	color: #999999;
	clear: both;
	font-size: 12px;
	line-height: 16px;
}
.footer a {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}

/***********************************************/
.subMenu {
	padding-right: 10px;
	padding-left: 10px;
}
.subMenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.subMenu li {
	width: 95%;
}
.subMenu li ul{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.subMenu li ul li{
	width: 95%;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	line-height: 14px;
	background-position: left 9px;
}
.subMenu a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size: 16px;
	line-height: 18px;
}
.subMenu a:hover {
	color: #000000;
}
.subMenu .active {
	color: #000000;
}
.subMenu li ul li a{
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-style: none;
	font-size: 10px;
	line-height: 18px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
