body {
	height: 100%;
	background-color: white;
}

/*Header*/
#main-wrapper {
	position: relative;

	width: 1004px;

	margin: auto;

	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */

	background-color: white;

	/*border: 1px solid black;*/
}

#content {
	min-height: 100%;
	padding-bottom: 120px;
	width: 100%;
	margin: auto;
	/*border: 1px solid*/

}

#footer_container {
	position: absolute;
	bottom: 0;

	margin: auto;

	width: 972px;
	height: 100px;
	background-image: url('../images/footer-bar.png');
}

#footer-links-container p {
	position: relative;
	bottom: -50px;
	font-size: 11px;
	text-align: center;
	margin-bottom: 0px;
}

#footer-links-container {
	margin: auto;
	height: 100px;
	width: 430px;
	color: black;
	font-weight: bold;
}

#footer-links {
	position: relative;
	top: 40px;
}

#footer-links li {
	display: inline;
	margin: 20px;
}

#footer-links li a {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

.panel-heading {
    background-image: url('../images/panel-heading-gradient.png');
    background-repeat: repeat-x;
    background-size: 40px;
}

.panel-body {
	background-color: white;
}

@media all and (min-width: 768px) {
	#siteSearch {
		width: 25%;
		position: relative;
		float: right;
	}
}

#header-container {
	width: 100%;
	height: 150px;
	margin: auto;
	background-image: url('../images/header-bar.png');
}

#nav-link-container {

	width: 700px;
	height: 30px;
	/*border: 1px solid black;*/
	position: relative;
	top: 120px;
	float: right;

}

#nav-links {
	margin-top: 5px;
	float: right;
}

#nav-links ul {
	margin-left: 0px;
	padding-left: 0px;
	white-space: nowrap;
}

#nav-links li {
	display: inline;
	list-style-type: none;
}

#nav-links a {
	padding: 7px 20px;
}

#nav-links a:link, #nav-links a:visited {
	text-decoration: none;
	color: #000000;
}

#nav-links a:hover {
	text-decoration: none;
	color: white;
	background-image: url('../images/menu_hover.png');
}

#nav-links li#active a {
	text-decoration: none;
	color: white;
	background-image: url('../images/menu_hover.png');
}

#promo_slides {

	margin-top: 20px;
	margin-bottom: 0px;

}

/*Contactus page*/
#contact_top {
	margin-top: 20px;
}

/*Services page*/
#services_top {
	margin-top: 20px;
}

/*Products page*/
#products_top {
	margin-top: 20px;
}

#product_buttons {
	width: 100%;
}

#prod-columns {
	background: #eeeeee;
	height: 100%; 
}

#yes-club-jumbotron {

    background-image: url('../images/yes-club-bg.jpg');
    background-repeat: repeat-y repeat-x;

}

#navBar {

}

/*Footer*/
#footer {
	width: 100%;
	height: 100px;
	background: #F8F8F8;
	margin-top: 15px;
	border-top: 1px solid #dfdfdf;
}

	#copyright {
		position: relative;
		bottom: 0px;
	}

/* YES Club signup success message */
#email_message {
	display: none;
	width: 100%;
	height: 60px;
	background: #83FF24;
	position: absolute;
	top: 0px;
	z-index: 199;
	opacity: 0.9;
}
	#email_message_text {
		margin: auto;
		width: 600px;
		display: block;
		padding: 20px;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		line-height: 20px;
	}