

.linkStyle
{
	color: #888888;
	text-decoration: none;
}

.linkStyle:hover {	color: #000;}

.linkStyle:visited {color: #000;}


	
	.lineStyle
	{
		position:relative;
		width: auto;
		margin-top: 26px;
		overflow:hidden;
	}
	
	
	
	.thenav
	{
		width: 940px;
		height:auto;
		display: table;
		margin: 0 auto;
		margin-top: 40px;
		z-index:1000;
	}

	.TitleOfSite
	{
		position:absolute;
		top:44px;
		font-size: 18px;
		z-index:10010;
		cursor: pointer;
	}
	
	.regularline
	{
		position:relative;
		width: 940px;
		height: 1px;
		background-color: #000000;
		z-index:1002;
	}
	
	.regularlinewhite
	{
		position:relative;
		width: 940px;
		height: 1px;
		background-color: #FFFFFF;
		z-index:7000;
		top:-3px;
	}



.logostyle
{
	position:absolute;
	top:48px;
	z-index:400;
	cursor: pointer;
	background-image:url(../images/logoTransperant.png);
	width: 226px;
	height: 15px;
}

.logostylewhite
{
	position:absolute;
	top:48px;
	z-index:10010;
	cursor: pointer;
	background-image:url(../images/logoTransperant-white.png);
	width: 226px;
	height: 15px;
	
}


.newyorkstyle
{
	position:absolute;
	top:50px;
	z-index:7000;
	cursor: pointer;
	background-image:url(../images/newYorkIMG.png);
	width: 93px;
	height: 15px;
	margin-left:847px;
}




.lineStyleDynamic
{
	position:relative;
	width: 60px;
	height: 2px;
	background-color: #FF0106;
	z-index: 1004;
	left:-200px;
}



.TitleOfSite, .navFont
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}



.navItems
{
	position:absolute;
	cursor: pointer;
	z-index:1001;
	height:500px;

}

.navFont
{
	font-size: 12px;
	text-align: center;	
}


a.scrollt:link
{
	font-weight: normal;
	color:#888888;
	text-decoration: none;
}

a.scrollt:visited {}
a.scrollt:hover 
{
	color: #000;
	font-weight: bold;
}

.scrollt
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	cursor: pointer;
	color:#888888;
	text-decoration:none;
	
}

#topcontrol
{
	z-index:9999999;
	text-decoration:none;
	color:#888888;
}










