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

/* Defaults */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	line-height: 20px;
	font-family: "Droid Sans";
	font-size: 12px;
	background-image: url(../images/background_pattern1.png);
	margin-top: 100px;
}

h1 {
	font-family: "Droid Sans";
	font-size: 16px;
	text-align: center;
	width: 350px;	
	float: left;
	margin-bottom: 12px;
	text-transform: uppercase;
}

p {
	font-family: "Droid Sans";
	font-size: 14px;
	color: #5a5959;
	margin-bottom: 15px;
	text-align: center;
	float: left;
}

a {
	font-family: "Droid Sans";
	font-size: 14px;
	color: #5a5959;
	margin-bottom: 15px;
	text-align: center;
	float: left;
}

#wrapper {
	width: 400px;
	margin: 0 auto;	
}

	#wrapper #top {
		width: 400px;
		height: 29px;
		background-image: url(../images/wrapper_top.png);
		float: left;
	}
	
	#wrapper #content {
		width: 400px;
		float: left;
	}
	
		#wrapper #content .intro {
			width: 375px;
			padding-left: 25px;	
			float: left;
			background-image: url(../images/wrapper_mid.png);
		}
		
		#wrapper #content .intro p {
			width: 349px;
			margin-left: -37px;	
			float: left;
			padding-left: 37px;
			padding-right: 37px;
			color: #5b5b5b;
			line-height: 18px;
		}
		
		#wrapper #content .intro_close {
			width: 400px;
			float: left;
			height: 26px;
			background-image: url(../images/top_bottom.png);
			border-bottom: 1px solid white;
		}
		
		#wrapper #content #countdown {
			width: 400px;
			float: left;
			height: 100px;
		}
		
		#wrapper #content #countdown #time {
			width: 265px;
			float: right;	
			margin-right: 25px;
			margin-top: 22px;
			height: 100px;
		}
		
		#wrapper #content #countdown span.launching {
			width: 85px;
			float: left;
			text-transform: uppercase;
			margin-left: 25px;
			color: white;	
			margin-top: 30px;
		}
		
		#wrapper #content #countdown .cd-time {
			width: 61px;
			float: left;
			font-size: 12px;
			color: white;
			margin-right: 7px;
		}
		
		#wrapper #content #countdown .stamp {
			width: 61px;
			float: left;
			text-align: center;
			font-size: 27px;
			color: white;
			background-image: url(../images/background_unit.png);
			background-repeat: no-repeat;
			height: 32px;
			margin-right: 7px;
			padding-top: 8px;
			position: relative;
		}
		
		#wrapper #content #countdown .stamp div {
			position: absolute;
			z-index: 99;
			width: 60px;
			float: left;
			background-image: url(../images/line.png);
			height: 2px;
			margin-left: 1px;
			margin-top: 10px;
		}
		
		#wrapper #content #countdown .right {
			margin-right: 0px;	
		}
		
		#wrapper #content #countdown .stamp div.cover {
			width: 100px;
			float: left;
			text-align: center;
			font-size: 29px;
			margin-top: 25px;
			color: white;
			position: absolute;
			z-index: 99;
		}
		
		#wrapper #content #countdown #time .complete {
			color: white;	
			text-align: center;
			width: 350px;
			margin-left: 25px;
			font-size: 15px;
			float: left;
			margin-top: 20px;
		}
		
	#wrapper #content #elements {
		width: 400px;
		float: left;
		background-image: url(../images/wrapper_mid.png);
	}
		
	#wrapper #content .bottom_begin {
		width: 400px;
		float: left;
		height: 26px;
		background-image: url(../images/wrapper_above.png);
		border-top: 1px solid white;
	}
		
	#wrapper #bottom {
		width: 400px;
		height: 50px;
		background-image: url(../images/wrapper_bottom.png);
		float: left;
	}

/*
 * jQuery UI Progressbar 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
#progressbar {
	overflow: hidden;
	width: 350px;
	background-image: url(../images/background_progressbar.png);
	height: 13px;
	margin-left: 25px;
	position: relative;
	z-index: 10;
	top: 0px;
}

	#progressbar .cover {
		background-image: url(../images/progress_cover.png);
		width: 350px;
		height: 13px;
		float: left;
		left: 0;
		position: absolute;
		z-index: 20;
	}

.ui-progressbar { 
	height:2em; text-align: left; 
}

.ui-progressbar .ui-progressbar-value {
	margin: -1px; 
	background-position: 0px 1px;
	height: 20px;
}

.ui-progressbar-value { 
	 
	position: absolute; 
}

#percentage {
	margin-top: 15px;
	float: left;
	width: 350px;
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 2px;
	margin-top: -10px;
}

	#percentage .tool {
		background-image: url(../images/tool.png);
		background-repeat: no-repeat;
		height: 32px;
		width: 85px;
		float: left;
		left: -25px;
		position: relative;
		padding-left: 15px;
		color: #959595;
		font-size: 11px;
		padding-top: 2px;
	}

#notify {
	width: 350px;
	margin-left: 25px;
	margin-top: 40px;
	float: left;
	position: relative;
}

	#notifyForm input {
		width: 340px;
		border: 0px;
		padding: 0px;
		height: 30px;
		background: transparent url(../images/background_input.png);
		padding-left: 10px;
		font-size: 11px;
		color: #959595;
		font-family: Arial;
		font-style: italic;
		font-weight: 100;
	}

	#notifyForm input[type=submit] {
		width: 34px;
		border: 0px;
		padding: 0px;
		height: 30px;
		background: transparent url(../images/background_submit.png);
		padding-left: 0px;
		font-size: 11px;
		font-family: "Droid Sans";
		font-style: normal;
		font-weight: 500;
		position: absolute;
		right: 0;
		top: 0;
	}

.error {
	float: right;
	width: 100%;
	padding-top: 10px;
	text-align: right;	
}

#contact {
	width: 350px;
	float: left;
	margin-left: 25px;
	margin-top: 30px;
}	

	#contact img {
		margin-left: 2px;
		float: right;
	}