/* CSS Document */
*{
	margin:0px;
	padding:0px;	
}
body {
	background-image:url(../layout/bg.gif);
	background-color:#5f5f5f;
	background-repeat: no-repeat;
	background-position: center top;
	font-family:font;
	margin-top:20px;
	color:#FFF !important;
}
@font-face {
    font-family: 'font';
    src: url('font/exo-regular-webfont.eot');
    src: url('font/exo-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/exo-regular-webfont.woff') format('woff'),
         url('font/exo-regular-webfont.ttf') format('truetype'),
         url('font/exo-regular-webfont.svg#ExoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
#wrapper{
	width: 940px;
	margin-left:auto;
	margin-right:auto;
	display:block;	
}
header{
	height: 90px;	
	margin-bottom:5px;
}
#logo{
	width:440px;
	height:80px;
	float:left;
}
#social{
	width: 52px;
	height: 52px;
	padding-top: 7px;
	margin-left: 885px;	
}
#social a{
	opacity: 1;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
#social a:hover{
	opacity: .5;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
menu{
	width: 940px;
	height: 60px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
	background-color: rgba(0, 0, 0, .5);
    color: rgba(0, 0, 0, .5);      
}
menu ul{
	list-style-type:none;
	margin-left:37px;	
}
menu li{
	float:left;
	display:block;	
	line-height:60px;
	margin-right:30px;
}
.active{
	color:#76be7b;
	opacity: 1;
	text-decoration:none;
	cursor:default;
}	
menu a{
	font-size:17px;
}
menu a:hover{
	font-size:17px;
}
a{
	color:#FFF;
	opacity: 1;
	text-decoration:none;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

a:hover{
	color:#76be7b;
	text-decoration:none;
	opacity: .7;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;	
}
a img{
	border:none;	
}
#content{
	margin-top:10px;	
}

.clear{
	float:none;
	clear:both;
	width:100%;
	height:2px;	
}




h1{
	font-size:16px;
	margin-top:10px;
	color: #76be7b;	
}

h2{
	font-size:14px;
	margin-top:15px;
	color: #76be7b;	
}

h3{
	font-size:13px;
	padding-top:40px;
	color: #76be7b;	
}

#text ul{
	font-size:14px;
	margin-left: 35px;
	margin-top: 10px;
	//list-style-type:none;	
}
#text li{
	margin-bottom:10px;
	margin-top:10px;
}
