@charset "utf-8";
/* CSS Document */



/* -------------------------------------------------------------------------------- BODY --*/

* {
	margin:0;
	padding:0;
	border:0;
}

html, body {
	height:100%;
	background-color:#e8e8e8;
}

#clear {clear:both;}

/* -------------------------------------------------------------------------------- CONTAINER --*/

#container {
	position:relative;
	width:900px;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0px auto;
}

/* -------------------------------------------------------------------------------- HEADER --*/

#top {
	float:left;
	width: 890px;
	height:167px;
	background-image:url(../../images/content/logo.jpg);
	margin:10px 0 0 0;
}

/* -------------------------------------------------------------------------------- CONTENT --*/

.content {
	float:left;
	width:290px;
	height:253px;
	background-color:#FFFFFF;
	margin:10px 10px 0 0;
}

#thumb {
	float:left;
	width:260px;
	height:110px;
	margin:10px 0 0 10px;
	background-color:#000000;
	border: 5px solid #363636;
}

#client {
	float:left;
	width:270px;
	height:22px;
	margin:4px 0 0 10px;
}

#explenation {
	float:left;
	width:270px;
	height:60px;
	margin:0 0 0 10px;
}

#expertise {
	float:left;
	width:150px;
	height:10px;
	margin:18px 0 0 10px;	
}

#viewproject {
	float:left;
	width:75px;
	height:15px;
	margin:16px 0 0 54px;
}

/* -------------------------------------------------------------------------------- FOOTER --*/

#footer {
	float:left;
	width:900px;
	height:215px;
	background-color:#363636;
	margin-top:10px;
}

#social_media{
	float:left;
	width:860px;
	height:17px;
	margin:30px 0 0 20px;
}

#line{
	float:left;
	width:860px;
	height:1px;
	margin:16px 0 0 20px;
	background-color:#9b9b9b;
}

#contact {
	float:left;
	width:215px;
	height:120px;
	margin:16px 0 0 20px;	
}

#expertise_left {
	float:left;
	width:130px;
	height:120px;
	margin:16px 0 0 20px;	
}

#expertise_right {
	float:left;
	width:190px;
	height:120px;
	margin:16px 0 0 20px;	
}

#inspires {
	float:right;
	width:190px;
	height:120px;
	margin:16px 20px 0 0;	
}

.thumb{
	margin:3px 3px 0 0;	
}
