body,div,ul,ol,li,h1,h2,h3,h4,h5,h6 {  
	margin:0; 
	padding:0; 
} 

img {  
    border:0; 
	behavior: url(iepngfix.htc);
} 

ol,ul { 
    list-style:none;
} 

h1,h2,h3,h4,h5,h6 { 
    font-weight:normal; 
} 

a {
	outline: none;
	}

.clear {
	clear: both;
}

button:focus, button:hover, button:active {
	-moz-outline: none; /* fx 1.07*/
 	outline:none; /* fx 1.05,
Safari, Mac IE*/
border:none;
}

body {
	font-family: trebuchet MS, verdana, Arial, Helvetica, sans-serif;
	font-size:12px;	
}
/* header */

#wrap {
	width:100%;
	 background-image:url(../images/shadow.png); 
	 background-repeat:repeat-x;
	 position:relative;
	 top:0;
	 left:0;
	 z-index:2;
}

#header {
width:950px; 
margin:0 auto; 
text-align:left
}


.title {
margin-top:80px;
font-family: trebuchet MS, verdana, Arial, Helvetica, sans-serif;
color:#777777;
font-size:21px;
float:right;
width:500px;
margin-right:-35px;
}

.title strong {
font-family: trebuchet MS, verdana, Arial, Helvetica, sans-serif;
color:#000000;
font-size:21px;
font-weight:normal
}



/* content */

#content {
	margin-top: 35px;
	width:950px;
	margin:0 auto;
}

h1 {
	position:absolute;
	left:-10000px;
	top:0;
}

h2 {
margin:0 0 10px 0;
font-size:16px;
}


  
/* clients */

#box {
  margin:20px auto;
  width:970px;
  height:480px;
  background-image:url(../images/box_bg.png);
  background-repeat: no-repeat;
  behavior: url(iepngfix.htc);
}

#box2 {
  width:878px;
  height:398px;
  position:relative;
  top:35px;
  left:35px;


}

#scroller {
	clear: both;
	position: relative;
	margin: 0 0 0 0;
	overflow: hidden;
	width:878px;
}


#frame {
	width:878px;
}

div.page {
	clear: both;
	position: absolute;
}

div.page-content {
	clear: both;
}

div.samples {
	height: 50px;
	margin-bottom:35px;
	}	
div.samples h3 {
	width: 420px;
	height: 25px;
	float: left;
	display: block;
	color: #777777;
	font-size: 18px;
	margin-top:50px;
}


#nextClient {
	width: 130px;
	height: 40px;
	background: url(../images/next2.png) no-repeat left top;
	border: none;
	outline: none;	
	text-indent: -99999px;
	cursor: pointer;
	float:right;
	margin-right:-22px;
	margin-top:35px;
	
}

div.next {
	width: 130px;
	height: 40px;
	border: none;
	outline: none;	
	cursor: pointer;
	float:right;
	margin-right:-22px;
	margin-top:35px;
}

h4 {
color: #7E8795;
font-size:24px;
font-weight:bold;
}

hr {
	clear: both;
	border: none;
	outline: none;
	line-height: 1px;
	background-color: #e1e1e1;
	height: 1px;
	padding: 0;
	margin: 10px auto 20px;
}

div.clientpic {
	display: block;
	border: 6px solid #dadddf;
	padding: 4px;
	background-color: #ffffff;
	float: left;
	position: relative;
}




.clientpic a .fullSize {
	text-indent: -99999px;
	display: block;
	position: absolute;
	bottom: 5px;
	left: -99999px;
	width: 380px;
	height: 24px;
	background: url(../images/view.png) no-repeat center;
	border-top: 1px solid #e6e6e6;
	opacity: 0.9;
	behavior: url(iepngfix.htc);
}

.clientpic a:hover .fullSize {
	left: 4px;
}

div.client {
	float: left;
	display: block;
	width: 450px;
	margin-left: 35px;
}

.client strong {
	font-weight: bold;
}

div.client a, .client a:visited {
	color: #1a53a6;
	font-weight: bold;
	text-decoration:none;
}

div.client a:hover {
	color: #0d2b56;
	text-decoration: underline;
}

div.client p {
	color: #5B616A;
	line-height: 24px;
	font-size: 16px;
	margin: 15px 0;
}


.client hr {
	position: relative;
	top: -5px;
}

div.client p.responsible {
color: #dd0000;
font-size:16px;
}

ul li {
	color: #5b5b5b;
	font-size: 15px;
	padding-bottom: 13px;
	text-indent:5px;
	height: 14px;
}

ul li span {
color:#dd0000;
font-size:18px;
padding:0 10px;
}


p a, .client a:visited {
	color: #1a53a6;
	font-weight: bold;
	text-decoration:none;
}

p a:hover {
	color: #0d2b56;
	text-decoration: underline;
}

p {
	line-height: 16px;
	margin: 0 0 8px 0;
	color:#333333;
}



/* Footer */

#footer {
	width:950px; 
	height:97px; 
	text-align:center; 
	margin:0 auto;

}

#footer a {
color:#999999;
	text-decoration:none;
}

#footer a:hover {
	color:#333333;
	text-decoration: underline;
}

div#footer img {
behavior: url(iepngfix.htc);
}


#base {
background-image:url(../images/bottom-blend.png);
	background-repeat:repeat-x;
	height:500px;
	width:100%;
	position: fixed;
	bottom:0;
	left:0;
	z-index:0;
	}



/* IE 6 Fixes */
	

* html #box {
  margin:-10px auto 0;	}
  
  
* html  #base {
	position:absolute!important;
	top:400px;
}

* html div.samples {
	margin-bottom:15px!important;
	}	

* html #wrap {
margin-top:-10px
}	
