@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	color: #808080;
	text-decoration: none;
	text-transform: none;
	background-color: #e5e5e5;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/main-bg.jpg);
	background-repeat: repeat;
	background-position: 50% 50%;
	height:100%;
	width:100%;
	overflow:hidden;
}
html {
	overflow-y: scroll;
}
a, input {
	color: #ffffff;
	text-decoration: none;
	outline: 0;
}
.loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100000;
	background-color: #000000;
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
div.container {
	width: 100%;
	display: block;
	float: left;
}
div.main-wrap {
	width: 700px;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div.main {
	width: 700px;
	display: block;
	float: left;
	padding-top: 370px;
	padding-bottom: 20px;
}
div.logo {
	width: 669px;
	display: block;
	height: 204px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div.newsletter-box-outer {
	width: 100%;
	display: block;
	float: left;
	background-image: url(../images/newsletter-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div.newsletter-box-inner {
	width: 420px;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div.notified {
	width: 420px;
	display: block;
	float: left;
	padding-top: 25px;
	padding-bottom: 25px;
}
div.notified h1 {
	display: block;
	clear: both;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 10px;
	font-family: "avantgarde_bk_btdemi";
	text-transform: uppercase;
	text-shadow: #292a2a 1px 1px;
}
div.notified input {
	width: 261px;
	background-color: transparent;
	background-image: url(../images/textbox.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: left;
	float: left;
	height: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808080;
	font-style: italic;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-left: 7px;
}
div.notified .subscribe-btn {
	width: 121px;
	background-color: transparent;
	background-image: url(../images/subscribe-btn.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
	float: left;
	height: 36px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 16px;
	text-transform: uppercase;
	color: #ffffff;
	font-family: "avantgarde_bk_btdemi";
	text-shadow: #880000 1px 1px;
	cursor: pointer;
	font-style: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div.notified .subscribe-btn:hover {
	background-position: 0px -36px;
	text-shadow: #070707 1px 1px;
}
