@charset "UTF-8";
/* CSS Document */
a:link {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
body {
	background-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 16px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	line-height: 16px;
}
.welcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
.nav_container {
	height: 150px;
	width: 100%;
	background-image: url(images/shelf.png);
	background-repeat: repeat-x;
	background-position: left top;
	left: -1px;
	top: -1px;
	position: fixed;
	right: 0%;
	z-index: 2;
}
.main_container {
	height: 100%;
	width: 860px;
	left:50%;
	margin-left:-430px;
	position: absolute;
	padding-top: 122px;
}
.body_container {
	padding: 20px;
	background-image: url(images/bird_mark.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.index_container {
	padding: 20px;
}
.header_container {
	top: 3px;
	height: 150px;
	width: 800px;
	left:50%;
	margin-left:-400px;
	position: absolute;
}
.bottom {
	background-image: url(images/bottom_shadow.png);
	background-repeat: repeat-x;
	height: 30px;
	width: 800px;
}
.image_right {
	padding-left: 10px;
	vertical-align: text-top;
	left: 100%;
	padding-bottom: 10px;
}
.image_left {
	padding-right: 10px;
	vertical-align: text-top;
	right: 100%;
	padding-bottom: 10px;
}
.pin_container {
	top: 127px;
	height: 100px;
	width: 1000px;
	left:50%;
	margin-left:-500px;
	position: fixed;
}
.pomade_container {
	width: 220px;
	float: left;
}
.nav {
	float: right;
	position: absolute;
	width: 800px;
	margin-top: -10px;
}
.copyright {
	height: 12px;
	right: 0px;
	bottom: 0px;
	background-image: url(images/nav_back.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	padding: 5px;
	letter-spacing: 2px;
}
.view_cart {
	width: 800px;
	top: 155px;
	position: fixed;
	margin-left: -400px;
	left: 50%;
	text-align: right;
}
.view_cart_btn {
	margin-right: 20px;
}
.wholesale {
	position: absolute;
	z-index: 1;
}
.links {
	margin-left: 10px;
	margin-bottom: 2px;
}
.main_container table tr .body_container div p {
	text-align: center;
}
.main_container table tr .body_container div h3 {
	text-align: center;
}

