/* CSS Document */

body {
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}

.watchnav { font-weight: bold; color: #E91165; text-decoration: none; font-size: 11px; font-style: normal}
.watchnav:visited  { font-weight: bold; color: #E91165; text-decoration: none}
.watchnav:hover { font-weight: bold; color: #000000; text-decoration: none}

.blkLink { font-weight: bold; color: #000000; text-decoration: underline; font-size: 11px; font-style: normal}
.blkLink:visited  { font-weight: bold; color: #000000; text-decoration: underline}
.blkLink:hover { font-weight: bold; color: #666666; text-decoration: underline}

td { font-family: Helvetica, Arial, sans-serif; font-size: 11px; font-style: normal; color: #666666;}

p {
	margin: 0;
	padding: 0;
	
}

.pinkBold {
	font-size: 11px;	
	font-weight: bold; 
	color: #E91165;
}

.redBold {
	font-size: 11px;	
	font-weight: bold; 
	color: #E84D23;
}

.whtTxt {
	font-size: 11px;	
	color: #FFFFFF;
}

#totalnav {
	margin: 15px 0 0 200px;
	height: 570px;
	width: 350px;
}

#mainnav {
	float: left;
	margin-right: 3px;
	width: 84px;
	font-size: 11px;
}

#latestnav {
	float: left;
	margin-right: 3px;
	width: 180px;
	font-size: 11px;
}

#portfolionav {
	float: left;
	margin-right: 3px;
	width: 60px;
	font-size: 11px;
}

#brandingnav {
	float: left;
	margin-right: 3px;
	width: 160px;
	font-size: 11px;
}

#promonav {
	float: left;
	margin-right: 3px;
	width: 160px;
	font-size: 11px;
}

#titlesnav {
	float: left;
	margin-right: 3px;
	width: 160px;
	font-size: 11px;
}

#musicnav {
	float: left;
	margin-right: 3px;
	width: 160px;
	font-size: 11px;
}

#filmnav {
	float: left;
	margin-right: 3px;
	width: 160px;
	font-size: 11px;
}

#profilenav {
	float: left;
	margin-right: 3px;
	width: 80px;
	font-size: 11px;
}


#newsnav {
	float: left;
	margin-right: 3px;
	width: 220px;
	font-size: 11px;
}


#contactnav {
	float: left;
	margin-right: 3px;
	width: 200px;
	font-size: 11px;	
}

.subnavlong {
	float: left;
	margin-right: 2px;
	width: 210px;
	font-size: 11px;
}

.subnavstyle1, .subnavstyle2, .subnavstyle3, {
	padding: 0 0 1em 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}

.subnavstyle1 ul, .subnavstyle2, ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
		
.subnavstyle1 li, .subnavstyle2, li{
	border-bottom: 1px solid #fff;
	margin: 0;
}

.subnavstyle1 li a {
	display: block;
	padding: 0px 0px 0px 12px;
	color: #E84D23;
	text-decoration: none;
	width: 100%;
	background:    url(images/arrow2blk.gif) no-repeat center left;
}

.subnavstyle2 li a {
	display: block;
	padding: 0px 0px 0px 3px;
	color: #E91165;
	text-decoration: none;
	width: 100%;
}


.subnavstyle3 li a {
	display: block;
	padding: 0px 0px 0px 3px;
	color: #E84D23;
	text-decoration: none;
	width: 100%;
}

html>body .subnavstyle1 li a, html>body .subnavstyle2 li a, html>body .subnavstyle3 li a {
	width: auto;
}

.subnavstyle1 li a:hover {
	background: #FFFF00 url(images/arrow2wht.gif) no-repeat center left;
	color: #E84D23;
} 

.subnavstyle2 li a:hover {
	background: #00FFED;
	color: #fff;
}

.subnavstyle3 li a:hover {
	background: #4DFF00 no-repeat center left;
	color: #fff;
}

.subnavstyle1 li.active {
	background: #000 url(images/arrow2wht.gif) no-repeat center left;
	color: #fff;
	padding-left: 12px;
	width: 100%;
}

html>body .subnavstyle1 li.active {
	width: auto;
}

.subnavstyle1 ul li a.active {
	color: #E84D23;
	background:  #FFFF00 url(images/arrow2wht.gif) no-repeat center left;
}

html>body .subnavstyle1 li.active {
	width: auto;
}

.subnavstyle2 li.active {
	background: #E91165;
	color: #fff;
	padding-left: 3px;
	width: 100%;
}

html>body .subnavstyle2 li.active {
	width: auto;
}


.subnavstyle2 ul li a.active {
	color: #fff;
	background:  #00FFED no-repeat center left;
}

html>body .subnavstyle2 li.active {
	width: auto;
}


.subnavstyle3 li.active {
	background: #000 url no-repeat center left;
	color: #fff;
	padding-left: 12px;
	width: 100%;
}

html>body .subnavstyle3 li.active {
	width: auto;
}

.subnavstyle3 ul li a.active {
	color: #fff;
	background:  #4DFF00 no-repeat center left;
}

html>body .subnavstyle3 li.active {
	width: auto;
}
	
/* end of navigation */

.title {
	background: #E84D23 url no-repeat center left;
	color: #FFFFFF;
	padding-left: 12px;
	width: 100%;
}
