@charset "utf-8";
/* CSS Document */
/*  ////////-- Horizontal Navigation --//////// */
#horizontalNav {
	position:absolute;
	top:125px;
	right:80px;
	list-style-type: none;
	margin:0;
}
#horizontalNav li {
	list-style:none;
	display:inline;
}
#horizontalNav a {
	text-decoration:none;
	text-indent:-9999px;
	float:left;/*margin:0;*/
}
/*///////// Home Button /////////*/
#homeNav a {
	background:url(../images/fw-navAlt_01.gif) no-repeat;
	height:40px;
	width:100px;
}
#homeNav a:hover {
	background:url(../images/fw-navAltB_01.gif) no-repeat;
}
#homeNav a:active {
	background:url(../images/fw-navAltB_01.gif) no-repeat;
}
/*///////// Videos Button /////////*/
#videosNav a {
	background:url(../images/fw-nav_02.jpg) no-repeat;
	height:40px;
	width:100px;
}
#videosNav a:hover {
	background:url(../images/fw-navB_02.jpg) no-repeat;
}
#videosNav a:active {
	background:url(../images/fw-navB_02.jpg) no-repeat;
}
/*///////// Gallery Button /////////*/
#galleryNav a {
	background:url(../images/fw-nav_03.jpg) no-repeat;
	height:40px;
	width:135px;
}
#galleryNav a:hover {
	background:url(../images/fw-navB_03.jpg) no-repeat;
}
#galleryNav a:active {
	background:url(../images/fw-navB_03.jpg) no-repeat;
}
/*///////// Backstage Pass Button /////////*/
#backstageNav a {
	background:url(../images/fw-nav_04.jpg) no-repeat;
	height:40px;
	width:185px;
}
#backstageNav a:hover {
	background:url(../images/fw-navB_04.jpg) no-repeat;
}
#backstageNav a:active {
	background:url(../images/fw-navB_04.jpg) no-repeat;
}
/*///////// Schedule Pass Button /////////*/
#scheduleNav a {
	background:url(../images/fw-nav_05.jpg) no-repeat;
	height:40px;
	width:130px;
}
#scheduleNav a:hover {
	background:url(../images/fw-navB_05.jpg) no-repeat;
}
#scheduleNav a:active {
	background:url(../images/fw-navB_05.jpg) no-repeat;
}
/*///////// Blog Pass Button /////////*/
#blogNav a {
	background:url(../images/fw-nav_06.jpg) no-repeat;
	height:40px;
	width:80px;
}
#blogNav a:hover {
	background:url(../images/fw-navB_06.jpg) no-repeat;
}
#blogNav a:active {
	background:url(../images/fw-navB_06.jpg) no-repeat;/*background-position:0 -60px;*/
}
/*///////// Footer Nav /////////*/
#footerNav {
	list-style-type: none;
}
#footerNav li {
	list-style:none;
	display:inline;
}
#footerNav a {
	text-decoration:none;
	text-indent:-9999px;
	float:left;/*margin:0;*/
}
#ctvgmNav a {
	width:300px;
	height:100px;
	/*background-color:#33FFFF;*/
	margin:25px 0 0 55px;
}
#ctvLogoNav a {
	width:200px;
	height:100px;
	/*background-color:#33FFFF;*/
	margin:25px 0 0 345px;
}
#fashionTVNav a {
	width:110px;
	height:100px;
	/*background-color:#33FFFF;*/
	margin:25px 0 0 15px;
}

