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

#btmlogo {
	position:fixed;
	bottom: 5px;
	right: 5px;
}

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: 0px;
}

#zentific {
	position: absolute;
	top: 6px;
	left: 90px;
	/*
	left: 75px;
	height: 50px;
	width: 200px;*/
	/*
	top: 6px;
	left: 90px;
	height: 75px;
	width: 300px;*/
	height: 75px;
	width: 227px;
}

#logo {
	position: absolute;
	top: 5px;
	left: 280px;
	height: 50px;
	width: 100px;
}
#content {
	position: relative;
	/*old background-color: #8fb4bb;*/
	background-color: #a8c2c8;
	width: 850px;
	left:50%;

/*old	height: auto;*/
/*for full sized  content divs if only a small amount is inside */
height:auto!important;
height:100%;
min-height:100%; 

	margin-left:-455px;
	padding: 35px;
	color: white;
	color: #4d4d4d;
	font-size: 1.2em;
	padding-bottom:50px;
	top:100px;
}
#ctl {
	position:absolute;
	top:0px;
	left:0px;
}
#ctr {
	position:absolute;
	top:0px;
	right:0px;
/*	FOR top right rock*/
	top:-30px;
	right:-50px;
	height:80px;
	width:169px;
}	
#stl {
	position:absolute;
	bottom:0px;
	left:0px;
}
#str {
	position:absolute;
	bottom:0px;
	right:0px;
}
#navigation {
	position: absolute;
	top:0px;
	right: 90px;
	width: 550px;
	height: 55px;
	/*old  background-color: #a8c2c8;*/
	background-color: #8fb4bb;
}
a img {
	border:none;
	outline:none;		
}
#footer {
	position:absolute;
	bottom: 0px;
	width: 100%;
	text-align:center;
	font-family:tahoma;
}
#hosting {
	color: white;
	position: absolute;
	top: 12px;
	left: 65px;
	font-size:1.3em;
}
#software {
	color: white;
	position: absolute;
	top: 12px;
	left: 225px;
	font-size:1.3em;
}

#services {
	color: white;
	position: absolute;
	top: 12px;
	left: 390px;
	font-size:1.3em;
}

body {  
	font-family: "Helvetica Neue",Helvetica,Arial;
}

p.indented {
	margin-left: 2em;
}

ul.blockquotelist {
	margin-left: 2em;
}

