@font-face {
	font-family: helveticaneueultralight;
	src: url('../font/HelveticaNeue-UltraLight.ttf');
	#src: url('../font/HELVNEULIGHT.eot');
}

@font-face {
	font-family: helveticaneueultralight;
	font-weight: bold;
	src: url('../font/HelveticaNeue-Roman.otf');
	#src: url('../font/HELVNEULIGHT.eot');
}

* {
	margin: 0;
	padding: 0;
	border: 0;
}

*:focus {
	border: 0;
	outline: 0 none;
}

html {
	overflow: hidden;
	background-color: #000;
}

body {
	overflow: hidden;
	background-color: #000;
	margin: 0;
	padding: 0;
}

.Title {
	font-family: "helveticaneueultralight", sans-serif;
	font-size: 48px;
	float: left;
	clear: left;
	display: inline;
	margin: 0;
	padding-left: 30px;
	#padding-left: 15px;
	margin: 8px 0 -10px 0;
	#margin: 12px 0 0 15px;
	color: #ffffff;
}

.Title a , .TitleFlash a {
	font: normal 48px "helveticaneueultralight", Helvetica, Arial;
	font-smooth: always;
	display: block;
	color: #fff;
	text-decoration: none;
}

#h1 .Title, #h1 .Title h1 a {
	color: #000000;
}
.TitleFlash {
	font-size: 48px;
	margin: 8px 0 -10px 30px;
	#margin: 12px 0 -5px 30px;
}
.Black .TitleFlash {
	clear: left;
	#margin: 12px 0 -5px 30px;
}

#h1 {
	padding: 0 0 0 30px;
}

h1 { 
	font-size: 48px;
	font-family: "helveticaneueultralight", sans-serif;
	#font-family: sans-serif;
	margin: 0 0 0 30px;
	padding: 0;
	font-weight: normal;
}

h1 a {
	color: #000;
	text-decoration: none;
}

.White {
	height: 350px;
	width: 100%;
	background-color: #fff;
	color: #000;
}

.Black {
	width: 100%;
	background-color: #000;
	color: #fff;
	margin-top: 10px;
}
#h1 {
	background-color: #fff;
	padding-bottom: 50px;
}
#h1 h1 {
	background-color: #fff;
	margin: 0;

}
.Black h1 {
	color: #fff;
}
#Target {
	display: none;
}
.SubContent {
	float: left;
	clear: left;
	background-color: #fff;
	color: #000;
	height: 0px;
	width: 100%;
	position: relative;
}
.PageContent {
	position: relative;
	padding: 0 12px 12px 0;
	display: none;
	width: 3000px;
	height: 300px;
	overflow: hidden;
}

.PageContent a {
	color: #000;
}
.PageContent .Box, .PageContent .Box.Hide {
	float: left;
	height: 300px;
	margin-top: 12px;
}
.PageContent .Box .BoxContent, .PageContent .Box.Hide .BoxContent {
 	position: relative;
	padding-left: 12px;
}
.PageContent .Box .BoxContent.text, .PageContent .Box.Hide .BoxContent.text {
	position: relative;
	width: 250px;
	padding:  0 18px 0 30px;
}

h4 {
	position: relative;
	font-family: "helveticaneueultralight", sans-serif;
	display: block;
	font-size: 25px;
	color: #000;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
}

h4 a {
	color: #000;
}
/*.PageContent h4 {
	font: normal 25px "helveticaneueultralight", Helvetica, Arial;
}*/
.PageContent p {
	font: normal 11px/14px Arial;
	font-smooth: always;
}

.input {
	font: normal 25px helveticaneueultralight, Helvetica, Arial;
	width: 350px;
	padding: 0;
	border-bottom: 1px solid #000;
	display: block;
	margin: 0 0 9px 0;
}
.Bt {
	font: normal 25px helveticaneueultralight, Helvetica, Arial;
	background-color: #fff;
	padding: 1px;
	display: block;
	margin: 25px 0 9px 0;
	float: left;
	text-align: left;
}

div#message_div{
	margin:0;
	padding:5px 0 5px 0;
}
div#message_div p{
	margin:0 0 0 30px;
	padding:8px 10px 8px 10px;
	font: normal 11px/14px Arial;
	font-smooth: always;
	width : 510px;
	font-weight:bold;
}
div#message_div p.colorright{
	background-color : #afffd0;
	color : #000;
}
div#message_div p.colorwrong{
	background-color : #af2003;
	color : #fff;
}

div#unsubscribe_message{
	margin:0;
	padding:20px 0 0 30px;
}
#lng {
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: right;
	font: normal 11px/14px Arial;
}

#lng a {
	text-decoration: none;
	color: #000;
}

#lng a.select {
	text-decoration: underline;
}

#Map {
	width: 300px;
	height: 300px;
	background: url(../images/css/map.jpg);
}

/* @group ScrollZone */

#ScrollZone {
	display: none;
	position: absolute;
	bottom: 0px;
	height: 21px;
	width: 100%;
	z-index: 1000;
	margin-bottom: 10px;
}

#ScrollBar {
	position: absolute;
	width: 103px;
	height: 21px;
	z-index: 1000;
	background: url(../images/css/scroll.gif);
}

#Result {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #000;
}


#KeyBoard {
	position: absolute;
	display: none;
	bottom: 10px;
	right: 30px;
	width: 67px;
	height: 45px;
	background: url(../images/css/keyboard.gif);
}


/* @end */
