@charset "utf-8";
/* CSS Document */
html, body{
	background:url(/images/bg-main-tile.gif) center top repeat-x;
	margin: 0;
}
/*-------------------------backend*/
.backend{
	background: url(/images/bg-mainwave.gif) right 280px repeat-x;
}
/*-------------------------platform*/
.platform{
	width: 800px;
}
/*-------------------------header*/
.header{
	width: 800px;
	height: 250px;
}
	.header .biline{
		float: right;
		margin-top: 90px;
		text-align: center;
		color: #67a5c3;
		font: italic 16px  Georgia, "Times New Roman", Times, serif;
		padding-right: 20px;
	}
	.phoneNum{
		position: absolute;
		top: 10px;
		left: 50%;
		margin-left: 250px;
		color: #ea4c00;
		font: italic bold 28px "Trebuchet MS";
		letter-spacing: -1px;
	}
/*-------------------------container*/
.container{
	width: 800px;
	position: relative;
	display: block;
	padding: 110px 0 0 0;
	color: #356e89;
	font: 13px trebuchet ms;
}
.contentWraper{
	display: block;
	width: 550px;
	text-align: left;
	background: url(/images/bg-wraper.jpg) center top no-repeat;
	padding: 30px 25px 15px 25px;
	text-align: justify;
	position: relative;
}
	.download{
		position: absolute;
		top: 5px;
		left: 0px;
		z-index:23;
	}
	.freeConsult{
		position: absolute;
		top: 15px;
		left: 0px;
		z-index:23;
	}
.contentWraper .tagLine{
	position: absolute;
	z-index: 23;
	top:15px;
	left: -14px;
	background: url(/images/bg-title.gif) left top no-repeat;
	height: 32px;
	padding: 11px 20px 0 70px;
	color: #4c7993;
	font: bolder 16px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	
}
/*-------------------------container*/
.footer{
	height: 150px;
	color: #87a9bb;
	font: bold 10px trebuchet ms;
	text-transform: uppercase;
}
	.footer div{
		padding: 15px 15px 0 15px;
		height: 30px;
		background: #f0f6f8;
		border: 1px solid #d2e5f4;
		text-align: left;
	}
	.footer a{ 	color: #87a9bb; text-decoration: none;}
	.footer a:hover{ color: #93ae35;}
/*-------------------------text*/
h1{
	color: #ea4c00;
	font: normal normal 30px trebuchet ms;
	letter-spacing: -1px;
	margin: 0 0 -3px 0;
}
h2{
	color: #8fa934;
	font: italic 12px trebuchet ms;
	margin: 0;
}
h3{
	color: #ea4c00;
	font: normal normal 20px trebuchet ms;
	letter-spacing: -1px;
	margin: 0 0 -3px 0;
}
h4{
	color: #ea4c00;
	font: normal normal 16px trebuchet ms;
	margin: 0 ;
}
h5{
	color: #ea4c00;
	font: bold 14px trebuchet ms;
	margin: 0 ;
}
h6{
	color: #ea4c00;
	font: bold 13px trebuchet ms;
	margin: 0 ;
}
.title1 { 
	color:#ff0000;
	font: bold 14px trebuchet ms;
}
.title2 { 
	color:#356e89;
	font: normal 13px trebuchet ms;
}

.boldfont{ color:#ea4c00; font:  normal 18px trebuchet ms; margin:0;}
/*-------------------------links*/
a.largeLink {
	color: #ea4c00;
	font: bold 17px trebuchet ms;
	letter-spacing: -1px;
	line-height:15px;
	margin: 0 0 -3px 0;
	text-decoration:none;
}
