/* CSS Document */
body {
  font-family: arial, helvetica, tahoma, verdana, sans-serif;
	background-color: #3F3F3F;
}
#centerdiv {
	display: block;
	position: absolute;
	width: 800px;
	margin-left: -400px;
	border: 1px solid;
	left: 50%;
	padding: 0px;
	background: #bbbbbb;
}


#header {
  margin:0px;
}

img.headerImg{
  display:block;
}

#body2 {
  overflow:auto;
  padding-top: 0px;
	padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  zoom: 1;
}

#menuside {
	float: left;
	Width: 135px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.client1, div.client2{
  position: relative;
  border: 1px solid #bbbbbb;
  padding: 0px;
  margin: 0px;
  margin-bottom: 0px;
}

div.client1{
  float:left;
  width: 155px;
  left:50%;
  margin-left: -185px;
}

div.client2{
  width: 220px;
  left:50%;
  margin-left: 30px;
}

dl.ServiceList{
  position: relative;
  width:450px; 
  left:50%;
  margin-left: -225px;
  margin-bottom: 0px;
}
 
dl.ServiceList dd, dl.ClientList dd{
  margin-left:5px;
}

dt.ListHeading {
	font-weight: bold;
	padding-top: 5px;
	margin: 0px;
}

#PageHeader {
  padding-top:10px;
}

.center {
	text-align: center;
}

a:focus {
	outline: none
}

span.footer {
	font: 10px Arial;
	color: 555555;
	width: 100%;
}
div.footer {
	border-top: 1px solid #a0a0a0;
	padding-left: 5px;
	clear: both;
}


div.photoPad{
  overflow:auto;
	padding-right: 57px;
  padding-left: 57px;
  padding-bottom: 73px;
  zoom: 1;
}

.photoList{
list-style: none;
}

.photoList a .PreviewPhoto{
	display: none;
}

.photoList a:hover .PreviewPhoto {
	display: block;
	position: absolute;
	top: -68px;
	left: -93px;
	z-index: 2;
}

.photoList img{
	background-color: bbbbbb;
  border: 1px solid #e0e0e0;
  vertical-align: top;
  width:100px;
  height: 75px;
}

.photoList li{
	display: inline;
	float:left;
	padding: 7px;
	position: relative;
}

.photoList .PreviewPhoto{
  border-color: #e0e0e0;
	width: 300px;
	height: 225px;
}

div#ServicBody{
  width:500px;
  overflow:auto;
  padding-top: 0px;
	padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  zoom: 1;
}

div.ServicesPhotoBar{
  
  float:right;
  width:120px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

div.ServicesPhotoBar ul.photoList{
list-style: none;
padding:0px;
padding-top:10px;
padding-right:14px;
margin:0px;
}

div.ServicesPhotoBar ul.photoList a .PreviewPhoto{
	display: none;
}

div.ServicesPhotoBar ul.photoList a:hover .PreviewPhoto {
	display: block;
	position: absolute;
	top: -75px;
	left: -93px;
	z-index: 2;
}

div.ServicesPhotoBar ul.photoList img{
	background-color: bbbbbb;
  border: 1px solid #e0e0e0;
  vertical-align: top;
  width:100px;
  height: 75px;
}

div.ServicesPhotoBar ul.photoList li{
	padding:0px;
  padding-bottom:10px; 
  margin:0px;
}

div.ServicesPhotoBar ul.photoList .PreviewPhoto{
  border-color: #e0e0e0;
	width: 300px;
	height: 225px;
}

 .clearboth { clear: both; }
