@charset "utf-8";
body {
	font: 100% Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	background: #101010;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666666;
}

#welcome {
	z-index: -1;
	width: 798px;
	height: 321px;
	background: #101010;
/*	margin: 0 auto;
	text-align: left;
	top: 50%;*/
    position:absolute;
    top:50%;
    left:50%;
    margin:-160px auto auto -399px;
}

#container {
	z-index: -1;
	width: 798px;
	height: 616px;
	background: #FFFFFF;
/*	margin: 0 auto;
	text-align: left;
	top: 50%;*/
    position:absolute;
    top:50%;
    left:50%;
    margin:-308px auto auto -399px;
}

#backgroundimage {
	z-index: 1;
	position: absolute;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	top: 0;
	left: 0;
	width: 798px;
	height: 616px;
}

#mainContent {
	z-index: 2;
	position: relative;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	top: 0;
}

#pageSubPages {
	z-index: 3;
	position: absolute;
	top: 143px;
	left: 49px;
	width: 297px;
	height: 154px;
}

#pageName {
	z-index: 4;
	position: absolute;
	top: 296px;
	left: 522px;
	width: 120px;
	height: 33px;
}

#infobox {
	z-index: 5;
	position: absolute;
	width:480px;
	padding-right: 35px;
	top: 337px;
	left: 200px;
	/*overflow-y: scroll;*/
	overflow: hidden;
	height: 170px;
	text-align: left;
	font-size:95%;
	letter-spacing: .1em;
	line-height: 1.6em;
}

#infobox p {
	color: #666666;
}

#infobox ul {
	color: #666666;
}

#infobox .redtext {
	font-weight: bold;
	color: #ca2027;
}


#client{
	position: absolute; /*leave this value alone*/
	z-index: 5;
	top: 360px;
	left: 475px;
	overflow: hidden; /*leave this value alone*/
	width: 180px; /*Width of Carousel Viewer itself*/
	height: 90px; /*Height should enough to fit largest content's height*/
	text-align:left;
}

#client a{
	text-decoration: none;
	color:#ca2027;
}

#client a:visited{
	color:#ca2027;
}
#client a:hover{
	text-decoration: underline;
}

.stepcarousel{
	position: absolute; /*leave this value alone*/
	z-index: 6;
	top: 450px;
	left: 475px;
	overflow: scroll; /*leave this value alone*/
	width: 200px; /*Width of Carousel Viewer itself*/
	height: 50px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0px; /*margin around each panel*/
	width: 40px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

#clientImage{
	position: absolute;
	z-index: 7;
	top: 340px;
	left: 195px;
	overflow: hidden;
	width: 260px;
	height: 170px;
	text-align: left;
	font-size:95%;
	letter-spacing: .1em;
	line-height: 1.6em;
}

#clientImageExpand{
	position: absolute;
	z-index: 8;
	top: 470px;
	left: 365px;
	overflow: hidden;
	width: 25px;
	height: 25px;
	text-align:left;
	/*filter:alpha(opacity=60);-moz-opacity:.60;opacity:.60;*/
}

#scrollerInfo {
	position: absolute;
	z-index: 9;
	top: 375px;
	left: 700px;
	width: 25;
	overflow: hidden;
}

#scrollerClientImage {
	position: absolute;
	z-index: 10;
	top: 350px;
	left: 470px;
	width: 25;
	overflow: hidden;
}

#clientCloseup {
	visibility:hidden;
	z-index: 100;
	background-image:url(img/ourwork/clientcloseupback.png);
	background-repeat:repeat;
	position:fixed;
	top: 0;
	left: 0;
	width:100%;
	height: 100%;
	padding: 125px 0px 0px 0px;
}

#clientCloseupClose {
	visibility:hidden;
	z-index: 101;
	position:fixed;
	top: 0;
	left: 0;	
	width:100%;
	padding: 110px 0px 0px 0px;
	left: -190px;
	text-align: center;
}
