/* hosting.css */

body {
	margin: 0px auto;
	margin-top: 30px;
	padding: 0px;
	background: #000000 url(../images/bg.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-bgwhite.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 {
	color: #ffffff;
	font-family: "Arial Bold";
	font-weight: bold;
	font-size: 20px;
}

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

#headertitle {
	width: 700px;
	height: 100px;
	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: 30px;
	padding: 0px;
	text-align: center;
}	

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

#slideshow {
	width: 728px;
	height: 272px;
	top: 85px;
	left: 230px;
	position: relative;
	text-align: left;
	margin: 0px;
	padding: 0px;
	border-style: inset;
	border-color: #999999;
	border-width: 6px;
}

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

#fisheye {
	width: 1000px;
	position: absolute;
	bottom: 0;
	float: center;
	font-family: "Arial Bold";
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	text-align: center;
	background: transparent;
}

#fisheye table {
	margin: 0 auto;
}

#fisheye td {
	text-align: center;
	vertical-align: bottom;
	float: center;
}

#fisheye a {text-decoration: none;}

#fisheye span {
	display: block;
	margin-bottom: 5px;
	font-family: "Arial Bold";
	font-weight: bold;
	font-size: 144%;
	color: #fff;
	text-align: center;
}
