.heading {
	color:#2786c2;
	font-size: 1.5em;
	font-weight: bold;
	display:block;	
	margin-left:-5px;
	bottom-padding:3px;
}

a.unstyledlink, a.unstyledlink:link,  a.unstyledlink:visited,  a.unstyledlink:active,  a.unstyledlink:hover {
	color:white;
	text-decoration:none;
}

a:link {
	/*color:#708c3e;*/
	color:#789341;
	font-weight: bold;
}
a:visited {
	/*color:#2786c2;*/
	/*green color:#708c3e;*/
	color: #789341;
	font-weight: bold;
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration:none; 
	color:#fc575e;
}

#fadebar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 150px;
	background-image: url(fadebar.png);
	background-repeat: repeat-x;
}
#main {
	position: absolute;
	width: 1024px;
	height: 540px;
	left: 50%;
	margin-left: -512px;
	top: 25px;
}
.button {
	position: absolute;
	width: 200px;
	height: 150px;
	left: 100px;
	border:0;
}

#hosting { top: 25px; }	
#software { top: 200px; }
#services { top: 375px; }

#hosting_span {
	position: absolute;
	font-size: 2em;
	color: white; 
	top: 80px;
	left: 140px; 
}
#software_span {
	position: absolute;
	font-size: 2em;
	color: white; 
	top: 250px;
	left: 132px; 
}
#services_span {
	position: absolute;
	font-size: 2em;
	color: white; 
	top: 425px;
	left: 135px; 
}

#zentific {
	position: absolute;
	top: 100px;
	left: 400px;
	height: 228px;
	width: 475px;
}

#logo {
	position: absolute;
	top: 300px;
	left: 500px;
	height: 184px;
	width: 388px;
}
#mainbg {
	background-color:white;
	position:absolute;
	top:0px;
	left:0px;
	height: 452px;
	width: 100%;
}
#content {
	position: relative;
	background-color: #a8c2c8;
	width: 774px;
	left:50%;
	margin-left:-412px;
	padding: 25px;
	color: #4d4d4d;
	padding-top:50px;
	padding-bottom:50px;
	top:592px;
	font-size: 1.1em;
}
#arc {
	position: absolute;
	top: -1px;
	right: -1px;
}
#download {
	position: absolute;
	top: -35px;
	right: 80px;
	color: white;
	width:332px;
	height:92px;
}
#download_span {
	position: absolute;
	font-size: 2em;
	color: white; 
	/*old top: -35px;*/
	/*top: -45px;*/
	top: -25px;
	left: 450px; 
}
#download_span_sub {
	position: absolute;
	font-size: 1.2em;
	color: #444; 
	/*top: -35px;*/
	top: -13px;
	left: 450px; 
}

#ctl {
	position:absolute;
	top:0px;
	left:0px;
}
#ctr {
	position:absolute;
	top:0px;
	right:0px;
}
#footer {
	position:absolute;
	bottom: 0px;
	width: 718px;
	text-align:center;
}
body { 
	background-color: #8fb4bb;
	font-family: "Helvetica Neue",Helvetica,Arial;
}
