@charset "utf-8";
/* CSS Document */

/* ----- MAINNAV -----*/	
#mainnav {
	height: 12px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
}
#mainnav ul.sub {
	color:#fff;
	position: absolute;
	display: none;
	background-color: #000;
	top: 17px;
	left: 0px;
	margin: 0px;
	z-index: 1000;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right:5px;
}


#mainnav li.sub a {
	list-style-type: none;
	list-style-position: inside;
	color: #FFF;
	text-indent: 10px;
	text-decoration: none;
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, san-serif;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainnav li.sub a:hover {
	background-color: #30281e;
	color: #bab8ac;
}
#mainnav ul.main {
	width: 900px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
}
#mainnav ul.main li.main {
	position: relative;
	float: left;
	text-indent: -9000px;
	line-height:13px;
}
#mainnav li:hover ul, li.over ul {
	display: block;
}
#mainnav ul.main li.main a {
	display: block;
}
/*HOME*/
a.home, a.home_active {
	color:#fff;
	width: 65px;
	height: 17px;
	padding-left: 0px;
	margin-right:0px;
}
a.home_active:link, a.home_active:visited {
	background-attachment: scroll;
	background-image: url(/content/struct/imgs/bg_menu/home.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
a.home:link, a.home:visited {
	background-attachment: scroll;
	background-image: url(/content/struct/imgs/bg_menu/home.png);
	background-repeat: no-repeat;
	background-position: left top;
}
a.home:hover, a.home_active:hover {
	background-attachment: scroll;
	background-image: url(/content/struct/imgs/bg_menu/home.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/*SHOPPING*/
a.shopping, a.new_active {
	width: 100px;
	height: 17px;
	padding-left: 0px;
	margin-right:0px;
}
a.shopping_active:link, a.shopping_active:visited {
	background-attachment: scroll;
	background-image: url(/content/struct/imgs/bg_menu/shopping.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
a.shopping:link, a.shopping:visited {
	background: url(/content/struct/imgs/bg_menu/shopping.png) no-repeat scroll left top;
}
a.shopping:hover, a.shopping_active:hover {
	background: url(/content/struct/imgs/bg_menu/shopping.png) no-repeat scroll left bottom;
}
/*LOOKBOOK*/
a.lookbook, a.lookbook_active {
	width: 105px;
	height: 17px;
	padding-left: 0px;
	margin-right:0px;
}
a.lookbook_active:link, a.lookbook_active:visited {
	background-attachment: scroll;
	background-image: url(/content/struct/imgs/bg_menu/lookbook.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
a.lookbook:link, a.lookbook:visited {
	background: url(/content/struct/imgs/bg_menu/lookbook.png) no-repeat scroll left top;
}
a.lookbook:hover, a.lookbook_active:hover {
	background: url(/content/struct/imgs/bg_menu/lookbook.png) no-repeat scroll left bottom;
}
/*DESIGNERS*/
a.desigers, a.desigers_active {
	width: 109px;
	height: 17px;
	padding-left: 0px;
	margin-right:0px;
}
a.desigers_active:link, a.desigers_active:visited {
	background-attachment: scroll;
	background-image: url(/content/struct/imgs/bg_menu/shopping.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
a.desigers:link, a.desigers:visited {
	background: url(/content/struct/imgs/bg_menu/shopping.png) no-repeat scroll left top;
}
a.desigers:hover, a.desigers_active:hover {
	background: url(/content/struct/imgs/bg_menu/shopping.png) no-repeat scroll left bottom;
}
/*BLOG*/
a.blog, a.blog_active {
	width: 63px;
	height: 17px;
	padding-left: 0px;
	margin-right:0px;
}

a.blog_active:link, a.blog_active:visited {
	background: url(/content/struct/imgs/bg_menu/blog.png) no-repeat scroll left bottom;
}
a.blog:link, a.blog:visited {
	background: url(/content/struct/imgs/bg_menu/blog.png) no-repeat scroll left top;
}
a.blog:hover, a.blog_active:hover {
	background: url(/content/struct/imgs/bg_menu/blog.png) no-repeat scroll left bottom;
}
/*FACEBOOK*/
a.facebook, a.facebook_active {
	width: 100px;
	height: 17px;
	padding-left: 0px;
	margin-right:0px;
}
a.facebook_active:link, a.facebook_active:visited {
	background: url(/content/struct/imgs/bg_menu/facebook.png) no-repeat scroll left bottom;
}
a.facebook:link, a.facebook:visited {
	background: url(/content/struct/imgs/bg_menu/facebook.png) no-repeat scroll left top;
}
a.facebook:hover, a.facebook_active:hover {
	background: url(/content/struct/imgs/bg_menu/facebook.png) no-repeat scroll left bottom;
}

/*SALE*/
a.sale, a.sale_active {
	width: 58px;
	height: 17px;
	padding-left: 0px;
}
a.sales_active:link, a.sale_active:visited {
	background-attachment: scroll;
	background-image: url(/content/struct/imgs/bg_menu/sales.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
a.sale:link, a.sale:visited {
	background-attachment: scroll;
	background-image: url(/content/struct/imgs/bg_menu/sales.png);
	background-repeat: no-repeat;
	background-position: left top;
}
a.sale:hover, a.sale_active:hover {
	background-attachment: scroll;
	background-image: url(/content/struct/imgs/bg_menu/sales.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/*ABOUT US*/
a.aboutUs, a.aboutUs_active {
	width: 93px;
	height: 17px;
	padding-left: 0px;
	margin-right:0px;
}
a.aboutUs_active:link, a.aboutUs_active:visited {
	background-attachment: scroll;
	background-image: url(/content/struct/imgs/bg_menu/aboutUs.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
a.aboutUs:link, a.aboutUs:visited {
	background-attachment: scroll;
	background-image: url(/content/struct/imgs/bg_menu/aboutUs.png);
	background-repeat: no-repeat;
	background-position: left top;
}
a.aboutUs:hover, a.aboutUs_active:hover {
	background-attachment: scroll;
	background-image: url(/content/struct/imgs/bg_menu/aboutUs.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/*OUR LABELS*/
a.ourLabels, a.ourLabels_active {
	width: 112px;
	height: 17px;
	padding-left: 0px;
	margin-right:0px;
}
a.ourLabels_active:link, a.ourLabels_active:visited {
	background-attachment: scroll;
	background-image: url(/content/struct/imgs/bg_menu/ourLabels.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
a.ourLabels:link, a.ourLabels:visited {
	background-attachment: scroll;
	background-image: url(/content/struct/imgs/bg_menu/ourLabels.png);
	background-repeat: no-repeat;
	background-position: left top;
}
a.ourLabels:hover, a.ourLabels_active:hover {
	background-attachment: scroll;
	background-image: url(/content/struct/imgs/bg_menu/ourLabels.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/*HELP& CONTACT US*/
a.helpCotactUs, a.helpCotactUs_active {
	width: 174px;
	height: 17px;
	padding-left: 0px;
	margin-right:0px;
}
a.helpCotactUs_active:link, a.helpCotactUs_active:visited {
	background: url(/content/struct/imgs/bg_menu/help_contactUs.png) no-repeat scroll left bottom;
}
a.helpCotactUs:link, a.helpCotactUs:visited {
	background: url(/content/struct/imgs/bg_menu/help_contactUs.png) no-repeat scroll left top;
}
a.helpCotactUs:hover, a.helpCotactUs_active:hover {
	background: url(/content/struct/imgs/bg_menu/help_contactUs.png) no-repeat scroll left bottom;
}

/* ----- DESIGNERS -----*/	
#index_column {
	padding: 0px;
	margin: 0px;
	float: left;
}
#index_letter {
	margin: 0px;
	padding: 20px 0px 20px 0px;
}
#index_letter span {
	font-size: 18px;
	line-height: 16px;
	letter-spacing: 1px;
	color: #bbb8ad;
}
.index_list {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 10px;
	width: 150px;
}
.index_list li {
	margin:0px;
	padding:0px;
	list-style-position: outside;
	list-style-type: none;
}
a.index:link {
	font-size: 12px;
	line-height: 17px;
	color: #bbb8ad;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}
a.index:active {
	font-size: 12px;
	line-height: 17px;
	color: #bbb8ad;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}
a.index:visited {
	font-size: 12px;
	line-height: 17px;
	color: #bbb8ad;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}
a.index:hover {
	font-size: 12px;
	line-height: 17px;
	color: #fff;
	background-color: #7c7869;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}

