body {
	background: url(/images/site_bg.gif) repeat-y center;
	margin:0px;
	padding:0px;
}

h1 {
	margin:0 0 0 30px;
	padding: 0;
	float:left;
	background: url(/images/logo.gif) no-repeat;
	width:293px;
	height:83px;
}

h2 {
	margin:0;
	padding:0;
}

h3.textpromo {
	border: 1px solid #fff;
	padding: 10px;
}

img {
	border:0;
}
#container {
	overflow: hidden; /*Hides horizontal scrollbars*/
}
.shelf {
	background: transparent url(/images/shelf.png) no-repeat;
	width:1000px;
	height:107px;
	margin-left: auto;
	margin-right: auto;
}

.shelf p{
	margin:0;
	padding:0;
}
#header {
	width:960px;
	height:91px;
	margin-left: auto;
	margin-right: auto;
	background: url(/images/header.png) no-repeat;
	z-index: 1;	
	position: relative;
}
#navigation {
	/*float:right;*/
	right:30px;
	position:absolute;
}
#navigation ul {
	margin-top:65px;
	margin-right:20px;
}
#navigation ul li{
	float: left;
	list-style-type: none;
	margin-left: 35px;
}

#panel_button {
	width:950px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 0;
}

#panel_button img {
	border:none;
	
}

#panel {
	background: #121212 url(/images/shadow.png) no-repeat;
	width: 950px;
	height: 215px;
	margin-left: auto;
	margin-right: auto;
	/*display: none;*/
	position:relative;
}

#panel ul{
	margin:0px;
	padding:0px;
}

#panel li {
	list-style-type: none;
}

#panel div:first-child {
	margin-left: 30px;
}

#panel div {
	float:left;
	width:178px;
	margin-top:16px;
	margin-right:4px;
}
#cart {
	position: absolute;
	right:20px;
	bottom: -20px;
}
#promo {
	width:940px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

#featured_items {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#featured_items h2{
	margin-left:30px;
	margin-top: 20px;
}

#header_eyes {
	background: url(/images/h2_eyes.gif) no-repeat;
	width:50px;
	height:20px;
}

#header_face {
	background: url(/images/h2_face.gif) no-repeat;
	width:50px;
	height:20px;
}

#header_lips {
	background: url(/images/h2_lips.gif) no-repeat;
	width:50px;
	height:20px;
}

.firstimg {
	margin-left:50px;
}

.lastimg {
	margin-right:50px;
}
#locations h3 {
	border-bottom: 1px solid #e667af;
}
#social_network {
/*	float:right;
	margin-top: -80px;
	margin-right: 20px;*/
	position: absolute;
	right: 30px;
	
}
#social_network ul {
}
#social_network li {
	display: inline;
	list-style-type: none;
}
#social_network li a {
	text-decoration: none;
}

#footer p {
	text-align:center;
}
