@charset "UTF-8";
/* Couture Pops */


body{
	background:#B7A04D url(/images/home_background.jpg) repeat top left;
}

#movie {
	background: url(/images/banner_background.jpg) no-repeat top;
}

#left_nav{
	width:200px;
	background:#B7A04D url(/images/fashion/left_nav_bg.jpg);

}

#main_nav {
	width:200px;
	overflow:hidden;
	background-color:#B7A04D;

}

#content{
	text-align:left;
	width: 900px;
	background: #B7A04D;
	
}

#content_area{
	padding:0px;
	margin:0px;
}


#right_col{
	background:#B7A04D;	
}

#lower_panel{
	background-color:#B7A04D;
}

#music_player{
	width:200px;
	overflow:hidden;
}


/*------------ MENU CSS -----------------*/


table#fashion_nav {
	width: 200px;
	margin-left: -1px;
	padding: 0px;
	list-style: none;
	float: left;
	text-align: left;
	overflow: hidden;
	}

table#fashion_nav td {
	list-style: none;
	margin-left: 0px;
	text-align: center;
	width: 200px;
	height: 30px;
	padding-top: 0px;
	}

#title {
	padding: 0px;
	text-align: center; 
	width: 200px;
	height: 57px;
	background: url(/images/fashion/apparel_title.gif) top no-repeat;
	}


	
table#fashion_nav td a {
	text-decoration: none;
	float: left;
	color: #000000;
	width: 196px;
	padding: 0px 0 0 0;
	height: 0px !important;
	height /**/: 30px;  /*for IE5/Win only */
	overflow: hidden;
	}

/* Buttons --------------*/

table#fashion_nav td#whatsnew a {
	background: url(/images/menus/fashion/whatsnew.jpg) top left no-repeat;
	width: 196px;
	padding: 30px 0 0 0;
	height: 0px !important;
	height /**/: 30px; /* for IE5/Win only */
	overflow: hidden;
	}

table#fashion_nav td#whatsnew a:hover {
	background-position: -196px 0px;
	}
	
/* -- */

table#fashion_nav td#forher a {
	background: url(/images/menus/fashion/forher.jpg) top left no-repeat;
	width: 196px;
	padding: 30px 0 0 0;
	height: 0px !important;
	height /**/: 30px; /* for IE5/Win only */
	overflow: hidden;
	}

table#fashion_nav td#forher a:hover {
	background-position: -196px 0px;
	}
	
/* -- */

table#fashion_nav td#forhim a {
	background: url(/images/menus/fashion/forhim.jpg) top left no-repeat;
	width: 196px;
	padding: 30px 0 0 0;
	height: 0px !important;
	height /**/: 30px; /* for IE5/Win only */
	overflow: hidden;
	}

table#fashion_nav td#forhim a:hover {
	background-position: -196px 0px;
	}

/* -- */

table#fashion_nav td#forbaby a {
	background: url(/images/menus/fashion/forbaby.jpg) top left no-repeat;
	width: 196px;
	padding: 30px 0 0 0;
	height: 0px !important;
	height /**/: 30px; /* for IE5/Win only */
	overflow: hidden;
	}

table#fashion_nav td#forbaby a:hover {
	background-position: -196px 0px;
	}

/* -- */

table#fashion_nav td#accessories a {
	background: url(/images/menus/fashion/accessories.jpg) top left no-repeat;
	width: 196px;
	padding: 30px 0 0 0;
	height: 0px !important;
	height /**/: 30px; /* for IE5/Win only */
	overflow: hidden;
	}

table#fashion_nav td#accessories a:hover {
	background-position: -196px 0px;
	}

