@font-face {
	font-family: Futura;
	src: url(/files/FuturaMedium.ttf);
}

@font-face {
	font-family: Palatino;
	src: url(/files/PalatinoItalic.ttf);
}

/*
Header font stack :
	font-family: "Futura", Futura, "Century Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
Normal font stack :
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
*/
.futura {
	font-family: Futura, "Century Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400!important;
}

.helvetica {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.alt {
	font-family: Palatino, "Goudy Old Style", "Book Antiqua", Georgia, serif;
	font-style: normal;
}

.button {
	cursor: pointer;
	float: right;
	font-family: Futura, "Century Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 0 1px 3px rgba(51,51,51,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(51,51,51,0.5);
	-khtml-box-shadow: 0 1px 3px rgba(51,51,51,0.5);
	box-shadow: 1px 0 1px rgba(51,51,51,0.5);
	-moz-text-shadow: 1px 0 0 rgba(232,232,232,0.5);
	-webkit-text-shadow: 1px 0 0 rgba(232,232,232,0.5);
	-khtml-text-shadow: 1px 0 0 rgba(232,232,232,0.5);
	text-shadow: 1px 0 0 rgba(232,232,232,0.5);
	display: inline-block;
	padding: 3px 10px 5px;
	margin: 3px;
	font-size: 14px;
	line-height: 1.5em;
	background: #f1f1f2 url(/img/button_bg.png) left bottom repeat-x;
	color: #4c4c4c;
	border-style: none;
	border-top: 1px solid rgba(255,255,255,0.25);
}

.button:hover {
	-moz-text-shadow: 1px 0 0 rgba(255,255,255,0.5);
	-webkit-text-shadow: 1px 0 0 rgba(255,255,255,0.5);
	-khtml-text-shadow: 1px 0 0 rgba(255,255,255,0.5);
	text-shadow: 1px 0 0 rgba(255,255,255,0.5);
	background-color: #fff;
	color: #5c6064;
}

.button:active {
	position: relative;
	top: 1px;
	-moz-text-shadow: 1px 0 0 rgba(207,207,207,0.5);
	-webkit-text-shadow: 1px 0 0 rgba(207,207,207,0.5);
	-khtml-text-shadow: 1px 0 0 rgba(207,207,207,0.5);
	text-shadow: 1px 0 0 rgba(207,207,207,0.5);
	background-image: url(/img/button_bg_active.png);
	background-color: #b3b3b3;
	color: #404040;
}

html {
	background: #d0dcf1;
	height: 100%;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	height: 100%;
	min-height: 600px;
	background: transparent;
	min-width: 950px;
	color: #2c3960;
}

html#main {
	background: #d0dcf1 url(/img/main_bg.png) repeat-x;
}

html#main body {
	background: transparent url(/img/big_curtian_bg.png) no-repeat center top;
}

html,body,#wrap {
	height: 100%;
}

body > #wrap {
	height: auto;
	min-height: 100%;
}

.title {
	float: left;
	text-indent: -9999em;
	background: transparent url(/img/main_title.png) no-repeat center center;
	width: 447px;
	height: 73px;
}

.title a {
	display: block;
	width: 100%;
	height: 100%;
}

#inner {
	padding-bottom: 200px;
/* CHECK ALL THREE VALUES */
}

#main .header {
	margin-bottom: 40px;
	float: left;
	height: 60px;
	width: 950px;
}

h1,h2 {
	color: #fcfcfc;
	font-weight: 400!important;
	font-family: Futura, "Century Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400!important;
}

h2 {
	font-size: 3em;
}

label {
	font-weight: 400;
	color: #fcfcfc;
	float: left;
	font-size: 1.2em;
}

#main_curtain form {
	text-align: center;
	width: 572px;
	margin: 10px auto 200px;
	padding: 0 109px;
}

#ShowQ {
	background: #fcfcfc;
	color: #0f0f0f;
	width: 560px;
	font-size: 1.2em;
	border: 1px solid #5477DA;
	margin-top: 0;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-khtml-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	box-shadow: 1px 0 1px rgba(0,0,0,0.5);
	outline: none;
}
#ShowQ.grey {
	font-style: italic;
	color: #888;
} 
#main_curtain h2 {
	-moz-text-shadow: 0 3px 2px rgba(15,15,15,0.35);
	-webkit-text-shadow: 0 3px 2px rgba(15,15,15,0.35);
	-khtml-text-shadow: 0 3px 2px rgba(15,15,15,0.35);
	text-shadow: 0 3px 2px rgba(15,15,15,0.35);
	font-size: 11em;
	line-height: 2.5em;
	margin-bottom: 120px;
	text-align: center;
}

/* Begin Footer */
#footer {
	float: left;
	margin: 0;
	margin-top: -200px;
/* CHECK ALL THREE VALUES */
	height: 200px;
/* CHECK ALL THREE VALUES */
	background: transparent url(/img/footer_bg.png) repeat-x center top;
	width: 100%;
	clear: both;
	z-index: 1;
	position: relative;
}
#footer .copyright {
	font-family: Futura, "Century Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400!important;
	position: absolute;
	bottom: 0;
	width: 940px;
	padding: 8px 5px;
	font-size: 14px;
	color: #6a89e5;
	border-top: 1px solid #425690;
}

#footer .copyright div {
	float: left;
}

#footer .copyright .quote {
	float: right;
}

#footer .container {
	color: #fff;
}
/* End Footer */
.error, .success {
	text-align: center;
	font-size: 1.2em;
	padding: 0.5em;
	border-width: 1px;
	border-style: solid;
}