/* FEATURES */
.home .features div{
	background:no-repeat;
	border: 2px solid #000;
	display:block;
	height:290px;
	margin: 6px;
	margin-top:0px;
}
.home .features a{
	display:block;
	font-size:18px;
	font-weight:bold;
	padding:5px;
}


/************************/
/* COLORS               */
/************************/
/* color 1 - black */
.home .f1{ color:#000; }
.home .f1 a{ color:#000; }
.home .f1 #d{ color:#666; }
/* color 2 - gold */
.home .f2{ color:#fc0; }
.home .f2 a{ color:#fc0; }
.home .f2 #d{ color:#c3ae5c; }
/* color 3 - white */
.home .f3{ color:#fff; }
.home .f3 a{ color:#fff; }
.home .f3 #d{ color:#999; }
/* color 4 - bright red */
.home .f4{ color:#f00; }
.home .f4 a{ color:#f00; }
.home .f4 #d{ color:#800; }
/* color 5 - medium red */
.home .f5{ color:#a00; }
.home .f5 a{ color:#a00; }
.home .f5 #d{ color:#500; }
/* color 6 - dark red */
.home .f6{ color:#600; }
.home .f6 a{ color:#600; }
.home .f6 #d{ color:#100; }
/* color 7 - bright green */
.home .f7{ color:#0f0; }
.home .f7 a{ color:#0f0; }
.home .f7 #d{ color:#080; }
/* color 8 - medium green */
.home .f8{ color:#0a0; }
.home .f8 a{ color:#0a0; }
.home .f8 #d{ color:#050; }
/* color 9 - dark green */
.home .f9{ color:#060; }
.home .f9 a{ color:#060; }
.home .f9 #d{ color:#010; }
/* color 10 - bright blue */
.home .f10{ color:#00f; }
.home .f10 a{ color:#00f; }
.home .f10 #d{ color:#008; }
/* color 11 - medium blue */
.home .f11{ color:#00a; }
.home .f11 a{ color:#00a; }
.home .f11 #d{ color:#005; }
/* color 12 - dark blue */
.home .f12{ color:#006; }
.home .f12 a{ color:#006; }
.home .f12 #d{ color:#001; }


/************************/
/* LINK LOCATIONS       */
/************************/
.home .features div span{
	display:block;
	height:140px;
	position:relative;
	width:200px;
}

/* style 1, top left, left align */
.home .ls1{
	left:0px; top:0px;
	width:200px;
}
/* style 2, top left, center align */
.home .ls2{
	left:0px; top:0px;
	text-align:center;
}
/* style 3, top left, right align */
.home .ls3{
	left:0px; top:0px;
	text-align:right;
}
/* style 4, top right, left align */
.home .ls4{
	left:580px; top:0px;
	text-align:left;
}
/* style 5, top right, center align */
.home .ls5{
	left:580px; top:0px;
	text-align:center;
}
/* style 6, top right, right align */
.home .ls6{
	left:580px; top:0px;
	text-align:right;
}
/* style 7, bottom left, left align */
.home .ls7{
	left:0px; top:150px;
	text-align:left;
}
/* style 8, bottom left, center align */
.home .ls8{
	left:0px; top:150px;
	text-align:center;
}
/* style 9, bottom left, right align */
.home .ls9{
	left:0px; top:150px;
	text-align:right;
}
/* style 10, bottom right, left align */
.home .ls10{
	left:580px; top:150px;
	text-align:left;
}
/* style 11, bottom right, center align */
.home .ls11{
	left:580px; top:150px;
	text-align:center;
}
/* style 12, bottom right, right align */
.home .ls12{
	left:580px; top:150px;
	text-align:right;
}


/************************/
/* RELEASE DATE LOC     */
/************************/
.home .features div p{
	display:block;
	font-size:18px;
	font-weight:bold;
	padding:6px;
	padding-left:20px;
	padding-right:20px;
	position:relative;
	text-indent:0px;
}

/* style 1, top, left align */
.home .rs1{
	top:-140px;
	text-align:left;
}
/* style 2, top, center align */
.home .rs2{
	top:-140px;
	text-align:center;
}
/* style 3, top, right align */
.home .rs3{
	top:-140px;
	text-align:right;
}
/* style 4, bottom, left align */
.home .rs4{
	top:115px;
	text-align:left;
}
/* style 5, bottom, center align */
.home .rs5{
	top:115px;
	text-align:center;
}
/* style 6, bottom, right align */
.home .rs6{
	top:115px;
	text-align:right;
}
