body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

body{
	font-family: Georgia, "Times New Roman", Times, serif;
}

a{
	text-decoration: none;
	margin-bottom: 5px;
}

#main{
	width: 100%;	
	
}

#wrapper{
	width: 900px;
	min-height: 400px;
	/*background-color: silver;*/
	margin: auto;
}

#header{
	width: 900px;
	height: 126px;
	background-color: #FFF;
}

#content{
	width: 900px;
 	overflow: hidden;
 
}

#logo{
	width: 377px;
	height: 100px;
	padding-top: 37px;
	 
}

#contact{
	
	width: 50px;
	float: right;
	height: 40px;
	margin-top: -80px;
}

.project{
	width: 100%;
	background: url(img/separa.png) no-repeat;
	padding-top: 24px;
	overflow: auto;
	margin-bottom: 50px;
	
 }
 

.client{
	width: 270px;
	height: 23px;
	background-color: #000000;
	float: left;
	color: #FFF;
	padding: 4px 0px 0px 5px;
	margin-top: 10px;
 	
	font-size: 0.9em;
}

.client a{
	text-decoration: none;
	color: #FFF;
}

.project-image{
	widht: 605px;
	float: right;
	margin-top: 9px;
	 
}

#footer{
	width: 100%;
	height: 100px;
	color: gray;
	text-align: center;
	font-size: 0.9em;
	padding-top: 20px;
	margin-bottom: 20px;
}





/* Contact */

#gray{
	width: 100%;
	height: 100%;
	position:absolute;
	top: 0;
 	left: 0;
 	z-index: 48;
 	background-color: rgba(0,0,0,0.45);
 	display: none;
}

#thankyou{
	width: 100%;
	height: 100%;
	position:absolute;
	top: 0;
 	left: 0;
 	z-index: 48;
 	background-color: rgba(0,0,0,0.45);
 	display: none;
}

.messagepop {
  background-color:#FFFFFF;
  
  cursor:default;
  display:none;
 
  
  text-align:left;
  width:394px;
  z-index:50;
  padding: 25px 25px 20px;
 margin: auto; 
 margin-top: 200px;
 
 
 -moz-border-radius:30px;
 
  -webkit-border-radius: 35px
 
}

label {
  display: block;
  margin-bottom: 3px;
  padding-left: 15px;
  text-indent: -15px;
}

.messagepop p, .messagepop.div {
  border-bottom: 1px solid #EFEFEF;
  margin: 8px 0;
  padding-bottom: 8px;
}

.messagepop  a{
	color: gray;
	text-decoration: none;
}

.top{
	color: gray;
}


