html, body {
	background: url(images/bg.png) repeat-x top #fcfcfc;
}
body.page {
	background: url(images/bg-page.png) repeat-x top #fcfcfc;
}
#wrapper {
	position: relative;
}
#header {
	clear: both;
	min-height: 90px;
}
#logo {
	width: 400px;
	float: left;
	padding: 8px 0;
}
	#logo h1 {
		margin: 0;
		padding: 0;
	}
	#logo h1 a {
		color: #fff;
		text-decoration: none;
		text-shadow: 1px 0 1px #333;
		letter-spacing: -1px;
		margin: 0;
		padding: 5px 0;
	}
	#logo h1 a strong {
		font-weight: normal;
	}
	#logo h4 {
		color: #b1def6;
		text-decoration: none;
		text-shadow: 1px 0 1px #333;
		padding: 5px 0;
		padding-top: 0;
		margin: 0;
		font-weight: normal;
		font-size: 11px;
		margin-top: -10px;
		opacity: .9;
	}
#nav {
	float: right;
	width: 500px;
	padding: 25px 0;
}
	#nav ul { list-style: none; float: right; }
	#nav ul li {
		float: left;
		display: block;
		color: #fff;
		text-transform: uppercase;
		font-weight: bold;
		padding-left: 10px;
	}
	#nav ul li a {
		float: left;
		display: block;
		padding: 3px;
		padding-right: 10px;
		border-right: 1px solid #1878ac;
		color: #fff;
		text-transform: uppercase;
		font-weight: bold;
	}
		#nav ul li a:hover {
			text-decoration: none;
		}
		
#logo-footer {
	width: 400px;
	float: left;
	padding: 8px 0;
}
	#logo-footer h1 {
		margin: 0;
		padding: 0;
	}
	#logo-footer h1 a {
		color: #367492;
		text-decoration: none;
		text-shadow: 1px 0 1px #fff;
		letter-spacing: -1px;
		margin: 0;
		padding: 5px;
	}
	#logo-footer h1 a strong {
		font-weight: normal;
	}
	#logo-footer h4 {
		color: #689fba;
		text-decoration: none;
		text-shadow: 1px 0 1px #fff;
		padding: 5px;
		padding-top: 0;
		margin: 0;
		font-weight: normal;
		font-size: 11px;
		margin-top: -10px;
		opacity: .9;
	}
#nav-footer {
	float: right;
	width: 500px;
	padding: 25px 0;
}
	#nav-footer ul { list-style: none; float: right; }
	#nav-footer ul li {
		float: left;
		display: block;
		color: #fff;
		text-transform: uppercase;
		font-weight: bold;
		padding-left: 10px;
	}
	#nav-footer ul li a {
		float: left;
		display: block;
		padding: 3px;
		padding-right: 10px;
		border-right: 1px solid #ddd;
		color: #367492;
		text-transform: uppercase;
		font-weight: bold;
	}
		#nav-footer ul li a:hover {
			text-decoration: none;
		}
#featured {
	clear: both;
	height: 385px;
}
#imageBox {
	width: 527px;
	float: left;
	margin: 15px 0;
}
	#imageBox img {
		width: 537px;
		height: 320px;
		padding: 3px;
		-moz-border-radius:  5px;
		-webkit-border-radius:  5px;
		-khtml-border-radius:  5px;
		border-radius:  5px;
		border: 1px solid #bfe2fa;
		background: #fff;
		-moz-box-shadow:    1px 1px 2px 0 #bfe2fa;
  		-webkit-box-shadow: 1px 1px 2px 0 #bfe2fa;
  		box-shadow:         1px 1px 2px 0 #bfe2fa;
	}
#couponPage {
	width: 527px;
	float: left;
	margin: 15px 0;
	margin-top: 0;
}
	#couponPage img {
		width: 527px;
		height: 305px;
		padding: 3px;
		-moz-border-radius:  5px;
		-webkit-border-radius:  5px;
		-khtml-border-radius:  5px;
		border-radius:  5px;
		border: 1px solid #bfe2fa;
		background: #fff;
		-moz-box-shadow:    1px 1px 2px 0 #bfe2fa;
  		-webkit-box-shadow: 1px 1px 2px 0 #bfe2fa;
  		box-shadow:         1px 1px 2px 0 #bfe2fa;
	}
	#couponPage h3 {
		font-size: 15px;
		color: #83ac39;
		text-shadow: 1px 0 0 #fff;
	}
	#couponPage h1 {
		font-size: 28px;
		color: #195775;
		text-shadow: 1px 0 0 #fff;
		letter-spacing: -1px;
	}
#claimBox {
	width: 393px;
	height: 495px;
	float: right;
	margin-top: -20px;
	margin-right: -20px;
	background: url(images/claimBox.png) no-repeat left top;
}
	#claimBox h1 {
		color: #648429;
		font-size: 32px;
		text-align: center;
		padding-top: 25px;
	}
	#claimBox form input[type=name] {
		padding: 15px;
		font-size: 14px;
		font-weight: bold;
		margin: 5px 20px;
		width: 315px;
	}
		.firstName {
			background: url(images/firstName.png) no-repeat right;
		}
		.yourEmail {
			background: url(images/email.png) no-repeat right;
		}
		.yourPhone {
			background: url(images/phone.png) no-repeat right;
		}
#coupon {
	width: 350px;
	float: right;
	padding-top: 15px;
}
	#coupon h3 {
		font-size: 15px;
		color: #83ac39;
		text-shadow: 1px 0 0 #fff;
	}
	#coupon h1 {
		font-size: 22px;
		color: #195775;
		text-shadow: 1px 0 0 #fff;
		letter-spacing: -1px;
	}
	.countdown {
		clear: both;
		background: url(images/featureCountdown.png) no-repeat left top;
		width: 384px;
		margin-left: -4px;
		height: 83px;
		
		padding-left: 30px;
	}
	.countdown2 {
		clear: both;
		background: url(images/clock.png) no-repeat left top;
		width: 320px;
		margin-left: 20px;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
		height: 83px;
		padding-left: 30px;
		margin-bottom: 25px;
	}
		.columbCountdown {
			float: left;
			width: 55px;
			padding: 2px;
			margin: 10px;
			text-align: center;
			border-right: 1px solid #eaebeb;
			opacity: .8;
		}
		.countdown .columbCountdown strong {
			font-weight: normal;
			font-size: 11px;
			color: #424242;
			text-shadow: 1px 0 0 #fff;
			opacity: .8;
			margin: 0;
			padding: 0;
		}
		.countdown .columbCountdown h3 {
			font-weight: bold;
			text-shadow: 1px 0 0 #fff;
			font-size: 27px !important;
			color: #333  !important;
			margin: 0;
			padding: 0;
		}
		.countdown2 .columbCountdown strong {
			font-weight: normal;
			font-size: 11px;
			color: #424242;
			text-shadow: 1px 0 0 #fff;
			opacity: .8;
			margin: 0;
			padding: 0;
		}
		.countdown2 .columbCountdown h3 {
			font-weight: bold;
			text-shadow: 1px 0 0 #fff;
			font-size: 30px !important;
			color: #222  !important;
			margin: 0;
			padding: 0;
		}
		
	.viewDeal {
		width: 378px;
		height: 55px;
		background: url(images/viewDeal.png) no-repeat left top;
		text-align: center;
		display: block;
		clear: both;
		text-decoration: none;
		font-size: 21px;
		font-weight: bold;
		color: #333;
		padding-top: 27px;
	}
		.viewDeal:hover {
			text-decoration: none;
			color: #333;
		}
#browseAll {
	clear: both;
}
	#browseAll h1 {
		padding: 19px 0;
		font-size: 21px;
		color: #31708f;
	}
	#browseAll a {
		padding: 6px 15px;
		margin-top: 20px;
		font-size: 13px;
		float: right;
		color: #31708f;
	}
hr {
	clear: both;
	display: block;
	border: none;
	border-top: 1px solid #efefef;
	margin: 20px 0;
	margin-right: 50px;
}
#content {
	clear: both;
	padding-top: 20px;
	width: 1010px;
}
.columnBox {
	width: 290px;
	float: left;
	margin-right: 45px;
	text-align: center;
	
}
	.columnBox h2 {
		font-size: 16px;
		text-align: left;
		padding: 5px;
	}
	.columnBox h5 {
		font-size: 11px;
		text-align: left;
		padding: 0;
		float: left;
		font-weight: normal;
	}
		.columnBox a.btn {
			float: right;
			margin-right: 5px;
		}
	.columnBox img {
		width: 270px;
		height: 160px;
		padding: 3px;
		-moz-border-radius:  5px;
		-webkit-border-radius:  5px;
		-khtml-border-radius:  5px;
		border-radius:  5px;
		border: 1px solid #ccc;
		background: #fff;
		-moz-box-shadow:    1px 1px 2px 0 #ddd;
  		-webkit-box-shadow: 1px 1px 2px 0 #ddd;
  		box-shadow:         1px 1px 2px 0 #ddd;
	}
	.columnBoxInfoColumn {
		width: 71px;
		padding: 4px;
		margin: 5px;
		float: left;
		border-right: 1px solid #f0f0f0;
	}
		.columnBoxInfoColumn strong {
			font-size: 12px;
			font-weight: bold;
			color: #888;
		}
		.columnBoxInfoColumn h3 {
			font-size: 22px;
			font-weight: bold;
			color: #333;
		}
	.columnBoxInfo {
		padding: 3px;
		-moz-border-radius:  3px;
		-webkit-border-radius:  3px;
		-khtml-border-radius:  3px;
		border-radius:  3px;
		border: 1px solid #ddd;
		background: #fff;
		-moz-box-shadow:    1px 1px 2px 0 #ddd;
  		-webkit-box-shadow: 1px 1px 2px 0 #ddd;
  		box-shadow:         1px 1px 2px 0 #ddd;
		height: 70px;
		margin: 5px;
		margin-bottom: 30px;
	}
	.columnBoxInfoColumn2 {
		width: 151px;
		padding: 4px;
		margin: 5px;
		float: left;
		border-right: 1px solid #f0f0f0;
		text-align: center;
		margin-top: 15px;
	}
		.columnBoxInfoColumn2 strong {
			font-size: 15px;
			font-weight: bold;
			color: #333 !important;
			text-transform: uppercase;
		}
		.columnBoxInfoColumn2 h3 {
			font-size: 39px !important;
			font-weight: bold;
			padding: 8px;
			color: #035178 !important;
		}
	.columnBoxInfo2 {
		padding: 3px;
		height: 70px;
		margin: 5px;
		margin-bottom: 30px;
	}
footer {
	clear: both;
	border: none;
	padding: 0;
	margin: 0;
}
#topBar {
	width: 967px;
	height: 66px;
	background: url(images/topBar.png) no-repeat top left;
	margin-top: -22px;
}
#contentColumn {
	width: 545px;
	padding: 20px;
	padding-left: 10px;
	float: left;
	border-right: 1px solid #e9e9e9;
}
	#contentColumn .title {
		margin-right: -20px;
		width: 568px;
		display: block;
		font-size: 21px;
		padding-bottom: 15px;
		border-bottom: 1px solid #e9e9e9;
		margin-bottom: 30px;
	}
#sidebarColumn {
	width: 385px;
	padding: 20px;
	float: right;
}
	#sidebarColumn h3 {
		color: #195875;
	}
	#sidebarColumn .title {
		margin-left: -29px;
		width: 350px;
		display: block;
		font-size: 21px;
		padding-bottom: 15px;
		padding-left: 25px;
		border-bottom: 1px solid #e9e9e9;
		margin-bottom: 30px;
	}