@charset "utf-8";
/* CSS Document */
html{
width:100%;
height:100%;
}

body{
margin:0px;
background-color:#333333;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
width:100%;
height:100%;
color:#ffffff;
}

a{
color:#ffffff;
text-decoration:none;
position:static;
}
#container{
position:absolute;
width:800px;
height:600px;
left:50%;
margin-top:0px;
margin-left:-400px;
}
#leftcontent{
position:relative;
float:left;
width:450px;
}
#rightcontent{
position:static;
float:left;
width:350px;
}
#biglogo{
position:absolute;
top:44px;
left:16px;
background-image:url(assets/imgs/biglogo.gif);
background-repeat:no-repeat;
width:429px;
height:300px;
}
#welcometxt{
position:absolute;
display:block;
width:295px;
top:372px;
left:53px;
}
#contactbtn{
display:block;
position:relative;
background-image:url(assets/imgs/contactbtn.gif);
width:69px;
height:20px;
top:515px;
left:54px;
overflow:hidden;
text-indent:-9999px;
}
#contactbtn:hover{
background-position:right;
}
#navholder{
margin-top:70px;
margin-left:3px;
width:315px;
}
#consultancytape{
display:block;
width:315px;
height:100px;
background-image:url(assets/imgs/consultancytape.gif);
background-repeat:no-repeat;
background-position:top left;
margin-bottom:3px;
}
#consultancytape:hover{
cursor:hand;
background-position:top right;
}
#consultancytape span{
display:block;
margin:0 auto;
positio:relative;
padding-top:43px;
width:290px;
}
#hubtape{
display:block;
width:315px;
height:120px;
background-image:url(assets/imgs/hubtape.gif);
background-repeat:no-repeat;
background-position:top left;
margin-bottom:3px;
}
#hubtape:hover{
cursor:hand;
background-position:top right;
}
#hubtape span{
display:block;
margin:0 auto;
positio:relative;
padding-top:45px;
width:290px;
}
#devprogtape{
display:block;
width:315px;
height:100px;
background-image:url(assets/imgs/devprogtape.gif);
background-repeat:no-repeat;
background-position:top left;
margin-bottom:3px;
}
#devprogtape:hover{
cursor:hand;
background-position:top right;
}
#devprogtape span{
display:block;
margin:0 auto;
positio:relative;
padding-top:48px;
width:290px;
}
#exposure{
display:block;
width:315px;
height:112px;
background-image:url(assets/imgs/exposuretape.gif);
background-repeat:no-repeat;
background-position:top left;
}
#exposure:hover{
cursor:hand;
background-position:top right;
}
#exposure span{
display:block;
margin:0 auto;
positio:relative;
padding-top:44px;
width:290px;
position:static;
}
#trackCount{
	position:absolute;
	margin-top:264px;
	right:120px;
	display:block;
	z-index:-1;
	}
#featuring{
	position:absolute;
	margin-top:464px;
	right:0px;
	display:block;
	z-index:-1;
	}	

.folderCat{
	width:140px;
	float:left;
	overflow:hidden;
	font-size:10px;
	}
.folderCat2{
	width:130px;
	float:left;
	overflow:hidden;
	font-size:10px;
	}	
	
#footer{
	padding:0px 0px 30px 0px;
	}	
#footer h2{
	color:#CCCCCC;
	font-size:10px;
	font-weight:bold;
	margin:0px;
	padding:10px 0px 0px 0px;
	}
#footer a{
	color:#999999;
	font-size:10px;
	font-weight:normal;
	display:block;
	}
#footer a:hover{
	color:#ea2d2e;
	}
#copy{
	font-weight:normal;
	float:left;
	width:166px;
	color:#999999;
	font-size:10px;
	padding:10px 0px 0px 0px;
	}
.fixer{
	clear:both;
	}	
#footer{

	}	
#footerWrapper{
	padding:50px 0px 0px 54px;
	}	
#blogBtn{
	display:block;
	background-image:url(assets/imgs/blogBtn.gif);
	width:61px;
	height:20px;
	margin-left:30px;
	}
#blogBtn:hover{
	background-position:bottom;
	}		