@charset "utf-8";

body {
	background-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
#divHeader {
	position:absolute;
	width:900px;
	height:110px;
	z-index:5;
	left: 50%;
	top: 0px;
	background-image: url(images/header.jpg);
	margin-left: -450px;
}
a:link {color: #3281c3;
		text-decoration: none;
}
a:visited {color: #3281c3;
		   text-decoration: none;
}
a:hover {color: #3281c3;
		 text-decoration: underline;
}
a:active {color: #3281c3;
}
.copyright {
	font-size: 9px;
	text-align:right
}
.orangeHeader {
	font-size: 14px;
	/* font-weight: bold; */
	color: #ff6800;
}
.subHeader {
	font-size: 14px;
	color: #ff6800;
}
.greySubHeader {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.leftLinkText {
	font-size: 14px;
	color: #666666;
}
.clientTag {
	font-weight: bold;
	font-style: italic;
}

#divMenubar {
	position:absolute;
	width:801px;
	height:34px;
	z-index:2;
	left: 50px;
	top: 73px;
}
#divCopyright {
	position:absolute;
	width:115px;
	height:13px;
	z-index:3;
	left: 736px;
	top: 15px;
}
#divBuyingOptions {
	position:absolute;
	left: 57px;
	top: 16px;
}
#divServices {
	position:absolute;
	width:256px;
	z-index:2;
	left: 61px;
	top: 12px;
}

/* Case Studies */
#divVertLine {
	position:absolute;
	width:1px;
	height:690px;
	z-index:3;
	left: 335px;
	top: 20px;
	background-color: #CCCCCC;
}
#divContent {
	position:absolute;
	width:475px;
	z-index:3;
	left: 352px;
	top: 2px;
}
#divMiddle {
	position:absolute;
	width:900px;
	height:751px;
	z-index:2;
	left: 50%;
	top: 110px;
	margin-left: -450px;
	background-image: url(images/body.jpg);
}
#divCSFooter {
	position:absolute;
	width:900px;
	height:60px;
	z-index:1;
	left: 50%;
	top: 860px;
	margin-left: -450px;
	background-image: url(images/footer.jpg);
}
#divLogo {
	position:absolute;
	z-index:1;
	left: 71px;
	top: 15px;
}
#divCapture {
	position:absolute;
	z-index:1;
	left: 64px;
	bottom: 379px;
	top: 15opx;
}

