body{
	/*font-family: Impact,Charcoal,sans-serif;
	font-style:normal;
	font-weight:normal;
	font-family:Verdana, Geneva, sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	letter-spacing:0px;
	background:#abc838;
	color:#493d3d;
	margin:0;
	height:100%;
	/*text-transform:lowercase;*/
}
a{
	text-decoration:none;
}
#nav a, h1 a{
	color:#493d3d;
}
#nav a:hover div, h1 a:hover{
	background:#FFF;
	cursor:pointer;
}
img, img a{
	border:0px;
}
h1{
	font-weight:bold;
	padding:0px;
	margin:0px;
	color:#FFF;
}
h2{
	font-size:18px;
	line-height:16px;
	margin-top:-5px;
	/*color:#dae7a8;*/
	padding:0px;
}
#logo{
	position:fixed;
	float:left;
	height:100%;
	left:0px;
	top:0px;
}
#logo img{
	height:90%;
}
#content{
	display:none;
}
#nav{
	/*width:auto;
	max-width:220px;*/
	max-width:950px;
	/*font-size:20px;
	line-height:18px;*/
}
#nav div{
	overflow:hidden !important;
}
#main{
	/*position:absolute;*/
	top:100px;
	max-width:950px;
	height:100%;
	text-align:left;
}
.clientImage{
	width:100%;
}
.active, .active a, #nav .active a{
	background:#493d3d;
	color:#FFF;
}
.date{
	font-size:12px;
	margin-top:-20px;
	font-style:italic;
	float:right;
	overflow:hidden;
}
.techs{
	font-size:12px;
	line-height:10px;
}
.launch{
	margin:15px 0 10px 0;
	background:#493d3d;
	color:#FFF;
	width:100%;
}
.launch:hover{
	background:#FFF;
	color:#493d3d;
}
.footer{
	clear:both;
	height:40px;
}
#social{
	height:100px;
	width:100%;
	font-size:10px;
	/*color:#FFF;*/
}
#social img{
	padding:5px;
}

#social a{
	color:#abc838;
}
#social a:hover{
	color:#493d3d;
}
.tDate{
	overflow:hidden;
	font-size:9px;
	font-style:italic;
	/*color:#FFF;*/
}
.latest{
	margin:15px 0 10px 0;
	background:#493d3d;
}