	html, body {
		height: 100%;
		margin: 0;
		padding: 0;
		width:100%;
		overflow:hidden;
	}
	body {
		background: url("../images/body_bg.jpg") repeat-x scroll left top #BBD9F3;
		color:#676868;
		font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
		font-size:62.5%;
	}
	.db {
		display: block!important;
	}
	.dn {
		display: none;
	}
	.content a {
		color: #FC7E0D;
	}
	ol {
		list-style-type:decimal;
		margin-left: 50px;
	}	
	#upper-curtain, #lower-curtain {
		background: #000723;
		position: absolute;
		height: 50%;
		width: 100%;
		z-index: 20000;	
	}
	#upper-curtain {
		top: 0px;
		
	}
	#lower-curtain {
		bottom: 0px;
	}
	.lo-fi {
		background: #000723 !important;
	}
	#lo-fi {
		display: none;
	}
	#loading {
		background: url('../images/items/ajax-loader.gif') no-repeat;
		width: 66px;
		height: 66px;
		position:absolute;
		bottom: 0px;
		left: 48%;
		color: #fff;
		padding: 25px 0 0 22px;	
	}
	#mast_head h1 a {
			background: url('../images/logo.jpg') no-repeat;
			width: 318px;
			height: 80px;
			display: block
	}

	#map-cont {
		left:0;
		overflow:hidden;
		position:fixed;
		top:0;
		width: 100%;
		height: 100%;
	}
	#map {
		height:3240px;
		margin-left:3px;
		position:absolute;
		top:70px;
		width:4400px;
		z-index:0;
	}
	#map  .row1 {
		top:0;
	
	}

	#map  .row2 {
		top:540px;
	
	}

	#map  .row3 {
		top:1080px;
	
	}

	#map  .row4 {
		top:1620px;
	
	}
	#map  .row5 {
		top:2160px;
	
	}
	#map  .row6 {
		top:2700px;
	
	}
			
	#map  .col1 {
		left:0;
	
	}

	#map  .col2 {
		left:880px;
	
	}

	#map  .col3 {
		left:1760px;
	
	}

	#map  .col4 {
		left:2640px;
	
	}
	#map  .col5 {
		left:3520px;
	
	}		

	#map .zone {
		position:absolute;
	}
	
	.zone {
		height:520px;
		margin:0 auto;
		overflow:hidden;
		padding:10px;
		position:relative;
		width:860px;


	}

	.secondary {
		background:none repeat scroll 0 0 transparent;
		cursor:move;
		opacity:0.3 !important;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"!important;
		/*filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);*/
		filter:alpha(opacity=30)!important;
	}
	.freeze {
		cursor: pointer;
	}
	.freeze:hover {
		opacity:0.8;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
		filter:alpha(opacity=80);
	}	
	.zone .content, .sub_zone {
/*		height:520px;
		width:860px;*/
		width: 100%;
		height: 100%;
		position:absolute;
		color: #fff;
		font-size: 1.2em;
		padding: 30px 30px;
	}

	#mast_head {
		height:60px;
		margin:0 auto;
		padding:0 9px 9px;
		position:relative;
		width:860px;
		z-index:3;
	}
	#mast_head h1 {
		background: #000723;
	}
	#mast_head .content {
		background:none repeat scroll 0 0 #000723;
		height:60px;
		overflow:hidden;
		position:absolute;
		width:860px;
		color: #fff;
		font-size: 1.2em;
		display: none;
	}
	.zone .content {
		background-color: #000723!important;
		font-size:1.3em;
		/*line-height:1.5em;*/
		line-height:1.3em;
	}
	#floatingmenu:hover {
		cursor: move;
	}
	#floatingmenu {
		position: absolute;
		width: 150px;
		border: 1px solid #666666;
		background: #E97C00;
		opacity:0.8;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"!important;		
		filter:alpha(opacity=80);	
		overflow: hidden;

	}	
	#floatingmenu ul{
		color: #fff;
		margin: 15px 5px 20px 5px;
		font-size: 1.1em;
		position: relative;
		clear: both;

	}	
	#floatingmenu ul li a {
		margin: 1px 0;
		padding: 1px;
		padding-left: 3px;
		color: #fff;
		text-decoration: none;
		display: block;
	}	
	#floatingmenu .mainlevel a:hover, #floatingmenu .mainlevel .active {
		background: #fff;
		color: #000;
		
	}

	#floatingmenu .sub{
		top: -15px;
		right: -150px;
		font-size: 1em;
		position: absolute;
		width: 135px;
	}	

	#floatingmenu .subsub{
		top: -15px;
		right: -150px;
		font-size: 1em;
		position: absolute;
		width: 130px;
	}	
	
	/* clear fix hack - to be applied to parents containing floats */
	.clearfix:after {
		content:"."; 
		display:block; 
		height:0; 
		clear:both; 
		visibility:hidden;
	}
	.clearfix {
		display:inline-block;
	}
	/* mac hide \*/
	* html .clearfix {
		height: 1%;
	}
	.clearfix {
		display: block;
	}
	/* End hide */
	
	/*PAGES*/
	.page-title {
		height:20px;
		width:100%;
	}	
	
	/*CONTACT US*/	
	#contactus1 {
		background:	url("../images/chars/contactus.png") no-repeat scroll 85% 30% transparent;
	
	}
	#contactus .contactus_char {
		width: 300px;
		height: 356px;
		background: url("../images/cards/chars.png") -2390px 0 no-repeat;
		float: right!important;
		margin-right: 80px;	
	}
	#contactus .page-title {
		/*background:url("../images/cards/contact/wherearewe.png") no-repeat scroll 0 0 transparent;*/
		background:url("../images/cards/titles.png") 0 -21px no-repeat;
		height: 18px;
		width: 200px;
	}
	#home .page-title {
		/*background:url("../images/cards/home/whatdowehavetooffer.png") no-repeat scroll 50% 0 transparent;*/
		background:url("../images/cards/titles.png") 0 -120px no-repeat;
		width: 300px;
		margin: 0 auto;
		
	}
	#contactus .hq {
		color:#98CDD2;
		padding-left:45px;
	}
	.hq {
		margin-top:30px;
	}	

	#contactus #north-america {
		/*background:url("../images/landingpages/north-america.png") no-repeat scroll 0 0 transparent;*/
		background:url("../images/cards/titles.png") 0 -783px no-repeat;
		height:23px;
		width:139px;
	}
	
	#contactus .hq div {
		float:none;
	}
	#contactus #north-america img {
		margin:5px 0 0 150px;
	}
	.hq .address {
		margin-bottom:10px;
		width:350px;
	}	
	.hq div {
		float:left;
/*		width:250px;*/
	}
	#contactus .hq div span {
		color:#D87D2C;
	}
	#orreachuson {
		/*background:url("../images/landingpages/orreachuson.jpg") no-repeat scroll 0 0 #000723;*/
		background:url("../images/cards/titles.png") 0 -808px no-repeat;
		height:37px;
		margin-top:30px;
		width:141px;
	}
	#reachus li {
		float:left;
		margin-right:5px;
	}
	#skype, #email, #msn, #aim, #yho, #icq {
		height:50px;
		width:50px;
	}	
	#email {
		/*background:url("../images/items/email.jpg") no-repeat scroll 0 0 #000723;*/
	}
	#skype {
		/*background:url("../images/items/skype.jpg") no-repeat scroll 0 0 #000723;*/
	}	
	#msn {
		/*background:url("../images/items/msn.jpg") no-repeat scroll 0 0 #000723;*/
	}		
	#aim {
		/*background:url("../images/items/aim.jpg") no-repeat scroll 0 0 #000723;*/
	}
	#yho {
		/*background:url("../images/items/yho.jpg") no-repeat scroll 0 0 #000723;*/
	}
	#icq {
		/*background:url("../images/items/icq.jpg") no-repeat scroll 0 0 #000723;*/
	}
	#reachus li a {
		display:block;
		height:50px;
		width:50px;
	}
	.placeholder {
		display: none;
		width: 870px;
		height: 530px;
	}
		
	.lense_off {
		background:url("../images/items/lense_off.png") no-repeat;
		width: 22px;
		height: 20px;
		float: right;
	}
	#lense_right a, #lense_left a, #uponelevel a {
		width: 22px;
		height: 20px;
		display: block;
	}
	#lense_right, #lense_left {
		display: none;
	}
	.lense_grey {
		background:url("../images/items/lense_grey.png") no-repeat;
		width: 22px;
		height: 20px;
		float: right;
	}	
	.lense_on {
		background:url("../images/items/lense_on.png") no-repeat;
		width: 22px;
		height: 20px;
		float: right;
	}	
	#uponelevel {
		display: none;
		float: left;
		background:url("../images/items/uponelevel.png") no-repeat;
		width: 22px;
		height: 20px;
		margin-left: 5px;

	}
	
	/* HOME CARD */

	#home_char {
		float: left;
		width: 190px;
		height: 477px;
		/*background:url("../images/cards/home/char.png") no-repeat;*/
		background:url("../images/cards/chars.png") -241px 0 no-repeat;
		margin-left: 10px;
	}
		
	#home_folders {
		float: right;
		margin-right: 70px;
		width: 400px;
		height: 450px;
		position: relative;
	}
	.srow {
		bottom: 100px;	
	}
	.scol {
		left: 100px;
	}
	#home_fld_development {
		position: absolute;
		bottom:-15px;
		left: 90px!important;
	}

	#home_fld_design {
		position: absolute;
		left: -50px;
	}
	
	#home_fld_marketing {
		position: absolute;
		left: 270px;
	}
	
	#home_fld_other {
		position: absolute;
		bottom: 210px;

	}			
	#home_fld_dev_front {
		width: 203px;
		height: 198px;
		/*background:url("../images/cards/home/folder_front_dev.png") no-repeat;*/
		background:url("../images/cards/home_folders.png") -182px 0 no-repeat;
		position:absolute;
		z-index: 100;
	}

	#home_fld_dev_front a {
		width: 203px;
		height: 198px;
		display: block;
	}
	
	#home_fld_dev_back {
		width: 182px;
		height: 120px;
		/*background:url("../images/cards/home/folder_back_dev.png") no-repeat;*/
		background:url("../images/cards/home_folders.png") 0 0 no-repeat;
		position:absolute;
		top: -8px;
		left: -9px;
		z-index: 98;
	}



	.home_fld_front_small {
		width: 138px;
		height: 139px;
		/*background:url("../images/cards/home/folder_front_small.png") no-repeat;*/
		background:url("../images/cards/home_folders.png") -182px -198px no-repeat;
		position:absolute;
		z-index: 100;
	}

	.home_fld_front_small a {
		width: 110px;
		height: 40px;
		display: block;
		margin: 27px 0 0 10px;
	}
	.home_fld_front_small a:hover, #home_fld_dev_front a:hover {
		opacity:0.7 !important;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"!important;
		filter:alpha(opacity=70)!important;		
	}	
	#home_fld_other .home_fld_front_small a {
		/*background:url("../images/cards/home/other_services.png") no-repeat 40% 35%;*/
		background:url("../images/cards/home_folders.png") -584px -86px no-repeat;	
	}
	#home_fld_design .home_fld_front_small a {
		/*background:url("../images/cards/home/design.png") no-repeat 40% 35%;*/
		background:url("../images/cards/home_folders.png") -584px 0 no-repeat;	
	}
	#home_fld_marketing .home_fld_front_small a {
		/*background:url("../images/cards/home/marketing.png") no-repeat 40% 35%;*/
		background:url("../images/cards/home_folders.png") -584px -43px no-repeat;	
	}		
	.home_fld_back_small {
		width: 129px;
		height: 85px;
		/*background:url("../images/cards/home/folder_back_small.png") no-repeat;*/
		background:url("../images/cards/home_folders.png") 0 -120px no-repeat;
		position:absolute;
		top: -5px;
		left: -6px;
		z-index: 98;
	}	
		
	#home_fld_dev_sheet {
		/*width: 384px;*/
		width: 170px;
		height: 115px;
		/*background:url("../images/cards/home/dev_sheet.png") no-repeat;*/
		background:url("../images/cards/home_folders.png") -385px 0 no-repeat;
		position:absolute;
		top: 10px;
		/*left: -91px;*/
		left: 1px;
		z-index: 99;	
	}
	
/*	#home_fld_dev_sheet_hover {
		top: -93px;
		left: -91px;	
	}*/	
	
	.sheet {
/*		width: 133px;
		left: -3px;*/
		width: 123px;
		left: -2px;		
		height: 85px;
		position:absolute;
		top: 10px;	
		z-index: 99;	
	}		
	#home_fld_design .sheet {
		/*background:url("../images/cards/home/design_sheet.png") no-repeat;*/
		background:url("../images/cards/home_folders.png") -385px -115px no-repeat;
	}	
	#home_fld_marketing .sheet {
		/*background:url("../images/cards/home/marketing_sheet.png") no-repeat;*/
		background:url("../images/cards/home_folders.png") -385px -200px no-repeat;
	}
	#home_fld_other .sheet {
		/*background:url("../images/cards/home/other_sheet.png") no-repeat;*/
		background:url("../images/cards/home_folders.png") -385px -285px no-repeat;

	}						
	.fld_bits_wrapper {
		position: relative;
		width: 200px;
		height: 200px;
	}
	/* SERVICES CARDS */

	.services_right {
		float: left;	
		margin: 80px 0 0 10px;
		position: relative;

	}
	
	.services_char {

		width: 250px;
		height: 398px;
		/*background:url("../images/cards/services/char.png") no-repeat;*/
		background:url("../images/cards/chars.png") -1744px 0 no-repeat;
		top: 0px;
		position:relative;
	}
	.char_title {
		width: 72px;
		height: 56px;
		position:absolute;
		top: 105px;
		left: 33px;
	}

	.services_tabs .tab1 {
		bottom: 165px;
		left: 82px;
		z-index:100;
	}
	.services_tabs .tab2 {
		bottom: 240px;
		left: 133px;
		z-index:99;
		/*height:73px!important;*/
	}
	.services_tabs .tab3 {
		bottom: 316px;
		left: 100px;
		z-index:98;
	}
	.services_tabs .tab4 {
		bottom: 390px;
		left: 150px;
		z-index:97;
	}
				
	.services_tabs {
		float: right;
		/*width: 470px;*/
		width: 325px;
		height: 514px;
		position: relative;
		/*margin: -40px 60px 0 0;*/
		margin: 10px 90px 0 0;
	}	
	.services_tabs a {
		width: 122px;
		height: 56px;
		position: absolute;
		/*background-position: 65% 65%!important;*/					
	}
	.services_tabs a:hover {	
		background: #ccc;	
		opacity:0.2 !important;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"!important;
		filter:alpha(opacity=20)!important;			
	}	
	.services_tabs div {
		width: 249px;
		height: 107px;
		position: absolute;	
	}
	
	.services_tabs .tab1_spiegel {
/*		bottom: -12px;
		left: -57px;*/
		bottom: 25px;
		left: -150px;		
	}
	.services_tabs .tab2_spiegel {
/*		bottom: 2px;
		right: -80px;*/
		bottom: 55px;
		right: -120px;		
	}
	.services_tabs .tab3_spiegel {
/*		bottom: 355px;
		left: 8px;*/
		bottom: 400px;
		left: -110px;		
	}
	.services_tabs .tab4_spiegel {
/*		top: -25px;
		right: -45px;*/
		top: -70px;
		right: -75px;		
	}
	.tab_descr {
		/*margin-top: -50px;
		height: 400px;*/
		margin-top: -65px;
		position:absolute;
		top: 0px;
		left: 0px;
		width: 300px;
		height: 440px;
		display: none;
		overflow: hidden;
		text-align:justify;
		

	}
	.tab_descr p {
		font-size: 0.85em;
		margin-bottom: 5px;

	}
	/* DESIGN CARD */

	#design .services_tabs {
		/*background:url("../images/cards/services/design/tabs.png") no-repeat;*/
		background:url("../images/cards/tabs.png") 0 0 no-repeat;
	}	
	#design .page-title {
		/*background:url("../images/cards/services/design/card_title.png") no-repeat scroll 0 0 transparent;*/
		background:url("../images/cards/titles.png") 0 -277px no-repeat;
		width: 200px;
		margin-left: 8px;
	}
	#design .tab1_title {
		/*background:url("../images/cards/services/design/tab1_title.png") no-repeat scroll 0 0 transparent;*/
		background:url("../images/cards/titles.png") 0 -277px no-repeat;
	}
	#design .tab2_title {
		/*background:url("../images/cards/services/design/tab2_title.png") no-repeat scroll 0 0 transparent;*/
		background:url("../images/cards/titles.png") 0 -479px no-repeat;
	}
	#design .tab3_title {
		/*background:url("../images/cards/services/design/tab3_title.png") no-repeat scroll 0 0 transparent;*/
		background:url("../images/cards/titles.png") 0 -501px no-repeat;
	}
	#design .tab4_title {
		/*background:url("../images/cards/services/design/tab4_title.png") no-repeat scroll 0 0 transparent;*/
		background:url("../images/cards/titles.png") 0 -523px no-repeat;
	}			
		
	#design .tab1 {
		/*background:url("../images/cards/services/design/web_design.png") no-repeat;*/
		background:url("../images/cards/tabs_titles.png") 0 0 no-repeat;

	}
	#design .tab2 {
		/*background:url("../images/cards/services/design/print_design.png") no-repeat;*/
		background:url("../images/cards/tabs_titles.png") 0 -56px no-repeat;
	}
	#design .tab3 {
		/*background:url("../images/cards/services/design/logos_branding.png") no-repeat;*/
		background:url("../images/cards/tabs_titles.png") 0 -112px no-repeat;
	}
	#design .tab4 {
		/*background:url("../images/cards/services/design/psd_only.png") no-repeat;*/
		background:url("../images/cards/tabs_titles.png") 0 -168px no-repeat;
	}
	#design .tab1_spiegel {
		/*background:url("../images/cards/services/design/web_design_spiegel.png") no-repeat;*/
		background:url("../images/cards/tabs_spiegels.png") 0 0 no-repeat;

	}
	#design .tab2_spiegel {
		/*background:url("../images/cards/services/design/print_design_spiegel.png") no-repeat;*/
		background:url("../images/cards/tabs_spiegels.png") 0 -107px no-repeat;
	}
	#design .tab3_spiegel {
		/*background:url("../images/cards/services/design/logos_branding_spiegel.png") no-repeat;*/
		background:url("../images/cards/tabs_spiegels.png") 0 -214px no-repeat;
	}
	#design .tab4_spiegel {
		/*background:url("../images/cards/services/design/psd_only_spiegel.png") no-repeat;*/
		background:url("../images/cards/tabs_spiegels.png") 0 -321px no-repeat;
	}

	#design .char_title {
		/*background:url("../images/cards/services/design/char_title.png") no-repeat;*/	
		background:url("../images/cards/chars_titles.png") 0 0 no-repeat;
		width: 66px;	
	}	

	/* DEVELOPMENT CARD */

	#development .services_tabs {
		/*background:url("../images/cards/services/development/tabs.png") no-repeat;*/
		background:url("../images/cards/tabs.png") -321px 0 no-repeat;
	}	

	#development .page-title {
		/*background:url("../images/cards/services/development/card_title.png") no-repeat scroll 0 0 transparent;*/
		background:url("../images/cards/titles.png") 0 -298px no-repeat;
		width: 300px;
		margin-left: 8px;		
	}
	#development .tab1_title {
		/*background:url("../images/cards/services/development/tab1_title.png") no-repeat scroll 0 0 transparent;*/
		background:url("../images/cards/titles.png") 0 -543px no-repeat;
	}
	#development .tab2_title {
		/*background:url("../images/cards/services/development/tab2_title.png") no-repeat scroll 0 0 transparent;*/
		background:url("../images/cards/titles.png") 0 -564px no-repeat;
	}
	#development .tab3_title {
		/*background:url("../images/cards/services/development/tab3_title.png") no-repeat scroll 0 0 transparent;*/
		background:url("../images/cards/titles.png") 0 -583px no-repeat;
	}
	#development .tab4_title {
		/*background:url("../images/cards/services/development/tab4_title.png") no-repeat scroll 0 0 transparent;*/
		background:url("../images/cards/titles.png") 0 -601px no-repeat;
	}			
		
	#development .tab1 {
		/*background:url("../images/cards/services/development/coding.png") no-repeat;*/
		background:url("../images/cards/tabs_titles.png") 0 -224px no-repeat;

	}
	#development .tab2 {
		/*background:url("../images/cards/services/development/cms_frameworks.png") no-repeat;*/
		background:url("../images/cards/tabs_titles.png") 0 -280px no-repeat;
	}
	#development .tab3 {
		/*background:url("../images/cards/services/development/ecommerce.png") no-repeat;*/
		background:url("../images/cards/tabs_titles.png") 0 -336px no-repeat;
	}
	#development .tab4 {
		/*background:url("../images/cards/services/development/custom_applications.png") no-repeat;*/
		background:url("../images/cards/tabs_titles.png") 0 -392px no-repeat;
	}

	#development .tab1_spiegel {
		/*background:url("../images/cards/services/development/coding_spiegel.png") no-repeat;*/
		background:url("../images/cards/tabs_spiegels.png") 0 -428px no-repeat;

	}
	#development .tab2_spiegel {
		/*background:url("../images/cards/services/development/cms_frameworks_spiegel.png") no-repeat;*/
		background:url("../images/cards/tabs_spiegels.png") 0 -535px no-repeat;
	}
	#development .tab3_spiegel {
		/*background:url("../images/cards/services/development/ecommerce_spiegel.png") no-repeat;*/
		background:url("../images/cards/tabs_spiegels.png") 0 -642px no-repeat;
	}
	#development .tab4_spiegel {
		/*background:url("../images/cards/services/development/custom_applications_spiegel.png") no-repeat;*/
		background:url("../images/cards/tabs_spiegels.png") 0 -749px no-repeat;
	}

	#development .char_title {
		/*background:url("../images/cards/services/development/char_title.png") no-repeat;*/	
		background:url("../images/cards/chars_titles.png") -66px 0 no-repeat;	
	}	

	/* MARKETING CARD */

	#marketing .services_tabs {
		/*background:url("../images/cards/services/marketing/tabs.png") no-repeat;*/
		background:url("../images/cards/tabs.png") -656px 0 no-repeat;
	}	
	#marketing .page-title {
		/*background:url("../images/cards/services/marketing/card_title.png") no-repeat scroll 0 0 transparent;*/
		background:url("../images/cards/titles.png") 0 -320px no-repeat;
		width: 300px;
		margin-left: 8px;		
	}
	#marketing .tab1_title {
		/*background:url("../images/cards/services/marketing/tab1_title.png") no-repeat scroll 0 0 transparent;*/
		background:url("../images/cards/titles.png") 0 -621px no-repeat;
	}
	#marketing .tab2_title {
		/*background:url("../images/cards/services/marketing/tab2_title.png") no-repeat scroll 0 0 transparent;*/
		background:url("../images/cards/titles.png") 0 -642px no-repeat;
	}
	#marketing .tab3_title {
		/*background:url("../images/cards/services/marketing/tab3_title.png") no-repeat scroll 0 0 transparent;*/
		background:url("../images/cards/titles.png") 0 -660px no-repeat;
	}
	#marketing .tab4_title {
		/*background:url("../images/cards/services/marketing/tab4_title.png") no-repeat scroll 0 0 transparent;*/
		background:url("../images/cards/titles.png") 0 -681px no-repeat;
	}			
		
	#marketing .tab1 {
		/*background:url("../images/cards/services/marketing/copywriting.png") no-repeat;*/
		background:url("../images/cards/tabs_titles.png") 0 -448px no-repeat;

	}
	#marketing .tab2 {
		/*background:url("../images/cards/services/marketing/seo.png") no-repeat;*/
		background:url("../images/cards/tabs_titles.png") 0 -504px no-repeat;
	}
	#marketing .tab3 {
		/*background:url("../images/cards/services/marketing/sem_ppc.png") no-repeat;*/
		background:url("../images/cards/tabs_titles.png") 0 -560px no-repeat;
	}
	#marketing .tab4 {
		/*background:url("../images/cards/services/marketing/email_marketing.png") no-repeat;*/
		background:url("../images/cards/tabs_titles.png") 0 -616px no-repeat;
	}
	#marketing .tab1_spiegel {
		/*background:url("../images/cards/services/marketing/copywriting_spiegel.png") no-repeat;*/
		background:url("../images/cards/tabs_spiegels.png") 0 -856px no-repeat;

	}
	#marketing .tab2_spiegel {
		/*background:url("../images/cards/services/marketing/seo_spiegel.png") no-repeat;*/
		background:url("../images/cards/tabs_spiegels.png") 0 -963px no-repeat;
	}
	#marketing .tab3_spiegel {
		/*background:url("../images/cards/services/marketing/sem_ppc_spiegel.png") no-repeat;*/
		background:url("../images/cards/tabs_spiegels.png") 0 -1070px no-repeat;
	}
	#marketing .tab4_spiegel {
		/*background:url("../images/cards/services/marketing/email_marketing_spiegel.png") no-repeat;*/
		background:url("../images/cards/tabs_spiegels.png") 0 -1177px no-repeat;
	}

	#marketing .char_title {
		/*background:url("../images/cards/services/marketing/char_title.png") no-repeat;*/	
		background:url("../images/cards/chars_titles.png") -138px 0 no-repeat;	
	}

	/* OTHER CARD */

	#other .services_tabs {
		/*background:url("../images/cards/services/other/tabs.png") no-repeat;*/
		background:url("../images/cards/tabs.png") -982px 0 no-repeat;
	}	
	#other .page-title {
		/*background:url("../images/cards/services/other/card_title.png") no-repeat scroll 0 0 transparent;*/
		background:url("../images/cards/titles.png") 0 -340px no-repeat;
		width: 300px;
		margin-left: 8px;
		height: 19px;		
	}
	#other .tab1_title {
		/*background:url("../images/cards/services/other/tab1_title.png") no-repeat scroll 0 0 transparent;*/
		background:url("../images/cards/titles.png") 0 -702px no-repeat;
	}
	#other .tab2_title {
		/*background:url("../images/cards/services/other/tab2_title.png") no-repeat scroll 0 0 transparent;*/
		background:url("../images/cards/titles.png") 0 -723px no-repeat;
	}
	#other .tab3_title {
		/*background:url("../images/cards/services/other/tab3_title.png") no-repeat scroll 0 0 transparent;*/
		background:url("../images/cards/titles.png") 0 -743px no-repeat;
	}
	#other .tab4_title {
		/*background:url("../images/cards/services/other/tab4_title.png") no-repeat scroll 0 0 transparent;*/
		background:url("../images/cards/titles.png") 0 -762px no-repeat;
	}			
		
	#other .tab1 {
		/*background:url("../images/cards/services/other/site_optimization.png") no-repeat;*/
		background:url("../images/cards/tabs_titles.png") 0 -672px no-repeat;

	}
	#other .tab2 {
		/*background:url("../images/cards/services/other/web_hosting.png") no-repeat;*/
		background:url("../images/cards/tabs_titles.png") 0 -728px no-repeat;
	}
	#other .tab3 {
		/*background:url("../images/cards/services/other/maintenance.png") no-repeat;*/
		background:url("../images/cards/tabs_titles.png") 0 -784px no-repeat;
	}
	#other .tab4 {
		/*background:url("../images/cards/services/other/domains.png") no-repeat;*/
		background:url("../images/cards/tabs_titles.png") 0 -840px no-repeat;
	}
	#other .tab1_spiegel {
		/*background:url("../images/cards/services/other/site_optimization_spiegel.png") no-repeat;*/
		background:url("../images/cards/tabs_spiegels.png") 0 -1284px no-repeat;

	}
	#other .tab2_spiegel {
		/*background:url("../images/cards/services/other/web_hosting_spiegel.png") no-repeat;*/
		background:url("../images/cards/tabs_spiegels.png") 0 -1391px no-repeat;
	}
	#other .tab3_spiegel {
		/*background:url("../images/cards/services/other/maintenance_spiegel.png") no-repeat;*/
		background:url("../images/cards/tabs_spiegels.png") 0 -1498px no-repeat;
	}
	#other .tab4_spiegel {
		/*background:url("../images/cards/services/other/domains_spiegel.png") no-repeat;*/
		background:url("../images/cards/tabs_spiegels.png") 0 -1605px no-repeat;
	}

	#other .char_title {
		/*background:url("../images/cards/services/other/char_title.png") no-repeat;*/	
		background:url("../images/cards/chars_titles.png") -210px 0 no-repeat;	
	}	
	/* STRATEGY */
	#strategy .page-title {
		/*background:url("../images/cards/strategy/ourtake.png") no-repeat scroll 30% 0 transparent;*/
		background:url("../images/cards/titles.png") 0 -236px no-repeat;
		width: 400px;
		margin: 0 auto;
	}

	.strategy_right {
		float: left;	
		margin: 80px 0 0 10px;
		position: relative;

	}
	
	.strategy_char {

		width: 236px;
		height: 351px;
		/*background:url("../images/cards/strategy/char.png") no-repeat;*/
		background:url("../images/cards/chars.png") -1995px 0 no-repeat;
		top: 0px;
		left: 30px;
		position:relative;
	}


	#strategy .tab1 {
/*		bottom: 138px;
		height: 56px;
		width: 103px;*/	
		bottom: 148px;
		height: 50px;
		width: 90px;			
		left: 202px;		
		z-index:100;
	}
	#strategy .tab2 {
/*		bottom: 195px;
		height: 38px;
		width: 103px;*/
		bottom: 215px;
		height: 28px;
		width: 90px;		
		left: 237px;		
		z-index:99;
	}
	#strategy .tab3 {
/*		bottom: 234px;
		height: 46px;
		width: 92px;*/
		bottom: 254px;
		height: 36px;
		width: 80px;		
		left: 200px;				
		z-index:98;
	}
	#strategy .tab4 {
/*		bottom: 280px;
		width: 85px;			
		height: 37px;*/
		bottom: 295px;
		width: 75px;			
		height: 20px;		
		left: 171px;		
		z-index:97;
	}
	#strategy .tab5 {
/*		bottom: 321px;
		width: 85px;			
		height: 40px;*/
		bottom: 331px;
		width: 75px;			
		height: 25px;		
		left: 199px;		
		z-index:96;
	}
	#strategy .tab6 {
/*		bottom: 362px;
		width: 85px;			
		height: 35px;*/
		bottom: 382px;
		width: 75px;			
		height: 25px;		
		left: 233px;		
		z-index:95;
	}					
	.strategy_tabs {
		float: right;
		/*background:url("../images/cards/strategy/tabs.png") no-repeat;*/
		background:url("../images/cards/tabs.png") -1319px 0 no-repeat;
		width: 450px;
		height: 511px;
		position: relative;
		margin: -40px 60px 0 0;
	}	
	.strategy_tabs a {
		position: absolute;;					
	}
	.strategy_tabs a:hover {	
		background: #fff;	
		opacity:0.2 !important;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"!important;
		filter:alpha(opacity=20)!important;			
	}
	/* STRATEGY INNER CARDS */
		
	.strategy_line {
		position:absolute;
		width: 370px;
		height: 145px;
	
	}	
	.forward {
		background:url("../images/items/green_arrow.png") no-repeat;
		width: 42px;
		height: 37px;
		position: absolute;
		bottom: 95px;
		right: 100px;
	}
	.forward a {
		width: 42px;
		height: 37px;
		display: block;
	}
					
	.strategy_steps {
		float: right;
		margin: 0px 200px 0 0;
		
	}

	.strategy_steps li {
		margin: 5px 0px;
		height: 45px;
		font-family:Geneva, Arial, Helvetica, sans-serif;
		font-size: 1.2em;
		background:url("../images/items/orange_dn_arrow.png") no-repeat 50% 100%;
		text-align:center;
		font-weight:bold;
		min-width: 200px;
		
	}
	.strategy_steps li:hover {
		cursor:pointer;
		cursor: hand;
		
	}		
	.strategy_steps li.last {
		background: none;
	}
	.step {
		color: #FC831A;
	}
	.strategy_inner .strategy_char {
		width: 160px;
		height: 421px;
		/*background:url("../images/cards/strategy/char_inner.png") no-repeat;*/
		background:url("../images/cards/chars.png") -2238px 0 no-repeat;
		top: 0px;
		left: 53px;
		position:relative;
	} 

	.strategy_inner .strategy_right {
		margin: 40px 0 0 20px;
	} 
		
	/* PROJECT DISCOVERY */
	
	#project-discovery .page-title {
		/*background:url("../images/cards/strategy/project-discovery/card_title.png") no-repeat scroll 0 0 transparent;*/
		background:url("../images/cards/titles.png") 0 -399px no-repeat;
		height: 19px;
	}
	#project-discovery .strategy_line {
		/*background:url("../images/cards/strategy/project-discovery/line.png") no-repeat scroll 0 0 transparent;*/
		background:url("../images/cards/strategy_lines.png") 0 0 no-repeat;
		top: 190px;
		left: 160px;
	
	}

	/* SKETCHES */
	
	#sketches .page-title {
		/*background:url("../images/cards/strategy/sketches/card_title.png") no-repeat scroll 0 0 transparent;*/
		background:url("../images/cards/titles.png") 0 -439px no-repeat;
	}
	#sketches .strategy_line {
		/*background:url("../images/cards/strategy/sketches/line.png") no-repeat scroll 0 0 transparent;*/
		background:url("../images/cards/strategy_lines.png") 0 -145px no-repeat;
		top: 143px;
		left: 160px;
		height: 130px;
	}
	#sketches .strategy_steps {
		margin-top: 100px;
		
	}

	/* WEB DESIGN:PSDs */
	
	#design-psd .page-title {
		/*background:url("../images/cards/strategy/web design-psds/card_title.png") no-repeat scroll 0 0 transparent;*/
		background:url("../images/cards/titles.png") 0 -459px no-repeat;
	}
	#design-psd .strategy_line {
		/*background:url("../images/cards/strategy/web design-psds/line.png") no-repeat scroll 0 0 transparent;*/
		background:url("../images/cards/strategy_lines.png") 0 -277px no-repeat;
		top: 155px;
		left: 150px;
		height: 120px;
	}
	#design-psd .strategy_steps {
		margin-top: 100px;
		
	}

	/* DEVELOPMENT:CODING */
	
	#development-coding .page-title {
		/*background:url("../images/cards/strategy/development-coding/card_title.png") no-repeat scroll 0 0 transparent;*/
		background:url("../images/cards/titles.png") 0 -379px no-repeat;
	}
	#development-coding .strategy_line {
		/*background:url("../images/cards/strategy/development-coding/line.png") no-repeat scroll 0 0 transparent;*/
		background:url("../images/cards/strategy_lines.png") 0 -396px no-repeat;
		top: 157px;
		left: 145px;
		height: 120px;
	}
	#development-coding .strategy_steps {
		margin-top: 100px;
		
	}			
	/* CONTENT:COPYWRITING */
	
	#content-copywriting .page-title {
		/*background:url("../images/cards/strategy/content-copywriting/card_title.png") no-repeat scroll 0 0 transparent;*/
		background:url("../images/cards/titles.png") 0 -358px no-repeat;
	}
	#content-copywriting .strategy_line {
		/*background:url("../images/cards/strategy/content-copywriting/line.png") no-repeat scroll 0 0 transparent;*/
		background:url("../images/cards/strategy_lines.png") 0 -515px no-repeat;
		height: 120px;
		top: 155px;
		left: 150px;
	}
	#content-copywriting .strategy_steps {
		margin-top: 90px;
		
	}

	/* QUALITY ASSURANCE:DEPLOYMENT */
	
	#quality-assurance-deployment .page-title {
		/*background:url("../images/cards/strategy/qa/card_title.png") no-repeat scroll 0 0 transparent;*/
		background:url("../images/cards/titles.png") 0 -417px no-repeat;
	}
	#quality-assurance-deployment .strategy_line {
		/*background:url("../images/cards/strategy/qa/line.png") no-repeat scroll 0 0 transparent;*/
		background:url("../images/cards/strategy_lines.png") 0 -634px no-repeat;
		top: 120px;
		left: 140px;
		width: 431px;
		height: 240px;
	}
	#quality-assurance-deployment .strategy_steps {
		margin-top: 40px;
		
	}	
	/* FAQ */
	
	#faq .page-title {
		/*background:url("../images/cards/faq/card_title.png") no-repeat scroll 48% 0 transparent;*/
		background:url("../images/cards/titles.png") 0 -78px no-repeat;
		width: 160px;
		margin-left: 350px;
	}

	.faq_right {
		float: left;	
		margin: 40px 0 0 5px;
		position: relative;

	}
	
	.faq_char {
		width: 178px;
		height: 407px;
		/*background:url("../images/cards/faq/char.png") no-repeat;*/
		background:url("../images/cards/chars.png") -937px 0 no-repeat;
		top: 0px;
		left: 20px;
		position:relative;
	}	
	.faqs {
		float: right;
		margin: 20px 100px 0 0;
		width: 430px;
		text-align:justify;
		font-size: 0.85em;
		line-height:150%;
		position: relative;
		height: 430px;
	}
	.faqs h4 {
		color: #FC7E0D;
		font-weight:bold;
		margin-top: 10px;
	}	
	.set1, .set2, .set3, .set4 {
		position: absolute;
		top: 0px;
		left: 0px;
		display: none;		
	}
	.set1 {
		display: block;
	}
	#moreq {
		width: 168px;
		height: 23px;
		/*background:url("../images/cards/faq/moreq.png") no-repeat;*/
		background:url("../images/cards/titles.png") 0 -98px no-repeat;
		position: absolute;
		bottom: 0px;
		right: 0px;		
	}

	#moreq a {
		width: 168px;
		height: 23px;
		display: block;
	}

	/* PRICING */
	
	#pricing .page-title {
		/*background:url("../images/cards/pricing/card_title.png") no-repeat scroll 0% 0 transparent;*/
		background:url("../images/cards/titles.png") 0 -200px no-repeat;
		width: 250px;
	}

	.pricing_left {
		float: right;	
		margin: 10px 50px 0 0;

	}
	
	.pricing_char {
		width: 200px;
		height: 430px;
		/*background:url("../images/cards/pricing/char.png") no-repeat;*/
		background:url("../images/cards/chars.png") -742px 0 no-repeat;
		margin-right: 40px;
	}
	.prices {
		float: left;
		width: 500px;
		height: 450px;
		position: relative;
	}
	.prices p {
		margin: 10px 0;
		font-size: 0.85em;
		text-align:justify;
	}	
	#morep {
		width: 215px;
		height: 15px;
		/*background:url("../images/cards/pricing/morep.png") no-repeat;*/
		background:url("../images/cards/titles.png") 0 -220px no-repeat;
		position: absolute;
		bottom: 0px;
		right: 0px;		
	}

	#morep a {
		width: 215px;
		height: 25px;
		display: block;
	}
	.prices h4 {
		color: #FC7E0D;
		margin-top: 20px;
	}	
	/* FINANCING */
	
	#financing .page-title {
		/*background:url("../images/cards/deals/financing/card_title.png") no-repeat scroll 0% 0 transparent;*/
		background:url("../images/cards/titles.png") 0 -58px no-repeat;
		width: 170px;
	}

	.financing_right {
		float: left;	
		margin: 40px 0px 0 40px;

	}
	
	.financing_char {
		width: 213px;
		height: 439px;
		/*background:url("../images/cards/deals/financing/char.png") no-repeat;*/
		background:url("../images/cards/chars.png") -1527px 0 no-repeat;
	}
	.fin {
		float: right;
		text-align:justify;
		width: 450px;
		margin: 10px 90px 0 0;
		font-size: 0.85em;
	}	
	.fin p {
		margin: 10px 0;
	}	
	
	/* EQUITY PARTICIPATION */
	
	#ep .page-title {
		/*background:url("../images/cards/deals/ep/card_title.png") no-repeat scroll 0% 0 transparent;*/
		background:url("../images/cards/titles.png") 0 -39px no-repeat;
	}

	.ep_right {
		float: left;	
		margin: 40px 0px 0 40px;

	}
	
	.ep_char {
		margin-top: 20px;
		width: 300px;
		height: 301px;
		/*background:url("../images/cards/deals/ep/char.png") no-repeat;*/
		background:url("../images/cards/chars.png") -436px 0 no-repeat;
	}	
	#ep .fin {
		width: 390px;
	}

	/* JOBS:NEW CONTRACTORS */
	
	#contractors .page-title {
		/*background:url("../images/cards/jobs/contractors/card_title.png") no-repeat scroll 0% 0 transparent;*/
		background:url("../images/cards/titles.png") 0 -138px no-repeat;
	}

	.jobs_right {
		float: left;	
		margin: 20px 0px 0 50px;

	}
	
	.contractors_char {
		margin-left: 50px;
		width: 130px;
		height: 465px;
		/*background:url("../images/cards/jobs/contractors/char.png") no-repeat;*/
		background:url("../images/cards/chars.png") -1117px 0 no-repeat;
	}	
	.jobs_left {
		width: 390px;
		float: right;
		margin: 10px 120px 0 0;
		text-align:justify;
		font-size: 0.85em;
		position:relative;
		height: 445px;
	}
	.jobs_left p {
		margin: 10px 0;	
	}

	/* JOBS:SALES REPS */
	
	#salesreps .page-title {
		/*background:url("../images/cards/jobs/salesreps/card_title.png") no-repeat scroll 0% 0 transparent;*/
		background:url("../images/cards/titles.png") 0 -159px no-repeat;	
	}
	
	.salesreps_char {
		margin-top: 20px;
		width: 306px;
		height: 354px;
		/*background:url("../images/cards/jobs/salesreps/char.png") no-repeat;*/
		background:url("../images/cards/chars.png") -1226px 0 no-repeat;
	}	
	#mores {
		width: 118px;
		height: 20px;
		/*background:url("../images/cards/jobs/salesreps/mores.png") no-repeat;*/
		background:url("../images/cards/titles.png") 0 -179px no-repeat;
		position: absolute;
		bottom: 0px;
		right: 0px;		
	}

	#mores a {
		width: 118px;
		height: 25px;
		display: block;
	}
	#salesreps .jobs_right {
		margin: 20px 0px 0 10px;

	}
	/* ABOUT */
	
	#about .page-title {
		/*background:url("../images/cards/about/card_title.png") no-repeat scroll 0% 0 transparent;*/
		background:url("../images/cards/titles.png") 0 0 no-repeat;
		width: 330px;
	}	

	.about_right {
		float: left;	
		margin: 70px 0px 0 20px;

	}
	
	.about_char {
		width: 241px;
		height: 448px;
		/*background:url("../images/cards/about/char.png") no-repeat;*/
		background:url("../images/cards/chars.png") 0 0 no-repeat;
	}	
	.about_left {
		width: 420px;
		float: right;
		margin: 10px 120px 0 0;
		text-align:justify;
		font-size: 0.85em;
		position:relative;
		height: 445px;
	}
	.about_left p {
		margin: 10px 0;	
	}

	.about_steps {
		float: right;
		
	}
	.about_steps li {
		margin: 20px 0px;
		font-family:Geneva, Arial, Helvetica, sans-serif;
		font-size: 1.5em;
		font-weight:bold;
		
	}						
	.about_steps li span {
		color: #ade8ea;
		display: block;
		font-size: 0.9em;
		
	}	
	/* PORTFOLIO */
	
	#portfolio .page-title {
		/*background:url("../images/cards/portfolio/card_title.png") no-repeat scroll 0% 0 transparent;*/
		background:url("../images/cards/titles.png") 0 -257px no-repeat;
	}	
	#portfolio_intro {
		margin-top: 40px;
	}
	#portfolio_intro li {
	float: left;
	margin-right: 70px;
	width: 218px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	#portfolio_intro span {
	font-weight: bold;
	margin: 15px 0 7px 0;
	font-size: 0.9em;
	display: block;
	}

	#portfolio_intro li a {
	opacity:0.9 !important;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"!important;
	filter:alpha(opacity=90)!important;	
	}
	#portfolio_intro li a:hover {
	opacity:1 !important;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"!important;
	filter:alpha(opacity=100)!important;	
	}
		
/*	#portfolio_section {
		width: 150px;
		float: left;
		margin-top: 100px;
		color: #fff;
	}
	#portfolio_section a {
		text-decoration: none;
		color: #fff;
		width: 150px;
		display: block;
		padding-left: 5px;
		
	}	
	#portfolio_section a:hover, .highlite {
		background: #BBBBBB;
	}	


		
	#portfolio_holder {
		float:right;
		position:relative;
		margin: -20px 70px 0 0;
		width: 580px;
		height: 490px;
	}
	#portfolio_holder ul {
		position:absolute;
		top: 0px;
		left: 15px;
		display: none;
	}
	#portfolio_holder ul li {
		float: left;
		width: 177px;
		height: 109px;
		margin: 0 7px 7px 0px;
		padding: 4px 0 0 3px;
		background:url("../images/cards/portfolio/thumbs_mask.png") no-repeat scroll 0% 0 transparent;
		position: relative;
		
	}
	#portfolio_holder ul li span {
	position: absolute;
	bottom: 3px;
	left:5px;
	font-size: 0.8em;
	font-weight:bold;
	}
	#portfolio_holder ul li a {
	display: block;
	opacity:0.9 !important;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"!important;
	filter:alpha(opacity=90)!important;	
	}	
	#portfolio_holder ul li a:hover {
	opacity:1 !important;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"!important;
	filter:alpha(opacity=100)!important;
	}

	#portfolio_holder ul li a img {
	border: 1px solid #fff;
	}	*/		
	.db {
		display: block;
		height: 100%;
	}
	.bn {
		background: none;
	}

	/* ZOOMIN PANEL */
	#centering {
		display: none;
		background: #000723;
		position:relative;
	}
	#menu_placeholder {
		position: absolute;
		top: 10%;
		left: 68%;
	}
	#close {
		position:absolute;
		top: 0px;
		right: 0px;
		padding: 5px;
		background: #fff;
		display: none;
		
	}

	#close a {
		color: #000;
		text-decoration:none;
		background: #fff;
		padding: 5px 10px;
		font-size: 1.2em;
	}
			
	#centering_wrapper {
		width: 1000px;
		margin: 0 auto;
		position: relative;
	}
	#centering_loading {
		width: 100%;
		height: 100%;		
		position: absolute;
		background: url("../images/cards/portfolio/loader.gif") no-repeat scroll 50% 50% #000723;
		top: 0px;
		left: 0px;
		z-index: 1000;
		
	}

	#screenshot {
		margin-top: 170px;
		float: left;
	}	
	#tower {
		float: right;
		width: 260px;
		height: 650px;
		margin: 50px 20px 0 0;
		
	}
	.box {
		width: 246px;
		height: 196px;
		background:url("../images/cards/portfolio/screenshots/box_mask.png") no-repeat scroll 0% 0 transparent;
		margin: 0 0 20px 0;
		padding: 3px 0 0 3px;
		
	}
	#section {
		clear: both;
		/*margin-top: 50px;*/
	}
	#work_title, #section_long, #work_year {
		float: left;
	}
	#quick_menu {
		float: left;
	}
	#quick_menu li {
		float: left;
		margin-right: 1px;
	}
	#quick_menu li ul li{
		float: none;
		background: none;
		padding: 2px;
		font-weight: normal;
	}
	#quick_menu li ul li ul{
		width: 170px;
	}	
	#quick_menu li ul {
		display: none;
		background: #fff;
		color: #939292;
		margin-top: 1px;
		border: 1px solid #ccc;	
		width: 108px;
	}
	#quick_menu li ul li a {
		color: #939292;
		text-decoration: none;	
	}	
	#portfolio_tbar {
		position:absolute;
		width: 680px;
		top: 0;
		left: 0;
	}
	#our_work, #what_we_did {
		color: #fff;
		font-weight: bold;
		font-family:Geneva, Arial, Helvetica, sans-serif;
		font-size: 1.3em;
	}
	#our_work span {
		background:url("../images/items/white_dn_arrow.png") no-repeat scroll 95% 55% #FF7D00;
	}	
	#what_we_did span {
		background:url("../images/items/white_dn_arrow.png") no-repeat scroll 95% 55% #02A8FE;
	}
	#quick_menu #what_we_did ul {
		width: 132px;
	}
	#our_work span, #what_we_did span {
		padding: 5px 30px 5px 20px;
		display: inline-block;

	}
	#our_work span:hover, #what_we_did span:hover {
		cursor: pointer;
	}
	.our_work_sub {
		position: relative;
	}	
	.our_work_sub ul {
		position: absolute;
		left: 110px;
		top: -1px;
	}
	.our_work_sub a {
		display: block;
		padding: 3px;
	}
	#quick_menu .our_work_sub a:hover {
		background: #edebed;
		color: #000;
	}	
	.our_work_subsub {
		width: 160px;
	}
	.sep {
		float: left;
		margin-left: 50px;
		width: 1px;
		height: 150px;
	}
	#quick_menu #what_we_did li {
		padding: 5px;
	}
	.resized #tower {
	height: 520px;
	}
	.resized .box img {
	width: 190px;
	height: 150px;
	}	
	.resized .box {
	width: 196px;
	height: 156px;
	background:url("../images/cards/portfolio/screenshots/box_mask_small.png") no-repeat scroll 0% 0 transparent;
	}	
	.resized #screenshot {
	margin: 130px 0 0 50px;
	}
	.resized #section, .resized #work_title {
	margin-left: 50px;
	}		
