/* Merchant BODY CSS */
body {
	
}
header, footer { background-color:transparent !important; }
#join_in-messages{
padding-top:50px;
}
section#section {
	background: none;
	/* Will not need to fix width here.*/
}

#offer_prepare {
	/* Will not need to fix width here. Just left it editable for other styling purposes*/
}

/* General Heading and Total Value CSS */
h5, h4 {
	color: #6A4835;
}
.total_color {
	color: #6a4835;
	font-weight: bold;
}

/* General Block Background and Text CSS */
#offer_form .top-border {
	border-color: #6a4835;
}
.offer-header-bg {
	background-color: #96b7da;
}
.offer-header-bg h3, .offer-header-bg h2 {
	color: #fff;
}
.block_title {
	color: #fff;
	background: #6A4835;
}
.block_container {
	border-color: #6A4835;
	background: rgba(255,255,255,0.8);
}

/* Upload Button / OR icon CSS */
.select_gc_upload {
	border: solid 1px #6A4835;
	background-color: #D9BEAE;
	color: #6A4835;
}
.or {
	color: #6A4835;
	background: #D9BEAE;
}

/* Card Value Button CSS */
.value_item {
	border: 1px solid #6A4835;
}
.value_item:hover, .value_item:focus {
	color: #fff !important;
	background: #6A4835!important;
}
.value_selector .active, .value_item_selected {
	color: #fff;
	background: #6A4835;
}

/* Forward Button CSS */
.btn_checkout {
	background: #B57E4C;
	color:#FFF;
	border-color:rgb(212,211,211);
}
.btn_checkout:hover {
	background-color:#6A4835;
	color: #fff;
}

/* Steps Block CSS */
#offer-steps {
	color: #6A4835;
	margin-bottom: 15px;
	margin-top: 35px
}
#offer-steps .circle {
	color: #fff;
	background: #d9beae;
	z-index: 1;
}
#offer-steps h4 {
	color: #6A4835;
}
#offer-steps .selected, #offer-steps .selected h4 {
	color: #6a4835;
}
#offer-steps .selected .circle {
	background: #6a4835;
}
#offer-steps:after {
	left: 17%;
	z-index: -1;
	width: 67%;
	border-color: #6a4835
}

a {
	color:#812823;
}
.topLogo {
	display:inline;
}
.header-category {
	margin-left:160px;
	height: 34px;
	width: 777px;
}
.logo {
	position:relative;
	top:30;
	left:120;
	display:block;
	margin-top:30px;
}
li {
	font: normal 14px/23px 'HelveticaCERegular';
	color: #812823;
	display:inline-block;
	padding-right:15px;
	padding-left:15px;
}
.linkfooter {
	text-align: center;
	font: normal normal normal 13px/1.2em 'open sans', sans-serif;
	color: #fff;
	padding: 0px 2px;
	margin: 3px 10px 0px 10px;
	text-decoration: none;
}
.header {
	width: 980px;
	min-width: 980px;
	position: relative;
	bottom: 20px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
}