body {
	margin: 0;
}

/*****************************************************************
SECTIONS
*****************************************************************/

section {
	position: relative;
	float: left;
	width: 100%;
	margin: 0;
	text-align: left;
}

.section-content {
	margin: 25px 0;
}

#section-top-bar {
	height: 10px;
	background: #1c602f;
	margin-bottom: 20px;
}

#section-header {

}

#section-breadcrumbs {
	margin-bottom: 0;
}

	#section-breadcrumbs .grid_12 {
		border-top: 1px solid #eeeeee;
		border-bottom: 1px solid #eeeeee;
		padding: 5px 0;
	}

#section-banner {
	/*background: #000000;*/
	margin-top: 0;
	border-bottom: 4px solid #601c1c;
	background: url("/themes/mccann_theme/images/banner-bg.png") center bottom no-repeat transparent;
}

#section-feature {
	background: url("/themes/mccann_theme/images/diamond_upholstery.png") top left repeat #eeeeee;
	padding: 50px 0;
}

#section-main {
	background: #ffffff;
}

#section-footer {

}

#section-legal {
	background: #1c602f;
	
	text-align: center;
	font-size: 10px;
	color: #ffffff;
	text-transform: uppercase;
}

	#section-legal p {
		padding: 0;
		margin: 0;
	}

#section-copyright {

}


/*****************************************************************
SIDEBAR NAV
*****************************************************************/



/*****************************************************************
SPLASH
*****************************************************************/

#section-splash {
	text-align: center;
}

#section-splash .grid_12 {
	border-bottom: 1px dotted #999999;
}

/*****************************************************************
MISC
*****************************************************************/
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
	font-weight: 300;
}

.page-header {
	margin-top: 32px;
	border-bottom: 1px dotted #cccccc;
}

hr.styleElement {
	margin: 9px 0;
	border-top: 1px solid #777777;
}

.overlay {
   background:transparent; 
   position:relative; 
   width:100%;
   height:350px; /* your iframe height */
   top:350px;  /* your iframe height */
   margin-top:-350px;  /* your iframe height */
}

.btn-mccann {
  color: #fff;
  background-color: #1c602f;
  border-color: #145626;
}
.btn-mccann:hover,
.btn-mccann:focus,
.btn-mccann:active,
.btn-mccann.active,
.open .dropdown-toggle.btn-mccann {
  color: #fff;
  background-color: #0a441a;
  border-color: #053b14;
}
.btn-mccann:active,
.btn-mccann.active,
.open .dropdown-toggle.btn-mccann {
  background-image: none;
}
.btn-mccann.disabled,
.btn-mccann[disabled],
fieldset[disabled] .btn-mccann,
.btn-mccann.disabled:hover,
.btn-mccann[disabled]:hover,
fieldset[disabled] .btn-mccann:hover,
.btn-mccann.disabled:focus,
.btn-mccann[disabled]:focus,
fieldset[disabled] .btn-mccann:focus,
.btn-mccann.disabled:active,
.btn-mccann[disabled]:active,
fieldset[disabled] .btn-mccann:active,
.btn-mccann.disabled.active,
.btn-mccann[disabled].active,
fieldset[disabled] .btn-mccann.active {
  background-color: #1c602f;
  border-color: #145626;
}
.btn-mccann .badge {
  color: #1c602f;
  background-color: #fff;
}

#ff_buttons {
	margin-left: 0;
}

.spacer {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}