body{
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0;
	background-color:white;	
	color:#5a4e65;
  behavior: url(/css/csshover3-source.htc);
}

.clear{
	clear:both;
}
h1{
	font-size: 18px;
	font-weight:bold;
	margin: 0 0 6px;
	padding:0;
	text-transform:lowercase;
	color:#1a1a1a;
  letter-spacing: -1px;
}
h2 {
	font-size: 47px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #1a1a1a;
  letter-spacing: -2px;
}
h3{
	font-size:26px;
	font-weight:normal;
	color:#1a1a1a;
	line-height:100%;
	margin:40px 0 0 0;
	padding:0;
}
h3 a{
	text-decoration:underline;
}
h3.quote{
	margin:0;
	padding:47px 0 10px 0;
	background:url(../img/quote.gif) no-repeat;
}

h4{
	font-size:73px;
	font-weight:bold;
	margin:0;
	padding:0;
	color:#1a1a1a;
}
h4 a{
	text-decoration:none;
}

h5{
	font-size:36px;
	font-weight:normal;
	color:#c7c7c7;
	margin:0;
	padding:0;
}

p{
	margin:15px 0;
	padding:0;
}

a{
	color:#000000;
	text-decoration:underline;
}
a:active{
	outline: none;
}
:focus{
  -moz-outline-style: none;
}
a:hover{
	color:#333333;
	text-decoration:none;
}
a:visited{
	color:#838283;
}

img{
	border:none;
}
ul{
	margin:0 0 40px 0;
	padding:0 0 0 10px;
}
ul li{
	margin:6px 0;
	padding:0 0 0 15px;
	background:url(../img/arrow.gif) no-repeat 0 5px;
	list-style:none;
	line-height:15px;
}
ul li ul, .level1, .level2, .level3, .level4 {
	font-size:11px;
	margin-left:10px;
}

/*Wrapper*/

#Wrapper{
	width:960px;
	margin:0 auto;
}
/*inner project page*/
body.inner #Content, body.inner #Footer {
	background:none;
}
body.inner #Page{
	width:620px;
	margin:0;
}
body.inner #Sidebar{
	margin-top:75px;
}
body.inner #Sidebar .controls{
	margin-bottom:20px;
	margin-top:-55px;
}
body.inner #Sidebar h3{
	font-size:30px;
	margin:0;
}

/*Header*/

#Header{
	width:920px;
	height:110px;
	overflow:hidden;
	padding:18px 0 0 40px;
	border-left:1px solid #d5d5d5;
}

#Logo{
	float:left;
	background: url(/img/netage.png) no-repeat;
}
#Logo a{
	width:94px;
	height:31px;
	display:block;
	text-indent:-999px;
}
#Logo img{
	display:none;
}

ul#Navigation{
	height:18px;
	overflow:hidden;
	margin:8px 0 0 30px;/**/
	padding:0;
	list-style:none;
	float:left;
}
ul#Navigation li{
	margin:0;
	padding:0;
	font-size:13px;
	float:left;
	padding:0 9px 0 0;
	margin:0 9px 0 0;
	background:url(../img/nav-border.gif) no-repeat right 4px;
  text-transform: uppercase;
}
ul#Navigation li a{
	text-decoration:none;
	margin:0;
	padding:0;
	border:1px solid #fff;
	display:block;
	float:left;
	color:#838283;
}
*html ul#Navigation li a{
	display:compact;
	width:40px;
}
ul#Navigation li a:hover{
	color:#000000;
}
.active{
	color:#000000;
}

#Language{
	font:10px Arial, Helvetica, sans-serif;
	color:#919191;
	margin:10px 0 0 0;
	_margin-left:-8px;
	cursor:pointer;
	float:left;
}
#Language a{
	font:10px Arial, Helvetica, sans-serif;
	color:#919191;
}

/*Slideshow*/
#slideshow{
	width:580px;
	min-height:280px!important;
	_height:280px;
}
.slideshow-item{
	width:580px;
}
#slideshow .slideshow-item h2 {
	font-size:70px;
	width:580px;
}
#slideshow .slideshow-item h2 a { text-decoration: none; }
#slideshow .slideshow-item h2 a:hover { color: #919191; }
.slideshow-item ul{
	margin:0;
	padding:0;
	display:none;
}

/*Controls*/

.controls{
	width:100%;
	height:40px;
	margin:20px 0 0 0;
	overflow:hidden;
	position:relative;
}
a.btn-prev{
	width:26px;
	height:25px;
	display:block;
	float:left;
	text-indent:-9999px;
	background:url(../img/btn-prev.gif) no-repeat;
}
.home a.btn-next{
	min-height:25px;
	line-height:25px;
	padding-top:0;
}
a.btn-next{
	width:165px;
	height:35px;
	display:block;
	float:left;
	padding:4px 0 0 35px;
	color:#919191;
	text-decoration:none;
	background:url(../img/btn-next.gif) no-repeat;
}
a.btn-prev:hover, a.btn-next:hover{
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
}


/*Footer*/

#Footer{
	font:10px Arial, Helvetica, sans-serif;
	color:#919191;
	width:260px;
	float:right;
	padding:60px 0 30px 40px;
	background:url(../img/vline.gif) repeat-y 1px 0;
}
#Footer a{
	color:#919191;
}

#Preview {
	position: absolute;
  top: 0;
  left: 50%;
  width: 300px;
  margin: 0 0 0 -150px;
  font-size: 11px;
  padding: 3px;
  background: #FBE384
}

.fb-like { padding: 30px 0 10px; }

