/*-----------------------------------------------GLOBALS-----------------------------------------------*/

*{
	border:0;
	margin:0;
}


html, body {
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	background: url("images/background.jpg");
	background-color: #FFC;
  background-repeat: repeat-x;
	font-size:11px;
	line-height:16px;
	color:#231f20;
}

/*-----------------------------------------------LAYOUT-----------------------------------------------*/


#container{
	position:absolute;
	left:50%;
	margin-left:-382px;
	width:765px;
	min-height:556px;
	background-color:#ffffff;
	margin-top:42px;
}

#header{
	height:101px;
	width:100%;
}

#logo{
	float:left;
}
#nav{
	float:right;
	height:42px;
	min-width:316px;
	background-color:#231f20;
	overflow:hidden;
}

#subnav{
	clear:right;
	float:right;
	height:59px;
	width:297px;
}

#sidebar{
	float:left;
	width:228px;
	min-height:433px;
}
	h2#aTaste{
		text-indent:-9999px;
		background-image: url(images/hdg_aTaste.gif);
		width:228px;
		height:93px;
	}
	
	#sidebarText{
		padding:17px 30px 22px 30px;
	}
	
	.coloured{
		color:#b2bb1e;
		line-height:18px;;
	}

#content{
	float:right;
	width:537px;
	min-height:433px;
}
	.column{
		width:254px;
		float:left;
		padding:10px 0 22px 0;
	}
	
	.column p{
		margin:1.3em 32px 0 0px;
	}
	
	.column a:link{
	color:#a2ab13;
	text-decoration:none;
	}
	
	.column a:visited{
	color:#a2ab13;
	text-decoration:none;
	}
	
	.column a:hover{
	color:#000000;
	text-decoration:none;
	}
	
	.column a:active{
	color:#000000;
	text-decoration:none;
	}
	
	.first{
		color:#231f20;
	}
	.notFirst{
		color:#6b6b6c;
	}
	.column ul{
		float:left;
		width:95px;
		margin-left:0;
		margin-top:1.3em;
		padding:0em 30px 0 0;
		list-style:outside;
	}
	.listItem{
		list-style: url(images/bullet.gif);
		margin-left:1em;
		color:#808285;
	}
	.listTitle{
		list-style:none;
	}
	
	.tnHolder{
		height:72px;
		padding:0px;
		margin-top:11px;
		width:222px;
	}
		.tnHolder img{
			margin:7px 10px 0 0;
		}
		
	.tnHolderLg{
		height:144px;
		padding:0px;
		margin-top:11px;
		width:222px;
	}
		.tnHolderLg img{
			margin:7px 5px 0px 5px;
		}
		
	.bodyLink{
		height:72px;
		border-right:1px solid #e4e5e6;
		padding:0px ;
		margin-top:14px;
		padding-top:6px;
		width:222px;
		text-align:center;
		font-size:12px;
		font-weight:bold;
	}
#footer{
	clear:both;
	width:100%;
	height:22px;
	background-color:#231f20;
}
	#copyright{
		float:left;
	}
	#terms{
	float:left;
	}
	
	.footerContact{
		float:right;
	}

	#staff{
	position:absolute;
	left:50%;
	margin-left:-382px;
	width:765px;
	min-height:310px;
	margin-top:1010px;
}
	/*----------------------------------STAFF-------------------------------------*/
	.photostaff{
position: relative;
z-index: 0;
}

.photostaff:hover{
background-color: transparent;
z-index: 50;
}

.photostaff span{ 
position: absolute;
padding: 5px;
left: -1000px;
visibility: hidden;
text-decoration: none;
}

.photostaff span img{ 
border-width: 0;
padding: 2px;
}

.photostaff:hover span{ 
visibility: visible;
top: 0;
left: 20px;

}


	
/*-----------------------------------------------LINKS-----------------------------------------------*/
	/*-----------------------------------------------MAIN NAV------------------------------------*/
#nav_ul{
	white-space: nowrap;
	padding: 0;
}

#nav_ul li{
	height:42px;
	display:inline;
}

#nav_ul a{
	float:left;
	height:42px;
	text-indent:-9999px;
	background-position: 0 0px;
}
#nav_ul a#selected{
	background-position: 0 -84px;
}
#nav_ul a:link, #nav_ul a:visited{
	background-position: 0 0px;
}
#nav_ul a:hover{
	background-position: 0 -42px;
}
#nav_ul a:active{
	background-position: 0 -84px;
}
#nav_home a{
	width:69px;
	background:  url(images/btn_home.gif) top left no-repeat;
}
#nav_about a{
	width:45px;
	background: url(images/btn_about.gif) top left no-repeat;
}
#nav_services a{
	width:59px;
	background: url(images/btn_services.gif) top left no-repeat;
}
#nav_work a{
	width:59px;
	background: url(images/btn_work.gif) top left no-repeat;
}
#nav_contact a{
	width:84px;
	background: url(images/btn_contact.gif) top left no-repeat;
}

		/*-----------------------------SUB NAV (PORTFOLIO PAGE)------------------------------------*/
#subnav_ul{
	white-space: nowrap;
	padding: 0;
}

#subnav_ul li{
	height:59px;
	display:inline;
}

#subnav_ul a{
	float:left;
	height:59px;
	text-indent:-9999px;
	background-position: 0 -118px;
}
#subnav_ul a#sn_selected{
	background-position: 0 0;
}
#subnav_ul a:link, #subnav_ul a:visited{
	background-position: 0 -118px;
}
#subnav_ul a:hover{
	background-position: 0 -59px;
}
#subnav_ul a:active{
	background-position: 0 0;
}
#subnav_identity a{
	width:75px;
	background: url(images/btn_identity.png) top left no-repeat;
}
#subnav_print a{
	width:56px;
	background: url(images/btn_print.png) top left no-repeat;
}
#subnav_web a{
	width:51px;
	background: url(images/btn_web.png) top left no-repeat;
}
#subnav_packaging a{
	width:115px;
	background: url(images/btn_packaging.png) top left no-repeat;
}




		/*-----------------------------SIDEBAR NAV (PORTFOLIO PAGES)---------------------------*/
		
#portfolio_nav_ul{
	list-style-type:none;
	font-size:11px;
	line-height:26px;
	margin:17px 50px 0 25px;
	padding:0;
}

#portfolio_nav_ul li{
	border-top:1px solid #e4e5e6;
	text-indent:0.5em;
}

#portfolio_nav_ul li.last{
	border-bottom:1px solid #e4e5e6;
}

#portfolio_nav_ul a#pn_selected{
	text-decoration:none;
	color:#a2ab13;
}
#portfolio_nav_ul a:link, #portfolio_nav_ul a:visited{
	text-decoration:none;
	color:#231f20;
}
#portfolio_nav_ul a:hover{
	text-decoration:none;
	color:#b7ba88;
}
#portfolio_nav_ul a:active{
	text-decoration:none;
}






/*-----------------------------portfolio body links---------------------------*/

.bodyLink a:link, .bodyLink a:visited{
	text-decoration:none;
	color:#c3c95a;
}
.bodyLink a:hover{
	text-decoration:none;
	color:#d0d4a4;
}
.bodyLink a:active{
	text-decoration:none;
	color:#b2bb1e;
}





/*-----------------------------CONTACT PAGE MAILTO:---------------------------*/
a.mailto:link, a.mailto:visited{
	text-decoration:none;
	color:#231f20;
}
a.mailto:hover, a.mailto:active{
	text-decoration:none;
	color:#231f20;
}


/*----------------POP UP TERMS AND CONDITIONS---------------------*/
	.useHandCursor, .popupClose{
	cursor:pointer;
	}
	
	.popupContainer{
	margin:0px 0px 40px 0px;
	}

	.popup{
	visibility:hidden;
	position:absolute;
	z-index:1000;
	left:74px;
	top:131px;
	width:661px;
	/*height:1769px;*/
	border:#333333 1px solid;
	background-color:#ffffff;
	}

	.popupHeader{
	width:242px;
	height:42px;
	background-image:url(images/termsHead.gif);
	float:right;
	}
	
	/*.popupName{
	margin:47px 0 0 49px;
	}*/
		
	.popupHeader a{
	position:absolute;
	top:8px;
	right:11px;
	background:URL("images/btn_popup_close.gif") no-repeat;
	width:13px;
	height:13px;
	}
		
	.popupContent{
	width:563px;
	/*height:450px; */
	background-color:#ffffff;
	padding:18px 49px 0 49px;
	float:left;
	}
	
	.popupContent h4, .stylePopupContent h4{
	font-size:13px;
	}
		
	.popupContent strong, .stylePopupContent strong{
	line-height:20px;
	}
		
	.popupImage{
	position:absolute;
	top:86px;
	right:25px;
	}
	
		
	#terms a:link{
	text-decoration:none;
	color:#ffffff;
	}
	
	#terms a:visited{
	text-decoration:none;
	color:#ffffff;
	}
	
	#terms a:hover{
	text-decoration:none;
	color:#b7ba88;
	}
	
	#terms a:active{
	text-decoration:none;
	color:#b7ba88;
	}
	
	#termsAndConditions #logo{
	padding-bottom:20px;
	}
	
	#termsAndConditions #termsHead{
	float:right;
	}
		
	#termsAndConditions p{
	padding-bottom:10px;
	}
	
	#termsAndConditions h5{
	font-size:12px;
	}
	
	#termsAndConditions .popupClose{
	float:right;
	}
	
	#termsAndConditions a:link{
	text-decoration:none;
	color:#b2bb1e;
	}
	
	#termsAndConditions a:visited{
	text-decoration:none;
	color:#b2bb1e;
	}
	
	#termsAndConditions a:hover{
	text-decoration:none;
	color:#231f20;
	}
	
	#termsAndConditions a:active{
	text-decoration:none;
	color:#b2bb1e;
	}
	
	.nb_terms{
	font-size:11px;
	font-weight:lighter;
	font-family:inherit;
	}
	