/* <?php header('Content-Type: text/css'); ?> */

body
{
	margin: 0;
	text-align: center;
	background-color: black;
	font-family: sans-serif;
}

form
{
	display: inline;
}

ul, li
{
	margin: 0;
	padding: 0;
}

a
{
	text-decoration: none;
}

#login, #login-show
{
	position: absolute;
	left: 770px;
	top: 90px;
	border: 1px solid black;
	color: black;
	font-size: 8pt;
	padding: 8px;
	display: none;
	background-color: white;
}

#login-show
{
	visibility: visible;
	display: block;
	border: 0;
	background-color: transparent;
}

#login input
{
	border: 1px solid #c3c3c3;
}

#login input[type=password]
{
	width: 97px;
	margin-left: 0px;
}

#login div
{
	height: 20px;
}

#login label
{
	width: 70px;
	float: left;
	text-align: right;
	margin-right: 5px;
	line-height: 20px;
}

#container
{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;				
	position: relative;
	text-align: left;				
}

#top
{
	height: 100px;
}

#top-navigation
{
	background-image: url('../layout/top-navigation.jpg');
	height: 54px;
}

#top-navigation ul
{
	margin-left: 72px;
}

#top-navigation ul li
{
	display: inline;
	margin-right: 15px;
	
}

#top-navigation ul li a
{
	color: white;
	font-size: 11pt;
}

#top-navigation ul li a:hover
{
	font-weight: bold;
}

#splash
{
	height: 210px;
}

#home
{
	color: #5c5c5c;
	line-height: 17pt;
	background-color: white;
	height: 100px;
	position: relative;
	border-bottom: 3px solid #acacac;
}

#home-hosting
{
	position: absolute;
	top: 0px;
	left: 40px;
	width: 310px;
}

#home-servers
{
	position: absolute;
	top: 0px;
	left: 365px;
	width: 300px;
}

#home-development
{
	position: absolute;
	top: 0px;
	left: 700px;
	width: 320px;
}

#bottom
{
	background-image: url('../layout/bottom.jpg');
	height: 364px;
	
}

#hosting a, #servers a, #development a
{
	display: block;
	width: 100%;
	height: 100%;
	
	font-size: 14pt;
	line-height: 17pt;
	color: #555555;
}

#hosting span a, #servers span a, #development span a
{
	margin-left: 45px;
	font-size: 8pt;
}

#servers span a
{
	margin-left: 30px;
}

#development span a
{
	margin-left: 55px;
}

#hosting
{
	width: 310px;
	left: 50px;
	position: absolute;
	top: 206px;
}

#servers
{
	width: 310px;
	position: absolute;
	top: 206px;
	left: 370px;
}

#development
{
	width: 300px;
	position: absolute;
	top: 206px;
	left: 720px;
}

#child
{
	height: 20px;	
}

#content
{
	background-color: white;
	min-height: 1300px;
	padding: 15px;
}

#child-content
{
	width: 670px;
	float: left;
	border-right: 3px dotted #acacac;
	min-height: 1400px;
	
}

#right-menu
{
	float: right;
	width: 300px;
	padding-left: 10px;
	
	font-size: 13pt;
	color: #939496;
	line-height: 17pt;
}

#right-menu-content
{
	padding-right: 50px;
}

#footer
{
	height: 200px;
	background-color: #acacac;
	border-top: 3px solid #ffffff;
}

#donate h3
{
	font-weight: bold;
}

#donate ul
{
	font-size: 10pt;
	margin: 10pt;
}

#donate ul li
{
	list-style-type: square;
	margin-left: 10pt;
}

#child-content h1
{
	font-size: 18pt;
	color: #405c62;
	margin-top: 16px;
	margin-bottom: 16px;
}

#child-content h2
{
	font-size: 15pt;
	font-weight: bold;
	color: #636466;
	margin-top: 5px;
	margin-bottom: 8px;
}

#child-content p
{
	font-size: 12pt;
	color: #636466;
	line-height: 17pt;	
}

#child-content ul li
{
	font-size: 10pt;
	color: #636466;
	line-height: 13pt;
	margin-left: 35px;
	margin-top: 9px;
	margin-bottom: 10px;
	list-style: circle;
}

#child-content div h3
{
	font-size: 13pt;
	font-weight: bold;
	color: #3b2461;
	margin-top: 5px;
	margin-bottom: 8px;
}

#child-content div p
{
	font-size: 11pt;
	color: #636466;
	line-height: 15pt;
	margin-bottom: 8px;
}



