
*{margin:0;padding:0;}

body{
	font-family:arial, verdana, sans-serif;
	background: url(../_graphics/bg.jpg) repeat-x #2F222C; 
	color:#2c222a;
}

p{
	margin-bottom:10px;
}

#mainwrap{
	background: url(../_graphics/header_bg.gif) top no-repeat;
	width:940px;
	margin-top:57px;
	padding-top:90px;
	margin-left:auto;
	margin-right:auto;
	font-size:14px;
	display:block;
}

h1#h1_hungrywoods{
	background: url(../_graphics/h1_hungrywoods.gif) no-repeat;
	width:416px;
	height:55px;
	margin-left:500px;
	text-indent:-9999px;	
	margin-bottom:12px;
	font-size:12px;
}

#content{
	background:#FBFBF6;
}


#nav{
	position:fixed;
/*	position:absolute;*/
	left:50%;
	margin-left:-493px;
	margin-top:-90px;
}

#nominated{
	position:absolute;
	display:block;
	text-indent:-9999px;
	background: url(../_graphics/shortlisted.gif);
	width:123px;
	height:135px;
	top:57px;
	left:50%;
	margin-left:347px;
	
}

#ul_menu{
	background: url(../_graphics/ul_menu.gif) no-repeat;
	text-indent:-9999px;
	list-style:none;
	height:459px;
	width:23px;
	position:absolute;
	overflow:hidden;
}

#ul_menu li{
	position:absolute;
	width:23px;
	left:0;
}

#ul_menu li a{
	display:block;
	width:100%;
	height:100%;
}

/*Normal Nav States*/
#li_home{height:93px; top:0px;}
#li_team{height:81px; top:99px;}
#li_whatwedo{height:147px; top:185px;}
#li_contact{height:123px; top:336px;}
/* // */

/*Hover States*/
#li_home a:hover{background: url(../_graphics/ul_menu.gif) -23px -0px;}
#li_team a:hover{background: url(../_graphics/ul_menu.gif) -23px -99px;}
#li_whatwedo a:hover{background: url(../_graphics/ul_menu.gif) -23px -185px;}
#li_contact a:hover{background: url(../_graphics/ul_menu.gif) -23px -336px;}
/*  //  */

#banner{
	background: url(../_graphics/banner_border.gif) bottom no-repeat;
	padding-bottom:1px;
}

#about, #team, #whatwedo{
	padding-bottom:60px;
}

#whatwedo{
	margin:0px 40px 0px 40px;
}

#about .col1{
	width:580px;
	border:none;
	padding-right:0;
}

.col1{
	margin-left:40px;
	float:left;
	padding-right:20px;
	width:260px;
	display:inline;
	border-right:1px solid #CCC8C5;

}

.colteste{
	float:left;
	width:260px;
	position:relative;
	display:inline;
	margin-left:40px;
	padding-right:20px;
}

* html .colteste{
	position:static;
}

.col2, .col3{
	width:260px;
	padding:0 0 0 20px;
	float:left;
	display:inline;
}


#contact .col1{
	border:none;
}

#contact .col2{
	border-left:1px solid #C5BC56;
	border-right:1px solid #C5BC56;
	margin-bottom:50px;
}

#credit{
	clear:both;
}

#team .col2{
	border-right:1px solid #CCC8C5;
	padding-right:20px;
}

#contact{
	color:#f5f5f0;
}

#contact a{
	color:#f5f5f0;
	text-decoration:none;
}

#contact a:hover{
	text-decoration:underline;
}

h2{text-indent:-9999px; font-size:10px;}

#h2_about{
	background: url(../_graphics/h2_about.gif) bottom no-repeat;
	width:94px;
	height:22px;
	margin-bottom:11px;
	padding-top:25px;
}

#h2_roster{
	background: url(../_graphics/h2_roster.gif) bottom no-repeat;
	width:104px;
	height:23px;
	margin-bottom:10px;
	padding-top:25px;
}

#h2_team{
	background: url(../_graphics/h2_team.gif) bottom no-repeat;
	padding-top:25px;
	width:74px;
	height:22px;
	margin-bottom:11px;
	margin-left:40px;
}

#h2_whatwedo{
	background: url(../_graphics/h2_whatwedo.gif) bottom no-repeat;
	width:174px;
	height:22px;
	margin-bottom:11px;
	padding-top:25px;
}

#h2_contact{
	background: url(../_graphics/h2_contact.gif);
	width:126px;
	height:22px;
	margin-bottom:11px;
	margin-left:40px;
	float:left;
	display:inline;
}

#h2_roster_2{
	background: url(../_graphics/h2_roster_2.gif);
	width:106px;
	height:22px;
	margin-bottom:11px;
	margin-left:175px;
	float:left;
	display:inline;
}

#footer_clear{
	clear:both;
}

#contact{
	background:url(../_graphics/contact_bg.gif) top no-repeat #C1AF0F;
	padding-top:35px;
/*	overflow:hidden;*/
	padding-bottom:130px;
}

#credit{
	background:url(../_graphics/credit_bg.gif) top no-repeat #C1AF0F;
	padding-top:20px;
}

#credit p{
	margin-left:780px;
}

#retrofuzz{
	background: url(../_graphics/retrofuzz.gif);
	width:145px;
	height:17px;
	display:block;
	text-indent:-9999px;
}

h4{
	color:#bcbdac;
	font-size:20px;
	letter-spacing:-1px;
	font-weight:normal;
}

.padding25{
	padding-top:25px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#about_content{
	border-right:1px solid #CCC8C5;
		padding-right:20px;
	
}

* html #nav {
	position: absolute;
	margin-left:-501px;
}
*html body{
	height: 100%;
	overflow: auto;
}
* html {
	overflow: hidden;
}

#flash_logo{
	margin-left:500px;
}

#header{
	padding-bottom:10px;
}

