/* CSS Document */
body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E9E9E9;
}
body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height:18px;
	color: #666;
}

label {
	float: left;    
	width: 10em;    
	margin-right: 1em; 
}

.mainContent {
	width:930px;
	margin:auto;	
}
.headerTop {
	width:930px;	
}

.keyboardTop {
	width:930px;	
}

.logoTop {
	width:206px;
	z-index:2;
	position:relative;
	top:-75px;
	left:720px;
}

.textTop {
	width:380px;
	z-index:3;
	position:relative;
	top:-150px;
	left:320px;
	color:#000;
	text-align:right;
}

.portfolio {
	width:930px;
	height:350px;
	position:relative;
	top:-110px;
}

.portfolioImageTop {
	margin-right:23px;
	margin-bottom:20px;
}

.portfolioImageTopLast {
	margin-bottom:20px;
}

.portfolioImageBottom {
	margin-right:23px;
}

.portfolioNav {
	width:930px;
	position:relative;
	margin-top:15px;
}

.portfolioLeftArrow {
	width:20px;
	float:left;	
}

.portfolioPageSelected {
	width:890px;
	text-align:center;
	float:left;	
}

.portfolioRightArrow {
	width:20px;
	float:right;	
}


.footer {
	position:relative;
	top:-75px;
}

.latestNewsFooter {
	float:left;
	width:240px;
	line-height:22px;
	padding-right:10px;
}

.newsItem {
	font-size:12px;
	margin:0px;
	margin-bottom:5px;
	line-height:18px;
}

.profileFooter {
	float:left;
	width:250px;
	line-height:22px;
	border-left:dotted 1px #999;
	padding-left:20px;
	padding-right:20px;
}

.linksFooter {
	float:left;
	width:180px;
	line-height:22px;
	border-left:dotted 1px #999;
	padding-left:10px;
}

a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #666;
}

#backgroundPopup{
	display:none;
	position:fixed;
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	z-index:1;
}

#popupTitle {
	background:#E9E9E9;	
}

#popupContact{
	display:none;
	position:fixed;
	height:430px;
	width:500px;
	background:#E9E9E9;
	z-index:99;
	border:#666 1px solid;
}

#popupContact h1{
	font-size:16px;
}

#popupContactClose{
	font-size:14px;
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	color:#333;
	display:block;
}

.popupTop {
	background-color:#CCC;	
	position:relative;
	top:-10px;
	padding:10px;
	padding-left:20px;
}

.popupContents {
	padding:20px;	
	position:relative;
	top:-30px;
}

