@charset "utf-8";
/* CSS Document */

/*banner*/
.banner{
	background:url(../images/project-planning-software.png) no-repeat;
	height:290px;
}

.banner p{
	font-size:0.9em;
	width:345px;
	clear:both;
	margin:0 0 10px 290px;
	font-weight:bold;
	color:#084258;
}

.intro{
	font-size:0.9em;
	margin:0 0 20px 0
}

/*features*/
.features{
	float:left;
	width:300px;
	margin-bottom:27px
}

.features h3{
	margin:0 0 5px 0;
	font-size:1em;
	text-indent:35px;
	line-height:1.8em;
	height:30px;
}

.features h3.ft1{
	background:url(/images/feature1.png) no-repeat;
}

.features h3.ft2{
	background:url(/images/feature2.png) no-repeat;
}

.features h3.ft3{
	background:url(/images/feature3.png) no-repeat;
}

.features h3.ft4{
	background:url(/images/feature4.png) no-repeat;
}

.features p{
	font-size:0.9em;
}

.features p a{
	font-size:0.85em;	
}

/*Portfolio*/
.portfolio{
	height:164px;
	background:url(../images/portfolio.png) no-repeat;
}

.portfolio p{
	margin: 45px 0 15px 110px;
	font-size:0.9em;
}

.portfolio .discover{
	width:140px;
	height:26px;
	background:url(../images/discover.png) no-repeat;
	display:block;
	margin: 0 0 0 110px;
}

.portfolio .discover:hover{
	background:url(../images/discover.png) 0 -26px no-repeat;
}

.downloadtrial{
	display:block;
	width:177px;
	height:41px;
	background:url(../images/download_trial.png) no-repeat;
	float:left;
	margin:165px 0 0 288px;
	cursor:pointer;
}

.downloadtrial:hover{
	background:url(../images/download_trial.png) 0 -41px no-repeat;	
}

.watchvideo{
	display:block;
	width:150px;
	height:41px;
	background:url(../images/watch.png) no-repeat;
	float:left;
	margin:165px 0 15px 30px;
	cursor:pointer;
}

.watchvideo:hover{
	background:url(../images/watch.png) 0 -41px no-repeat;	
}
.div640left h2{
	margin-bottom:10px;
}

.features .nomarginbottom{
	margin-bottom:0;
}

.brochure{
	margin-bottom:20px;
}

.brochure a{
	font-size:0.9em;
}