/* ----------------- Home Page ----------------- */

.home_top {
	margin:				0 10px 15px 0;
	padding: 			0 0 0 0;
	line-height:		20px;	
}

#women_stripe {
	float:				left;
	width:				660px;
	height:				224px;
	color:				#ddd;
	background: #782a2d;
	font-size: 13px;
}

#women_stripe img {
	float:				left;
	margin:				0 25px 0 0;
}

#women_stripe object {
	float:				left;
	margin:				0 25px 0 0;
}

#women_stripe embed {
	float:				left;
	margin:				0 25px 0 0;
}

#women_stripe p {
	margin:				20px 20px 0 0;
	padding: 			0 0 0 0;
	line-height:		20px;	
}

#women_stripe ul{
	float:				left;
/*	width:				120px; */
	padding:			0 0 0 0px;
	margin:				15px 25px 0 0;	
}

#women_stripe ul li{
/*	border:				1px solid white; */
	list-style:			none;
	line-height:		20px;
	margin:				0 0 0 0;
	padding:			0 0 0 0;
	background:			none;
}

#women_stripe ul li a{
	font-size: 13px;
	text-decoration:	none;
	color:				#ddd;
	background-image:	url(../images/icon_right_arrow_mini.gif);
	background-repeat:	no-repeat;
	background-position:0 6px; 
	padding:			0 0 0 6px;
}

#women_stripe ul li a:hover{
	text-decoration:	none;
	color:				#fff;
}

#men_stripe {
	float:				left;
	width:				660px;
	height:				224px;
	background: #b79d62;
	color:				#000;
	margin:				0 0 25px 0;
	font-size: 13px;
}

#men_stripe img {
	float:				left;
	margin:				0 25px 0 0;
}

#men_stripe object {
	float:				left;
	margin:				0 25px 0 0;
}

#men_stripe embed {
	float:				left;
	margin:				0 25px 0 0;
}

#men_stripe p {
	margin:				20px 20px 0 0;
	padding: 			0 0 0 0;
	line-height:		20px;
}

#men_stripe ul{
	float:				left;
/*	width:				120px; */
	padding:			0 0 0 0px;
	margin:				15px 25px 0 0;	
}

#men_stripe ul li{
/*	border:				1px solid white; */
	list-style:			none;
	line-height:		19px;
	margin:				0 0 0 0;
	padding:			0 0 0 0;
	background:			none;	
}

#men_stripe ul li a{
	font-size: 			13px;		
	text-decoration:	none;
	color:				#000;
	background-image:	url(../images/icon_right_arrow_mini.gif);
	background-repeat:	no-repeat;
	background-position: 0 5px; 
	padding:			0 0 0 6px;
}

#men_stripe ul li a:hover{
	text-decoration:	none;
	color:				#fff;
}