﻿.bg {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 5000;
}
* {
	margin: 0;
	padding: 0;
	outline: 0;
}
body {
	/*overflow:hidden;*/
	background-color: black;
}
#feed {
	z-index: 6000;
	position: relative;
	margin: 0 auto;
	width: 100%;
	top: 750px;
	left: 0;
	height: 150px;
	overflow: auto;
	color: white;
	background-image: url('images/feedbg.png');
	
}
#newsentry {
	float: left;
	width: auto;
	height: 120px;
	text-align: center;
	margin-right: 10px;
	margin-top: 10px;
}
#newsentry a {
	color: white;
	font-size: 10px;
	text-decoration: none;
}
#collection {
	background-color: white;
}
#collection h2 {
	font-family: 'arial black';
	font-size: 26px;
}
#collection h3 {
	font-family: 'arial black';
	font-size: 15px;
}
#content {
	color: white;
	width: 720px;
	z-index: 6000;
	position: relative;
	top: 20px;
	margin: 0 auto;
	background-color: transparent;
}
.Head {
	background: transparent url('images/topcontent.png') no-repeat top left;
	display: block;
	font-size: 2px;
	margin: 0;
	padding: 6px 0 0 0;
}
#box {
	background: transparent url('images/bottomcontent.png') no-repeat bottom left;
	margin: 0 0 10px 0;
	padding: 0px 25px 60px 25px;
	list-style: none;
	font-size: 14px;
	color: white;
	overflow: auto;
	height: auto;
	font-family: Arial;
}
#box2 {
	background: transparent url('images/bottomcontent.png') no-repeat bottom left;
	margin: 0 0 10px 0;
	padding: 0px 2px 60px 2px;
	list-style: none;
	font-size: 14px;
	color: white;
	overflow: scroll;
	width: 770px;
	height: 900px;
	font-family: Arial;
}
#box h2 {
	font-size: 28px;
}
.boxtype a {
	color: white;
	font-family: arial;
	text-decoration: underline;
}
.boxtype a:hover {
	color: white;
	font-family: arial;
	text-decoration: none;
}
#box a img {
	border: 0;
}
.choose {
	text-align: center;
}
.choose a {
	color: white;
	font-size: 30px;
	font-family: 'arial black';
	text-decoration: none;
}
.choose a:hover {
	color: gray;
	font-size: 30px;
	font-family: 'arial black';
	text-decoration: none;
}
.crew {
	text-align: center;
}
.crew a {
	color: white;
	font-size: 20px;
	font-family: 'arial black';
	text-decoration: none;
}
.crew a:hover {
	color: gray;
	font-size: 20px;
	font-family: 'arial black';
	text-decoration: none;
}
/*
#menu ul .item {
	display: none;
	width:200px;position:relative;
	top:30px; left: 10px;
}
#menu ul:hover .item {
	display: block;
	background: #000;
	padding: 1px;
	margin: 1px;
}
#menu ul:hover .item a {
	color: #fff;
	text-decoration: none;
}
#menu ul:hover .item a:hover {
	color: #999;
}*/
#menu {
	width: 100%;
	background-image: url('images/bgmenu.png');
	background-repeat: repeat-x;
	background-position: left top;
	z-index: 6000;
	height: 240px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0px;
	top: 0px;
}
#menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 100%;
	height: 21px;
	float: left;
}
#menu li {
	display: block;
	float: left;
}
#menu li a {
	display: block;
}
#menu li a span {
	display: none;
}
#menu li.logospace {
	padding: 0;
	float: left;
}
#menu li.space {
	padding: 5px 20px 0 0;
	float: left;
}
#menu li a.home {
	padding: 0px 5px 0 0;
	width: 127px;
	height: 154px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/logo.png');
}
#menu li a:hover.home {
	width: 127px;
	height: 154px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/logohover.png');
}
#menu li a.home[class] {
	background-position: top;
	background-image: url('images/logo.png');
}
#menu li a:hover.home[class] {
	background-position: top;
	background-image: url('images/logohover.png');
}
#menu li a.crew {
	width: 73px;
	height: 21px; /* background: url("images/crew.png") no-repeat; */;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/crew.png');
}
#menu li a:hover.crew {
	width: 73px;
	height: 21px; /* background: url("images/crewhover.png") no-repeat;*/;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/crewhover.png');
}
#menu li a.crew[class] {
	background-position: top;
	background-image: url('images/crew.png');
}
#menu li a:hover.crew[class] {
	background-position: top;
	background-image: url('images/crewhover.png');
}
#menu li a.media {
	width: 75px;
	height: 21px; /* background: url("images/media.png") no-repeat;*/;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/media.png');
}
#menu li a:hover.media {
	width: 75px;
	height: 21px; /* background: url("images/mediahover.png") no-repeat;*/;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/mediahover.png');
}
#menu li a.media[class] {
	background-position: top;
	background-image: url('images/media.png');
}
#menu li a:hover.media[class] {
	background-position: top;
	background-image: url('images/mediahover.png');
}
#menu li a.collections {
	width: 150px;
	height: 21px; /* background: url("images/collections.png") no-repeat;*/;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/collections.png');
}
#menu li a:hover.collections {
	width: 150px;
	height: 21px; /* background: url("images/collectionshover.png") no-repeat;*/;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/collectionshover.png');
}
#menu li a.collections[class] {
	background-position: top;
	background-image: url('images/collections.png');
}
#menu li a:hover.collections[class] {
	background-position: top;
	background-image: url('images/collectionshover.png');
}
#menu li a.retailers {
	width: 120px;
	height: 21px; /* background: url("images/retailers.png") no-repeat;*/;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/retailers.png');
}
#menu li a:hover.retailers {
	width: 120px;
	height: 21px; /* background: url("images/retailershover.png") no-repeat;*/;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/retailershover.png');
}
#menu li a.retailers[class] {
	background-position: top;
	background-image: url('images/retailers.png');
}
#menu li a:hover.retailers[class] {
	background-position: top;
	background-image: url('images/retailershover.png');
}
#menu li a.ourworld {
	width: 133px;
	height: 21px; /* background: url("images/ourworld.png") no-repeat;*/;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/ourworld.png');
}
#menu li a:hover.ourworld {
	width: 133px;
	height: 21px; /* background: url("images/ourworldhover.png") no-repeat;*/;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/ourworldhover.png');
}
#menu li a.ourworld[class] {
	background-position: top;
	background-image: url('images/ourworld.png');
}
#menu li a:hover.ourworld[class] {
	background-position: top;
	background-image: url('images/ourworldhover.png');
}
#menu li a.about {
	width: 80px;
	height: 21px; /* background: url("images/about.png") no-repeat;*/;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/about.png');
}
#menu li a:hover.about {
	width: 80px;
	height: 21px; /* background: url("images/abouthover.png") no-repeat;*/;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/abouthover.png');
}
#menu li a.about[class] {
	background-position: top;
	background-image: url('images/about.png');
}
#menu li a:hover.about[class] {
	background-position: top;
	background-image: url('images/abouthover.png');
}
#menu li a.contact {
	width: 103px;
	height: 21px; /* background: url("images/contact.png") no-repeat;*/;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/contact.png');
}
#menu li a:hover.contact {
	width: 103px;
	height: 21px; /* background: url("images/contacthover.png") no-repeat; */;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/contacthover.png');
}
#menu li a.contact[class] {
	background-position: top;
	background-image: url('images/contact.png');
}
#menu li a:hover.contact[class] {
	background-position: top;
	background-image: url('images/contacthover.png');
}
#menu li a:hover {
	background-position: 0 -13px;
}
