@import url('form.css');
@import url('mod.order.userinfo.css');

body {
	margin: 0px;
	padding: 0px;
	
	background: #7e7b75;
	
	font-family: arial;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	
	text-align: center;
}

img {
	border: 0px;
}

a {
	color: #e0d5ba;
	text-decoration: underline;
}

	a:hover {
		color: #000;
		background: #e0d5ba;
		text-decoration: none;
	}

p {
	margin: 0px;
	padding: 0px 0px 16px 0px;
}

div#container {
	margin: 35px auto 0px auto;
	text-align: left;
	
	background: #615e57;
	
	width: 1000px;
	height: 600px;
	
	position: relative;
}

div#language {
	width: 400px;
	height: 30px;
	right: 20px;
	top: 20px;
	position: absolute;
	z-index: 115;
	text-align: right;
}

	div#language img {
		margin: 0px 0px 0px 10px;
		border: 1px solid #7e7b75;
	}
	
		div#language img.active {
			border: 1px solid #fff;
		}
	
		div#language a:hover {
			background: none;
		}

div#background {
	position: absolute;
	left: 0px;
	top: 0px;
	
	width: 1000px;
	height: 600px;
	
	z-index: 1;
}

div#main {
	position: absolute;
	left: 0px;
	top: 0px;
	
	width: 1000px;
	height: 600px;
	
	z-index: 2;
}

	div#main div#logo {
		margin: 40px 0px 0px 150px;
		width: 700px;
		height: 79px;
	}
	
		div#main div#logo a {
			display: block;
			width: 700px;
			height: 79px;
			background: url(../images/logo.png) no-repeat;
		}
		
				/* Logo IE6 PNG fix */
				* html div#main div#logo a {
					position:relative;
					behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
					this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
					this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
					this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
					this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
					);
				}		
		
			div#main div#logo a span {
				display: none;
			}
			
	div#main div#menu {
		width: 700px;
		height: 40px;
		margin: 0px 0px 0px 150px;
	}
	
		div#main div#menu ul {
			margin: 0px;
			padding: 10px 0px 0px 0px;
			list-style: none;
			text-align: center;
		}
		
			div#main div#menu ul li {
				padding: 0px 30px 0px 30px;
				margin: 0px;
				display: inline;
			}
			
				div#main div#menu ul li a {
					color: #fff;
					text-decoration: none;
					font-size: 18px;
				}
				
					div#main div#menu ul li a:hover {
						color: #c1bcb0;
						background: none;
					}
					
					div#main div#menu ul li.active a {
						font-weight: bold;
					}
					
						div#main div#menu ul li.active a:hover {
							color: #fff;
						}
						
	div#main div#content {
		width: 700px;
		margin: 60px 0px 0px 150px;
	}
	
	div#main div#overlay-background {
		width: 520px;
		height: 320px;
		background: #fff;
		position: absolute;
		right: 30px;
		bottom: 30px;
		z-index: 3;
		opacity: .70;
		filter: alpha(opacity=70); 
		-moz-opacity: 0.7;
	}
	
	div#main div#overlay {
		width: 500px;
		height: 300px;
		position: absolute;
		right: 40px;
		bottom: 40px;
		color: #000;
		z-index: 4;
	}	
	
		div#main div#overlay a {
			color: #000;
			text-decoration: underline;
		}
		
			div#main div#overlay a:hover {
				color: #fff;
				text-decoration: none;
				background: #000;
			}
