html,body {
	height: 100%;
	padding-top: 0px;
}

.wrapper {
	min-height: 100%;
}

#roostr_content {
	overflow: auto;
	padding-bottom: 147px;
}

/* must be same height as the footer */
#footer-wrapper {
	position: relative;
	margin-top: -147px; /* negative value of footer height */
height: 147px;
	clear: both;
}

/*Opera Fix*/
body:before {
	content: "";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px;
}

.navbar.custom-nav {
	margin-top: 60px;
}

.page-top-links li.active a {
	background: #363636;
}

.page-top-links {
	position: relative;
}

.page-top-links ul {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 200px;
}

.page-top-links li {
	float: right;
	display: inline;
}

.page-top-links li a {
	display: block;
	background: #464646;
	color: #D7D7D7;
	padding: 3px 20px;
	text-align: center;
	font-size: 11px;
	border: 1px solid #383838;
}

.page-top-links li a:hover {
	background: #363636;
	color: #fff;
	text-decoration: none;
}

.page-top-links li a.last {
	border-left: none;
}

.navbar .logo {
	float: left;
	display: block;
	line-height: 1;
	text-indent: -99999px;
	width: 170px;
	height: 60px;
	background: url(logo.png);
	margin-left: -20px;
}

.custom-nav.navbar .navbar-inner {
	padding-right: 0px;
	background-image: none;
	background-repeat: no-repeat;
	filter: none;

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
}

.custom-nav.navbar .nav {
	top: 8px;
}

.custom-nav.navbar .nav a {
	text-transform: uppercase;
}

.custom-nav .dropdown.open .dropdown-toggle {
	color: #049CDB;
}

.navbar .nav .active > .dropdown-toggle:hover {
	color: #049CDB;
}

.home-hero-wrapper {
	position: relative;
}

.hero-text-wrapper {
	position: absolute;
	top: 55px;
	margin-bottom: 20px;
}

.hero-text-message p {
	color: #049CDB;
	font-size: 14px;
	text-transform: uppercase;
}

.hero-text-benefits ul {
	list-style: none;
}

.hero-text-benefits li {
	line-height: 22px;
	font-weight: bold;
	position: relative;
}

.hero-text-benefits li span {
	color: white;
	position: absolute;
	font-size: 10px;
	background: url(bullet.png);
	background-repeat: no-repeat;
	background-position: 0px;
	left: -26px;
	padding-left: 6px;
	width: 12px;
	top: 1px;
	padding-bottom: 1px;
}

.hero-image {
	width: 100%;
}

.sidebar-container {
	padding-top: 20px;
}


.placeholder {
	color: #aaa;
}


.domain {
	color: #464646;
	font-size: 13px;
}




div.footer-bottom {
	background: #19A0D1;
	background-repeat: repeat-x;
	height: 34px;
	width: 100%;
	position: relative;
}

.footer-bottom p {
	text-align: right;
	position: relative;
	right: 20px;
	top: 11px;
	font-size: 11px;
	color: #006488;
	text-transform: uppercase;
}

.mobile-footer-menu {
	width: 100%;
	position: absolute;
	text-align: center;
	color: white;
	top: 9px;
	font-size: 22px;
	display: none;
	z-index: 100;
}

.mobile-footer-menu:hover {
	color: #fff;
}



.error {
	color: #D04343;
}

.page-content {
	margin-bottom: 20px;
}

.page-content h1 {
	color: #F58147;
	font-size: 18px;
	font-weight: normal;
}


.tabs {
	margin-top: 20px;
}

ul.tabNavigation {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
}

ul.tabNavigation li {
	display: block;
	width: 33.2%;
	float: left;
}

ul.tabNavigation li a {
	padding: 12px 0px;
	background-color: #08C;
	color: white;
	text-decoration: none;
	width: 100%;
	display: block;
	float: left;
	text-align: center;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

UL.tabNavigation LI A.selected,UL.tabNavigation LI A:hover {
	background-color: #F58147;
	color: #fff;
}

UL.tabNavigation LI A:focus {
	outline: 0;
}

div.tabs > div {
	margin-top: 3px;
}

div.tabs > div h1 {
	margin-top: 0;
}

.second {
	border-left: 1px solid #DBDBDB;
	border-right: 1px solid #DBDBDB;
}

.domain-examples {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-top: 17px;
}

.domain-examples li {
	margin-bottom: 10px;
	color: #049CDB;
	line-height: 16px;
	font-weight: bold;
}

.domain-examples li span {
	display: block;
	color: #121212;
	font-weight: normal;
	font-size: 12px;
}

a .sales-step{
	text-decoration: none;
	color: #333;
}

a.sales-step-link:hover {
	text-decoration: none;
	color: #333;
}



.step-count {
	position: absolute;
	top: 19px;
	left: 15px;
	width: 30px;
	height: 45px;
}

#step-count-one {
	background: url(step-one.png);
	background-repeat: no-repeat;
}

#step-count-two {
	background: url(step-two.png);
	background-repeat: no-repeat;
}

#step-count-three {
	background: url(step-three.png);
	background-repeat: no-repeat;
}

#step-count-four {
	background: url(step-four.png);
	background-repeat: no-repeat;
}

.waste {
	min-height: 1000px;
}

.contact-note {
	margin-top: 80px;
}

#recaptcha_widget_div {
	margin-bottom: 12px;
}

#recaptcha_response_field {
	border: 1px solid #C2C2C2 !important;
}

#submit_tool_tip {
	display: none;
}

#email_tool_tip {
	display: none;
}

.testimonial-bubble {
	background: #EDEDED;
	padding: 20px;

	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;

	-webkit-box-shadow: 0px 1px 1px #ccc;
	-moz-box-shadow: 0px 1px 1px #ccc;
	box-shadow: 0px 1px 1px #ccc;
	position: relative;
	margin-bottom: 35px;
	margin-top: 25px;
}

.testimonial-bubble h3 {
	color: #F58147;
}

.testimonial-bubble h3 span {
	font-size: 15px;
	color: #08C;
}

.bubble-arrow {
	width: 22px;
	height: 22px;
	background: url(bubble-arrow.png);
	position: absolute;
	bottom: -22px;
}

.client-block {
	width: 33.3333333%;
	float: left;
	margin-top: 20px;
}

.client-block.middle {
	text-align: center;
	margin-top: 36px;
}

.client-block.last {
	margin-top: 45px;
}

.client-block.last a {
	float: right;
}

.small-screen {
	display: none;
}

ul.register-steps {
	list-style-type: none;
	margin: 0 auto 10px auto;
}

.register-steps li {
	background: #E8E8E8;
	color: #828282;
	float: left;
	display: block;
	width: 31.6%;
	margin-left: 30px;
	text-align: center;
	padding: 10px 0px;
	font-size: 13px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.register-steps li span.title {
	font-weight: bold;
	font-size: 15px;
	display: block;
}

.register-steps li.first-step {
	margin-left: 0px;
}

.register-steps li.active {
	color: #fff;
	background: #1d8ee5; /* Old browsers */
background: -webkit-linear-gradient(top, #1d8ee5 0%, #1e5799 100%);

	background: -moz-linear-gradient(top, #1d8ee5 0%, #1e5799 100%);
	background: -o-linear-gradient(top, #1d8ee5 0%, #1e5799 100%);
	background: -ms-linear-gradient(top, #1d8ee5 0%, #1e5799 100%);
	background: linear-gradient(top, #1d8ee5 0%, #1e5799 100%); /* W3C */
}

.control-label {
	font-weight: bold;
	color: #6b6b6b;
}

#reply_panel {
display: none;
background: #F7F7F7;
padding-top: 30px;
padding-bottom: 3px;
margin-bottom: 17px;
border-radius: 6px;
border: 1px solid #E6E6E6;
margin-top: -8px;
}

#reply_panel .alert {margin: 0 1em 18px 1em;}
.negotiation-history caption {
font-size: 22px;
text-align: left;
margin-bottom: 5px;
margin-top: 20px;
}
.messaging-wrapper{
}
.messaging-wrapper p.warnings{
	line-height: 36px;
	height: 37px; 
}
.messaging-wrapper p.warnings a{
	color: #F58147;
}
.messages-column-title{
	font-weight: normal;
margin-bottom: 32px;
border-bottom: 1px solid #D9D9D9;
line-height: 32px;
}
.messaging-wrapper .btn-group{
	margin-bottom: 10px;
}
.messaging-wrapper button{
	width: 100%;
}
.quote-message-wrapper {
margin-bottom: 20px;
border: 1px solid #E8E8E8;
padding: 10px;
background: #F2F2F2;
padding: 10px;
}
.quote-message-header {
	font-size: 12px;
}
.quote-message-date {
	font-weight: bold;
}
.quote-message-date span{
	font-weight: normal;
}
.quote-message-subject {
	font-weight: bold;
}
.quote-message-subject span{
	font-weight: normal;
}
.quote-message-offer {
	font-weight: bold;
}
.quote-message-offer span{
	font-weight: normal;
}
.quote-message-salute {
	font-weight: bold;
}
.quote-message-salute span{
	font-weight: normal;
}
.quote-message-content {
	background: white;
padding: 10px;
border-top-left-radius: 13px;
border-bottom-right-radius: 13px;
border: 1px solid #E6E6E6;
margin-top: 10px;
font-size: 14px;
color: #457AA1;
}

.control-group.last-chance label {
width: 86px;
float: left;
}
.control-group.last-chance .controls {
position: relative;
top: -3px;
}
@media (min-width: 1200px) {
	.custom-search-form input.span3 {
	width: 279px;
}

.hero-text-wrapper {
	top: 70px;
}

}

@media (max-width: 979px) {
	.client-block {
	width: 50%;
	text-align: center;
}

.client-block img {
	width: 55%;
}

.client-block a {
	text-align: center;
	padding: 0;
	position: relative;
	background: #E5E5E5;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 122px;
	float: right;
	left: -10px;
	font-size: 12px;

	-webkit-box-shadow: 1px 1px 1px #ccc;
	-moz-box-shadow: 1px 1px 1px #ccc;
	box-shadow: 1px 1px 1px #ccc;
	color: #636363;
	width: 100%;
	padding: 7px 0px;
}

.client-block.middle {
	position: relative;
	left: -15px;
}

.client-block.last a:hover {
	text-decoration: none;
	background: #19A0D1;
	color: white;
}

.client-block.last {
	margin-top: 30px;
	text-align: center;
	width: 100%;
}

#roostr_content {
	overflow: auto;
	padding-bottom: 34px;
}

/* must be same height as the footer */
#footer-wrapper {
	position: relative;
	margin-top: -34px; /* negative value of footer height */
height: 34px;
	clear: both;
}

}

@media (max-width: 979px) and (min-width: 768px) {
	.custom-search-form input.span3 {
	width: 137px;
}

.hero-text-wrapper {
	position: relative;
	top: 0px;
}

.row div.hero-text-message {
	width: 100%;
	float: none;
}

.row div.hero-text-benefits {
	width: 100%;
	float: none;
	margin-left: 20px;
}

.footer-links {
	margin-right: 30px;
}

.register-steps li {
	margin-left: 19px;
}

}

@media (min-width: 768px) {
	footer {
	display: block !important;
}

}

@media (min-width: 979px) {
	.register-steps li {
	margin-left: 24px;
}

}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

.small-screen {
	display: block;
}

#reply_panel {
	padding-left: 20px;
	padding-right: 20px;
}

form input.search-input {
	width: 78%;
	float: left;
}

form button.search-button {
	float: right;
	width: 20%;
}

.hero-text-wrapper {
	width: 100%;
}

.row div.hero-text-message {
	width: 37%;
	float: left;
}

.row div.hero-text-benefits {
	width: 37%;
	float: right;
}

.home-marketing-strip {
	margin-top: 20px;
	margin-bottom: 20px;
}

div.home-marketing-strip .content-area {
	margin-top: 40px;
	margin-bottom: 60px;
}

.footer-links {
	float: none;
	margin: 0px;
}

footer a.top-level {
	line-height: 14px;
	font-weight: normal;
	font-size: 14px;
}

footer a {
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	padding: 11px 0;
	border-bottom: 1px solid #0081C2;
	margin: 2px 4px;
}

footer a:hover {
	text-decoration: none;
	background: #005A8A;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

footer {
	height: auto;
	display: none;
}

.footer-links-alt {
	margin-top: 0px;
}

.mobile-footer-menu {
	display: block;
}

.footer-bottom p {
	display: none;
}

.row > [class*="span"].box-backer {
	display: none;
}

.register-steps li {
	margin-left: 1.1%;
}

}

@media (max-width: 550px) {
	.hero-text-wrapper {
	position: relative;
	top: 0px;
}

.row div.hero-text-message {
	width: 45%;
	float: left;
}

.row div.hero-text-benefits {
	width: 45%;
	float: right;
}

.client-block.middle {
	margin-top: 33px;
}

.register-steps li {
	padding: 5px 5px;
	width: 29.9%;
}

.register-steps li span.breaker {
	display: block;
}

}

/* Landscape phones and down */
@media (max-width: 480px) {
	.row div.hero-text-message {
	width: 100%;
	float: none;
}

.row div.hero-text-benefits {
	width: 100%;
	float: none;
}

.client-block.middle {
	margin-top: 28px;
}

}

/* Portrait tablet to landscape and desktop */
/* Large desktop */