/* CSS Document */

body
{
	background-color: #F0F0F0;
	cursor:default;
}

#page
{
	position: relative;
	top: 25px;
	height: 525px;
	width: 1150px;
	margin-right: auto;
	margin-left: auto;
	/*top: 50%;*/

}

#stage
{
	height: 525px;
	width: 1150px;
	/*overflow: hidden;*/
	position: relative;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	overflow: hidden;
}

#shadow
{
	float: right;
	width: 1150px;
}

#navbar
{
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 50px;
	width: 1150px;
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, "sans-serif;";
	font-size: 24px;
	color: #006;
	text-align: center;
	top: 15px;
/*	-webkit-transition: all .6s linear;
	-moz-transition: all .6s linear;
	-ms-transition: all .6s linear;
	-o-transition: all .6s linear;
	transition: all .6s linear;
*/}
#footer
{
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 20px;
	width: 1150px;
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, "sans-serif;";
	font-size: 12px;
	color: #006;
	text-align: center;
	top: 2px;
}

#footer div
{
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
}

#navbar div
{
	display: inline;
	padding-right: 30px;
	padding-left: 30px;
	position: relative;
}

#navbar div:hover
{
	color: #00CC00;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	/*text-decoration: none;*/
	cursor: pointer;
}
#logo {
	position: absolute;
	z-index: 10;
	left: -85px;
	top: 10px;
	width: 610px;	/*background-color: rgba(240,240,240,0.7);*/
}
#logo img {
	position: relative;
}
#sublogo
{
	position: absolute;
	left: 35px;
	top: 130px;
	font-family: Arial;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}



#loginbox .logincontent {
	text-align: center;
	margin-top: 15px;
}


#logincancel 
{
	position: absolute;
	top: 6px;
	right: 6px;
	z-index: 12;
}


.closed
{
	bottom: -412px;
}

#logincancel:hover
{
	cursor: pointer;
}


.open
{
	bottom: 25px;	
}

.fader
{
	height: 460px;
	width: 760px;
	float:right;
	
	/*margin: 30px auto;*/
	overflow:hidden;
}

.shadow
{
	top: -25px;
	height: 50px;
	width: 760px;
	float:right;
	/*margin: 0px auto;*/
}

.fader img
{
	height: 460px;
	width: 760px;
	-webkit-transition: all 2s linear 0s;
	-moz-transition: all 2s linear 0s;
	-ms-transition: all 2s linear 0s;
	-o-transition: all 2s linear 0s;
	transition: all 2s linear 0s;
	position: absolute;
}

.hideit
{
	opacity:0;
}

.invis
{
	display: none !important;
}

.warning {
	color: #F00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}
#message {
	width: 180px;
	margin-top: 3px;
	margin-right: auto;
	margin-left: auto;
}
.loginforms {
	font-size: 14px;
	color: #105469;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	width: 173px;
}

.loginforms input {
	margin-bottom: 10px;
}
input[type="button"] {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.feedback {
	width: 560px;
	text-align: center;
	margin-top: 5px;
}

#inventorylistcontainer {
	height: 304px;
	width: 212px;
	bottom: 13px;
	left: 810px;
	position: absolute;
	overflow: hidden;
	z-index: 11;
}

#inventorylist
{
	position: absolute;
	font-family: "Avant Garde", Avantgarde, "Century Gothic", 		CenturyGothic, AppleGothic, "sans-serif;";
	background-color: rgba(255,255,255,0.90);
	border: 6px solid rgba(0,0,0,0.4);
	border-radius: 2px;
	width: 200px;
	z-index: 12;
	-webkit-transition: all 0.6s ease-out 0s;
	-moz-transition: all 0.6s ease-out 0s;
	-ms-transition: all 0.6s ease-out 0s;
	-o-transition: all 0.6s ease-out 0s;
	transition: all 0.6s ease-out 0s;
	overflow: hidden;
	height: 242px;
}
#inventorylist li {
	list-style-type: none;
	font-size: 12px;
	line-height: 12px;
	width: 200px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#inventorylist ul {
	float: right;
}
#inventorylist li a {
	width: 180px;
	color: #F00;
	text-decoration: none;
	opacity: 1;
	color: #1B1B1B;
	font-size: 13px;
	font-weight: bold;
	line-height: 0px;
}

#inventorylist div {
	width: 180px;
	margin: auto;
	padding-left: 20px;
}
hr {
}
