/* CSS Document */

/*top navigation---------------------------------------------------*/
#nav-top-holder{
	height: 280px;
}

#nav-top {
	height: 280px;
}
#nav-top ul {
	height: 280px;
}
#nav-top ul li.services{
	top: 260px;
	background: none;
}
#nav-top ul li.portfolio{
	top: 240px;
	background: none;
}
#nav-top ul li.team{
	top: 220px;
	background: none;
}
/*main page---------------------------------------------------*/
#page{
	background: #FFF url(../images/bg-home-squares.gif) center top no-repeat;
	text-align: center;
}
/*homepage only---------------------------------------------------*/
h1{
	padding: 160px 0 10px 0;
	margin: 0;
}
p{
	width: 500px;
	margin: 10px auto;
}
ul#nav-secondary li{
	border-left: solid 1px #8ABBD1;
}
ul#nav-secondary li a{
	color: #8ABBD1;
}

