/* CSS Document */

* {
	font-family:"Arial", Helvetica, sans-serif;
	text-decoration:none;
}

a { cursor:pointer; }

body {
	margin:0;
	text-align:center;
	background: #273440;
	color: #d3d2d2;
	font-size:12px;
	line-height:18px;
}

#MainContainer {
	margin: 0 auto;
	text-align:left;
	width:900px;
}

#FormFeedback {
	padding: 10px;
	border:1px solid #CCC;
}

#HeadContainer {
	width:800px;
	margin: 0px 50px;
	height:120px;
	position:relative;
	background:url(/images/bg-header.jpg) top left no-repeat;
}
	#HeaderLinks {
	position:absolute;
	font-size: 13px;
	font-weight:bold;
	left: 16px;
	top: 110px;
	}
	
	#headPhone {
	position:absolute;
	font-size:12px;
	color:#7d8083;
	left: 645px;
	top: 80px;
	}
	
	#HeaderLinks a {
		text-decoration:none;
		color: #cf9310;
	}
	
	#HeaderLinks a:hover {
		color: #fdfaf3;
	}
	
	

#FootContainer {
	width:800px;
	height:127px;
	padding:0px 50px;
	background:url(/images/bg-footer.jpg) top left no-repeat;
	position:relative;
}
	#FooterLinks {
	position: absolute;
	font-size: 10px;
	line-height:12px;
	left: 70px;
	top: 13px;
	}

#leftContainer {
	width:608px;
	float:left;
	margin-left:50px;
	margin-bottom:10px;
}


#leftContent {
	width:190px;
	color:#fff;
	float:left;
	margin-bottom:10px;
}

#centerContent {
	width:374px;
	padding:0px 20px;
	margin-bottom:10px;
	float:right;
	border-right: 1px solid #464b50;
	border-left: 1px solid #464b50;	
}

#rightContainer {
	width:190px;
	float:right;
	margin-right:50px;
	margin-bottom:10px;
}

	#leftContent p, #rightContainer p {
		padding:0px 15px;
	}

.SideSeperator {
	width:100%;
	height:30px;
	background: right no-repeat url(/images/bg-side-seperator.jpg);
}

.SideSeperatorRight {
	width:100%;
	height:30px;
	background: left no-repeat url(/images/bg-side-seperator-right.jpg);
}

.ClearBoth {
	clear:both;
}

.BasicGrey {
	color:#717981;
}

.linkHighlight, .linkHighlight:hover {
	color: #cf9310;
	font-weight:bold;
}

#RightContainer .bgLink { margin-top: 15px; }

.bgLink {
	height: 22px;
	padding:5px 0px 0px 50px;
	margin-left:5px;
}

.bg-demo 	{ background: url(/images/bg-demo.jpg) left no-repeat; }
.bg-roi 	{ background: url(/images/bg-roi.jpg)  left no-repeat; }
.bg-support { background: url(/images/bg-support.jpg) left no-repeat; }
.bg-video 	{ background: url(/images/bg-video.jpg) left no-repeat; }
.bg-forum 	{ background: url(/images/bg-forum.jpg) left no-repeat; }
.bg-doc 	{ background: url(/images/bg-documentation.jpg) left no-repeat; }

.p_ALT { padding: 3px; width:120px;  }
/*.p_ALTBG { background-color:#273440; border:1px solid #999;}*/
.p_ALTBG { border-right:1px solid #fff; border-left:1px solid #fff; }
