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

@font-face {
font-family: 'BebasNeueRegular';
src: url('fonts/Bebas-fontfacekit/BEBAS___-webfont.eot');
src: url('fonts/Bebas-fontfacekit/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/Bebas-fontfacekit/BEBAS___-webfont.woff') format('woff'),
url('fonts/Bebas-fontfacekit/BEBAS___-webfont.ttf') format('truetype'),
url('fonts/Bebas-fontfacekit/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
font-weight: normal;
font-style: normal;

}

@font-face {
font-family: 'Lobster13Regular';
src: url('fonts/Lobster_1.3-webfont.eot');
src: url('fonts/Lobster_1.3-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/Lobster_1.3-webfont.woff') format('woff'),
url('fonts/Lobster_1.3-webfont.ttf') format('truetype'),
url('fonts/Lobster_1.3-webfont.svg#Lobster13Regular') format('svg');
font-weight: normal;
font-style: normal;

}

@font-face {
font-family: 'CapsuulaRegular';
src: url('fonts/Capsuula-webfont.eot');
src: url('fonts/Capsuula-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/Capsuula-webfont.woff') format('woff'),
url('fonts/Capsuula-webfont.ttf') format('truetype'),
url('fonts/Capsuula-webfont.svg#CapsuulaRegular') format('svg');
font-weight: normal;
font-style: normal;
}
/*  Main  */
body {
background:#FFF url(../images/bg.png) repeat-x;
color:#000;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
}
#light{
width:980px;
height:453px;
margin:0 auto;
background:url(../images/light.png) no-repeat top;
z-index:1;
}
.content{
width:980px;
margin:-260px auto 0 auto;
}

#logo{
text-align: center;
background:url(../images/logo.png) no-repeat top;
width:425px; height:84px;
margin:0px auto 0 auto ;
}

.content h2{
font-family: 'BebasNeueRegular';
font-size:26px;
color:#1e1c1c;
text-shadow:0 1px 1px #093356;
text-align:center;
margin:15px 0 0 0;
}
.content p{
font-family: Verdana, Geneva, sans-serif;
font-weight:bold;
line-height:1.4em;
color:#bf0000;
font-size:20px;
text-align:center;
margin:20px 0 0 0;
}
#countdown{
margin:60px auto 0 auto ;
background: url(../images/timer.png) no-repeat center;
width:638px; height:117px;
color:#fff;
}
#countdown_dashboard {
height: 110px;
}

.dash {
width: 100px;
height: 114px;
float: left;
margin: 10px 0 0 15px;
position: relative;
}

.dash .digit {
color: #ffbf00;
float: left;
font-family: 'BebasNeueRegular';
font-size: 45pt;
font-weight: bold;
position: relative;
text-align: center;
width: 35px;
}
.dash_title {
position: absolute;
display: block;
top: 60px;
left: 8px;
font-size: 9pt;
color: #fff;
text-transform: uppercase;
letter-spacing: 2px;
}
/*contactlist*/
.contactlist{
width:400px;
margin:20px auto;
color:#3a3a3a;
}
.contactlist p{
color:#333;
margin-bottom:5px;
}.newsletter{
margin-left:50px;
}
.contactlist input[type="text"]{
float:left;
width:230px;
height:30px;
padding:3px;
color:#999;
font-style:italic;
border:1px solid #ccc;
-moz-border-radius-topleft:5px;
-moz-border-radius-bottomleft:5px;
-webkit-border-top-left-radius:5px;
-webkit-border-bottom-left-radius:5px;
border-radius-topleft:5px;
border-radius-bottomleft:5px;
}
.contactlist input[type="submit"]{
background:#186ea5;
border:0;
color:#fff;
padding:10px 5px;
cursor:pointer;
margin:0;
-moz-border-radius-topright:5px;
-moz-border-radius-bottomright:5px;
-webkit-border-bottom-right-radius:5px;
-webkit-border-top-right-radius:5px;
border-radius-topright:5px;
border-radius-bottomright:5px;
}