/*--FONT FACE--*/
@font-face {
	font-family:'DSDigitalNormal';
	src:url('../fonts/ds-digi-webfont.eot');
	src:url('../fonts/ds-digi-webfont.eot?#iefix') 
	format('embedded-opentype'),url('../fonts/ds-digi-webfont.woff') 
	format('woff'),url('../fonts/ds-digi-webfont.ttf') format('truetype'),
	url('../fonts/ds-digi-webfont.svg#DSDigitalNormal') format('svg');
	font-weight:normal;
	font-style: normal;
}
/*-- BODY--*/
body {
	margin:0;
	padding: 0;
	background:#000;
}
/*--Logo--*/
#logo {
	width:660px;
	height:auto;
	padding-top:70px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10;
	margin-left: auto;
	padding-left: 150px;
}
#logo a img {
	float:left;
	padding-left: 5px
}
/*--COUNTDOWN--*/
#defaultCountdown {
	max-width:660px;
	height:155px;
	margin:0 auto;
	text-align:center;
	padding-top:50px;
	clear:both;
}
.countdown_section {
	color:#fff;
	font-family:Trebuchet MS;
	line-height:35px;
	font-size:16px;
	float:left;
	color:#fff;
	-webkit-text-shadow:0 1px 5px rgba(0,0,0,0.75);
	-moz-text-shadow:0 1px 5px rgba(0,0,0,0.75);
	text-shadow:2px 6px 5px rgba(0,0,0,0.75);
	font-weight:700
}
.countdown_amount {
	font-size:36px;
	font-family:DSDigitalNormal;
	line-height:155px;
	letter-spacing:2px;
	color:#fff;
	-webkit-text-shadow:0 1px 5px rgba(0,0,0,0.75);
	-moz-text-shadow:0 1px 5px rgba(0,0,0,0.75);
	text-shadow:2px 2px 5px rgba(0,0,0,0.75)
}
span.countdown_section {
	width:155px;
	height:155px;
	background-image:url(../images/countdown_bg.png);
	background-repeat:no-repeat;
	padding-right:10px;
	padding-bottom:50px;
}
span.countdown_section:hover {
	width:155px;
	height:155px;
	background-image:url(../images/countdown_bg_hover.png);
	background-repeat:no-repeat;
	padding-right:10px;
}
/*--FOOTER--*/
#footer {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	display:none;
	height:120px;
	background:#0a0a0a;
	-webkit-box-shadow:0 1px 24px 2px rgba(0,0,0,0.75);
	-moz-box-shadow:0 1px 24px 2px rgba(0,0,0,0.75);
	box-shadow:0 1px 24px 2px rgba(0,0,0,0.75);
	border-top:2px solid #000;
	/* IE 8 */
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	/* IE 5-7 */
	filter:alpha(opacity=90);
	/* Netscape */
	-moz-opacity:0.9;
	/* Safari 1.x */
	-khtml-opacity:0.9;
	/* Good browsers */
	opacity:0.9
}
#footer #inside {
	width:660px;
	margin:0 auto
}
#show-hide a {
	color:#fff;
	text-decoration:none;
	width:120px;
	height:120px;
	position:absolute;
	right:0;
	bottom:0;
	background-image: url(../images/show.png);
	background-position: 0 0;
}
#show-hide a:hover {
	color:#fff;
	text-decoration:none;
	width:120px;
	height:120px;
	position:absolute;
	right:0;
	bottom:0;
	background-image: url(../images/show.png);
	background-position: 0 120px;
}
#show-hide a.active {
	width:120px;
	height:120px;
	background-image: url(../images/hide.png);
	background-position: 0 0;
}
#show-hide a.active:hover {
	width:120px;
	height: 120px;
	background-image: url(../images/hide.png);
	background-position: 0 120px;
}
/*--CONTACT INFO--*/
.contact-info {
	float:left;
	margin-top:44px
}
.phone {
	float:left;
	padding-right:7px
}
.contact-info p2 {
	float:left;
	line-height:32px;
	font-family:Trebuchet MS;
	color:#eaeaea;
	font-size:14px;
	color:#fff
}
.contact-info p {
	float:left;
	line-height:32px;
	font-family:"Trebuchet MS";
	color:#eaeaea;
	font-size:12px;
	color:#fff
}
.contact-info p a{
	float:left;
	line-height:32px;
	font-family:"Trebuchet MS";
	color:#eaeaea;
	font-size:12px;
	color:#fff;
	text-decoration: underline;
}
.contact-info p a:hover{
	float:left;
	line-height:32px;
	font-family:"Trebuchet MS";
	color:#eaeaea;
	font-size:12px;
	color:#B2B2B2;
	text-decoration: none;
}
.mail {
	float:left;
	padding-right:7px;
	padding-left: 26px
}
/*--SOCIAL ICONS--*/
.social-icons {
	float:right;
	margin-right:12px;
	margin-top: 40px
}
/*--FULL BACKGROUND IMAGE--*/
#full-screen-background-image {
	z-index:-999;
	min-height:100%;
	min-width:1024px;
	width:100%;
	height:auto;
	position:fixed;
	top:0;
	left: 0
}
/*--ANIMATION--*/
#animation {
	height:100%;
	width:100%;
	background-image:url(../images/moving-bg.png);
	position:fixed;
	top:0;
	right:0;
	z-index: -1
}



#styleswitcher {
background:url (../skins/switcherBG.png);
	float:left;
	background:#000;
	border-top:1px dashed #222;
	border-left:1px dashed #222;
	border-bottom:1px dashed #222;
	position:absolute;
	top:25%;
	right:0;
	width:55px;
	height:234px;


	/* IE 8 */
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	/* IE 5-7 */
	filter:alpha(opacity=90);
	/* Netscape */
	-moz-opacity:0.9;
	/* Safari 1.x */
	-khtml-opacity:0.9;
	/* Good browsers */
	opacity:0.9;
}



#styleswitcher a img{
width:16px;
height:15px;
margin:2px 2px 0px 3px;
padding:3px;
float:left;
-webkit-box-shadow: 0 0 16px 3px transparent;
-moz-box-shadow: 0 0 1px 1px transparent;
box-shadow: 0 0 1px 1px transparent;
}
#styleswitcher a img:hover {-webkit-box-shadow: 0 0 16px 3px #444;
-moz-box-shadow: 0 0 1px 1px #444;
box-shadow: 0 0 1px 1px #444;
}

.imagedropshadow {
	padding: 5px;
	
	background-image: url(../images/countdown_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 155px;
	width: 155px;
}
.imagedropshadow:hover  {
	
	background-image: url(../images/countdown_bg_hover.png);
	background-repeat: no-repeat;
	background-position: center center;
}

/*-- THE END OF CSS --*/
