/* -------------------------------- */
/* STYLES SPECIFIC TO HOME PAGE     */
/* -------------------------------- */

/* Arranged alphabetically by tag, then by class/id name where applicable, then class/id of parent elements */


/* <a> */
div#content div#contact_details a {
	color: #999;
	text-decoration: none;
}

div#content ul#calltoaction {
	display: none;
}

div#content ul#calltoaction li a {
	background: #3E3E3E;
	color: #fff;
	display: block;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	width: 220px;
}

div#content ul#calltoaction li a:hover {
	background: #555;
}

div#content p#signupnow a {
	background: #292829;
	color: #fff;
	display: block;
	padding: 30px;
	text-align: center;
	text-decoration: none;
}
div#content p#signupnow a:hover {
	background: #3B393B;
}

/* <div> */
div#content {
	background-image: url(images/pages/content-bg-home.gif) !important;
	min-height: 650px;
	_height: 650px;
	padding: 32px 276px 32px 32px;
}
div#content div#contact_details {
	background-image: url(images/pages/everards-logo.gif);
	background-position: 45px 0;
	background-repeat: no-repeat;
	color: #999;
	font-size: 75%;
	left: 520px;
	line-height: 140%;
	padding-top: 100px;
	position: absolute;
	text-align: center;
	top: 605px;
	width: 210px;
}

/* <h1> */
h1 {
	background: url(images/pages/h1-home.gif);
	height: 0;
	line-height: 1;
	margin: 23px 0 150px 103px !important;
	overflow: hidden;
	padding: 184px 0 0 0;
	width: 264px;
}

/* <img> */
div#content div#contact_details img {
	margin: 0 0 20px 0;
}

/* <p> */
div#content p#signupnow {
	background: #292829;
	font-size: 170%;
	margin: 20px 0 0 0;
}

/* <span> */
div#content p#signupnow span {
	color: #FAAD32;
}

/* <ul> & <li> */
div#content ul#calltoaction {
	left: 33px;
	margin: 0;
	position: absolute;
	top: 475px;
}
div#content ul#calltoaction li {
	background: #3E3E3E;
	display: block;
	float: left;
	font-size: 140%;
	list-style: none;
	margin: 0 20px 0 0;
	width: 220px;
}
ul#main_nav {
	background: url(images/pages/beer-home.jpg) no-repeat 240px 35px !important;
	padding-bottom: 450px;
}
