* {
	outline: none;
}

body {     
	/*background: #000000 url('../media/bg-big-glow.jpg') no-repeat scroll 50% 100%;*/
	background-color: #000000;
    margin: 0;
    padding: 0;
}

.clear {
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
}

.fl { float: left; }
.fr { float: right; }

html, body {
	height:100%;	
}

.standby {
	position:absolute;
	z-index: 9999;
	top:0;
	left:0;
	background-color: #000;
	color:#222;
	font-size:500px;
	overflow: hidden;
}

#wrapper{
	position:relative;
	width:100%;
	min-height:100%;
	margin: 0;
	padding: 0;
	zoom:1;
}

#content-wrapper{
	position:relative;
	width:900px;
	margin: 0 auto;
	padding: 0;
	zoom:1;
}


#ohplay{
	position:absolute;
	z-index:140;
	top:30px;
	left:0;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

#ohplay h4 {
	margin: 18px 0 0 15px;
	font-size: 12px;
}

#menu{
	position:absolute;
	z-index:130;
	top: 90px;
	left:0;
	margin: 0;
	padding: 0;
	height:55px;
}

div.navulwrap {
	max-height:90px;
	overflow:hidden;
	padding-left:1px;
}

div.more {
	width: 100%;
	height: 14px;
	position: absolute;
	bottom: -14px;
	left: 1px;
	display: none;
}

div.menuholder {	
	display:none;	
	position: absolute;
	background: #000000;	
	overflow: visible;
	z-index: 10;
	left: 1px;
	top: 77px;	
	width: 180px;
}

div.naviopen {
	width: 180px;
	overflow: auto;
}


div.navimenuopen {
	margin: 0;
}

#content-block {
	z-index:120;	
	position:absolute;
	left: 0px;
	top: 10px;
	margin: 0;
	padding: 0;
}

.content-block-text {
	position: absolute;	
	width:450px;
	left: 100px;
	top: 80px;
	/*margin:80px 0 0 100px;*/
}

#home-feature-img {	
	position:absolute;
	left: 100px;
	top: 80px;	
	z-index:10;
}

#home-feature-desc {	
	position:absolute;
	left:345px;
	top: 80px;	
	z-index:30;	
	width:400px;
}

#home-feature-text {	
	position:absolute;
	left:0px;
	top: 0px;	
	z-index:20;	
	width:400px;
}

#home-feature-overlay {
	background-color: #000000;		
	position:absolute;
	left:0px;
	top: 0px;	
	z-index:10;	
	width:400px;
	height:40px;
	opacity: 0.9;
}


#rightside {
	position:absolute;
	z-index:110;
	top: 50px;
	right:0;
	margin: 0;
	padding: 0;	
	width:250px;
}

#project-desc {
	margin: 35px 0 0 0;
}


#news-block{
	margin: 20px 0 40px 0;
	padding: 0;		
}

#clients{
	display:block;
	width: 300px;
	margin:30px 0;
}


#contact{
	margin:50px 0px 10px 0px;
	display:block;
}

.loader {
	background: url(../media/ajax-loader.gif) no-repeat scroll 0 0 transparent;
}

.homeloader {
	background: url(../media/ajax-loader.gif) no-repeat scroll 99px 80px transparent;
	min-width:500px;
	min-height:400px;
}

#zoom-icon-div.loading {
	background: url(../media/ajax-loader.gif) no-repeat scroll 0 0 transparent;
	opacity:1;
}

#zoom-icon-div {
	display:block;
	float:right;
	width:14px;
	height:18px;
	background: url(../media/zoom.gif) no-repeat scroll 0px 0px transparent;
	opacity:0.4;
}

#zoom-icon-div:hover {
	opacity:1;
}


#desc-div {
	cursor: pointer;	
	position: absolute;
	z-index: 10;
	top: 80px;
	left: 100px;
	width:580px;
	height:550px;
	background: url(../media/textbox_bg.png) no-repeat scroll 0px 0px transparent;	
}


#desc-div-text {
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 5px;
	width:500px;	
}

#desc-div-bg {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width:500px;
	height:420px;
	background-color: #000000;	
	opacity:0.9;
}


ul {
	list-style: none;
}


ul#imagenav {
	margin: 20px 0 5px 0;
}

ul#imagenav li {
	display:inline;
	margin: 0;
}

ul#nav,ul#twit-twit,ul#twit-twit ul {
    list-style: none;
    padding:0;
    margin: 0;
}

ul#nav li{
    display:block;
    margin:0;
	padding:0;
}

ul#twit-twit li.twit-date, ul#twit-twit li.twit-date ul li{
    margin-bottom:2em;
	padding:0;
}

div#imageholder img {
	cursor: pointer;
}

ul#project-grid-ul{
	list-style: none;
	display:block;
	clear:both;
	width: 800px;
}

ul#project-grid-ul li{
	float:left;
	width:250px;
	margin-right:15px;
	height:210px;	
}

.project-thumb-box {
	float:left;
	width:250px;
	height:160px;
	background-color:#111;
}



.project-thumb-img {
	opacity: 1;
	-webkit-transition: opacity 0.3s linear;
}

.project-thumb-img:hover {
	opacity: 0.7;
}
