body {
  font-size: 12px;
  background: #efefef;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  word-spacing: .0;
}
a:visited { color: #74008c; }

a:hover { color: #039; }

a:link { color: #039; }

a:active { color: #c7002c; }

#mainbody  {
  border-left: 1px solid #c3c3c3;
  border-right: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
  padding-right: 10px;
  padding-left: 10px;
  background: #fff;
  width:960px;
  margin-left: auto;
  margin-right: auto;
}


#header {
	background-color: #C7002C;
	height: 80px;
	position: relative;
	margin-top: 10px;
}

#searchbox {
	position: absolute;
	bottom: 0;
	background: #CBD4D6;
	width: 100%;
	height: 40px;
	padding-top: 10px;
	border-top: 1px solid #fff;
}

#searchbox label {
	font-weight: bold;
	margin-right: 10px;
}

#searchbox .textfield {
	width: 450px;
	margin-left: 10px;
	margin-right: 10px;
}

#searchbox form {
	margin: 0 auto;
	width: 750px;
	padding: 0px;
}

#searchbox form .submit {
	margin-bottom: -8px;
}

#locale {
	overflow: auto;
	width: 100%;
	margin-top: 15px;
}

#locale div {
	width: 33%;
	height: 140px;
	float:left;
	margin-left: 1px;
	margin-bottom: 10px;
}

#locale div p {
	margin-bottom: 2px;
	padding-right: 10px;
}


#locale div h2{
 font-size: 125%;
 margin-top: 0px;
}

#locale div.com h2{
	background: url(/euimages/Flags/com-flag.gif) no-repeat 90px;
}

#locale div.uk h2{
	background: url(/euimages/Flags/uk-flag.gif) no-repeat 90px;
}

#locale div.de h2{
	background: url(/euimages/Flags/de-flag.gif) no-repeat 115px;
}

#locale div.fr h2{
	background: url(/euimages/Flags/fr-flag.gif) no-repeat 100px;
}

#locale div.it h2{
	background: url(/euimages/Flags/it-flag.gif) no-repeat 100px;
}

#locale div.es h2{
	background: url(/euimages/Flags/es-flag.gif) no-repeat 105px;
}


#footer {
  width:960px;
  margin: 40px auto 10px auto;
  text-align: center;
}

#footer p.sites {
  padding: 30px 0;
	border-top: 1px dotted #c3c3c3;
	border-bottom: 1px dotted #c3c3c3;
}

.legal {
color: #666;
font-size: 10px;
padding-bottom: 8px;
}

.accepts {
font-size: 10px;
}
