body {
    background: #c9dce6;
}
h1, h2, h3, h4, h5, h6 {
    color: #4a5870;
}
.countdown_section {
	background-image:url(../images/count-blue.png);
	color: #4f7587;
}
.countdown_amount {
	color: #4f7587;
}
input.newsletter {
    border: 1px solid #b4c8d9;
    border-right: none;
    background-color: #fcfcfc;
}
button {
    background: transparent url(../images/submit-blue.png) no-repeat 0 0;
    color: #62889a;
}
.resultText {
	color: #4a5870;
}
/* FOOTER */
/* ----------------------------------------- */
#footer-wrapper {
    background: #c9dce6 url(../images/mid-bg-blue.jpg) repeat-x;
}
#footer {
    background: transparent url(../images/shadow-blue.jpg) no-repeat top center;
}
/* TWITTER */
/* ----------------------------------------- */
#twitter-wrapper {
	background: transparent url(../images/twitter-top-blue.png) no-repeat top center;
}

#twitter-top {
	background: transparent url(../images/twitter-top-blue.png) no-repeat top center;
}

#twitter-mid {
	background: transparent url(../images/twitter-mid-blue.png) repeat-y center center;
}

#twitter-bottom {
	background: transparent url(../images/twitter-bottom-blue.png) no-repeat bottom center;
}

#twitter ul li a {
	color: #4e7e97;
}
.bottom {
	background: transparent url(../images/footer-blue.jpg) repeat-x top center;
}
#contactform input.inpt {
	border: 1px solid #b4c8d9;
	background-color: #fcfcfc;
}
#contactform textarea {
	border: 1px solid #b4c8d9;
	background-color: #fcfcfc;
}