#home_top {
	
}
#home_top .home_top_tile {
	position: relative;
	width: 467px;
	float: left;
}
#home_top .home_top_tile.right {
	margin: 0 0 0 10px;
}
#home_top .home_top_tile a {
	text-decoration: none;
}
#home_top .home_top_tile a:hover .description {
	text-decoration: underline;
}
#home_top .home_top_tile .description {
	background: #000;
	color: #fff;
	font-size: 12px;
	position: absolute;
	bottom: 12px;
	right: 12px;
	padding: 7px 4px 7px 4px;
	cursor: pointer;
}
#home_top .home_top_tile .new {
	position: absolute;
	bottom: 18px;
	left: 16px;
	display: block;
	width: 106px;
	height: 106px;
	text-indent: -9999em;
	background: url(images/new.png) no-repeat;
	cursor: pointer;	
}
#home_top .home_top_tile .sale {
	position: absolute;
	top: 27px;
	right: 13px;
	display: block;
	width: 106px;
	height: 106px;
	text-indent: -9999em;
	background: url(images/sale.png) no-repeat;	
	cursor: pointer;	
}
#home_middle {
	margin: 25px 0 0 0;
}
#home_middle .home_middle_tile{
	width: 467px;
	float: left;
	text-align: center;
}
#home_middle .home_middle_tile a{
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
}
#home_middle .home_middle_tile.right{
	margin: 0 0 0 10px;
}
#home_bottom {
	margin: 25px 0 0 0;
	height: 218px;
}
#home_bottom #new_arrivals {
	height: 218px;
	position: relative;
}
#new_arrivals #new_arrivals_shadow_top {
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	height: 9px;
	width: 944px;
	background: url(images/shadow_new_arrivals_top.png) no-repeat;
}
#new_arrivals #new_arrivals_shadow_bottom {
	z-index: 1;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 11px;
	width: 944px;
	background: url(images/shadow_new_arrivals_bottom.png) no-repeat;	
}
#new_arrivals #new_arrivals_products {
	position: relative;
}
#new_arrivals_products #new_arrivals_products_left {
	float: left;
}
#new_arrivals_products #new_arrivals_products_right {
	float: left;
}
#new_arrivals_products .new_arrivals_product_navigation {
	text-transform: uppercase;
	float: left;
	width: 157px;
	position: relative;
}
#new_arrivals_products .new_arrivals_product_navigation h2 {
	margin: 58px 0 0 18px;
	font-size: 22px;
	font-weight: normal;
	color: #000;
}
#new_arrivals_products .new_arrivals_product_navigation .new_arrivals_product_navigation_links {
	margin: 12px 0 0 50px;
}
#new_arrivals_products .new_arrivals_product_navigation .new_arrivals_product_navigation_links li {
	float: left;
}
#new_arrivals_products .new_arrivals_product_navigation .new_arrivals_product_navigation_links a {
	display: block;
	width: 11px;
	height: 6px;
	background: url(images/new_arrivals_menu_inactive.png) no-repeat;
	text-indent: -9999em;
}
#new_arrivals_products .new_arrivals_product_navigation .new_arrivals_product_navigation_links.red li.current a {
	background: url(images/new_arrivals_menu_active_red.png) no-repeat;
}
#new_arrivals_products .new_arrivals_product_navigation .new_arrivals_product_navigation_links.blue li.current a {
	background: url(images/new_arrivals_menu_active_blue.png) no-repeat;
}

#new_arrivals_products .new_arrivals_product {
	font-size: 12px;
	text-transform: uppercase;
	float: left;
	width: 157px;
	position: relative;
}
#new_arrivals_products .new_arrivals_product a {
	text-decoration: none;
	color: #fff;
}
#new_arrivals_products .new_arrivals_product img {
	z-index: 0;
	width: 157px;
	height: 159px;
}
#new_arrivals_products .new_arrivals_product .img_overlay {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 157px;
	height: 159px;
	background: url(images/new_arrivals_img_overlay.png) no-repeat;
}
#new_arrivals_products .new_arrivals_product .title {
	color: #000;
	display: block;
	height: 18px;
	padding: 11px 0 0 9px;
	cursor: pointer;
}
#new_arrivals_products .new_arrivals_product .price {
	color: #000;
	display: block;
	height: 24px;	
	padding: 4px 0 0 9px;
	cursor: pointer;	
}
#new_arrivals_products  div.new_arival_hover {
	z-index: 3;
	position: absolute;
	top: -11px;
	width: 159px;
	height: 216px;
	background: url(images/bg_new_arrival.png) no-repeat;
	padding: 11px 18px 18px 18px;
	font-size: 12px;	
}
#new_arrivals_products div.new_arival_hover a {
	text-decoration: none;
	color: #fff;
}
#new_arrivals_products div.new_arival_hover img {
	width: 157px;
	height: 159px;
}
#new_arrivals_products div.new_arival_hover .img_overlay {
	position: absolute;
	left: 18px;
	top: 11px;
	z-index: 4;
	width: 157px;
	height: 159px;
	background: url(images/new_arrivals_img_overlay.png) no-repeat;
}
#new_arrivals_products div.new_arival_hover .title {
	color: #fff;
	display: block;
	height: 18px;
	padding: 11px 0 0 9px;
	cursor: pointer;
	text-decoration: underline;
	text-transform: uppercase;
	background: #000 url(images/bg_new_arrival_hover.png) no-repeat;
	background-position: 135px 12px;
}
#new_arrivals_products div.new_arival_hover .price {
	background: #000;
	color: #fff;
	display: block;
	height: 24px;	
	padding: 4px 0 0 9px;
	cursor: pointer;
	font-weight: bold;
	font-size: 15px;
}

#new_arrivals_products_left_slider {
	width: 314px;
	height: 218px;
	float: left;
	overflow: hidden;
}
#new_arrivals_products_left_slider ul li {
	float: left;
	width: 314px;
	height: 218px;	
}
#new_arrivals_products_right_slider {
	width: 314px;
	height: 218px;
	float: left;
	overflow: hidden;	
}
#new_arrivals_products_right_slider ul li {
	float: left;
	width: 314px;
	height: 218px;	
}
