/*Reset code for all browsers*/
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;
}
body {
	margin: 0;
	text-align: left;
	color: white;
	width: 100%;
	height: 100%;
	border-width: 0;
	padding: 0;
	max-height: 100%;
	background-color: #333333;
	overflow: hidden;
	font: 18px/26px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

a:link, a:visited {
	color: white;
	text-decoration: underline;
}

a:hover, a:visited:hover {
	color: #000;
}

a:active, a:visited:active {
	color: #a9a9a9;
}



#TopNavBar {
	z-index: 100;
	background: #8d181b;
	width: 100%;
	height: 20px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
#search{
display: none;
	position: absolute;
	bottom: 0;
	left: 0;
}


#langNav {
	text-align: center;
	font-weight: normal;
	color: xwhite;
	font-size: 0.6em;
	font-style: normal;
	display: block;
	height: 14px;
	width: 100%;
	line-height: 14px;
	margin-top: 2px;
}

#NavBarShadow {
	z-index: 100;
	background: url(../images/shadow.png);
	width: 100%;
	height: 11px;
	display: block;
	position: absolute;
	top: 20px;
	left: 0;
}

#contactWindow{
	width: 400px;
	height: auto;
	z-index: 1001;
	overflow: hidden;

	display: block;
	background-color: #1c1c1c;
	border: 10px solid white;
	border-bottom-style: solid;
	padding: 25px;
	font-weight: normal;
	font-style: normal;
	color: silver;

  margin-left: auto ;
  margin-right: auto ;
	position: relative;
	top: 150px;
}



#contactWindow a:link,#contactWindow a:visited {
	color: white;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.7em;
	text-decoration: none;
}

#contactWindow a:hover,#contactWindow a:visited:hover {
	color: #8d181b;
}

#contactWindow a:active,#contactWindow a:visited:active {
	color: #a9a9a9;
}



#contactWindow img{
	float: left;
	margin-right: 25px;
	z-index: 100;
}


.nTitle{
	color: white;
	line-height: 1em;
	display: block;
	position: relative;
	top: 0;
	left: 0;
	font-size: 1em;
}
