@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}
.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#000000;
	background-image:url(images/ai.png);
	background-repeat:no-repeat;
	height:600px;
}
#holder {
	position: relative;
	margin: 0;
	paddding: 0;
}

#menu {
	position: absolute;
	top: 170px;
	width:100%;
	height:24px;
	text-align:center;
	z-index:100;
}

#content {
	position: absolute;
	top: 212px;
	left:90px;
	width:732px;
	height:321px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	z-index:200;
}

#imageHolder img {
	border: 1px solid #FFFFFF;
}

#thumbs {
	position: absolute;
	top: 212px;
	left:834px;
	width:53px;
	height:321px;
	z-index:300;
}

#imageHolder {
	position:absolute;
	left:0px;
	top:0px;
	width:514px;
	height:321px;
	z-index:1;
}

#imageHolderFlash {
	position:absolute;
	left:110px;
	top:15px;
	width:512px;
	height:288px;
	z-index:1;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	font-style:italic;
}

#nameHolderTitle {
	position:absolute;
	color:#000000;
	left:521px;
	top:0px;
	width:211px;
	height:17px;
	font-weight:bold;
	z-index:2;
}
#nameHolder {
	position:absolute;
	left:521px;
	top:23px;
	width:211px;
	height:15px;
	z-index:3;
}
#taskHolderTitle {
	position:absolute;
	left:521px;
	top:46px;
	width:211px;
	height:22px;
	z-index:4;
}
#locationHolderTitle {
	position:absolute;
	left:521px;
	top:208px;
	width:211px;
	height:27px;
	z-index:5;
}
#locationHolder {
	position:absolute;
	left:521px;
	top:240px;
	width:211px;
	height:79px;
	font-size:10px;
	font:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	z-index:6;
}

#tasksHolder {
	position:absolute;
	left:521px;
	top:73px;
	width:211px;
	height:130px;
	z-index:3;
}

a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#FFF;
	text-decoration:none;
}
a:visited {
	color:#444;
	text-decoration:none;
}
a.active {
	color:#FFF;
	text-decoration:none;
}

#technology {
	position:absolute;
	left:488px;
	top:179px;
	width:244px;
	height:140px;
	z-index:4;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

#software {
	position:absolute;
	left:244px;
	top:179px;
	width:244px;
	height:140px;
	z-index:1;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

#technology a, #software a {
	color:#222;
}

#technology a:hover, #software a:hover {
	color:#fff;
}

#hardware {
	position:absolute;
	left:0px;
	top:179px;
	width:244px;
	height:140px;
	z-index:1;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
#siteInfo {
	position:absolute;
	left:10px;
	top:0px;
	width:721px;
	height:180px;
	z-index:5;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

#thumbsBlocks {
	float: left;
	padding-bottom:3px;
	width:53px;
	height:34px;
}