﻿
/*RIGHT*/

#right{
	position: relative;
	float:right;
	width:590px;
	font-family: arial, sans-serif;
}

#right h1 {
	line-height: 45px;
	color: #028DC8;
	font-size: 26px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}

#right h2 {
	color: #fff;
}

.fitems {
	width: 580px;
	position: relative;
	margin-left: 10px;
}
.fitems li {
	float: left;
	width: 280px;
	height: 190px;
	position: relative;
	background: url(images/fitem_280x190.gif) no-repeat top left;
	margin-bottom: 21px;	
	display: block;

}
.fitems li strong {
	color: #50A725;
	background: url(images/bullet_18x18.gif) no-repeat top left;
	display: block;
	height: 18px;
	position: absolute;
	font-size: 16px;
	left: 10px;
	top: 10px;
	padding-left: 18px;
	line-height: 18px;
}

.fitems .rmargin {
	margin-right: 20px;
}


/* SCREEN SHOTS */

.screenshot {
	display: block;
	position: absolute;
	width: 178px;
	height: 124px;
	top: 33px;
	left: 45px;
	padding: 0px;
	margin: 0px;
	color: #39ADDE;
}
.ss1 {
	background: url(images/ss1_178x139.jpg) no-repeat top left;
}
.ss2 {
	background: url(images/ss_ifw_index_178x139.png) no-repeat top left;
}
.ss3 {
	background: url(images/ss_ifd_index_178x139.png) no-repeat top left;
}
.ss4 {
	background: url(images/ss_ifl_index_178x139.png) no-repeat top left;
}
.ss5 {
	background: url(images/ss5_178x139.jpg) no-repeat top left;
}

/* BUTTON POSITIONS */

.more-info-3-pos {
	position: absolute;
	left: 180px;
	top: 163px;
}


/* TEXT POSITIONS */

.textpos1 {
	position: absolute;
	top: 21px;
	left: 216px;
	width: 332px;
}
	
.textpos2 {
	position: absolute;
	top: 11px;
	left: 209px;
	width: 332px;
}



/* CUSTOM TEXT STYLES */

.para1 {
	color: #666666;
	line-height: 16px;
}
.para1 strong {
	color: #0595D4;
}
.para1 em {
	color: #56A236;
	font-style: normal;
	font-weight: bold;
}

.style1 {
	color: #fff;
	line-height: 18px;
	font-size: 12px;
}
.style1 strong {
	color: #fff;
}
.style1 em {
	color: #fff;
	font-style: normal;
	font-weight: bold;
	font-size: 15px;
	display: block;
	line-height: 20px;
}

.style2 {
	color: #666666;
	line-height: 18px;
	font-size: 12px;
}
.style2 strong {
	color: #0495D4;
}
.style2 em {
	color: #6CAD4F;
	font-style: normal;
	font-weight: bold;
}


