/* upgrade.css */

body {
	margin: 0px auto;
	margin-top: 30px;
	padding: 0px;
	background: #000000 url(../images/bg1.jpg) no-repeat fixed top center;
	color: #7777ff;
	font-family: arial, sans-serif;
}

p {
	margin: 10px;
	font-size: 11pt;
	color: #7777ff;
}

p a {
	color: #ffffff;
	text-decoration: none;
}
p a:hover {
	border-bottom: 1px dotted #ffffff;
}

#container {
	width: 1000px;
	height: 750px;
	float: center;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	top: 0px;
	background: #000000 url(../images/container-bg1.jpg);
	overflow: hidden;
}	

#header {
	width: 1000px;
	height: 200px;
	float: center;
	margin: 0px;
	padding: 0px;
	top: 0px;
	text-align: center;
}

.headermain {
	color: #ffffff;
	font-family: "Arial Bold";
	font-weight: bold;
	font-size: 30px;
}

.headersubmain {
	height: 150px;
	color: #151f9b;
	font-family: "Arial Bold";
	font-weight: bold;
	font-size: 20px;
}

.headertext {
	color: #151f9b;
	font-family: "Arial Bold";
	font-weight: bold;
	font-size: 13px;
}

#headertitle {
	width: 700px;
	height: 150px;
	position: relative;
	top: -100px;
	left: 200px;
	text-align: right;
	vertical-align: top;
	margin-right: 50px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#headertext {
	width: 550px;
	height: 100px;
	position: relative;
	top: -100px;
	left: 400px;
	text-align: left;
	vertical-align: top;
	margin-right: 50px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#headerdot {
	width: 128px;
	height: 128px;
	position: relative;
	top: 40px;
	left: 50px;
	text-align: left;
	margin-left: 0px;
	padding: 0px;
}

#content {
	margin: 0px;
	margin-left: 25px;
	padding: 0px;
	text-align: center;
}	

#loupe {
	width: 500px;
	height: 400px;
	top: -150px;
	left: 300px;
	position: relative;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background: url(../images/bg4.jpg) no-repeat;
}

#slidemenu {
	width: 12px;
	height: 200px;
	top: 0px;
	left: 0px;
	background-color: #555555;
	position: relative;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#bottomtext {
	width: 800px;
	height: 110px;
	top: 110px;
	left: 100px;
	position: relative;
	text-align: left;
	margin: 0px;
	padding: 0px;
	border-style: dotted;
	border-color: #999999;
	border-width: 2px;
	overflow: hidden;
}

/* menu script*/
#popitmenu {
	position: absolute;
	background-color: white;
	border:1px solid black;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	visibility: hidden;
}

#popitmenu a {
	text-decoration: none;
	padding-left: 6px;
	color: black;
	display: block;
}

#popitmenu a:hover { /*hover background color*/
	background-color: #b389de;
}

