@charset "UTF-8";
/* Browser Reset script, please do not touch */
@import url('reset.css');

/* Stylesheet */

/* === Global Styles === */
@font-face {
    font-family: 'philosopherregular';
    src: url('font/philosopher-regular.eot');
    src: url('font/philosopher-regular.eot?#iefix') format('embedded-opentype'),
         url('font/philosopher-regular.woff') format('woff'),
         url('font/philosopher-regular.ttf') format('truetype'),
         url('font/philosopher-regular.svg#philosopherregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
	background-color: #ffff;
	color: #333;
	width: 100%;
   	height: 100%;
	overflow-x: hidden;
}

body {
	width: 100%;
	height: 611px;
   	margin: 0px auto;
	background-image: url(../images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	font-family: Century Gothic, Verdana, Arial;
}	
h1,  h3, h4, h5, h6 {
    font-family: Century Gothic, Verdana, Arial;
    font-weight:normal;
	text-align:center;
	font-size:34px;
}
h2{
    font-family: Century Gothic, Verdana, Arial;
    font-weight:normal;
	text-align:center;
	font-size:12px;
}
/* === Countdown Styles === */

.daysleft {	
	width: 110%;
	float: left;
	margin-top: 115px;
	text-align: center;
	white-space: nowrap; 
	font-size: 20px;
	display:none;
	
}

.countdown {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	clear: both;
	padding-top: 20px;
	font-size: 140%;
	text-align: center;
}


/* === Progressbar Styles === */

.progressbar {
	background-image: url(../images/progress_bg.png);
	width: 472px;
	height: 27px;
   	margin: 0px auto;
	margin-top: 30px;
}

.progressbarPixel {	
	padding: 4px;
	height: 19px;
}

.progressbarText {
	width: 688px;
	margin: 0px auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	font-family: Arial;
	font-size:14px;
}
.progressbar1 {
	width: 472px;
	margin: 0px auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	font-family: Arial;
	font-weight: bold;
}


/* === Mail Styles === */

.emailbox {
	background-image: url(../images/emailinput.png);
	height: 59px;
	width: 637px;
	margin: 0px auto;
	margin-top: 15px;
}

.mailInput {
	padding: 7px;
	border: 0px;
	font-family: Helvetica;
	font-size: 21px;
	color: #cdcdcd;
	margin-top: 12px;
	margin-left: 12px;
	height: 20px;
	width: 505px;
}

.emailThanks {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	text-align: center;
	color: #fff;
}

.submit {
margin:12px;
	padding-top: 6px;	
	padding-bottom: 6px;	
}


/* === Footer Styles === */
.footer {

}
.footer ul {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	list-style: none;
	margin-left:30%;
	margin-top: 30px;
}

.footer li {
	float: left;
}

.footer a, a:active, a:visited {
	color: #2bb0ed;
	text-decoration:none;
	padding-left: 10px;
}

.footer a:hover {
	color: #fff;	
}


/* === Misc Styles === */

.clear {
	clear: both;
}

.spacer {
	margin-top: 50px;	
}

.right {
	float: right;
}

.left {
	float: left;
}