#header-inner {
	position: relative;
	top: 0px;
	left: 0px;
	height: 140px;
}

#header-logo {
	position: absolute;
	top: 15px;
	left: 3px;
}

#header-tag-line {
	position:absolute;
	top:40px;
	left:3px;
	color: #263447;
	font-size:18px;
	font-weight:bold;
	line-height: 1em;
	text-shadow:0 1px 0 #fff;
}

#chat-phone {
	width:354px;
	margin:0 auto;
	padding:5px 0 0;
	text-align:center;
}

#header-phone {
	padding:10px 0 0;
	color: #263447;
	font-size:14px;
	line-height:16px;
}

#header-phone strong {
	display:block;
	font-size:18px;
}

#header-chat {
	float:right;
}

#header-links {
	position:absolute;
	top:52px;
	right:0px;
	color: #555;
	padding: 0;
	line-height: 100%;
}

#header-links a {
	color: #555555;
	text-decoration: none;
	padding: 0px 5px;
	text-shadow:0 1px 0 #fff;
}

#header-links a:hover {
	text-decoration: underline;
}

#header-bar {
	position: absolute;
	top: 70px;
	left: 0px;
	width: 960px;
	height: 36px;
	background: #0a3f59 url(/assets/img/header/header-bar-3.png) top left no-repeat;
}

#header-shopping-cart {
	padding:0 0 0 3px;
	position:absolute;
	top:0;
	right:0;
	z-index:1;
	background:url(/assets/img/shopping-cart-back-left.png) left bottom no-repeat;
	display:none;
}

#header-shopping-cart a {
	background:url(/assets/img/shopping-cart-back-right.png) right bottom no-repeat;
	display:block;
	color:#333;
	padding:3px 3px 3px 0;
	text-decoration:none;	
	font-weight:bold;
}

#header-shopping-cart a span {
	display: block;
	background: url(/assets/img/shopping-cart-icon.gif) 5px 10px no-repeat;
	padding:9px 9px 9px 25px;
}
#header-shopping-cart a span span {
	display: inline;
	background: none;
	padding: 0px;
}


