#header {
	background: url("/_images/hdrback.jpg") center top;
}

#mid-header {
	position: relative;
	text-align: center;
	/*background: url(_images/bresser-logo.png) center top no-repeat;*/
	z-index: 2;
	margin-top: -20px;
}

#mid-header-bar {
	position: absolute;
	top: 20px;
	bottom: 18px;
	left: 0;
	width: 100%;
	background-color: #f58220;
}

#mid-header-inner {
	position: relative;
	text-align: center;
}

#mid-header-inner img {
	max-width: 100%;
	height: auto;
}

#header .line1-space {
	height: 45px;
}

#header .line1 .logo a img {
    /*background: url("/uploads/WalkInTubsPreventFalls.png") no-repeat scroll 15px top transparent;*/
    height: 89px;
    width: 525px;
	min-width: 525px;
}

#header .phones {
	position: absolute;
	top: 3px;
	left: 5px;
	bottom: auto;
	font-size: 15px;
	color: #000;
	font-weight: bold;
}

#header .phones span {
	padding-right: 0;
}

#header .line1 .cc-accepted {
	position: absolute;
	bottom: 40px;
	right: 0;
	height: 35px;
	width: 185px;
}

#header .line1 .drive-dealer {
	position: absolute;
	bottom: 80px;
	right: 12px;
	height: 60px;
	width: 160px;
}

#header .line1 .drive-dealer img {
	border: 1px solid #000;
	background-color: #fff;
	padding: 2px;
}

#content-container {
	margin-top: 235px;
}

#header, .checkout-container #header {
	height: 225px;
}

#header .line1 {
	height: 190px;
}

.tabs-mobile {
  top: 150px;
}

.checkout-container #content-container {
	margin-top: 235px;
}

.menu-minicart {
	padding: 8px;
}

.minicart-box {
	background: #efefef;
	border: 1px solid #dddddd;
	box-shadow: 1px 1px 5px #aaa;
}

.tabs a {
	background-image: none;
	background: linear-gradient(to bottom,#32377E,#374998);
}

.tabs a:hover {
	background-image: none;
	background-position: inherit;
	background: linear-gradient(to bottom,#E0761F,#F99440);
}

.menu-minicart {
	background-image: none;
	background: linear-gradient(to bottom,#32377E,#374998);
}

.welcome-table .ui-tabs .ui-tabs-nav li.ui-tabs-active {
	background: linear-gradient(to bottom,#32377E,#374998);
}

.product-details .procuct-properties {
	width: inherit;
}

.product-details .product-properties .property-name {
	width: 220px;
}

@media screen and (min-width:790px) and (max-width:959px) {
	#header .line1 .logo a img {
		background-size: auto 70%;
		background-position: 15px 15px;
	}
}

@media screen and (max-width:789px) {
	#header .line1 .logo a img {
		background-size: auto 60%;
		background-position: 55px 25px;
	}
	
	#header .line1 .header-links {
    	width: 90%;
	    top: 5px;
	}
	
	.header-links .wrapper {
		text-align: right;
	}

	#header .line1 .logo{
	    text-align: left;
	}
	
	.welcome-img img {
		max-width: 100%;
		width: auto;
	}

}

@media screen and (max-width:600px) {
	#header .line1 .cc-accepted, #header .line1 .drive-dealer {
		display: none;
	}
}

@media screen and (max-width:500px) {
	#header .line1 .logo a img {
		background-size: auto 50%;
		background-position: 65px 35px;
	}
}