﻿#bodycontainer {
    width: 1000px;
    margin: auto;
	margin: 5px auto 5px auto;
	background-color: #333333;
	background-image: url(../layout/blue/contenthead.png);
	background-repeat: repeat-x;
}
p{
	text-indent: 0px;
}
#head_text{
	line-height: 25px;
	font-size: 22px;
	display: block;
	position: relative;
	top: -2px;
	width: 1000px;
	text-align: center;
	color: white;
}
#shop_featured{
	display: block;
	float: right;
	width: 690px;
	height: 390px;
	margin: 5px;
	background-image: url(../layout/shop/minihead.png);
	background-repeat: repeat-x;
	background-color: black;
}
#shop_categ{
	display: block;
	float: left;
	width: 295px;
	height: 240px;
	margin: 5px 0px 5px 5px;
	background-image: url(../layout/shop/minihead.png);
	background-repeat: repeat-x;
	background-color: #181818;
	overflow: hidden;
}
#shop_text{
	display: block;
	width: 295px;
	height: 140px;
	margin: 5px 0px 5px 5px;
	float: left;
	background-image: url(../layout/shop/minihead.png);
	background-repeat: repeat-x;
	background-color: #181818;
	overflow: hidden;
}
#shop_box{
	display: block;
	float: left;
	width: 325px;
	height: 275px;
	margin: 4px;
	background-image: url(../layout/shop/minihead.png);
	background-repeat: repeat-x;
}
#feat_img{
	display: block;
	width: 690px;
	height: 365px;
	background-color: white;
}
.categ_list:link, .categ_list:visited{
	display: block;
	line-height: 25px;
	width: 284px;
	border-right: solid 1px #181818;
	overflow: hidden;
	height: 25px;
	padding-left: 10px;
	background-image: url(http://www.imantu.com/layout/shop/item_head.jpg);
}
.categ_list:hover, .categ_list:active{
	background-position: -325px 0px;
}
#shop_menu{
	display: inline-block;
	float: left;
	position: relative;
	width: 250px;
	margin: 5px 0px 5px 5px;
	background-image: url(http://www.imantu.com/layout/shop/minihead.png);
	background-repeat: repeat-x;
	background-color: #181818;
}
#item_listing{
	vertical-align: top;
	display: inline-block;
	width: 164px;
	margin: 5px;
	text-align: center;
	padding: 5px;
	word-spacing: 0em;
	background-color: #111111;
	border: solid 1px black;
}
#item_listing:hover{
	background-color: #181818;
}
#cart_item{
	width: 100%;
	height: 50px;
	position: relative;
	border-bottom: solid 1px #444444;
	background-color: #202020;
	display: block;
}
/*--Affiliate Stuff--*/
#aff_reg{
	display: block;
	position: absolute;
	right: 80px;
	top: 140px;
	color: white;
}
#aff_reg a:link, #aff_reg a:visited{
	color: #ccff00;
	text-decoration: none;
}
#aff_reg a:hover, #aff_reg a:active{
	text-decoration: underline;
}
#aff_reg_cont{
	position: relative;
	width:990px;
	margin: auto;
	padding: 280px 5px 5px 5px;
	background-image: url(affiliates/affregbg.jpg);
	background-repeat: no-repeat;
	background-color: #333333;
	margin-bottom: 10px;
}