#main
{
	position: relative;
	display: block;
	width: 900px;
}

#welcome
{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 191px;
	border-right: 1px solid #CCC;
}

#welcome p
{
	display: block;
	width: 167px;
	height: 354px;
	text-indent: -999em;
	background-image: url(/img/welcome.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

#textNav
{
	position: absolute;
	left: 202px;
	top: 0;
	display: block;
	width: 236px;
	min-height:500px;
	height:auto !important;
	height:500px;
}

#textNav #video
{
	display: block;
	width: 236px;
}

#textNav #video p a
{
	display: block;
	width: 206px;
	height: 141px;
	margin-left: auto;
	margin-right: auto;
	text-indent: -999em;
	background-image: url(/img/video.jpg);
	background-repeat: no-repeat;
}

#textNav #video span a
{
	display: block;
	width: 197px;
	height: 28px;
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
	text-indent: -999em;
	background-image: url(/img/video-link.gif);
	background-repeat: no-repeat;
}

#textNav #video:hover span a
{
	background-image: url(/img/video-over.gif);
}

#textNav #video:active span a
{
	background-image: url(/img/video-down.gif);
}

#textNav #video span a:hover
{
	background-image: url(/img/video-over.gif);
}

#textNav #video span a:active
{
	background-image: url(/img/video-down.gif);
}

#textNav ul
{
	display: block;
	width: 191px;
	margin-top: 22px;
	margin-left: auto;
	margin-right: auto;
}

#textNav li
{
	list-style-type: none;
}

#textNav li a
{
	display: block;
	width: 191px;
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: -999em;
}

#textNav li.contactUs a
{
	height: 36px;
	background-image: url(/img/link-contactUs.gif);
	border-bottom: 1px solid #CCC;
	padding-top: 0;
	padding-bottom: 7px;
}

#textNav li.contactUs a.currentpage
{
	background-image: url(/img/link-contactUs-down.gif);
}

#textNav li.contactUs a:hover
{
	background-image: url(/img/link-contactUs-over.gif);
}

#textNav li.contactUs a:active, #textNav li.contactUs a.current
{
	background-image: url(/img/link-contactUs-down.gif);
}

#textNav li.signUp a
{
	height: 36px;
	background-image: url(/img/link-signUp.gif);
	border-bottom: 1px solid #CCC;
	padding-top: 6px;
	padding-bottom: 1px;
}

#textNav li.signUp a.currentpage
{
	background-image: url(/img/link-signUp-down.gif);
}

#textNav li.signUp a:hover
{
	background-image: url(/img/link-signUp-over.gif);
}

#textNav li.signUp a:active, #textNav li.signUp a.current
{
	background-image: url(/img/link-signUp-down.gif);
}

#textNav li.archive a
{
	height: 36px;
	background-image: url(/img/link-archive.gif);
	border-bottom: 1px solid #CCC;
	padding-top: 0;
	padding-bottom: 11px;
}

#textNav li.archive a.currentpage
{
	background-image: url(/img/link-archive-down.gif);
}

#textNav li.archive a:hover
{
	background-image: url(/img/link-archive-over.gif);
}

#textNav li.archive a:active, #textNav li.archive a.current
{
	background-image: url(/img/link-archive-down.gif);
}

#textNav li.partners a
{
	height: 36px;
	background-image: url(/img/link-partners.gif);
	padding-top: 12px;
	padding-bottom: 0;
	border-bottom: 1px solid #CCC;
	
}

#textNav li.partners a.currentpage
{
	background-image: url(/img/link-partners-down.gif);
}


#textNav li.partners a:hover
{
	background-image: url(/img/link-partners-over.gif);
}

#textNav li.partners a:active, #textNav li.partners a.current
{
	background-image: url(/img/link-partners-down.gif);
}

#textNav li.merchandise a
{
	height: 36px;
	background-image: url(/img/link-merchandise.gif);
	padding-top: 12px;
	padding-bottom: 0;
}

#textNav li.merchandise a.currentpage
{
	background-image: url(/img/link-merchandise-down.gif);
}


#textNav li.merchandise a:hover
{
	background-image: url(/img/link-merchandise-over.gif);
}

#textNav li.merchandise a:active, #textNav li.merchandise a.current
{
	background-image: url(/img/link-merchandise-down.gif);
}

#textNav li.property a
{
	height: 36px;
	background-image: url(/img/link-property.gif);
	border-bottom: 1px solid #CCC;
	padding-top: 12px;
	padding-bottom: 0;
}

#textNav li.property a.currentpage
{
	background-image: url(/img/link-property-down.gif);
}


#textNav li.property a:hover
{
	background-image: url(/img/link-property-over.gif);
}

#textNav li.property a:active, #textNav li.property a.current
{
	background-image: url(/img/link-property-down.gif);
}



