	* {
		margin:0;
		padding:0;
		}

	html, body {
		height:100%;
		}

	body {
			font-family: verdana, arial, helvetica, sans-serif;
			color:#333333;
			background-color: #a6c064;
		font:100.01%/1.4;
		text-align:center; /* horizontal centering for IE Win quirks */
		}

	#distance { 
		width:1px;
		height:50%;
		background-color:#fc6;
		margin-bottom:-11em; /* half of container's height */
		float:left;
		}

	#Main {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:18,7em;
		width:45em;
		clear:left;
		background-color:#d4c36d;
		border:1px solid #245b95;
		}


#loading {
	display:none;
	position:absolute;
	top:5px;
	right:5px;
	z-index:1000;
	background-color:white;
	padding:2px;
	border:1px solid black;
}	
		

#header {
	border-bottom:0px;
	padding:10px;
	padding-top:0px;
	margin-bottom:2px;
}
 
#header h2 {
	font-size:16px;
	margin-top:-50px;
	margin-left:178px;
	margin-bottom:3px;
	visibility:hidden;
}

#menu {
	font-size:10px;
	text-align:right;
	z-index:100;
	padding-bottom:8px;
	border-bottom:4px solid #97534a;
}

#menu > div {
	display: inline;
	border:0px solid black;
	border-bottom:0px;
	margin-left:6px;
	background-color:#c29158;
	padding:8px;
	color:black;
	font-weight:bold;
	border:0px solid #97534a;
}

#menu > div:hover {
	cursor:pointer;
}

#logo {
	font-size: 2em;
	font-family: 'Trebuchet MS', arial, verdana, sans-serif;
	font-weight: bold;
	letter-spacing: .27em;
	color: #97534a;
	background: transparent;
	/*border-bottom: 1px solid #999;*/
	margin: 0;
	padding: 0.22em 0em;
}

hr.clear {
	clear:both;
	visibility:hidden;
}

#container {
	border-top:0px;
	padding:6px;
}

#content {
	height:215px;
}

div.tier {
	width:220px;
	position:absolute;
	margin:7px;
	margin-top:0px;
	background-color:#afc0a1;
	border:1px solid #65573f;
	font-size:10px;
	padding:8px;
	text-align:justify;
	height:206px;
}

#services {
	margin-left:242px;
}

#creations {
	margin-left:478px;
}

div.tier img {
	border:1px solid black;
	padding:2px;
	background-color:white;
	margin-bottom:5px;
	width:198px;
}

div.ex1 {
	height:205px;
	font-size:10px;
	margin:5px;
	padding:5px;
	margin-top:-10px;
	background-color:#afc0a1;
	border:1px solid #65573f;
	position:absolute;
	text-align:justify;
	overflow:auto;
}

.ajax {
	height:215px;
	width:685px;
	font-size:10px;
	margin:5px;
	padding:5px;
	margin-top:-10px;
	background-color:#afc0a1;
	border:1px solid #65573f;
	position:absolute;
	text-align:justify;
}

#login_client {
	margin-top:0px;
	font-size:10px;
	margin-left:234px;
	width:240px;
	text-align:left;
	border:2px solid #65573f;
	background-color:#afc0a1;
	padding:10px;
}

#login_client > h1 {
	text-align:center;
	font-size:20px;
	margin:2px;
	margin-bottom:10px;
}

#login_client > p {
	float:left;
	width:80px;
}

#login_client > input {
	vertical-align:middle;
}

#contact_div {
	float:right;
}

#contact_form > p {
	text-align:right;
	padding-right:5px;
	float:left;
	clear:left;
	width:60px;
}

#contact_form > input, #contact_form > textarea {
	float:left;
	clear:right;
	margin-bottom:10px;
	width:200px;
	border:1px solid #65573f;
}

div#contactinfos {
	float:left;
	width:360px;
	text-align:left;
}

div#contactinfos > p {
 	margin-bottom:15px;
}

#service_right {
	float:right;
	width:490px;
	height:215px;
	overflow:auto;
}

#service_left > ul {
	list-style:circle;
}

#service_left {
	float:left;
	width:180px;
	margin-left:-5px;
	margin-top:-5px;
}

#service_left > ul {
	list-style:none;
}

#service_left > ul > li {
	border-bottom:1px solid #65573f;
	padding:5px 10px 5px 5px;
}

#service_left > ul > li:first-child {
	border-top:0px solid #65573f;
}

#service_left > ul > li:hover {
	cursor:pointer;
}

/******************** SLIDER ***********************/

ul#projects {
	list-style:none;
}

ul#projects > li > p {
	text-align:right;
	margin-top:-2px;
}
