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

body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0 auto 0 auto;
	background-color: #FFFFFF;
}

img {
border: none;
} 

a{
border:none;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	margin-top: 2px;
	margin-bottom:  0px;
	}
	
#navcontainer {
  height: 110px;
  /*width: 990px;*/
  top: 0px;
  padding-top: 15px;
  padding-left: 15px;
  left: 0px;
  position:fixed;
}
	
#logo {
  float: left;
  height: 95px;
  width: 120px;
  display: table;
}

#logo a{
  display: table-cell;
  vertical-align: bottom;
  position:relative;
}

.nav {
  float: left;
  height: 100px;
  width: 120px;
  margin-left: 10px;
  padding-left:10px;
  padding-right:0px;
  position: relative;
}

.navcontact{
  width: 90px;
}
.nav p{
	position: absolute;
	bottom: -10px;
	width: 137px;
	height: 83px;
	left: 11px;
}
.nav a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 13px;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	color: #000000;
}
.nav a:hover{
	font-family:Arial, Helvetica, sans-serif;
	line-height: 13px;
	text-decoration: none;
	margin: 0px;
	color: #000000;
}
.nav a.selected{
	color: #666666;
}
.spacer{
  height:335px;
  width: 21px;
  float: left;
}
	
#glitterscroll{
  height: 375px;
  width: 1000%;
  margin-top: 130px;
  margin-left: 15px;
}
#glitterscroll img{
 margin-right: 3px;
}	
.workset {
	font-size: 10px;
	height: 98px;
	width: 500px;
	top: 520px;
	left: 15px;
	float:left;
	position:fixed;
	font-weight: normal;
}
.workset h1{
	font-size: 10px;
}
.workset a{
	font-size: 10px;
	margin: 0px;
	padding-top: 15px;
	color: #000000;
}
.workset p.light{
 color: #666666; 
}
.workset a:hover{
 color: #666666; 
}
a:active {
	text-decoration: line-through;
}

