/* index.css */


body {
	background: #FFFFFF url(../images/index/bg_index.gif) no-repeat top left;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 0;
}

a:link, a:visited {
	color: #666666;
}
a:active, a:hover {
	color: #00B3F0;
}

a.linkCallout {
	text-decoration: none;
	font-style: italic;
	font-size: 14px;
}


#container {
	width: 770px;
	height: 500px;
}


#logohome {
	position: absolute;
	z-index: 100;
	left: 44px;
	top: 32px;
}
#taglinks {
	position: absolute;
	z-index: 99;
	left: 88px;
	top: 171px;
}


#windowquarter {
	position: absolute;
	z-index: 99;
	left: 395px;
	top: 0px;
}

#navabout {
	position: absolute;
	z-index:102;
	left:520px;
	top:100px;
}
#navservices {
	position: absolute;
	z-index:102;
	left:520px;
	top:149px;
}
#navprojects {
	position: absolute;
	z-index:102;
	left:520px;
	top:199px;
}


#tagline {
	position: absolute;
	z-index: 101;
	left: 380px;
	top: 344px;
	width: 300px;
	color: #666666;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}

#contactbox {
	position: absolute;
	z-index: 101;
	left: 31px;
	top: 331px;
	color: #00779F;
	font-size: 11px;
	line-height: 16px;
}

#contactbox a:link, #contactbox a:visited {
	text-decoration: none;
	color: #00779F;
}
#contactbox a:hover, #contactbox a:active {
	text-decoration: underline;
	color: #00B3F0;
}

.servicearea {
	font-style: italic;
	color: #00B3F0;
	font-size: 12px;
}

#linkscontainer {
	position: absolute;
	z-index: 105;
	top: 560px;
	left: 0px;
	width: 770px;
	text-align: center;
}
#links {
	font-size: 11px;
	color: #666666;
	text-align: center;
}




