/* positioning */

.skipLink {
	position: absolute;
	left: -999px;
	width: 990px;
}

/* Clear fix */
.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


/* no need to hide from IE5 Mac as its filtered out anyway */
.clear {display:inline-block;}

/* Grid */

#content,
#header,
#footer div {
text-align: left;
	width: 785px;
	margin: 0 auto;
	position: relative;
}




/* Features Navigation */


ul#features {
	width: 310px;
	padding: 0;
	margin:0 0 0 0;
	position: absolute;
	z-index: 900;
}


ul#features li {
	line-height: 32px;
	list-style:none;
}

ul#features li h3{
	line-height: 32px;
	padding: 0;
	font-size: 16px;
	margin: 0 0 0 0;
	overflow: hidden;
	height: 102px;
}
ul#features li h4{
color:#282828; margin:0 0 8px 0; font-size:15px; text-transform:uppercase; 
}

ul#features li .text{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
position:absolute;
z-index:1000;
top:30px;
left:20px;
width:365px;
display:block;
}

ul#features li:hover,
ul#features li.sfhover  {
	color: #000 !important;
	cursor: default;
}

ul#features li:hover h3,
ul#features li.sfhover h3 {
	color: #000  !important;
}


ul#features li h3 img {
	vertical-align: middle;
	margin: 0;
}

ul#features li p {
	display: none;
	line-height: 1.4em;
	position: absolute;
	font-size: 13px;
	left: 300px;
	height: 306px;	
	width: 659px;
	top: -23px;
	padding: 10px 10px 10px 10px;
	z-index: 100000;
	color: #000;
	font-weight: bold;
}


ul#features li:hover p,
ul#features li.sfhover p {
	display: block;
}





#screenshot {
	z-index: 1;
	position: absolute;
	left: 318px;
}
#screenshot img {
  position:absolute;
  border:0px;
  top:0;
  left:0;
}
#screendemos {
	z-index: 1;
	position: absolute;
	left: 445px;
	top: 412px;
	color: #FFFFFF;
}

#screendemos a {
	color: #FFFFFF;
}

.span1,
.span2, 
.span3, 
.span4, 
.span5, 
.span6 { float: left; margin: 0 15px 15px 0; padding: 0 0 30px 0;}
.span1 {width: 85px;}
.span2 {width: 170px; margin-right:30px;}
.span3 {width: 285px;}
.span4 {width: 385px;}
.span5 {width: 485px;}
.span6 {width: 585px;}

