#gs-wrap, #gs-wrapper {
	clear:both;
	font-family: 'Source Sans Pro', Arial, sans-serif;
}

img {
	border:0;
}

#gs-wrapper {
	width:960px;
	margin:0 auto;
	border-bottom: 6px solid #b6b6b6;
}

#gs-wrap #leftCol .noborder > td {
	border:0;
}

#gs-wrap #leftCol .browseUpload td {
	padding-bottom:0;
}

/*================== HEADER ==================*/
#gs-wrapper .header {
	background:url(http://i.allheart.com/images/group-sales/header.jpg) no-repeat;
	background-size: 960px 360px;
	width:960px;
	height:360px;
	color:#fff;
}

#gs-wrapper .header .callToAction {
	background:url(http://i.allheart.com/images/group-sales/headerBanner.jpg) no-repeat;
	padding:5px 15px 20px 35px;
	position:relative;
	top:200px;
}

#gs-wrapper .header .callToAction h1 {
	font-size:50px;
	margin:0;
}

/*================== SECTIONS ==================*/
.section {
	float:left;
	border-bottom:1px solid #bababa;
	position:relative;
}

/* 1st SECTION */

.section.one {
	background:#ee3b3b;
	padding:97px 48px 53px 36px;
	width:236px;
	height:229px;
	text-align: center;
}

.section.one h3 {
	font-size:18px;
	color:#6f0d0d;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.section.one a {
	text-decoration: none;
	font-size:43px;
	font-weight:bold;
	color:#fff;
	text-shadow: 1px 2px 0px #992626;
	filter: dropshadow(color=#992626, offx=1, offy=2);
}

.section.one p a {
	text-decoration: none;
	font-size:16px;
	font-weight:bold;
	color:#fff;
}

.section.one hr {
	border:0;
	background:#d32d2d;
	height:1px;
	margin:0 0 0 20px;
}

.section.one h4 {
	font-size:15px;
	color:#6f0d0d;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin:17px 0 0 0;
}
.section.one p {
	color:#ffbdbd;
	font-size:15px;
}

.section.one img {
	position:absolute;
	bottom:-11px;
	left:50%;
	margin-left:-11px;
	z-index:2;
}

/* 2nd SECTION */

.section.two {
	background:#eee;
	padding:21px 48px 53px 36px;
	width:236px;
	height:305px;
	color:#464646;
}

.section.two p {
	font-size:14px;
	font-weight:bold;
	margin:0 -15px;
}

.section.two ul {
	list-style-image: url(http://i.allheart.com/images/group-sales/checkmark.png);
	font-size:14px;
	line-height: 12px
}

.section.two ul li {
	border-bottom:1px solid #d8d8d8;
	padding:9px 0 7px 0;
}

.section.two ul li:nth-last-of-type(1) { border-bottom:none; }

/* 3rd SECTION */

.section.three {
	background:#7acab3;
	color:#0d4a41;
	padding:126px 48px 53px 36px;
	width:236px;
	height:200px;
	text-align: center;
}

.section.three h1 {
	width:269px;
	height:50px;
	background:url(http://i.allheart.com/images/group-sales/customLogo.jpg);
	border:0;
	font:0/0 a;
	text-shadow:none;
	color:transparent;
	margin:0 0 0 -10px;
}

.section.three h3 {
	font-size:15px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin:5px 0 0 0;
}

.section.three button {
	border:1px solid #fff;
	background:#7acab3;
	width:181px;
	height:30px;
	padding:0;
	margin:12px 0 0 0;
	color:#216451;
	text-transform: uppercase;
	font-size:10px;
	letter-spacing: 0.05em;
	cursor: pointer;
	border-radius:3px;
	-moz-border-radius:5px;
}
.section.three button:hover {
	background: #fff;
	color: 7acab3;
}

/*================== SIGN UP ==================*/

.section.four {
	background:#dad7d7;
	border-bottom: 5px #bababa solid;
	padding:27px 27px 20px 25px;
	width:908px;
	color:#464646;
}
.section.four span.required {
	color:#ee3b3b;
	font-size:16px;
	line-height:30px;
	padding-left:2px;
}

.section.four input:focus {
	border:1px solid #7a7a7a;
}

.section.four input[type="checkbox"], .section.four input[type="radio"] {
	margin:0 3px 1px 0;
	vertical-align:middle;
}


.section.four .outside {
	font-size:14px;
	padding: 0 0 15px 0;
}

.section.four .outside span {
	font-weight:bold;
}

.section.four .contact {
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	height:48px;
}
.section.four .contact td {
	border-top: 1px solid #cacaca;
}

.section.four .contact td:nth-of-type(1) {
	border-right: 1px solid #cacaca;
	padding:8px 10px 8px 0;
}

.section.four .contact td:nth-of-type(2) {
	border-right: 1px solid #cacaca;
	padding:8px 10px 8px 10px;
}

.section.four .contact td:nth-of-type(3) { 
	padding:8px 10px 8px 10px;
}

.section.four .contact #firstName, .section.four .contact #email, .section.four .contact #tel {;
	width:160px;
	border-radius:5px;
	-moz-border-radius:5px;
	border:1px solid #c1c1c1;
	height:20px;
	color:#c1c1c1;
	font-size:11px;
	margin:0 0 0 10px;
	padding:7px;
}

.section.four .contact #firstName:focus, .section.four .contact #email:focus, .section.four .contact #tel:focus { 
	border: 1px solid #7a7a7a; 
}

.section.four .time {
	font-size:12px;
}

.section.four .time td {
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	line-height:48px;
}

.section.four .time td:nth-of-type(4) {
	border-right: 1px solid #cacaca;
}

.section.four .time td:nth-of-type(5) {
	padding:0 0 0 8px;
}

.section.four .logo {
	font-size:13px;
}

.section.four .logo td {
	padding:10px 0;
}

.section.four .logo #send {
	cursor:pointer;
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background-color:#f24537;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #d02718;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	height:auto;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #810e05;
}

.section.four .logo #send:hover {
	background-color:#c62d1f;
}
.section.four .logo #send:active {
	position:relative;
	top:1px;
}


/*================== UPLOAD ==================*/

/*================== HEADER ==================*/

#gs-wrap { 
	background:#eee; 
	height:100%;
	float: left;
	width:960px;
	margin:0 auto;
}

#gs-wrap ul {list-style:none;}

#gs-wrap .header#upload {
	background:url(http://i.allheart.com/images/group-sales/uploadHeader.jpg) no-repeat;
	background-size:960px 194px;
	width:960px;
	height:194px;
}


#gs-wrap .header#upload .headerText {
	padding:0 15px 20px 35px;
	position:relative;
	top:20px;
	color:#054038;
}

#gs-wrap .header#upload .headerText a {
	text-transform: uppercase;
	text-decoration: none;
	font-size:12px;
	color:#14201d;
	font-weight:bold;
}

#gs-wrap .header#upload .headerText a img {
	margin-top:-3px;
	vertical-align:middle;
}

#gs-wrap .header#upload .headerText h1 {
	font-size:50px;
	text-shadow: 1px 2px 0 #4e8273;
	color:#fff;
	margin:10px 0 0 0;
}

#gs-wrap span.required {
	color:#ee3b3b;
	font-size:18px;
}

#gs-wrap input {
	border-radius: 5px;
	-moz-border-radius:5px;
	border:1px solid #c1c1c1;
	padding:7px;
	color:#c1c1c1;
	font-size:11px;
	outline:0;
}

#gs-wrap input[type=text] {
	height:20px;
	width:90%;
}

#gs-wrap input:focus {
	border:1px solid #7a7a7a;
}

#gs-wrap textarea {
	border:1px solid #c1c1c1;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	min-height: 180px;
	padding:0;
	text-transform:none;
	width:99%;
}



/*================== LEFT COL ==================*/
#gs-wrap #leftCol {
	float:left;
	width:490px;
	background:#eee;
	padding:42px 0 0 40px;
	font-size:14px;
	color:#464646;
}

#gs-wrap #leftCol p {
	padding:0 0 10px 0;
}

#gs-wrap #leftCol td {
	padding:10px 0;
	border-bottom:1px solid #cacaca;
}

#gs-wrap #leftCol .browseRow td, #gs-wrap #leftCol .browseUpload td {
	border:none;
}

#gs-wrap #leftCol label, #gs-wrap #leftCol .upload, #gs-wrap #leftCol .comments {
	font-size:11px;
	text-transform: uppercase;
	font-weight:bold;
}

#gs-wrap #leftCol td span {
	font-size:11px;
	text-transform: uppercase;
	font-weight:bold;
	font-style: italic;
}

#gs-wrap #leftCol .formats {
	text-align:right;
}

#gs-wrap #leftCol .formats span {
	text-transform:none;
	margin-right:5px;
}

#gs-wrap #leftCol td #browse {
	width:290px;
	margin:0 28px 0 0;
}

#gs-wrap #leftCol td #browseBtn {
	width:141px;
    cursor:pointer;
	-moz-box-shadow:inset 0px 1px 0px 0px white;
	-webkit-box-shadow:inset 0px 1px 0px 0px white;
	box-shadow:inset 0px 1px 0px 0px white;
	background-color:#ebebeb;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #d9d5d9;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 2px;
	text-decoration:none;
	text-shadow:1px 1px 0px rgba(255,255,255,.5);
}


#gs-wrap #leftCol td #browseBtn:hover {
	background-color:#c9c9c9;
}

#gs-wrap #leftCol td #browseBtn:active {
	position: relative;
	top: 1px;
}


#gs-wrap #leftCol td #send {
	cursor:pointer;
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background-color:#f24537;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #d02718;
	display:inline-block;
	color:#ffffff;
	height:auto;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px rgba(129,14,5,.5);
}

#gs-wrap #leftCol td #send:hover {
	background-color:#c62d1f;
}
#gs-wrap #leftCol td #send:active {
	position: relative;
	top:1px;
}

#gs-wrap table .req {
	font-size:11px;
	text-transform: uppercase;
	font-weight:bold;
}

#gs-wrap #phone {
	width:130px;
}

/*================== RIGHT COL ==================*/
#gs-wrap #rightCol {
	float:right;
	background:#eee;
	padding:42px 40px 0 40px;
	width:350px;
	font-size:14px;
	color:#464646;
}

#gs-wrap #rightCol .pricing th {
	background: #838383;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	text-transform:uppercase;
	padding: 10px 0;
}
#gs-wrap #rightCol .pricing tr:nth-of-type(odd) {
	background:#fff; 
}
#gs-wrap #rightCol .pricing tr:nth-of-type(even) {
	background:#e2e2e2;
}
#gs-wrap #rightCol .pricing td { 
	border-right: 1px #99d6c5 solid;
	padding: 7px;
	text-align:center;
	font-size: 16px;
	font-weight:700;
	width: 120px;
}

#gs-wrap #rightCol .pricing td:nth-of-type(3) { 
	border-right: 0;
}

#gs-wrap #rightCol .personalize {
	background:#f9f9f9;
	padding:20px 15px;
}

#gs-wrap #rightCol .pricing p {
	text-transform:uppercase;
	font-size: 10px;
	color:#666666;
	padding: 5px 0 0;
}

#gs-wrap #rightCol .personalize .headline {
	font-size:30px;
	line-height:28px;
	font-weight:100;
	margin-bottom:10px;
	padding:0 0 10px 0;
	border-bottom:1px solid #7acab3;
}

#gs-wrap #rightCol .personalize p:nth-of-type(2) {
	font-size:16px;
	font-style:italic;
}

#gs-wrap #rightCol h3 {
	text-transform: uppercase;
	font-size:13px;
	font-weight:bold;
	color:#919191;
	margin:38px 0 0 0;
}

#gs-wrap #rightCol #sampleLogos {
	margin:13px 0 0 0;
}

/*================== BXSLIDER ==================*/
.bx-viewport {
	max-height:230px;
	overflow-y:hidden;
}
.bx-controls {
	margin-top:10px;
}
.bx-pager-item a {
	background:#838383;
	border-radius:50%;
	float:left;
	font-size:0px;
	height:12px;
	margin-right: 5px;
	width:12px;
}
.bx-pager-item .active {
	background:#ef3c38;
}