/* reset */

* { 
	padding: 0; 
	margin: 0; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1em; 
}

body {
	font-size: 60.50%;
}

/* common */
	
h1,
h2,
p,
span.disable { 
	display: none; 
}

img,
a 	{ 
	border: none;
	text-decoration: none;	
}

span.h3 { 
	margin: 5px 5px 0 5px; 
	color: #fb001f; 
	font: 13px Arial, sans-serif;  
	font-weight: normal; 
	display: block; 
}

#container {
	width: 920px;
}
	
/* header */

#header { 
	height: 68px; 
	margin: 68px 0 0 60px; 
	display: block; 
	background: transparent url("../images/logos/logo.jpg") no-repeat 0 0; 
}


/* copy */

#content { 
	height: 342px; 
	width: 400px; 
	margin: 0 0 0 60px; 
	display: block; 
	float: left; 
}

#intro {
  height:312px;
	background: transparent url("../images/content/intro.jpg") no-repeat 0 0; 
}	

#address a { 
	height: 72px; 
	width: 186px; 
/*  margin: 210px 0 0 0; 
  display: block; 
  float: left;*/
  position:absolute;
  display:block;
  text-indent:-2000px;
  top:340px;
  left:50px;
    
}

#contact {
  margin-top: -20px;
  height:20px;
	width: 263px;
}

#contact a { 
  height:20px;
	width: 263px;
	background: transparent url("../images/content/mail.jpg") no-repeat 0 0; 
/*  margin: 210px 0 0 0; */
  margin: 20px 0 0 0 ;
  text-indent:-2000px;
  display:block;
/*  top:451px;
  left:112px;*/
}

#contact a:hover { 
	background: transparent url("../images/content/mail.jpg") no-repeat 0 -23px; 
}	
	
/* work */

#work { 
	height: 342px; 
	width: 400px; 
	margin: 0 0 0 44px;
	float: left;
	overflow: hidden;
}

.box {
	width: 200px; 
	height: 114px;
	float:left;  
}
.boxgrid { 
	width: 200px; 
	height: 114px; 
	margin: 0px; 
	float: left; 
	background: #161613; 
	border: none; 
	overflow: hidden; 
	position: absolute; 
}

.boxgrid img { 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}
	
.boxgrid em {
	padding: 0 5px; 
	color: #ffffff; 
	font-weight: normal; 
	font: 11px Arial, sans-serif; 
}
				
.boxcaption { 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 100px; 
	width: 100%; 
	opacity: .9; 
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); /* For IE 5-7 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* For IE 8 */
}

.captionfull .boxcaption {
 	top: 114px;
 	left: 0;
 }	




