body {
	margin-top:0px;
	text-align:center;
	background:url(/images/DeCortInteractiveBackground.jpg) repeat-x #333333;
}
img {
	display:inline;
}
#wrapper{
	position:relative;
	margin:0px auto;
	width:900px;
}
#flashcontent{
	outline:none;
}
#menu{
	position:absolute;
	top:0px;
	left:20px;
	padding:0px;
	width:800px;
	height:70px;
	text-align:left;
	z-index:100;
}
#contentPaneInner{
	position:absolute;
	top:38px;
	left:38px;
	width:762px;
	height:460px;
	margin:0px;
	padding:0px;
}
#contentPane{
	position:absolute;
	top:50px;
	left:0px;
	padding:0px;
	margin:0px auto;
	height:518px;
	width:838px;
	clear:both;
	z-index:5;
	background:url(/images/noflash/site_border.png) no-repeat;
}
#sectionContent{
	position:absolute;
	top:215px;
	left:188px;
	width:465px;
	height:200px;
	z-index:10;
}
#homeBkgrnd{
	position:absolute;
	top:70px;
	left:20px;
	width:800px;
	height:480px;
	background:url(/images/cssInnerBkgrnd.jpg) repeat-x;
	z-index:1;
}
#servicesBkgrnd{
	position:absolute;
	top:70px;
	left:20px;
	width:800px;
	height:480px;
	background:url(/images/cssInnerBkgrndServices.jpg) repeat-x;
	z-index:1;
}
#portfolioBkgrnd{
	position:absolute;
	top:70px;
	left:20px;
	width:800px;
	height:480px;
	background:url(/images/cssInnerBkgrndPortfolio.jpg) repeat-x;
	z-index:1;
}
#clientsBkgrnd{
	position:absolute;
	top:70px;
	left:20px;
	width:800px;
	height:480px;
	background:url(/images/cssInnerBkgrndClients.jpg) repeat-x;
	z-index:1;
}
#contactBkgrnd{
	position:absolute;
	top:70px;
	left:20px;
	width:800px;
	height:480px;
	background:url(/images/cssInnerBkgrndContact.jpg) repeat-x;
	z-index:1;
}
#footer{
	position:absolute;
	top:580px;
	left:0px;
	width:900px;
	text-align:center;
}
#welcome{
	padding:5px;
	color:#FFFFFF;
	text-align:left;
}
/* Details Window */
.detailWrapper{
	margin:0;
	padding:0;
	height:390px;
	background:url(/images/noflash/detail_bkgrnd.jpg) #000;
}

.titleBar{
	position:relative;
	background:url(/images/noflash/details_title_bar.jpg) no-repeat top;
	height:39px;
	line-height:1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	color:#fff;
	text-align:left;
	padding:5px 0px 0px 10px;
}
.bigThumb{
	display:inline;
	postition:relative;
	float:left;
	padding:10px;
	margin:10px;
	background:url(/images/noflash/detail_panel_trans.png);
}
.detailsInfo{
	display:inline;
	postition:relative;
	float:left;
	width:225px;
	text-align:left;
	padding:5px;
	margin:10px 5px;
	background:url(/images/noflash/detail_panel_trans.png);
}
.clientQuote{
	display:inline;
	postition:relative;
	float:left;
	width:225px;
	background:#000;
	text-align:left;
	padding:5px;
	margin:10px 5px;
}
.launchButton{
	display:inline;
	postition:relative;
	float:left;
	width:225px;
	text-align:left;
	margin:10px 0px 10px 5px;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

