* {
	margin:0;
	padding:0;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFF;
}

body:before {
    content: "";
    position: fixed;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	z-index: 100;
}

h1 {
	font-size:60px;
	text-transform:uppercase;
	letter-spacing:-3px;
	color:#fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
}

hr {
	margin:0 0 20px 0;
}

.fancybox img {
	display:inline-block;
	margin-right:-4px;
	margin-bottom:-4px;
}

a img, :link img, :visited img {  border: 0; }

a:link { color:#33ff99; }
a:visited { color:#33ff99; }
a:hover { color:#33ff99;
	-webkit-transition:color 0.2s ease;
	-moz-transition:color 0.2s ease;
	-o-transition:color 0.2s ease;
}

#menu a:link { color:#fff; }
#menu a:visited { color:#fff; }
#menu a:hover { color:#33ff99;
	-webkit-transition:color 0.2s ease;
	-moz-transition:color 0.2s ease;
	-o-transition:color 0.2s ease;
}
 
a { text-decoration:none; }

p {
	text-align:justify;
	margin:0 0 20px 0;
}

#wrapper {
	margin:0 auto;
}

#header {
	width:960px;
}



#header img {
	padding:30px 40px;
}

#menu {
	padding-bottom:130px;
}

#menu ul {
	list-style:none;
}

#menu ul li {
	text-transform:uppercase;
	font-size:100px;
	font-weight:bold;
	margin:0 0 -30px 0;
	letter-spacing:-8px;
}

#content {
	padding:20px 50px;
	margin:100px 0 0 0;
}

.hidden {
    display: none;
}

#top-link {
	position:fixed;
	bottom:25px;
	right:0;
	width:50px;
	height:50px;
	float:right;
	display:block;
}

.banner {
	display:block;
	max-width:860px;
	height:133px;
	background: url('../images/banner-about-b.jpg') center center no-repeat;
	margin:0 0 20px 0;
}

#footer {
	max-width:860px;
	height:70px;
	margin:50px auto 0;
	padding:0 50px 5px;
	background:#FFF;
	font-size:12px;
	color:#231f20;
}

#footer img {
	margin:12px 0 0;
}

#footer a:link {
	color:#231f20;
}

#footer a:hover {
	color:#33ff99;
}

#contact {
	width:720px;
	height:480px;
	padding:10px 20px;
	background:url('../images/contact-bg.jpg') center center no-repeat;
	margin:0 auto;
}

#contact input, textarea {
	width:380px;
	height:15px;
	padding:5px;
	margin:10px 0;
}

#contact textarea {
	height:190px;
	font-family:Arial, Helvetica, sans-serif;
	resize:none;
}

#contact fieldset {
	width:600px;
	padding:10px 0;
	border:none;
}

#contact .sendbtn {
	width:100px;
	height:30px;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:12px;
}
.pf-title {
    color:#fff;
}
