@charset "utf-8";
body   {
	margin: 0px 0px;
	background-color: #FFFFFF;
	cursor: default;
}
img {
	border:0px 0px;
}
#ftplogin {
	height: 60px;
	width: 255px;
	position: fixed;
	z-index: 900;
	text-align: center;
	left: 50%;
	margin-left: -127px;
}

.content {
	width: 420px;
	position: relative;
	width: 100%;
}
.headersize {
	width: 100%;
	height: 365px;
	position: relative;
	min-width: 1080px;
	z-index: 300;
	background-image: url(banner_bg.png);
	background-repeat: repeat-x;
	background-position: center top;
}

.headerholdersize {
	height: 250px;
	width: 100%;
	position: relative;
	background-image: url(banner.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px auto;
}
#shadow.left {
	height: 365px;
	width: 100%;
	position: relative;
	z-index: 320;
	background-image: url(header_shad_left.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#shadow.right {
	height: 365px;
	width: 100%;
	position: relative;
	z-index: 320;
	background-image: url(header_shad_right.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.bannersize {
	height: 250px;
	width: 1080px;
	position: relative;
	z-index: 300;
	margin: 0px auto;
}
.logosize {
	height: 250px;
	width: 380px;
	position: absolute;
	z-index: 300;
}
.bannerimagesize {
	height: 250px;
	width: 700px;
	position: absolute;
	z-index: 300;
	left: 380px;
}



.menugroupsize {
	position: relative;
	width: 100%;
	height: 20px;
	z-index: 400;
}

.middlesize {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 350;
	background-color: #0f0f0f;
	background-image: url(base_bg.png);
	background-repeat: repeat-x;
	background-position: center top;
}
#overlay.left {
	position: relative;
	z-index: 320;
	background-image: url(base_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
}
#overlay.right {
	position: relative;
	z-index: 320;
	background-image: url(base_right.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 100%;
}




.middleholdersize {
	width: 1080px;
	height: auto;
	margin: 0px auto;
	position: relative;
	z-index: 400;
	top: -100px;
}

.contentinterfacesize {
	width: 100%;
	height: auto;
	position: relative;
	cursor: auto;
	margin: 0px auto;
}
.interfaceheadersize {
	height: 50px;
	width: 100%;
	position: relative;
	background-image: url(interface_header.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.interfacebodysize {
	height: auto;
	width: 100%;
	position: relative;
	background-image: url(interface_body.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.innercontentsize {
	position: relative;
	width: 880px;
	height: auto;
	background-image: url(interface_body_bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px auto;
	padding: 0px 25px;
}
.interfacefootersize {
	height: 50px;
	width: 100%;
	position: relative;
	clear: both;
	background-image: url(interface_footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 35px;
}
.contentfootersize {
	height: 10px;
	width: 100%;
	position: relative;
	clear: both;
}

.footersize {
	width: 100%;
	height: 87px;
	background-image: url(footer_bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	z-index: 400;
	position: relative;
	background-color: #FFFFFF;
	clear: both;
	margin-top: -100px;
}

