/*
Gold - #DAD2A4
Peach - #D9A875
Brown - #321D0A
Olive - #7D794C
*/

/**************************************************************************************
GENERAL
**************************************************************************************/

#outer-wrapper {
	width: 1000px;
	margin: 0 auto;
}

.wrapper {
	width: 980px;
	margin: 0 auto;
}
	
/**************************************************************************************
HEADER
**************************************************************************************/


header {
	position: relative;
	height: 770px;
	margin-bottom: 20px;
}

	header h1 {
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 9;
	}

#logo {
	position: absolute;
	top: 30px;
	right: 0;
	z-index: 8;
}

nav {
	position: absolute;
	top: 30px;
	right: 0;
	z-index: 7;
	margin-top: 100px;
}

	nav ul {
		float: right;
	}
	
	nav ul li {
		text-align: right;
		list-style: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 2px;
	}
	
	nav ul li a:link,
	nav ul li a:visited {
		text-decoration: none;
		color: #ffffff;
	}
	
	nav ul li a:hover {
		text-decoration: none;
		color: #D9A875;
	}
	
ul#social-network {
	list-style: none;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 6;
}

	ul#social-network li {
		float: left;
		list-style: none;
	}
	
	ul#social-network li a {
		display: block;
		text-indent: -9999px;
		width: 30px;
		height: 30px;
	}
		
	ul#social-network li#twitter a:link,
	ul#social-network li#twitter a:visited {
		background: url(../images/icon-twitter.png) no-repeat 0 0;
		margin-right: 5px;
	}
	
	ul#social-network li#twitter a:hover {
		background-position: 0 -30px;
	}	
	
	ul#social-network li#facebook a:link,
	ul#social-network li#facebook a:visited {
		background: url(../images/icon-facebook.png) no-repeat 0 0;
	}	
	
	ul#social-network li#facebook a:hover {
		background-position: 0 -30px;
	}	
		
#cta {
	position: absolute;
	top: 230px;
	right: 250px;
	z-index: 5;
	display: block;
	width: 228px;
	height: 228px;
	text-indent: -9999px;
	background: url(../images/cta.png) no-repeat 0 0;
}

#header-cycle-1 {
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 1;
	width: 612px;
	height: 603px;
}

#header-cycle-2 {
	position: absolute;
	top: 295px;
	right: 0;
	z-index: 2;
	width: 436px;
	height: 445px;
}

#header-cycle-1-wrapper {
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 3;
	width: 612px;
	height: 603px;
	background: url(../images/bigswirl.png) no-repeat 0 0;
}

#header-cycle-2-wrapper {
	position: absolute;
	top: 295px;
	right: 0;
	z-index: 4;
	width: 436px;
	height: 445px;
	background: url(../images/smallswirl.png) no-repeat 0 0;
}


	
/**************************************************************************************
ELEMENTS
**************************************************************************************/

#specials {
	margin: 10px 0 20px 0;
}

#corporate p {
	width: 80%;
}

#breakfastoffer {
	border: solid 1px #FFFFFF;
	margin-bottom: 40px;
}

#generaloffer {
	border: solid 1px #FFFFFF;
	margin-bottom: 40px;
}

#beans {
	text-indent: -9999px;
	display: block;
	height: 150px;
	width: 210px;
	float: right;
	background: url(../images/beans.png) no-repeat 0 0;
	margin: 0 30px 0 0;
	padding: 0;
}

#supporters {
	display: block;
	text-indent: -9999px;
	background: url(../images/bradfordsupporters.png) no-repeat 0 0;
	width: 350px;
	float: left;
	height: 150px;
	padding: 0;
	margin: 0;
}

#definition {
	text-align: center;
	color: #ffffff;
}

	#definition em {
		color: #DAD2A4;
	}
	
#credit {
	font-size: 12px;
	text-align: center;
}

.module-green {
	background-color: #7D794C;
}

.module-gold {
	background-color: #DAD2A4;
}

.module-peach {
	background-color: #D9A875;
}

#download-button {
	background: #D9A875;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/assets/scripts/PIE.htc);
	position: relative;
}

	#download-button:hover {
		background: #DAD2A4;
		color: #000000;	
		text-decoration: none;
	}

	
footer section {
	margin-bottom: 10px;
}


.footer-module {
	background: #000000;
	border-radius: 10px;
	border: solid 1px #DAD2A4;
	padding: 20px;
	height: 340px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/assets/scripts/PIE.htc);
	position: relative;	
}

.module {
	background: #372018;
	border-radius: 10px;
	border: solid 1px #DAD2A4;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/assets/scripts/PIE.htc);
	position: relative;	
	height: 260px;
}

.img-footer-align {
	margin-top: 10px;
}

.offer {
	background: #000000;
	border: solid 1px #ffffff;
	margin-bottom: 20px;
}

	.offer h2 {
		text-transform: uppercase;
		margin-bottom: 10px;
		font-size: 35px;
		line-height: 35px;
	}
	
	.offer h3 {
		font-size: 30px;
		color: #ffffff;
	}
	
	.offer img {
		float: right;
	}

	.offer .first section {
		padding: 90px 0 20px 20px;
	}
	
#testimonials p {
	margin-bottom: 30px;
}
