@charset "utf-8";
/* CSS Document */
html, body{
	margin: 0px;
	height: 100% !important;
	background-color: #FFFFFF;
}
/*--------------------------------------------------------------------------------plaform*/
.platform{
	width: 100% !important;
	background-color: #eff0f2;
	background-image: url(/images/bg-main.gif);
	background-position: top;
	background-repeat: repeat-x;
}
/*--------------------------------------------------------------------------------header*/
.header{
	height: 220px;
	background-image: url(/images/bg-header.jpg);
	background-position: 100% 0; /*left - top*/
	background-repeat: no-repeat;
}
	.spnLogo{
		width: 227px;
		height: 83px;
		behavior: url(/css/iepngfix.htc);
		background-image: url(/images/spn-logo.png);
		background-position: top;
		background-repeat: no-repeat;
		text-indent: -1000px;
		position: absolute;
		z-index: 2;
		top: 10px;
		left: 50%;
		margin-left: -385px;
		cursor: hand;
	}
	.phNum{
		width: 248px;
		height: 28px;
		background-image: url(/images/ph-number.gif);
		background-position: top;
		background-repeat: no-repeat;
		text-indent: -1000px;
		position: absolute;
		z-index: 1;
		top: -1px;
		left: 50%;
		margin-left: 135px;
	}
	.remoteSupport{
		width: 120px;
		height: 28px;
		position: absolute;
		z-index: 1;
		top: 4px;
		left: 50%;
		margin-left: 385px;
	}
	.remoteSupport a{
		color: #ef5d24;
		font: 11px arial;
		font-weight:bold;
		text-decoration:none;
		padding:10px;
		line-height:20px;
	}
	.remoteSupport a:hover{
		background-color:#ef5d24;
		color:#003366;
		padding:10px;
	}
/*--------------------------------------------------------------------------------body*/
.container{
	height: auto;
	padding: 30px 0 30px 0;
	background-image: url(/images/bg-container.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	font: 12px arial;
	color: #5f6469;
}
	.featContainer{ /*home*/
		background-color: #b6c1cd;
		width: 550px;
		height: 240px;
		padding: 10px;
	}
	.featBtn{ /*home*/
		background-color: #b6c1cd;
		width: 220px;
		height: 240px;
		padding: 10px 10px 10px 0;
	}
	
	.featContainer2{ /*contact, services (repair, support, security)*/
		background-color: #b6c1cd;
		width: 490px;
		height: 240px;
		padding: 10px;
	}
	.featSide2{ /*contact, services (repair, support, security)*/
		background-color: #b6c1cd;
		width: 270px;
		height: 240px;
		padding: 10px 10px 10px 10px;
	}
	/*---------------------------------------*/
	.contentHolder{
		width: 400px;
		padding: 10px 30px 20px 0;
		text-align: justify;
		background-image: url(/images/divider.gif);
		background-repeat: repeat-y;
		background-position: right;
	}
	.contentSide1{
		width: 270px;
		padding: 10px 0 20px 30px; 
	}

	.iconServices, .iconContact, .iconPc, .iconSupport, .iconSecurity, .iconAffiliate, .iconNews, .iconAbout, .iconEmail, .iconTelecom, .iconClients, .iconTestimonials{
		width: 147px;
		height: 165px;
		behavior: url(/css/iepngfix.htc);
		background-image: url(/images/services.png);
		background-position: center;
		background-repeat: no-repeat;
		text-indent: -1000px;
		position: absolute;
		z-index: 10;
		top: 420px;
		left: 50%;
		margin-left: -380px;
		overflow: hidden;
	}
	.iconContact{
		background-image: url(/images/contact.png);
	}
	.iconPc{
		background-image: url(/images/repair.png);
	}
	.iconSupport{
		background-image: url(/images/support.png);
	}
	.iconSecurity{
		background-image: url(/images/security.png);
	}
	.iconAffiliate{
		background-image: url(/images/affiliate.png);
	}
	.iconNews{
		background-image: url(/images/news.png);
	}
	.iconAbout{
		background-image: url(/images/about.png);
	}
	.iconEmail{
		background-image: url(/images/email-icon.png);
		top: 450px;
	}
	.iconTelecom{
		background-image: url(/images/telecom.png);
	}
	.iconClients{
		background-image: url(/images/clients.png);
	}
	.iconTestimonials{
		background-image: url(/images/testimonials.png);
	}
/*--------------------------------------------------------------------------------copyright*/
.footer{
	height: 50px !important;
	background-color: white;
	background-image: url(/images/bg-copyright.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding-top: 30px;
	color: #a5b0be;
	font: 11px arial;
	line-height: 1.1em;
}
	.footer a{
		color: #a5b0be;
		text-decoration: none;
	}
	.footer a:hover{
		color: #f3571b;
		text-decoration: none;
	}
/*--------------------------------------------------------------------------------text*/
.textBig{
	color: #1d3867;
	font: bold 26px Arial;
	line-height: 1em;
	letter-spacing: -1px;
}
.textMed{
	color: #ef5d24;
	font: 18px arial;
	line-height: 1em;
}
.textHeadline{
	color: #ef5d24;
	font: bold 14px arial;
	line-height: 1em;
	text-decoration:none;
	border-bottom:1px dotted #ef5d24;
	line-height:24px;
}
.textSmall{
	color: #afb5ba;
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 1em;
}
.italicText{
	color: #717e8d;
	font: italic 23px "Times New Roman", Times, serif;
}
.italicText2{
	color: #717e8d;
	font: italic 16px "Times New Roman", Times, serif;
	text-align: left;
}
/*--------------------------------------------------------------------------------quotes*/
.bqstart {
     float: left;
     height: 5px;
     margin-top: -35px;
     font-size: 1000%;
     color: #d5d8dd;
	 z-index: 1;
 }

 .bqend {
     float: right;
     height: 25px;
     margin-top: -37px;
     font-size: 1000%;
     color: #dfe1e3;
	 z-index: 1;
 }
/*--------------------------------------------------------------------------------links*/
a.mainLink{
 	color: #5f6469;
	text-decoration: none; 
}
a.mainLink:hover{
	color: #ef5d24;
	text-decoration: none;
}
/*--------------------------------------------------------------------------------forms*/
.formField{
	width: 280px;
	height: 20px;
	border: 1px solid #b6c1cd;
	font: 12px Arial, Helvetica, sans-serif;
	color: #ef5d24;
	padding: 3px 0 0 5px;
}
.formArea{
	width: 280px;
	height: 100px;
	border: 1px solid #b6c1cd;
	font: 12px Arial, Helvetica, sans-serif;
	color: #ef5d24;
	padding: 3px 0 0 5px;
	margin-top: 7px;
}
.formBtn{
	width: 73px;
	height: 24px;
	background-color: transparent;
	background-image: url(/images/submit-btn.gif);
	background-position: center;
	background-repeat: no-repeat;
	border: none;
	cursor: hand;
}


