html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
.float{
	float:left;
}
.float-right{
	float:right
}
/* Clear fix for floated elements */
.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 */
.clear{
	clear:both
}
@font-face {
font-family: Avenir;
src: url('/v2/AvenirLTStd-Book.otf');
}
#selected-work li h3{
		font-size:16px;
		font-family:Avenir,Georgia;
	}
	body{
		background: transparent url(../images/bg_inner.png) repeat-x left top;
 		font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
 		font-size:12px
	}
	
	a{
		text-decoration:none;
		font-weight: bold;
		color:#52929a
	}
	a:hover{
		text-decoration: underline
	}
	#header{
		height:135px;
		background: transparent url(../images/clouds.png) repeat-x left bottom;
 		padding-top:30px
	}
	h1 a{
		display:block;
		width:303px;
		height:51px;
		background: transparent url(../images/logo.png) no-repeat top left;
		text-indent:-9999px

	}
	#inner h1{
		margin-left:-25px
	}
	.midd{
		width:940px;
		margin: auto
	}
	
#nav ul li a{
	font-family:georgia;
	display:block;
	width:132px;
	height:24px;
	background: transparent url(../images/nav_contact.png) no-repeat left top;
	text-indent:-9999px;
 	margin-top:12px
}
#nav ul li a:hover{
	background: transparent url(../images/nav_contact.png) no-repeat left -24px;
}

	/* ===== WORK DETAIL ====== */
	#work{
		margin:86px auto 30px auto
	}
	
  #work_full{
  	width:1102px;
  	margin:auto
  }
  #work_detail{
  	position:relative
  }
  #work_detail h2{
  	font-size:18px;
  	margin-bottom:1em
  }
  #client_details{
  	position:relative;
  	margin-top:10px;
  	width:990px;
  }
  #client_details h2{
  	font-family:Avenir,Georgia;
  	font-size:24px;
  	margin-bottom:1.2em
  }
  #client_details ul.work_done{
  	margin:2.5em 0;
  	border-top:1px #ccc solid;
  	border-bottom:1px solid #ccc;
  	padding:1.5em 0
  }
  #client_details ul.work_done li{
  	margin-right:20px;
  	font-family:Avenir,Georgia;
  	font-size:18px
  }

  /* SLIDESHOW */
  
/*preload classes*/ 
.svw {width: 50px; height: 20px; background: #fff;} 
.svw ul {position: relative; left: -999em;} 
/*core classes*/ 
.stripViewer {  
position: relative; 
overflow: hidden;  
border:1px solid #ccc; 
margin: 0 0 1px 0; 

} 
.stripViewer ul { /* this is your UL of images */ 
margin: 0; 
padding: 0; 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none; 
} 
.stripViewer ul li {  
float:left; 
} 
/*.stripTransmitter { 
left:0px;
margin:auto;
overflow:auto;
position:absolute;
top:118px;
width:1%;
} */
.stripTransmitter { 
left:0px;
margin:auto;
overflow:auto;
position:absolute;
top:143px;
width:1%;
} 
#stripTransmitter1.stripTransmitter { 
left:1px;
margin:auto;
overflow:auto;
position:absolute;
top:1557px;
} 
#work_sec{
	margin-top:83px
}
.stripTransmitter ul { 
margin: 0; 
padding: 0; 
position: relative; 
list-style-type: none; 
overflow:hidden
} 
.stripTransmitter ul li{ 
width: 20px; 
float:left; 
margin: 0 1px 1px 0; 
} 
.stripTransmitter a{ 
font: bold 10px Verdana, Arial; 
text-align: center; 
line-height: 22px; 
background: #6CBFC9; 
color: #fff; 
text-decoration: none; 
display: block; 
-moz-border-radius:5px
} 
.stripTransmitter a:hover, a.current{ 
background: #8AAAAC; 
color: #fff; 
} 

form.wufoo a.power{
	display:none !important;
	border:1px solid red !important;
	position:absolute
}