@charset "utf-8";
/* CSS Document */

html, body {
	width: 100%;
	height: 100%;
}

body {
	text-align: center;
	background-color: #ececec;
	margin: 0px;
}
#distance { 
	width:1px;
	height:50%;
	margin-bottom:-384px; 
	float:left;
}
#container {
	margin: 0 auto;
	position:relative;
	text-align: left;
	width: 1024px;
	height: 768px;
	clear:left;
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
}
#logo {
	position: absolute;
	width: 201px;
	height: 123px;
	top: 35px;
	left:50px;
}
#imageHolder {
	position: absolute;
	top: 55px;
	left: 502px;
	width:473px;
	height:479px;
	z-index:2;
}
#contactInfo {
	position: absolute;
	left: 45px;
	top: 187px;
	height: 86px;
	width: 200px;
	text-align: right;
}
#category {
	height: 17px;
	line-height: 17px;
	margin-top: 2px;
	margin-bottom: 4px;
}
#categoryInfo {
	position: absolute;
	left: 285px;
	top: 52px;
	height: 128px;
	width: 195px;
	text-align: right;
}
#projectTitle {
	position: absolute;
	left: 285px;
	top: 185px;
	height: 22px;
	width: 195px;
	text-align: right;
}
#projectInfo {
	position: absolute;
	left: 285px;
	top: 207px;
	height: 313px;
	width: 195px;
	text-align: right;
	z-index:2;
}
#project {
	height: 18px;
	line-height: 12px;
	padding-top: 4px;
}
#selectedProjectInfo {
	position: absolute;
	left: 494px;
	height: 23px;
	width: 7px;
	z-index:1;
	background-image: url(images/selectedSwirl.gif);
	background-repeat: no-repeat;
}
#selectedProjectInfo2 {
	position: absolute;
	left: 285px;
	height: 35px;
	width: 216px;
	z-index:1;
	background-image: url(images/selectedItemBackground3.gif);
	background-repeat: no-repeat;
}
#clientInfo {
	position: absolute;
	top: 533px;
	left: 50px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #959595;
	border-bottom-color: #959595;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #888888;
	text-align: left;
	width: 912px;
	z-index:1;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #e9f6fc;
	padding-right: 5px;
	padding-left: 8px;
}
.avantGardeStdMd {
	color: #9a9a9a;
	font-size: 14px;
	text-align: right;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
.avantGardeStdMdSelected {
	color: #28abe1;
	font-size: 14px;
	text-align: right;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
.avantGardeStdBk {
	color: #9a9a9a;
	font-size: 12px;
	text-align: right;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
.avantGardeStdBkClient {
	color: #888888;
	font-size: 12px;
	text-align: left;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #e9f6fc;
}
.avantGardeStdBkSelected {
	color: #28abe1;
	font-size: 12px;
	text-align: right;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height:17px;
}
a {
	color: #28abe1;
	text-decoration: none;
}

