/* /////////// HOME ////////// */
#home-banner-bg { 
	background-image: url(/images/website/page_home/banner_bg.jpg);
	background-repeat: no-repeat;
	width: 958px;
	height: 575px;
	margin-top: 12px;
}
#home-banner {
	height: 390px;
}
#home-boxes {
	height: 166px;
	margin-top: 0px;
	/*background-image: url(/images/website/page_home/boxes_bg.png);*/
	background-repeat: no-repeat;
}
#home-boxes .button {
	margin-top: 0px;
	float:right;
}
#home-boxes #downloads {
	width: 300px;
	height: 166px;
	margin-left: 23px;
	float: left;
	cursor:pointer;
}
#home-boxes #portfolio {
	width: 465px;
	height: 166px;
	margin-right: 40px;
	float: left;
	cursor:pointer;
}
#home-boxes #store {
	width: 430px;
	height: 166px;
	background-repeat: no-repeat;
	float: left;
	cursor:pointer;
	margin-left:4px;
}
#home-boxes h2 {
	color: #000000;
	font-family: Myriad Pro, Myriad, "Trebuchet MS", "Arial", sans-serif;
	font-size: 23px;
	text-transform: normal;
	font-weight: bold;
	margin: 0;
	padding: 32px 0px 6px 0px;
}
#home-boxes p {
	color: #333333;
	font-family: "Helvetica", "Arial", Sans-Serif;
	font-size: 12px;
	margin: 0;
	padding: 0px 0px 6px 2px;
}
#home-boxes .downloads-icon {
	float: right;
	margin: 34px 18px 0px 0px;
	padding: 0;
}
#home-boxes .cases-icon {
	float: left;
	margin: 20px 8px 0px 0px;
	padding: 0;
}
#home-boxes .store-icon {
	float: left;
	margin: 14px 0px 0px 0px;
	padding: 0;
}
#home-boxes ul.downloads-latest {
	color: #333333;
	font-family: "Helvetica", "Arial", Sans-Serif;
	font-size: 12px;
	margin: -2px 0px 0px 15px;
	*margin: -6px 0px 0px 15px;
	padding: 0;
	list-style: none;
}
#home-boxes ul.downloads-latest li {
	margin: 0;
	padding: 0;
	padding-bottom: 8px;
	*padding-bottom: 3px;
	_padding-bottom: 0px;
}
#home-boxes div.home-boxes-text {
	color: #333333;
	font-family: "Helvetica", "Arial", Sans-Serif;
	font-size: 12px;
	width:280px;
	line-height:150%;
	float:right;
}
#home-boxes div.home-boxes-text {
	padding-bottom:14px;
}

/* /////////// END HOME ////////// */