/* Reset
========*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* Remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: black;
  background: white;
  padding-bottom: 10px;
}
ol, ul {
  list-style: none;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}

/*a:link {
  color: #005aaa;
}

a:visited {
  color: #509fce;
}

a:hover {
  color: #ef3e33;
}

a:active {
  color: #ef3e33;
}

a:focus {
  outline: 1px dotted #ccc;
}*/

strong {
    font-weight: bold;
}

label {
	cursor: pointer;
}

h1.replacement,
a.replacement {
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -5000px;
}

/* Layout
=========*/

body {
	background: #000 url(/img/site/language_select/background.jpg) no-repeat 50% -150px;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	text-align: center;
}

#wrapper {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 994px;
}

#bcr2_cta {
	display: inline;
	position: relative;
	top: 350px;
	left: 0px;
}
/* Language select
==================*/

#language_select {
	background: transparent url(/img/site/language_select/language_select.jpg) no-repeat 0 0;
	height: 534px;
	/*height: 170px;*/
	position: absolute;
	right: 0;
	top: 56px;
	width: 544px;
}

#language_select a {
	position: absolute;
}

#language_select a:hover {
	background-position: 0 100%;
}

#language_select a.en {
	background-image: url(/img/site/language_select/language_en.jpg);
	height: 60px;
	right: 98px;
	top: 184px;
	width: 182px;
}

#language_select a.fr {
	background-image: url(/img/site/language_select/language_fr.jpg);
	height: 47px;
	right: 25px;
	top: 244px;
	width: 190px;
}

#language_select a.es {
	background-image: url(/img/site/language_select/language_es.jpg);
	height: 42px;
	right: 21px;
	top: 322px;
	width: 179px;
}

#language_select a.de {
	background-image: url(/img/site/language_select/language_de.jpg);
	height: 71px;
	right: 259px;
	top: 400px;
	width: 136px;
}

#language_select a.it {
	background-image: url(/img/site/language_select/language_it.jpg);
	height: 55px;
	right: 59px;
	top: 385px;
	width: 180px;
}

#language_select a.au {
	background-image: url(/img/site/language_select/language_au.jpg);
	height: 42px;
	right: 348px;
	top: 353px;
	width: 181px;
}

#language_select a.us {
	background-image: url(/img/site/language_select/language_us.jpg);
	height: 42px;
	right: 361px;
	top: 277px;
	width: 183px;
}

#language_select a.jp {
	background-image: url(/img/site/language_select/language_jp.jpg);
	height: 42px;
	right: 319px;
	top: 213px;
	width: 182px;
}

.language_select #legals {
	padding-bottom: 1em;
	position: absolute;
	top: 580px;
	right: 0px;
	text-align: center;
	width: 544px;
}

#legals {
	color: #a8b680;
	text-align: center;
	font-size: 11px;
	padding: 10px 0 0 29px;
	width: 960px;
}

#legals a {
	color: #a8b680;
}

