body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#E6E6E6;
	font-weight:100;
}
	
	
	.theme3{
		background:#142d36 url(../img/bg_site10.jpg) no-repeat top left;
	}
	
	.theme4{
		background:#215510 url(../img/bg_site12.jpg) no-repeat top left;
	}
	
	.theme5{
		background:#244354 url(../img/bg_site13.jpg) no-repeat top left;
	}
	
	.theme6{
		background:#2c2f4c url(../img/bg_site14.jpg) no-repeat top left;
	}
	
	.theme7{
		background:#2c2f4c url(../img/bg_site15.jpg) no-repeat top left;
	}

a{
	color:#fff;
	text-decoration:none;
}

	a img{
		border:none;
	}

h1{
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	padding:6px 0;
}

#wrapper{
	min-width:900px;
}

#darkMenu {
	right:0px;
	color:#485254;
	padding:0px 20px;
	top:0px;
	position: fixed;
	width:220px;
	height:100%;
	margin-left:0;
	b_ckground-image:;
	background-repeat:vertical;
	background-color:#000000;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    opacity: .70;
    filter:alpha(opacity=70);
}

	#darkMenu a:hover{
		color:#DEDEDE;
	}

	#chooseLang{
		margin:30px 0 80px 0;
	}
	
		#chooseLang span{ font-size:10px; }
	
	#logo{
		margin:30px 0 50px 0;
	}
	
	#icons{
		margin-top:100px;
	}
	
		#icons img{ margin-right:5px; }

	#mainMenu{
		list-style:none;
		margin:0;
		padding:0;
		color:#666;
		font-weight:bold;
		text-transform:uppercase;
		width:183px;
		letter-spacing:0.1em;
	}
	
	#mainMenu li{
		padding:8px 0;
		border-top:1px solid #333;
		font-size:13px;
	}
	
		#mainMenu li a{
			display:block;
			background:url(../img/addIcon.png) no-repeat right center;
		}
	
		#mainMenu li a.open{ background:url(../img/minusIcon.png) no-repeat right center; }
	
		#mainMenu li ul{
			list-style:none;
			margin:0;
			padding:0;
		}
		
			#mainMenu li ul li{
				border-top:none;
				padding:8px 0 4px 0;
				font-size:9px;
				font-weight:normal;
			}
			
				#mainMenu li ul li a{ background:none; }
				
				#mainMenu li ul li a.selected{ color:#b4b906; }



#content{
	margin-right:250px;
}

	#navigation{
		float:right;
		width:200px;
	}

	#main{
		width:650px;
		margin:0 auto;
		margin-top:130px;
		background:none;
		/*letter-spacing:0.1em;*/
	}
	
		#main a{
			color:#b4b906;
			text-decoration:underline;
		}
	
		#main h1{
			font-family:DIN-Light, Arial;
			font-size:30px;
			border:none;
			padding:0px 0 4px 0;
		}
		
		#main h2{
			font-family:DIN-Light, Arial;
			font-size:20px;
		}
	
		.resume{
			font-size:20px;
			font-family:DIN-Light, Arial;
			color:#fff;
		}
		
			#main span{
				color:#fff;
			}
			
		#main img{
			border:3px solid #E6E6E6;
		}
		
			#main img.noBorder{
				border:none;
			}
		
		
	#newsList div{
		padding:15px 0;
	}
	
		#newsList div h3{
			padding:0;
			margin:3px 0;
			font-size:14px;
		}
		
		#newsList div.separation{
			background:#fff;
			height:1px;
			padding:0;
			margin:0;
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
			opacity: .30;
			filter:alpha(opacity=30);
			line-height:0px;
		}
		
	#retweet{
		float:right;
	}
		

#main h1.homeHeader{
	border:none;
	padding:0;
	margin-bottom:20px;
	font-size:24px;
	font-family:DIN-Light, Arial;
	/*border-bottom:3px solid #fff;*/
	padding-bottom:20px;
}



/* PAGINATION */

div.pagination{
	clear:both;
	text-align:right;
	font-size:11px;
	width:620px;
}



/* GALLERY & PROJECTS */

#galleryList div{
	float:left;
	margin:0 8px 8px 0;
}

	#galleryList div div.projectName{
		margin:0;
		float:none;
		position:relative;
		margin-top:-40px;
		padding:14px 8px 0 8px;
		background:#000;
		height:26px;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		opacity: .0;
		filter:alpha(opacity=0);
		width:185px;
		font-size:10px;
	}
	
	#galleryList div a:hover img{
		border:3px solid #b4b906;
	}

.projectTable{
	width:100%;
	background:#fff;
	border:3px solid #E6E6E6;
}

	.projectTable td{
		vertical-align:middle;
		padding:10px 0;
	}
	
		.projectTable td span#prev1, .projectTable td span#next1{ 
			cursor:pointer;
		}

#main table.projectTable img{ border:none; }

.mask1{
	position:relative;
	width:592px;
	height:380px;
	overflow:hidden;
}

#box1{
	position:absolute;
}
#box1 span{
	display:block;
	float:left;
}

span img{
	display:block;
	border:none;
}

.sample{padding:20px 30px; margin:4px 0 25px 0; border:1px solid #e1e1e1}

div#projectDesc{
	font-size:11px;
	margin:20px 0;
}

	div#projectDesc #leftCol{
		float:left;
		width:300px;
	}
	
		div#projectDesc #leftCol div{ padding:5px 0; }
		
		div#projectDesc #leftCol div.separation{ padding:0; }
		
		div#projectDesc #leftCol div label{ width:90px; float:left;  }
	
	div#projectDesc #rightCol{
		margin-left:340px;
		padding:5px 0;
	}
	
		div#projectDesc #rightCol p{
			padding:0;
			margin:0 0 10px 0;
		}
		
	div#projectDesc #rightCol div.separationV{
		background:#fff;
		width:1px;
		height:100px;
		float:left;
		padding:0;
		margin:0;
		margin-right:40px;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
		opacity: .30;
		filter:alpha(opacity=30);
		line-height:0px;
	}
		
	div#endProject{
		clear:both;
		height:30px;
	}


/* SITEMAP */

ul.sitemap li{
	padding:5px 0;
}


/* CONTACT FORM */

#contactForm div{
	padding:4px;
}

	#contactForm div.separation{
		padding:0;
		height:1px;
		line-height:0;
	}

	#contactForm div span{
		padding-top:6px;
		width:150px;
		display:block;
		float:left;
		text-transform:uppercase;
	}

		#contactForm div input, #contactForm div textarea{
			width:300px;
			border:3px solid #F6F6F6;
			background:#fff;
			padding:3px;
		}
		
		#contactForm div textarea:focus, #contactForm div input:focus {
			border:3px solid #b4b906;
		}
		
			#contactForm div input.formBt{
				width:120px;
				background:#000;
				color:#fff;
				border:3px solid #222;
			}
			
			
	#contactForm div.error input, #contactForm div.error textarea{
		border:3px solid #CC0000;
	}
	
	#contactForm div.error span{
		border-bottom:2px solid #CC0000;
	}



/* HOME PAGE */

#homePage{}

	#homePage h1.noBorder{
		border:none;
	}
	
	#homePage #visibleZone{
		position:relative;
		width:650px;
		overflow:hidden;
	}
	
	#homePage #homeSlider{
		width:1000px;
	}

	#homePage #leftCol{
		margin-right:340px;
	}
	
		#homePage #leftCol a{
			color:#fff;
			text-decoration:none;
		}
	
		#homePage #leftCol ul{
			list-style:none;
			padding:0;
			margin:0;
			height:132px;
			width:300px;
		}
		
			#homePage #leftCol ul li{
				float:left;
				display:block;
				width:116px;
				margin:2px 10px 2px 0;
				padding:0 0 0 24px;
				background:url(../img/icon_plus.gif) no-repeat top left;
			}
			
		#homePage #leftCol div{
			/*background:url(../img/btMore.gif) no-repeat 6px 4px;
			padding:0 0 0 24px;
			border-bottom:1px solid #fff;*/
		}
		
			#homePage #leftCol div.lastOne{
				border-bottom:none;
			}
			
			div.separation{
				background:#fff;
				height:1px;
				-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
				opacity: .30;
				filter:alpha(opacity=30);
				line-height:0px;
			}
	
	#homePage #rightCol{
		float:right;
		width:270px;
	}
	
		#homePage #rightCol h1{
			margin-top:0;
		}
		
		#homePage #rightCol div{
			margin:0 0 8px 0;
		}
		
			#homePage #rightCol div div.projectName{
				margin:0;
				float:none;
				position:absolute;
				margin-top:-40px;
				padding:14px 8px 0 8px;
				background:#000;
				height:26px;
				-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
				opacity: .0;
				filter:alpha(opacity=0);
				width:254px;
				font-size:10px;
			}
			
				#homePage #rightCol div div.projectName a{ border:none; }
		
			#homePage #rightCol div img{
				border:none;
			}
			
			#homePage #rightCol div a{
				display:block;
				border:4px solid #E6E6E6;
			}
			
				#homePage #rightCol div a:hover{
					border:4px solid #b4b906;
				}
				
	#homePage #newsCol{
		float:left;
		width:200px;
	}
		
		
#footer{
	margin-right:250px;
	font-size:10px;
	margin-top:50px;
	padding:10px 0;
}

	#footer div{
		width:650px;
		margin:0 auto;
		text-align:left;
	}
	
		#footer span{
			color:#b4b906;
		}