div#header {
	float: left;
	width: 1003px;
	height: 150px;
}

div#header div#logo_container {
	float: left;
	width: 223px;
	height: 58px;
	padding: 0 0 0 58px;
}

div#header div#logo_container a#logo {
	display: block;
	width: 216px;
	height: 85px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

div#header div#header_links {
	float: right;
	width: 520px;
	padding: 30px 55px 0 0;
}

div#header div#header_links a {
	display: block;
	height: 42px;
	float: right;
	background-image: url(../images/header_links_bg.png);
	background-repeat: no-repeat;
	font-size: 14px;
	text-decoration: none;
	color: #000000;
}

div#header div#header_links a:hover {
	text-decoration: underline;
}

div#header div#header_links a#new_users {
	width: 117px;
	height: 32px;
	padding: 10px 0 0 47px;
	background-position: 0px 0px;
}

div#header div#header_links a#my_account {
	width: 129px;
	height: 32px;
	background-position: -164px 0px;
	padding: 10px 0 0 67px;
}

div#header div#header_links a#my_cart {
	width: 93px;
	height: 32px;
	padding: 10px 0 0 67px;
	background-position: -360px 0px;
}

/* LOGOUT STYLES */
a#logout {
	display: block;
	width: 88px !important;
	height: 31px !important;
	text-indent: -9999px;
	position: absolute;
	z-index: 1;
	background-image: url(../../assets/images/logout.jpg) !important;
	background-repeat: no-repeat !important;
	background-position: 0px 0px !important;
	top: 0px;
	left: 870px;
}

a#logout:hover {
	background-position: 0px -31px !important;
}
