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

/*img, div, td { behavior: url(/iepngfix.htc) }*/

img {
	border:none;
}	
#logo {
  position:absolute;
  top:20px;
  left:12px;
}
#home {
	position:absolute;
    top:27px;
    left:414px;
	width:67px;
	height:12px;
	width:67px;
	height:12px;
	background-image:url(/images/home.png);
	cursor:pointer;
	overflow:hidden;
}
#design {
	position:absolute;
    top:22px;
    left:504px;
	width:121px;
	height:23px;
	background-image:url(/images/design.png);
	cursor:pointer;
	overflow:hidden;
	background-size:auto;
}
#hire {
	position:absolute;
    top:18px;
    left:648px;
	width:93px;
	height:25px;
	background-image:url(/images/hire.png);
	cursor:pointer;
	overflow:hidden;
	background-size:auto;
}
#clients {
	position:absolute;
    top:23px;
    left:762px;
	width:103px;
	height:18px;
	background-image:url(/images/clients.png);
	cursor:pointer;
	overflow:hidden;
	background-size:auto;
}
#contact {
	position:absolute;
    top:26px;
    left:885px;
	width:91px;
	height:12px;
	background-image:url(/images/contact.png);
	cursor:pointer;
	overflow:hidden;
	background-size:auto;
}
#container {
	z-index:-500px;
	width: 989px;
	height: 569px;
	text-align: left;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding-top: 0px;
	background: url(/images/content-background.png) top left no-repeat;
}
#header {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 60px;
	width: 989px;
}
#spacecontent {
	position: absolute;
	left: 0px;
	top: 62px;	
	height: 508px;
	width: 989px;
}
#navigation {
	position: absolute;
	left: 0px;
	top: 12px;
	height: 48px;
	width: 989px;
}
#menu_title {
	position: absolute;
	left: 18px;
	top: 30px;
}

#innerwrap{
	position:absolute;
	bottom:0px;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
#footer {
	position: absolute;
	left: 0px;
	top: 453px;
	background: url(/images/footer-background-bottom.png) bottom left no-repeat;
	height: 116px;
	width: 989px;
}
#greenSheep {
	position:absolute;
	width:48px;
	height:53px;
	top:59px;
	left:877px;
	background:url(/images/green-sheep.png);
	cursor:pointer;
	overflow:hidden;
}
#orangeSheep {
	position:absolute;
	width:98px;
	height:52px;
	top:58px;
	left:722px;
	background:url(/images/orange-sheep.png);
	cursor:pointer;
	overflow:hidden;
}
#pinkSheep {
	position:absolute;
	width:64px;
	height:50px;
	top:56px;
	left:527px;
	background:url(/images/pink-sheep.png);
	cursor:pointer;
	overflow:hidden;
}
#blueSheep {
	position:absolute;
	width:289px;
	height:34px;
	top:58px;
	left:20px;
	background:url(/images/blue-sheep.png);
	cursor:pointer;
	overflow:hidden;
}
#redSheep {
	position:absolute;
	width:61px;
	height:30px;
	top:66px;
	left:389px;
	background:url(/images/red-sheep.png);
	cursor:pointer;
	overflow:hidden;
}