*{
	margin:0;
	padding:0;
}
body{
	background-color:#000;
	font-size:14px;
	font-family:Segoe UI,Corbel,Frutiger,Myriad Pro,Helvetica,Arial;
	font-weight:normal;
	color:#777;
}
a,a:hover,img{
	border:none;
	text-decoration:none;
	outline:none;
}
a{
	color:#aaa;
	font-size:12px;
}
a:hover{
	color:#fff;
}
h1{
	font-weight:normal;
	font-size:20px;
	color:#fff;
}
#wrap{
	width:961px;
	margin:auto;
	position:relative;
}
#top{
	position:relative;
	margin:25px auto;
	width:961px;
	height:131px;
	background:url(../img/top.png) top left no-repeat;
}
#menu{
	position:relative;
	top:-68px;
	text-align:center;
	float:left;
	width:100%;
}
#menu a{
	padding-right:20px;
	padding-left:20px;
	color:#000;
	font-size:22px;
}
#menu a:hover{
	color:#fff;
}
#content{
	display:block;
	margin-left:7px;
	position:relative;
	top:-55px;
	padding-top: 29px;
	overflow:hidden;
	width:948px;
	min-height:159px;
	background:url(../img/topgradrepeatx.png) top left repeat-x;
}
#content_text{
	width: 685px;
	float:left;
	margin: 0 0 0 20px;
}
#content_text p{
	margin-top: 1em;
}
#foot{
	clear:both;
	width:957px;
	height:140px;
	margin:auto;
	background:url(../img/foot.png) top center no-repeat;
}
#loading{
	position:absolute;
	top:170px;
	left:460px;
}
/* NEWS */
#news{
	margin-right:15px;
	float:right;
	width:212px;
	height:264px;
	background:url(../img/puffbg.png) bottom left no-repeat;
}
#news_top{
	width:212px;
	height:36px;
	background:url(../img/pufftop.png) top left no-repeat;
}
#news_content a{
	color:#555;
}
#news_content a:hover{
	color:#fff;
}
#news_content h2{
	color:#fff;
	font-size:16px;
	margin:5px 0 5px 10px;
	font-weight:normal;
}
#news_content p{
	color:#000;
	font-size:13px;
	margin:5px;
	padding-bottom:5px;
}
#portfolio_cases{
	margin:5em auto auto auto;
	display:inline;
}
#portfolio_cases a{
	cursor:pointer;
	width:200px;
	height:170px;
	float:left;
	text-align:center;
	padding:5px;
	margin:20px 45px 20px 45px;
	border:2px solid transparent;
}
#portfolio_cases a:hover{
	border-color:#aaa;
	background-color:#222;
}
#portfolio_cases label{
	float:left;
	clear:both;
	text-align:center;
	width:100%;
	cursor:pointer;
}
*::-moz-selection{
background-color:#ff5500;
color:#fff;
}
