body {
	margin: 0;
	padding: 0;
	font-family: Century, Garamond, serif;
	background-color: #8dc73f;
	background-image: url('images/cloud2-bg.gif');
	background-repeat: repeat-x;
}
h1 {
	font-family: Tahoma, sans-serif;
	color: #414141;
}
h1 a, h1 a:hover, h1 a:active, h1 a:visited {
		color: #414141;
		text-decoration: none;
}
#block {
	background: #ccc;
	width: 755px;
	height: 383px;
	position: relative;
	top: 90px;
	left: 4%;
	background-image: url('images/cloud2-block.gif');
}
#block-text {
	padding-left: 35px;
	padding-top: 12px
}
p {
	margin: 0;
}
.alt-heading {
	font-size: 24px;
	color: #666;
	display: block;
	position: absolute;
	top: 80px;
	margin-top: -10px
}
.text {
	display: block;
	width: 620px;
	height: 50px;
	color: #505050;
	font-size: 14px;
	padding-top: 10px;
}
.text a, .text a:visited, .text a:active {
	color: #027AC6;
	text-decoration: none;
}
.text a:hover {
	text-decoration:underline;
}
.countdown {
	display: block;
	position: absolute;
	left: 28%;
	margin-top: 190px;
}
.th {
	font-size: 0.6em;
	vertical-align:super;
}
#cntdwn b {
	font-size: 40px;
}
.ago {
	font-style:italic;
	font-size: 0.8em;
	position:absolute;
	right:0;
}
.ago a, .ago a:visited, .ago a:active {
	color:#999;
	text-decoration: none;
}
.ago a:hover {
	text-decoration:underline;
}
.days, .hours, .minutes, .seconds {
	position: relative;
	top: 20px;
	left: -45px
}
.minutes {
	left: -48px
}
.seconds {
	left: -60px
}
.sec-number {
	position: relative;
	left: -13px
}
h2 {
	font-family: calibri, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 24px;
	text-align: center;
	width: 650px;
	position: absolute;
	left: 7%;
	color: #414141;
	font-weight: bold;
	margin-top: 130px;
}
h2, #ie8#fix {
}
h2 a, h2 a:visited, h2 a:active {
	color: #414141;
}
h2 a:hover {
	text-decoration: none;
}
#contact {
	bottom:74px;
	position:absolute;
}
.countdown, h2, #ie8#fix {
	top: 17px;
}
#contact-left{
	font-size: 14px;
	display: block;
	width: 158px;
	float: left;
	color: #666
}
#contact-right {
	font-size: 14px;
	display: block;
	width: 470px;
	float: left;
	color: #666
}
#contact-left a, #contact-right a {
	color: #3f3f3f;
}
#contact-left a:hover, #contact-right a:hover {
	color: black
}
#contact-right {
	text-align: right
}
form {
	left: 25%;
	position: absolute;
	margin-top: 200px;
}
.email {
	width: 280px;
	height: 25px;
	font-size: 20px
}
.send {
	height: 30px;
	position: relative;
	top: -2px
}
form, #ie8#fix {
	top: 10px
}
#rocket {
	width: 100%;
	height: 700px;
	display: block;
	background-image: url('images/cloud-rocket-drupal-final.gif');
	background-repeat: no-repeat;
	background-position: 98% 192px;
}
#drupal-rocket {
	height:300px;
	position:absolute;
	right:65px;
	top:220px;
	width:140px;
}
.countdown:first-child {
	top: -5px
}
#footer {
	font-size: 12px;
	color: #FAFAFA;
	text-align: right;
	float: right;
	padding-right: 25px
}
.twitter, .mail {
	position: absolute
}
/*.twitter {visibility: Hidden}*/
.mail {
	visibility: Hidden}
	
/* Notification box */

/*NOTIFICATION BOX - NO DESCRIPTION */

.notification {
	min-height: 70px;
	width: 800px;
	display: block;
	position: relative;
	margin:20px auto;
	
	/*Border Radius*/
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	
	/*Box Shadow*/
	-moz-box-shadow: 2px 2px 2px #cfcfcf;
	-webkit-box-shadow: 2px 2px 4px #cfcfcf;
	box-shadow: 2px 2px 2px #cfcfcf;
	
	margin-bottom: 30px;
}

.notification span {
	background: url(../images/close.png) no-repeat right top;
	display: block;
	width: 19px;
	height: 19px;
	position: absolute;
	top:-9px;
	right: -8px;
}

.notification .text {
	overflow: hidden;
	
}

.notification p {
	width: 600px;	
	font-family: Helvetica, Arial, sans-serif;
	color: #323232;
	font-size: 16px;
	line-height: 26px;
	text-align: justify;
	float: left;
	margin-right: 0px;
	margin-left: 35px;
	margin-top: 10px;
	*margin-top: 20px; /*for lt IE8*/
	
	
	/* TEXT SHADOW */
	 text-shadow: 0px 0px 1px #f9f9f9;
}

/*Auto Width Rules*/

.autoWidth{
	width: auto;	
}

.autoWidth p {
	width: auto;
	float: left;	
}



/*INFO BOX*/

.info {
	border-top: 1px solid #f3fbff;
	border-bottom: 1px solid #bedae9;
	
	/*Background Gradients*/
	background: #e0f4ff;
	background: -moz-linear-gradient(top,#e0f4ff,#d4e6f0);
	background: -webkit-gradient(linear, left top, left bottom, from(#e0f4ff), to(#d4e6f0));
}

.info:before {
	content: url(../images/info.png);
	float: left;
	margin: 18px 15px 0px 21px;
}

.info strong {
	color: #177fb2;
	margin-right: 15px;
}


