@charset "utf-8";
/* CSS Document */

/***** Home page *****/

body.home {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#111111;
background:scroll url(../images/home-page-bg.gif) repeat-x left top #ececec;
}
.design {
margin-top:25px;
}

.readmore {
margin-top:0px;
}
.morepad {
margin-top:30px;
}
.morepad5 {
margin-top:5px;
}
.readmore a {
padding-left:20px;
background: scroll url(../images/read-more-icon.gif) no-repeat left center;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
text-decoration:underline;
}
.readmore a:hover {
text-decoration:none;
color:#333333;
}
		
/***** Inner page *****/


body.innerpage {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#111111;
background:scroll url(../images/inner-page-bg.gif) repeat-x left top #ececec;
}

#innerbannersection {
border:0;
margin:0px 0px 0px 0px;
padding:0px;
background-color:#ff3220;
border-bottom:#ff3220 solid 5px;
}

#menunav {
float:left;
width:750px;
margin-left:250px;
margin-top:40px;
margin-bottom:40px;

}
#menunav img {
margin-right:40px;
}
#menunav span {
margin-right:20px;
}

#menunav a {
background: scroll url(../images/read-more-icon.gif) no-repeat left center;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding-left:20px;
margin-right:20px;
margin-bottom:5px;
color:#000000;
text-decoration:underline;
}

#menunav a:hover {
text-decoration:none;
}

.jobcode {
padding-left:20px;
background: scroll url(../images/read-more-icon.gif) no-repeat left center;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}

/***** case studies *****/

#contentcasestudies img {
margin-right:25px;
float:left;
}

#contentcasestudies img a {

}


a.casestudyimg img {
border:6px #ffffff solid;
}
a.casestudyimg img:hover {
border:6px #f5f4f4 solid;
}

/***** logo effect *****/




div.fadehover {
	position: relative;
	width: 334px;
	height: 160px;
}

img.a {
	z-index: 10;
	position: absolute;
	cursor: pointer;
	}
	
img.b {
	position: absolute;
	}

.isqdiv,
.projomandiv
{
	position: relative;
	width: 108px;
	height: 51px;
}

img.projoman {
	z-index: 10;
	position: absolute;
	cursor: pointer;
	}

img.isq
{
	z-index: 10;
	position: absolute;
	cursor: pointer;
}	

.bingodiv
{
	position: relative;
	width: 135px;
	height: 51px;

}

img.bingo
{
	z-index: 10;
	position: absolute;
	cursor: pointer;
}


