﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background: #fff;
}
#header {  
	background-color: #fff;
	z-index:13;
	position: relative;
	}
	
/** news **/
span.speechBubble {
	display: block;
	font-weight: normal;
	float: left;
	width: 58px;
	margin-right: 5px;
	margin-left: 20px;
	color: white;
	text-align: center;
	height: 58px;
	line-height: 58px;
	background: url(../images/bubble.png) no-repeat left top;
}

#news {
	width: 650px;
	padding: 20px;
	margin: 10px 20px 40px 60px;
	background: #F9F9F9;
	border: 0px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
	
	
	
/** platform icons**/
#platformnav {
	margin-left: auto;
	margin-right: auto;
	width: 948px;
	position: relative;
	padding-left:40px;
}

#platformnav img.newsimg{
	padding-right:10px;
	vertical-align:middle;
}


#platformnav img.downimg{
	margin:0px;
	padding-left:40px;
}

.downloadbtn
{
	width:795px;
}

/** header **/
#mainheader { overflow: hidden; zoom: 0;}
#mainheader{
	display:block;
	height:365px;
	/*background:#FFCF31#F8981D;*/
	background: #FFB630;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFB630), to(#FFCF31));
	background: -moz-linear-gradient(top,  #FFB630,  #FFCF31);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFB630', endColorstr='#FFCF31');

}
#mainheader div.headerContent {
	margin-left: auto;
	margin-right: auto;
	width: 948px;
	position: relative;
}

div.headerContent h1{
	color:#fff;
	margin: 0;
	padding: 0;
	
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	text-shadow: #FFBE0D 0 1px 0;
}

/** content **/
div#maincontent div.bodywrapper {
	position: relative;
	top: 0;
	width: 100%;
	z-index: 9;
	overflow: visible;
	margin-top: -240px;
	/*margin-bottom: 20px;*/
	padding-left:20px;
}
#maincontent .boxItem {
	margin-bottom: 120px!important;
	min-height: 430px;
	height: auto!important;
	height: 430px;
}
.homeComponent {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
.boxItem .homeComponent .columnWrapper {
	width: 940px;
	margin:0px;
	padding: 0 0px;
	background: url("../images/main-bg-shadows.png") no-repeat scroll transparent;
	min-height: 400px;
	height: auto!important;
	height: 400px;
	margin-left:30px;
	overflow: hidden;
}

.boxItem .homeComponent .columnItem{
	width: 210px;
	/*line-height:1.5;*/
}
.boxItem .homeComponent .columnItem{
	float: left;
	padding: 12px 20px;
	margin: 0 10px;
	display: inline;
	background-color: white;
	min-height: 200px;
	height: auto!important;
	height: 200px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.homeComponent .first img{margin-right:-6px;}

.boxItem .homeComponent div.last {
	margin-right: 0;
	margin-left: 10px;
}

span.horizontalSeparator{
	display:block;
	height:1px;
	margin:0;
	padding:0;
	background-color:#e0e0e0;
	font-size:1px;
	line-height:1px;
	}