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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin-top:20px;
	height:100%;
}

#clients
{
	color:#666666;
	text-align:left;
}

#clients p
{
margin-top:2px;
margin-bottom:2px;
}

#clients img
{
margin-top:14px;
margin-bottom:0px;
}

#clients h2 a:link, #clients h2 a:active, #clients h2 a:visited, #clients h2 a:hover
{
color: #ee5a30;
}

#clients h2
{
font-size:14px;
line-height:18px;
margin-top:14px;
margin-bottom:0px;
}

#servicesbox
{
width:180px;
margin-left:5px;
margin-right:5px;
padding:10px;

border-top:1px solid #333; 
border-bottom:1px solid #333;
}

#teambox
{
	width:177px;
	margin-left:5px;
	margin-right:5px;
	padding:10px;
	text-align:left;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
}

p {
font-size:14px;
}

.style4 {color: #666666}

a:link, a:visited, a:active
{
text-decoration:none;
color:#666;
}
a:hover 
{
text-decoration:underline;
}
#container {
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}



.credits{
font-size:10px;
color:#999999;
margin-left:75px;
margin-top:60px;

}

#mainContent {
	padding-top: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:left;
	position:relative;
}

#box1 {
width:130px;
height:392px;
float:left;
background-image:url(../images/clients.gif);
background-repeat:no-repeat;
background-position:0px 70px;
width:144px;
}

#box1.hovered, #box1:hover {
background-image:url(../images/clients.jpg);
background-repeat:no-repeat;
background-position:0px 0px;
cursor: pointer;
}

#box2 {
width:130px;
height:392px;
float:left;
background-image:url(../images/services.gif);
background-repeat:no-repeat;
background-position:0px 70px;
width:144px;
}

#box2.hovered, #box2:hover {
background-image:url(../images/services.jpg);
background-repeat:no-repeat;
background-position:0px 0px;
cursor: pointer;
}

#box3 {
width:130px;
height:392px;
float:left;
background-image:url(../images/about.gif);
background-repeat:no-repeat;
background-position:0px 70px;
width:144px;
}

#box3.hovered, #box3:hover {
background-image:url(../images/about.jpg);
background-repeat:no-repeat;
background-position:0px 0px;
cursor: pointer;
}
#box4 {
width:130px;
height:392px;
float:left;
background-image:url(../images/the-team.gif);
background-repeat:no-repeat;
background-position:0px 70px;
width:144px;
}

#box4.hovered, #box4:hover {
background-image:url(../images/the-team.jpg);
background-repeat:no-repeat;
background-position:0px 0px;
cursor: pointer;
}
#box5 {
width:130px;
height:392px;
float:left;
background-image:url(../images/contact.gif);
background-repeat:no-repeat;
background-position:0px 70px;
width:144px;
}

#box5.hovered, #box5:hover {
background-image:url(../images/contact.jpg);
background-repeat:no-repeat;
background-position:0px 0px;
cursor: pointer;
}
#box6 {
width:130px;
height:392px;
float:left;
background-image:url(../images/guineapig.gif);
background-repeat:no-repeat;
background-position:0px 70px;
width:144px;
}

#box6.hovered, #box6:hover {
background-image:url(../images/guineapig.jpg);
background-repeat:no-repeat;
background-position:0px 0px;
cursor: pointer;
}

img {
border:none;
}

hr {
width:864px;
color: #666;
background-color:#666;
height: 1px;
border:none;
}
