@import url("reset.css");

body {
	font: 62.5% "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	background: #282B26;
	color: #eee;
}

h1 {
	text-indent: -99999em;
	width: 720px;
}

h4 {
	font-size: 24px;
	font-weight: normal;
	color: #fff;
}

a:hover {
	color: #fff;
}

a:link, a:visited {
	color: #A7C198;
	text-decoration: none;
}

a:hover {
	color: #fff;
}

p {
	font-size: 1.5em;
}

/* @group Navigation */

#nav {
	width: 154px;
	margin: -138px 0 0 544px
}

#nav li {
	height: 20px;
	margin: 0 0 10px;
}

#nav li#n-home, 
#nav li#n-projects, 
#nav li#n-about,
#nav li#n-contact {
	cursor: pointer;
	position: absolute;
	text-indent: -9999em;
	background: url(../images/nav.png) no-repeat;
}

#nav li#n-home {
	background-position: 8px -146px;
	height: 22px;
	width: 33px;
}

#nav li#n-home:hover {
	background-position: 8px -58px;
}

#nav li#n-projects {
	background-position: -48px -88px;
	height: 86px;
	width: 23px;
	margin: -55px 0 0 54px;
}

#nav li#n-projects:hover {
	background-position: -48px 0;
}

#nav li#n-about {
	background-position: -87px -88px;
	height: 64px;
	margin: -55px 0 0 95px;
	width: 23px;
}

#nav li#n-about:hover {
	background-position: -87px 0;
}

#nav li#n-contact {
	background-position: -136px -88px;
	height: 87px;
	width: 18px;
	margin: -55px 0 0 144px;
}

#nav li#n-contact:hover {
	background-position: -136px 0;
}

#nav li#n-about:hover {
	
}

#nav li#n-contact:hover {
	
}

#nav li#n-projects:hover {
	
}

#n

av li#n-home:hove r
	
{
}

/* @end */

#contact {
	background: url(../images/form-bg.png) no-repeat center top;
	text-align: center;
	height: 684px;
}

#contact legend {
	text-align: center;
	font-size: 1.8em;
	color: #535353;
	padding-left: 110px;
	margin-bottom: 20px;
}

#contact h3 {
	background: url(../images/stay-connected.png) no-repeat center top;
	height: 46px;
	text-indent: -9999em;
}

fieldset p {
	margin: 5px 0;
	clear: both;
}

label {
	font-size: 1.5em;
	width: 170px;
	float: left;
	text-align: right;
	color: #A7C198;
	font-weight: normal;
	margin-top: .3em;
}

input[type="text"] {
	font-size: 1.8em;
	padding: 0 4px;
	font-weight: bold;
}

#visitorName,
#visitorEmail,
#visitorMessage {
	width: 440px;
	margin: 0 0 0 -30px;
	border: 4px solid #111;
}

textarea {
	padding: 4px;
	font: 1.2em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#send {
	margin: 5px 0 0 -135px;
	text-indent: -9999em;
	width: 176px;
	height: 42px;
	border: none;
	cursor: pointer;
	background: url(../images/button-send.png) no-repeat;
	background-position: 0 0;
}

#send:hover {
	background-position: -176px 0;
}

#about h3 {
	background: url(../images/welove.png) no-repeat center top;
	height: 200px;
	text-indent: -9999em;
}

#about {
	background: url(../images/soil-bottom.png) no-repeat center bottom;
	padding-bottom: 30px;
}

ul#tags li {
	padding: 10px 10px 10px 15px;
	float: left;
	display: block;
	background: #424342;
	margin: 10px;
}

ul#tags li:hover {
	background: #161815;
}

ul#tags li a {
	color: #A7C198;
	background: url(../images/taghole.png) no-repeat right center;
	padding-right: 1.2em;
	font-size: 2.1em;
	vertical-align: middle;
}

ul#tags li a:hover {
	color: #fff;
}

#head {
	position: fixed;
	z-index: 90;
	top: 0;
	border-top: 20px solid #282B26;
	height: 230px;
}

#wrap {
	width: 720px;
	margin: 0 auto;
}

#projects {
	background: transparent url(../images/projects-sign.png) no-repeat center 20px;
}

#projects ul {
	width: 640px;
	margin: 80px auto 0;
	text-align: center;
}

#projects ul li {
	padding: 5px 0;
}

#projects ul li:hover {
	opacity: .9;
}

#projects ul p {
	color: #777;
}

#frq {
	float: left;
	width: 200px;
}

#qzr {
	float: right;
	width: 200px;
}

#page {
	margin: 190px auto 0;
	padding: 0;
	text-align: center;
	width: 720px;
}

div.pane {
	clear: left;
	height: 800px;
	margin: 10px auto;
	overflow: auto;
	position: relative;
	width: 720px;
}

.block {
	margin: 0 0 50px;
	overflow: hidden;
	padding: 50px 0 0;
	text-align: left;
}

#logo {
	background: transparent url(../images/logo.png) no-repeat 0 0;
	height: 210px;
}

#footer {
	
}

#copyright {
	margin-top: 110px;
	color: #777;
	font-size: 1.2em;
}

.block:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

ul#tags li {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#projects ul a:hover {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}