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

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

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

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

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