@charset "UTF-8"; 
/* Couture Pops */  

body{
	background:#9A0404 url(/images/valentines/page_bg.jpg);
	background-repeat:repeat;
}

#movie {
	background: url(/images/banner_background.jpg) no-repeat top;
}

#left_nav{
	width:200px;
	background:#9A0404 url(/images/valentines/panel_bg.jpg);
	background-repeat:repeat;

}

#main_nav {
	width:200px;
	overflow:hidden;
	background-color:#9A0404;

}

#content{
	text-align:left;
	width: 900px;
	background: #9A0404;
	
}

#content_area{
	padding:0px;
	margin:0px;
}


#right_col{
	background:#9A0404;	
}

#lower_panel{
	background-color:#9A0404;
}

#music_player{
	width:200px;
	overflow:hidden;
}


/*------------ MENU CSS -----------------*/


table#nav {
	width: 200px;
	margin-left: -1px;
	padding: 0px;
	list-style: none; 
	float: left;
	text-align: left;
	overflow: hidden;
	}

table#nav td {
	list-style: none;
	margin-left: 0px;
	text-align: center;
	width: 200px;
	height: 30px;
	padding-top: 0px;
	}

#title {
	padding: 0px;
	text-align: center;
	margin-left: 0px;
	margin-bottom: 6px;
	width: 200px;
	height: 57px;
	background: url(/images/valentines/title.gif) top no-repeat;
	}


	
table#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#nav td#baskets a {
	background: url(/images/menus/valentines/giftbaskets.jpg) top left no-repeat;
	width: 196px;
	padding: 30px 0 0 0;
	height: 0px !important;
	height /**/: 30px; /* for IE5/Win only */
	overflow: hidden;
	}

table#nav td#baskets a:hover {
	background-position: -196px 0px;
	}

/* -- */

table#nav td#under50 a {
	background: url(/images/menus/valentines/giftsunder50.jpg) top left no-repeat;
	width: 196px;
	padding: 30px 0 0 0;
	height: 0px !important;
	height /**/: 30px; /* for IE5/Win only */
	overflow: hidden;
	}

table#nav td#under50 a:hover {
	background-position: -196px 0px;
	}

/* -- */


table#nav td#under100 a {
	background: url(/images/menus/valentines/giftsunder100.jpg) top left no-repeat;
	width: 196px;
	padding: 30px 0 0 0;
	height: 0px !important;
	height /**/: 30px; /* for IE5/Win only */
	overflow: hidden;
	}

table#nav td#under100 a:hover {
	background-position: -196px 0px;
	}

/* -- */
