/* CSS Document */

/* ELEMENTS */
body {
	margin: 0;
	padding: 0;
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	color: #6E6E6E;
}

img {
	border: none;
}

a {
	color: #6E6E6E;
}

ul {
	list-style-type: none;
	margin: 10px 0px 40px 55px;
	padding: 0px;
	float: left;
}

iframe {
	border: none;
	overflow: hidden;
}

/* BODY */
#dBody {
	width: 925px;
	height: 575px;
	margin: 10px auto;
	padding: 0;
}

#dLogo {
	text-align: center;
}

#dLoaderOver {
	position: absolute;
	z-index: 2;
	top: 0;
	margin: 100px 387px 0px 387px;
	display: none;
	font-size: 11pt;
	text-align: center;
}
				
#dLoaderProgress {
	width: 150px;
	height: 20px;
	overflow: hidden;
	border: solid 1px #BFBFBF;
	text-align: left;
}

#dLoaderProgress img {
	margin-left: -150px;
}
				
#dLoaderText {
	margin: 3px auto 0px auto;
}

#dHomeGal {
	width: 925px;
	height: 519px;
	margin: 0px auto;
}

#dClientGal {
	width: 850px;
	height: 228px;
	margin: 0px auto;
}

#dFoot {
	color: #BFBFBF;
	font-size: 10pt;
	text-align: center;
	margin-top: 10px;
	clear: both;
}

#interactiveFlash {
	width: 925px;
	height: 400px;
	margin: 0px auto;
	text-align: center;
}

#interactiveThumbs {
	width: 520px;
	height: 50px;
	margin: 0px auto;
	text-align: center;
}

.portfolioText {
	
	font-size: 11pt; 
}

.clientsText {
	font-size: 10pt; 
}

.aboutText {
	font-size: 11pt;
	margin-left: 200px;
}
.portfolioImage {
	cursor: pointer;
}

#contactImg {
	position:absolute;
	left:897px;
	top:359px;
	z-index:1;
}
#ContactUs{
float:left;margin-left:505px;margin-top:300px;display:block;text-align:right;color:#C6C6C6;
}
#ContactUs a{text-decoration:none;color:#C6C6C6;}


