	/*** MAIN STYLES ***/
	html, HTML {
		overflow: -moz-scrollbars-vertical;
		}
	body { behavior:url(/js/global.htc); }
	li:hover { background-color:transparent; }
	body {
		font-family: arial, verdana, sans-serif;
		font-size: 62.5%;
		color: #d3d4c8;
		margin: 0;
		padding: 0;
		background-color: #111111;
		background-image:  url(../images/main_bg.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		text-align: center;
		}
	td {
		font-family: arial, verdana, sans-serif;
		font-size: 1em;
		color: #CCCCCC;
		}
	
	body.smallText #wrapper { font-size: 1em; }	
	body.mediumText #wrapper { font-size: 1.2em; }	
	body.largeText #wrapper { font-size: 1.4em; }
	
	body.smallText #central_column { font-size: 1em; }	
	body.mediumText #central_column { font-size: 1.2em; }	
	body.largeText #central_column { font-size: 1.4em; }
	
	input, select {font-family: arial, verdana, sans-serif; font-size: 10px; color: #656565; background-color: #FFFFFF; margin: 0;}
	textarea {font-family: arial, verdana, sans-serif; font-size: 11px; color: #656565; background-color: #FFFFFF; margin: 0;}
	a img, .link_img { border: none; }
	form { border: 0; margin: 0; padding: 0; }
	p { margin: 0; padding: 0 0 0.8em 0; }
	@media print { 
	.notforprint {display:none;}
	}
	@media screen {
	.notforscreen {display:none;}
	}
	@media handheld {
	.notforhandheld {display:none;}
	}
	.notforany {display: none;}
	/*** FONT STYLES ***/
	a { color: #ff00a4; text-decoration: none; } 
	a:hover { color: #FFFFFF; text-decoration: underline; }
	hr { border: 0; margin: 8px 0px 0px 0px; padding: 6px 0px 0px 0px; width: 100%; height: 2px; border-top: 2px solid #000000; overflow: hidden; display: none; }
	h1 { margin: 0; padding: 0px 0px 10px 0px; color: #FFFFFF; font-weight: bold; font-size: 1.6em; }
	h2 { margin: 0; padding: 0px 0px 10px 0px; color: #FFFFFF; font-weight: bold; font-size: 1.4em; }
	h3 { margin: 0; padding: 0px 0px 10px 0px; color: #FFFFFF; font-weight: bold; font-size: 1.2em; }
	h4 { margin: 0; padding: 0px 0px 10px 0px; color: #FFFFFF; font-weight: bold; font-size: 1.2em; }
	h5 { margin: 0; padding: 0; color: #FFFFFF; font-size: 1em; font-weight: normal; }
	h6 { margin: 0; padding: 0; color: #FF0000; font-weight: bold; }
	h1 em, h2 em, h3 em, h4 em, h5 em { font-style: normal; color: #ff00a4; }
	h1 span, h2 span, h3 span, h4 span, h5 span { color: #ff00a4; } 
	em { } 
	strong { }
	strong em { font-style: normal; color: #ff00a4; }
	strong span { color: #ff00a4; }
	.hl {
		color: #FFFFFF !important;
		}
	.error, .message, .mandatory { color: #FF0000; font-weight: bold; }
	.error-message { display: block; color: #000000; padding: 8px 8px 8px 8px; margin: 0 0 10px 0; background-color: #FFDDDD; border: 1px solid #FF0000; margin: 0px 0px 30px 0px; }
	.anchor { height: 1px; overflow: hidden; display: none; }
	.lge { font-size: 1.2em; }
	.normal, a.normal, .normal a { font-style: normal; color: #656565; }
	a:hover.normal, .normal a:hover { font-style: normal; color: #252525; }
	/*** LAYOUT STYLES ***/
	#wrapper {
		padding: 0 0 50px 0;
		}
	#header {
		position: relative;
		width: 900px;
		height: 100px;
		margin: 0 auto;
		text-align: left;
		}
	#home #header {
		height: 450px;
		background-image: url(../images/header_home.jpg);
		background-repeat: no-repeat;
		background-position: left top;
		}
	#header .logo { 
		float: left;
		width: 340px;
		height: 80px;
		display: block;
		background-image: url(../images/positive-hype-logo.png);
		background-image: url(../images/positive-hype-logo1.gif);
		background-repeat: no-repeat;
		background-position: left top;
		}
	#header .logo img,
	#header label { display: none; }
	#central_column {
		position: relative;
		width: 900px;
		margin: 0 auto;
		text-align: left;
		}
	#content_left {
		position: relative;
		float: left;
		width: 175px;
		}
	#content_right {
		position: relative;
		float: right;
		width: 205px;
		}
	#content_center {
		position: relative;
		float: left;
		\width: 675px;
		w\idth: 605px;
		padding: 30px 35px 30px 35px;
		background-image: url(../images/black-semi-transparent-bg.png);
		#background-image: url(../images/content-bg.jpg);
		background-color: transparent;
		#background-color: #0a0a0a;
		background-repeat: repeat;
		#background-repeat: no-repeat;
		background-position: left top;
		font-size: 1.2em;
		line-height: 1.5em;
		}
	.content {
		clear: both;
		}
	#content_right .content {
		width: 165px;
		padding: 25px 20px;
		margin: 0 0 20px 0px;
		background-image: url(../images/black-semi-transparent-bg.png);
		#background-image: none;
		background-color: transparent;
		#background-color: #0a0a0a;
		background-repeat: repeat;
		background-position: left top;
		font-size: 1.1em;
		}
	#footer {
		clear: both;
		position: relative;
		width: 900px;
		margin: 20px auto 10px auto;
		text-align: left;
		color: #3d3e37;
		}
	#footer div {
		padding: 10px 0px;
		border-top: 1px solid #202020;
		width: 675px;
		font-size: 1.1em;
		}
	#home #footer div {
		width: 900px;
		}
	#footera {
		float: left;
		}
	#footerb {
		float: right;
		}
	#footer a, #footer span { color: #8b8c7c; text-decoration: none; } 
	#footer a:hover { color: #FFFFFF; text-decoration: underline; }
	#footer em { display: none; }
	/*** MISC STYLES ***/
	.clear {
		clear: both;
		height: 0px;
		overflow: hidden;
		}
	.clear_l {
		clear: left;
		}
	.clear_r {
		clear: right;
		}
	.clear_n {
		clear: none;
		}
	.clear_content {
		clear: both;
		}
	.align_l {
		text-align: left;
		}
	.align_r {
		text-align: right;
		}
	.align_c {
		text-align: center;
		}
	.float_l {
		float: left;
		}
	.float_r {
		float: right;
		}
	.float_n {
		float: none;
		}
	.dnd {
		display: block;
		width: 0;
		height: 0;
		overflow: hidden;
		}
	.content_img_left {
		float: left;
		padding: 3px;
		background-color: #111111;
		border: 1px solid #656565;
		margin-right: 12px;
		margin-bottom: 8px;
		}
	.content_img_right {
		float: right;
		padding: 3px;
		background-color: #111111;
		border: 1px solid #656565;
		margin-left: 12px;
		margin-bottom: 8px;
		}
	.hr,
	.hr1,
	.hr2 {
		clear: both;
		height: 10px;
		background-image: url(../images/dotline_horizontal.gif);
		background-repeat: repeat-x;
		background-position: left center;
		font-size: 2px;
		}
	.hr1 {
		height: 20px !important;
		}
	.hr2 {
		height: 40px !important;
		}
	.hr_shadow,
	.hr_shadow1 {
		clear: both;
		background-image:  url(../images/shadow_horizontal.gif);
		background-repeat: no-repeat;
		background-position: top center;
		font-size: 2px;
		height: 5px;
		}
	.hr_shadow1 {
		clear: both;
		height: 10px;
		}
	#content_center ul.list {
		margin:0; 
		padding:0;
		}
		#content_center ul.list li {
			list-style-type: none; 
			background:  url(../images/arrow_bullet.gif) transparent; 
			background-repeat:no-repeat; 
			margin:0; 
			padding: 0px 0px 0px 12px; 
			background-position: 2px 4px;
			}
	/*** NAVIGATION STYLES ***/
	ul#top_nav {
		float: right;
		width: 369px;
		height: 62px;
		overflow: hidden;
		margin: 0;
		padding: 0 0 0 0;
		list-style: none;
		border-left: 1px solid #3f4039;
		}
		ul#top_nav li {
			display: inline;
			}
			ul#top_nav li a {
				float: left;
				display: block;
				width: 100px;
				height: 62px;
				background-repeat: no-repeat;
				background-position: -200px 0px;
				text-indent: -9999px;
				overflow: hidden;
				}
			ul#top_nav li a:hover,
			ul#top_nav li a.selected {
				background-position: 0px 0px;
				text-decoration: none;
				}
			/* 
			ul#top_nav li. a {
				width: 100px;
				background-image: url(../images/top_nav_.gif);
				}
			*/
			ul#top_nav li.home a {
				width: 53px;
				background-image: url(../images/top_nav_home.gif);
				}
			ul#top_nav li.about-us a {
				width: 75px;
				background-image: url(../images/top_nav_about-us.gif);
				}
			ul#top_nav li.contact-us a {
				width: 82px;
				background-image: url(../images/top_nav_contact-us.gif);
				}
			ul#top_nav li.news1 a {
				width: 51px;
				background-image: url(../images/top_nav_news.gif);
				}
			ul#top_nav li.blog a {
				width: 50px;
				background-image: url(../images/top_nav_blog.gif);
				}
			ul#top_nav li.work a {
				width: 54px;
				background-image: url(../images/top_nav_work.gif);
				}
	#search {
		clear: both;
		float: right;
		}
		#searchfield {
			border: 1px solid #999999;
			}
		#searchbutton {
			position: relative;
			top: 5px !important;
			top: 4px;
			border: 0;
			color: #000000;
			width: 16px;
			height: 16px;
			cursor: hand;
			cursor: pointer;
			/* transparent background image changing only the background colour on hover! */
			background-color: #DDDDDD;
			}
		#searchbutton:hover {
			background-color: #AAAAAA;
			}
	a.link {
		width: 96%;
		background-image: url(../images/testbutton1.gif);
		background-repeat: no-repeat;
		background-position: -500px center;
		padding: 0px 6px 0px 14px;
		}
	a:hover.link {
		background-position: 0px center;
		}
	a.button {
		clear: both;
		float: left;
		display: block;
		width: 100px;
		height: 30px;
		background-image: url(../images/testbutton.gif);
		background-repeat: no-repeat;
		background-position: -100px 0px;
		text-indent: -9999px;
		overflow: hidden;
		}
	a:hover.button {
		background-position: 0px 0px;
		}
	/*** FORM STYLES ***/
	#content_center input.txt,
	#content_center select,
	#content_center textarea {
		width: 300px;
		margin-bottom: 10px;
		}
	#content_center select {
		width: 202px !important;
		width: 204px;
		}
	input,
	select,
	textarea {
		background-color: #4D4D4D;
		border: 1px solid #4D4D4D;
		color: #CCCCCC;
		}
	input:hover,
	select:hover,
	textarea:hover {
		border: 1px solid #FFFFFF;
		}
	input:focus,
	select:focus,
	textarea:focus {
		background-color: #353535;
		border: 1px solid #FFFFFF;
		color: #FFFFFF;
		}
	fieldset {
	margin: 0;
	padding: 20px 0 20px 0;
	border: 0;
	margin: 0px 0px 10px 0px;
	}
	fieldset legend {
	font-weight: bold;
	font-size: 1.2em;
	padding: 10px 0px 10px 0px;
	}
	#content_center label {
		clear: both;
		width: 150px;
		display: block;
		float: left;
		padding-top: 2px;
		font-weight: bold;
		color: #EEEEEE;
		}
	#content_center label.cbo {
		width: 436px;
		padding: 0px 0px 20px 0px;
		}
	label em {
	font-style: normal;
	color: #FF0000;
	}
	.check,
	.radio {
		background: transparent;
		width: auto !important;
		border: 0 !important;
		}
	input.button {
		padding: 1px 3px;
		background-color: #353535;
		color: #BBBBBB;
		border: 1px solid #353535 !important;
		cursor: hand;
		cursor: pointer;
		}
		input.button:hover {
			background-color: #252525;
			color: #FFFFFF;
			}
	#frm_contact {
		padding: 0px 0px 0px;
		}
	/*** WEBSITE STYLES ***/
	.png {
		background: transparent url(/images/detail.png) no-repeat; 
		* background: none; 
		* filter:progid:DXimageTransform.Microsoft.alphaimageloader(src='http://positivehype.com/images/.png', sizingMethod='fixed');
		* filter:progid:DXimageTransform.Microsoft.alphaimageloader(src='http://positivehype.com/images/.png', sizingMethod='scale');
		}
	#home .news {
		float: left;
		width: 410px;
		padding: 15px 20px;
		background-image: url(../images/black-semi-transparent-bg.png);
		* background: none; 
		* filter:progid:DXimageTransform.Microsoft.alphaimageloader(src='http://positivehype.com/images/black-semi-transparent-bg.png', sizingMethod='scale');
		background-repeat: repeat;
		background-position: left top;
		font-size: 1.1em;
		}
	.ttl {
		clear: both;
		float: left;
		width: 100%;
		height: 20px;
		display: block;
		background-repeat: no-repeat;
		background-position: left top;
		text-indent: -9999px;
		overflow: hidden;
		}
	.ttl.one {
		position: relative;
		left: -35px;
		height: 30px;
		}
	.ttl.latest-news {
		background-image: url(../images/title_latest-news_sml.png);
		* background: none; 
		* filter:progid:DXimageTransform.Microsoft.alphaimageloader(src='http://positivehype.com/images/title_latest-news_sml.png', sizingMethod='fixed');
		}
	.ttl.hello {
		background-image: url(../images/title_hello.png);
		* background: none; 
		* filter:progid:DXimageTransform.Microsoft.alphaimageloader(src='http://positivehype.com/images/title_hello.png', sizingMethod='fixed');
		}
	.ttl.iphone-development {
		background-image: url(../images/title_iphone-development.png);
		* background: none; 
		* filter:progid:DXimageTransform.Microsoft.alphaimageloader(src='http://positivehype.com/images/title_iphone-development.png', sizingMethod='fixed');
		}
	.ttl.widget-1 {
		background-image: url(../images/title_widget.png);
		* background: none; 
		* filter:progid:DXimageTransform.Microsoft.alphaimageloader(src='http://positivehype.com/images/title_widget.png', sizingMethod='fixed');
		}
	.ttl.about-us {
		background-image: url(../images/title_about-us.png);
		* background: none; 
		* filter:progid:DXimageTransform.Microsoft.alphaimageloader(src='http://positivehype.com/images/title_about-us.png', sizingMethod='fixed');
		}
	.ttl.u-a-seo {
		width: 625px;
		margin-right: -20px;
		background-image: url(../images/title_u-a-seo.png);
		* background: none; 
		* filter:progid:DXimageTransform.Microsoft.alphaimageloader(src='http://positivehype.com/images/title_u-a-seo.png', sizingMethod='fixed');
		}
	.ttl.title-news {
		background-image: url(../images/title_news.gif);
		height: 50px !important;
		#height: 20px;
		}
	.ttl.latest-project {
		background-image: url(../images/title_latest-project.png);
		* background: none; 
		* filter:progid:DXimageTransform.Microsoft.alphaimageloader(src='http://positivehype.com/images/title_latest-project.png', sizingMethod='fixed');
		}
	.ttl.contact-us {
		background-image: url(../images/title_contact-us.png);
		* background: none; 
		* filter:progid:DXimageTransform.Microsoft.alphaimageloader(src='http://positivehype.com/images/title_contact-us.png', sizingMethod='fixed');
		}
	.ttl.yansa {
		background-image: url(../images/title_yansa.png);
		* background: none; 
		* filter:progid:DXimageTransform.Microsoft.alphaimageloader(src='http://positivehype.com/images/title_yansa.png', sizingMethod='fixed');
		height: 90px !important;
		}
	.ttl.apa {
		background-image: url(../images/title_apa.png);
		* background: none; 
		* filter:progid:DXimageTransform.Microsoft.alphaimageloader(src='http://positivehype.com/images/title_apa.png', sizingMethod='fixed');
		height: 80px !important;
		}
	.ttl.zootle {
		background-image: url(../images/title_zootle.png);
		* background: none; 
		* filter:progid:DXimageTransform.Microsoft.alphaimageloader(src='http://positivehype.com/images/title_zootle.png', sizingMethod='fixed');
		height: 58px !important;
		}
	.ttl.icpf {
		background-image: url(../images/title_icpf.png);
		* background: none; 
		* filter:progid:DXimageTransform.Microsoft.alphaimageloader(src='http://positivehype.com/images/title_icpf.png', sizingMethod='fixed');
		height: 80px !important;
		}
	.ttl.the-brief {
		background-image: url(../images/ttl_the-brief.gif);
		}
	.ttl.the-client {
		background-image: url(../images/ttl_the-client.gif);
		}
	.ttl.the-challenge {
		background-image: url(../images/ttl_the-challenge.gif);
		}
	.ttl.the-solution {
		background-image: url(../images/ttl_the-solution.gif);
		}
	.ttl.the-result {
		background-image: url(../images/ttl_the-result.gif);
		}
	.ttl.testimonial {
		background-image: url(../images/ttl_testimonial.gif);
		}
	.ttl.testimonials {
		background-image: url(../images/ttl_testimonials.gif);
		}
	
	#home .news .date {
		color: #a4a4a4;
		}
	#home .news a {
		color: #ff00a4;
		}
	#home .news a:hover {
		color: #ffffff;
		}
	#home .news a.precis {
		color: #FFFFFF;
		background-color: #616257;
		padding: 2px 4px;
		margin: 2px 0px;
		display: block;
		}
	#home .news a.precis:hover {
		color: #000000;
		background-color: #ff00a4;
		text-decoration: none;
		}
	#home .news a.read-more {
		display: block;
		padding: 3px 0 5px 0;
		}
	.pone {
		float: left;
		width: 205px;
		height: 205px;
		background-image: url(../images/black-semi-transparent-bg.png);
		#background-image: none;
		background-color: transparent;
		#background-color: #0a0a0a;
		background-repeat: repeat;
		background-position: left top;
		font-size: 1.1em;
		margin: 0px 0px 20px 0px;
		}
	#home .pone {
		margin: 0px 0px 0px 20px;
		}
	.pone a {
		display: block;
		width: 205px;
		height: 205px;
		background-repeat: repeat;
		background-position: -280px 20px;
		text-indent: -9999px;
		overflow: hidden;
		}
	.pone a:hover {
		background-position: 20px 20px;
		}
	.pone a.iphone {
		background-image: url(../images/pone_iphone.gif);
		}
	.pone a.project-yansa {
		background-image: url(../images/pone_yansa.gif);
		}
	.pone a.project-apa {
		background-image: url(../images/pone_apa.gif);
		}
	.pone a.project-zootle {
		background-image: url(../images/pone_zootle.gif);
		}
	.pone a.project-icpf {
		background-image: url(../images/pone_icpf.gif);
		}
	.pone a.accessibility {
		background-image: url(../images/pone_accessibility.gif);
		}
	.pone a.widgetad {
		background-image: url(../images/pone_widget.gif);
		}
	.accessibility-u-seo {
		clear: both;
		width: 500px;
		height: 110px;
		background-image: url(../images/accessibility.png);
		* background: none; 
		* filter:progid:DXimageTransform.Microsoft.alphaimageloader(src='http://positivehype.com/images/accessibility.png', sizingMethod='fixed');
		background-repeat: no-repeat;
		background-position: left top;
		margin: 10px auto;
		text-indent: -9999px;
		}
	.audience {
		clear: both;
		width: 525px;
		height: 275px;
		background-image: url(../images/audience.png);
		* background: none; 
		* filter:progid:DXimageTransform.Microsoft.alphaimageloader(src='http://positivehype.com/images/audience.png', sizingMethod='fixed');
		background-repeat: no-repeat;
		background-position: left top;
		margin: 10px auto;
		text-indent: -9999px;
		}
	.process {
		clear: both;
		width: 500px;
		height: 150px;
		background-image: url(../images/process.png);
		* background: none; 
		* filter:progid:DXimageTransform.Microsoft.alphaimageloader(src='http://positivehype.com/images/process.png', sizingMethod='fixed');
		background-repeat: no-repeat;
		background-position: left top;
		margin: 10px auto;
		text-indent: -9999px;
		}
	.technologies {
		clear: both;
		width: 500px;
		height: 360px;
		background-image: url(../images/technologies.png);
		* background: none; 
		* filter:progid:DXimageTransform.Microsoft.alphaimageloader(src='http://positivehype.com/images/technologies.png', sizingMethod='fixed');
		background-repeat: no-repeat;
		background-position: left top;
		margin: 10px auto;
		text-indent: -9999px;
		}
	.widget1 {
		clear: both;
		width: 314px;
		height: 150px;
		background-image: url(../images/widget.png);
		* background: none; 
		* filter:progid:DXimageTransform.Microsoft.alphaimageloader(src='http://positivehype.com/images/widget.png', sizingMethod='fixed');
		background-repeat: no-repeat;
		background-position: left top;
		margin: 10px auto;
		text-indent: -9999px;
		}
	.widget-icon {
		clear: both;
		width: 80px;
		height: 80px;
		background-image: url(../images/widget-icon.png);
		* background: none; 
		* filter:progid:DXimageTransform.Microsoft.alphaimageloader(src='http://positivehype.com/images/widget-icon.png', sizingMethod='fixed');
		background-repeat: no-repeat;
		background-position: left top;
		margin: 10px auto;
		text-indent: -9999px;
		}
	.apple-sony {
		clear: both;
		width: 220px;
		height: 220px;
		background-image: url(../images/apple-sony.png);
		* background: none; 
		* filter:progid:DXimageTransform.Microsoft.alphaimageloader(src='http://positivehype.com/images/apple-sony.png', sizingMethod='fixed');
		background-repeat: no-repeat;
		background-position: left top;
		margin: 10px auto;
		text-indent: -9999px;
		}
	.yansa-display {
		float: right;
		width: 260px;
		height: 200px;
		background-image: url(../images/yansa-display.png);
		* background: none; 
		* filter:progid:DXimageTransform.Microsoft.alphaimageloader(src='http://positivehype.com/images/yansa-display.png', sizingMethod='fixed');
		background-repeat: no-repeat;
		background-position: left top;
		margin: 0px 0px 10px 20px;
		text-indent: -9999px;
		}
	.yansa-display1 {
		float: right;
		width: 260px;
		height: 200px;
		background-image: url(../images/yansa-display.gif);
		background-position: left top;
		margin: 0px 0px 10px 20px;
		text-indent: -9999px;
		}
	.apa-display-iphone {
		float: right;
		width: 285px;
		height: 205px;
		background-image: url(../images/apa-display-iphone.png);
		* background: none; 
		* filter:progid:DXimageTransform.Microsoft.alphaimageloader(src='http://positivehype.com/images/apa-display-iphone.png', sizingMethod='fixed');
		background-repeat: no-repeat;
		background-position: left top;
		text-indent: -9999px;
		}
	.zootle-display {
		float: right;
		width: 285px;
		height: 205px;
		background-image: url(../images/zootle-display.png);
		* background: none; 
		* filter:progid:DXimageTransform.Microsoft.alphaimageloader(src='http://positivehype.com/images/zootle-display.png', sizingMethod='fixed');
		background-repeat: no-repeat;
		background-position: left top;
		text-indent: -9999px;
		}
	.icpf-display {
		float: right;
		width: 285px;
		height: 205px;
		background-image: url(../images/icpf-display-iphone.png);
		* background: none; 
		* filter:progid:DXimageTransform.Microsoft.alphaimageloader(src='http://positivehype.com/images/icpf-display-iphone.png', sizingMethod='fixed');
		background-repeat: no-repeat;
		background-position: left top;
		text-indent: -9999px;
		}
	#home .intro {
		position: relative;
		float: left;
		width: 450px;
		height: 205px;
		font-size: 1.1em;
		background-image: url(../images/home-intro.png);
		background-image: url(../images/home-intro.gif);
		background-repeat: no-repeat;
		background-position: -500px 0px;
		}
	#home .intro:hover {
		background-position: 0px 0px;
		}
	#home .intro h3,
	#home .intro span {
		display: none;
		}
	#home .intro a {
		display: block;
		width: 450px;
		height: 205px;
		position: absolute;
		top: 0;
		left: 0;
		}
	.yansa-project {
		padding: 30px 0px;
		}
	.yansa-project img {
		display: block;
		margin: 0 auto;
		}
	a.download-widget,
	a.download-gadget {
		float: left;
		display: block;
		width: 300px;
		height: 100px;
		background-image: url(../images/download-widget.gif);
		background-repeat: no-repeat;
		background-position: -475px center;
		text-indent: -9999px;
		overflow: hidden;
		}
	a:hover.download-widget,
	a:hover.download-gadget {
		background-position: 25px center;
		}
	a.download-gadget {
		background-image: url(../images/download-gadget.gif);
		}
	.address {
		position: relative;
		float: left;
		width: 395px;
		}
	.address p {
		padding-bottom: 1.5em;
		}
	.addl {
		display: block;
		float: left;
		clear: both;
		width: 180px;
		}
	.addr {
		display: block;
		float: left;
		width: 210px;
		}
	.mapr {
		float: right;
		width: 200px;
		height: 200px;
		}
	.mapr a {
		display: block;
		float: right;
		width: 200px;
		height: 200px;
		background-image: url(../images/map.gif);
		background-repeat: no-repeat;
		background-position: left top;
		text-indent: -9999px;
		overflow: hidden;
		}
	.right-column {
		float: right;
		width: 285px;
		}
	.left-column {
		float: left;
		width: 285px;
		}
	.project-image {
		clear: both;
		float: left;
		margin: 0px 1px 1px 0px;
		}
	.apa-video {
		width: 600px;
		height: 370px;
		}
	a.visit-apa {
		clear: both;
		float: left;
		display: block;
		width: 250px;
		height: 50px;
		background-image: url(../images/apa-visit.gif);
		background-repeat: no-repeat;
		background-position: -500px 0px;
		text-indent: -9999px;
		overflow: hidden;
		}
	a:hover.visit-apa {
		background-position: 0px 0px;
		}
	a.visit-zootle {
		clear: both;
		float: left;
		display: block;
		width: 250px;
		height: 50px;
		background-image: url(../images/zootle-visit.gif);
		background-repeat: no-repeat;
		background-position: -500px 0px;
		text-indent: -9999px;
		overflow: hidden;
		}
	a:hover.visit-zootle {
		background-position: 0px 0px;
		}
	a.visit-icpf {
		clear: both;
		float: left;
		display: block;
		width: 277px;
		height: 50px;
		background-image: url(../images/icpf-visit.gif);
		background-repeat: no-repeat;
		background-position: -500px 0px;
		text-indent: -9999px;
		overflow: hidden;
		}
	a:hover.visit-icpf {
		background-position: 0px 0px;
		}
	.apa-quote {
		background-image: url(../images/apa-quote.gif);
		background-repeat: no-repeat;
		background-position: 0px 30px;
		width: 283px;
		height: 170px;
		text-indent: -9999em;
		overflow: hidden;
		}
	.icpf-quote {
		background-image: url(../images/icpf-quote.gif);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		width: 286px;
		height: 170px;
		text-indent: -9999em;
		overflow: hidden;
		}
	.zootle-quote {
		background-image: url(../images/zootle-quote.gif);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		width: 286px;
		height: 170px;
		text-indent: -9999em;
		overflow: hidden;
		}
	.quote {
		color: #FFFFFF;
		font-size: 1em;
		}
	.quote span {
		display: block;
		padding: 0.3em 0 1em 0;
		color: #ff00a4;
		text-align: right;
		font-size: 0.9em;
		text-transform: uppercase;
		}
	.zootle-header {
		width: 600px;
		height: 275px;
		}