/* Import Global Reset */
@import url("reset.css");
/* Default Link Style*/
a {
	color: #0072bc;
	text-decoration: underline;
	outline: none;
}
a:hover {
	color: #F09A2D;
}

/* Website Head & Elements */
#head {
	height: 44px;
	padding-top: 20px;
	position: relative;
}
/* Website Logo */
h1.logo {
	position: absolute;
	width: 158px;
	top: 20px;
	left: 10px;
}
h1.logo a {
	display: block;
	height: 36px;
	background: url("../images/logo.gif") no-repeat left top;
}
/* Comman Elements of head elements */
#search, .top_banner, .basket {
	height: 44px;
	float: right;
}
#search, .top_banner {
	border-right: 1px solid #efefef;
}
/* Search Box */
#search {
	width: 332px;
	background: url("../images/search_bg.png") no-repeat right bottom;
}
#search input, #search input.button{
	border: 0;
	float: left;
	margin-top: 9px;
}
#search input {
	padding: 5px 5px 7px;
	width: 152px;
	font-size: 11px;
	color: #252525;
	background: url("../images/search-input_btn.png") no-repeat left top;
}

#search select {
	padding: 5px 5px 7px;
	font-size: 11px;
	color: #252525;
	background: url("../images/search-input_btn.png") no-repeat left top;
	border: 0;
	float: left;
	margin-top: 9px;	
}

#search input.button {
	width: 28px;
	height: 25px;
	padding: 0;
	background: #0072bc url("../images/search_btn.png") no-repeat left top;
	cursor: pointer;
}
/* Top Banner */
.top_banner {
	width: 218px;
}
/* Basket */
.basket {
	padding: 5px 10px 0;
	width: 130px;
	height: 39px;
	background: url("../images/basket_bg.png") no-repeat left bottom;
	font-size: 9px;
	letter-spacing: -0.5px;
	color: #111111;
}
.basket a {
	display: block;
	width: 112px;
	height: 16px;
	background: url("../images/shopping-basket_bg.gif") no-repeat left top;
}
.basket p {
	padding: 3px 0 0 26px;
}
.basket p span {
	float: right;
	font-weight: bold;
	color: #898989;
}
/* Site Nav */
#main_nav {
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	background: #f6f6f6 url("../images/main_nav_bg.gif") repeat-x left top;
	height: 32px;
	margin-bottom: 20px;
}
/* User Nav */
.user_nav {
	float: right;
	padding: 5px 10px 0 20px;
	width: 131px;
	height: 26px;
	background: url("../images/user-nav_bg.png") no-repeat left top;
}
.user_nav li {
	float:left;
}

.user_nav a, .user_nav a:hover {
	float: left;
	white-space: nowrap;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	margin-left: 40px;
}
.user_nav a:hover {
	color: #666;
	text-decoration: underline;
}
.user_nav .no_bold, .user_nav .no_bold:hover {
	font-weight: normal;
}
/* Content Elements */
.content {
	background: url("../images/content_bg.png") repeat-x left bottom;
	border-bottom: 2px solid #f0f0f0;
	padding-bottom: 20px;
}
/* Footer */
.footer {
	clear: both;
	text-align: center;
	color: #707070;
	line-height: 24px;
	padding: 10px 0;
}
.footer a, .footer a:hover {
	text-decoration: none;
	color: #707070;
}
.footer ul{
	margin:auto;
}

.footer ul li{
	display:inline;
}
.footer div {
	color: #999999;
}
.footer div a, .footer div a:hover {
	text-decoration: none;
	color: #999999;
}

/* Hide Text From Element */
h1.logo a span, .basket a span, .product_menu h2 span, .product_guide h2.box_title span, .store_locator h2.box_title span {
	position: absolute;
	left: -50000px;
}
#items {padding-right: 25px;}