/* === General Styles === */

html, div, span, head, h1, h2, h3, h4, h5, h6, p, blockquote, a, font, img, small, strong, ol, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 12px;
	background: transparent;
}
ol, ul {
	list-style: none
}
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	line-height: 1;
}
body {
}
.container {
	width: 885px;
	margin: 0 auto;
	margin-top: 10%;
	z-index: 999;
	position: relative;
}
#main {
	background: url(../img/page_background.png) no-repeat scroll 0 0;
	margin: 0 auto;
	padding: 0;
	height: 430px;
}
/* === Header Styles === */

#header {
	margin: auto;
	margin-top: 80px;
	margin-bottom: 10px;
	height: 50px;
}

#contact_details {
	float: right;
	color: #333333;
	font-size: 13px;
	font-style: normal;
	line-height: 22px;
	padding-right: 42px;
	text-align: right;
}
#contact_details a {
	color: #333333;
	font-size: 13px;
	text-decoration: none;
	letter-spacing: 0.5px;
}
/* === Content Styles === */

#content {
	padding: 10px 44px
}
.text {
	text-align: center;
	margin-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #262626;
}
.text h2 {
	font-size: 20px;
	color: #e5e5e5;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}
.counter {
	background: url(../img/counter_bg.png) no-repeat scroll center 57px;
	width: 797px;
	height: 150px;
	border-top: 1px dotted #4f4f4f;
	text-align: center;
	position: relative;
}
.counter h3 {
	font-size: 14px;
	color: #e5e5e5;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	margin-top: 20px;
}
.details {
	height: 120px;
}
#sliderwrap {
	float: left;
	text-align: center;
	width: 600px;
	overflow: hidden;
	position: relative;
	height: 110px;
	margin-left: 100px;
	margin-top: 20px;
}
#slidertext h3 {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #e5e5e5;
	margin-bottom: 15px;
}

#subscribeform {
	margin-top: 20px;
	margin-left: 135px;
}
input#email {
	background: url(../img/mail-bg.png) no-repeat scroll 0 0;
	width: 217px;
	height: 42px;
	border: 0 none;
	padding: 0 0 0 20px;
	color: #868686;
	float: left;
	margin-right: 10px;
	line-height: 40px;
}
input#submit {
	background: url(../img/button.png) no-repeat scroll 0 0;
	width: 92px;
	height: 43px;
	border: 0 none;
	cursor: pointer;
	color: #fff;
	float: left;
	font-weight: normal;
}

/* === jQuery Countdown Styles === */

#defaultCountdown {
	width: 757px;
	height: 60px;
}
.hasCountdown {
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
	color: #C51B40;
	margin-top: 45px;
	font-size: 26px;
	font-weight: normal;
}
