@charset "utf-8";
/* CSS Document */

body {
 	 padding: 0;
     margin: 0;
 	 background: #3e2712 url(../images/bodybg.jpg) no-repeat center top;
 	 width: 100%;
}

body.fixed {
 	 padding: 0;
	 margin: 0;
 	 background: #3e2712 url(../images/bodybg2.jpg) no-repeat fixed center top;
  	 width: 100%;
}

img.floatLeft { 
    float: left; 
    margin: 5px 10px 0px 0px; 
}

a img {
 border: none;
}

a:hover img.shadow {
	background-color: #fff;
    -webkit-transition: background-color 0.5s linear;  
    -moz-transition: background-color 0.5s linear;  
    -o-transition: background-color 0.5s linear;  
	-moz-box-shadow: 0px 0px 0px #000;
	-webkit-box-shadow: 0px 0px 0px #000;
    box-shadow: 5px 5px 5px #000;
}  

#wrapper{
	margin:0 auto;
	padding-top:0px;
	text-align:left;
	width: 960px; 
}

#navigation {
	height: 70px;
	width: 940px;
	margin: 0px auto 65px auto;
	position: relative;
}

#navigation span.logo {
	width: 237px; 
	float: left; 
	border-bottom: none;
}

#navigation ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	height: 0px;
	position: absolute;
	bottom: 57px;
	right: 0px;
}

#navigation li {
	float: left;
	position: relative;
}

#navigation li a:link, #navigation li a:visited {
	font-size: 11px;
	font-family: verdana, sans-serif;
	text-decoration: none;
	color: #ffffff;
	padding: 10px 0px;
	margin: 0px 0px 0px 35px;
}

#intro {
	width: 525px; height: 187px;
    background: url(../images/hello.png);
	text-indent: -9999px;
	font-size: 30px;
	font-family: verdana, serif;
	line-height: 48px;
	float: right;
	position: static;
	margin: -15px 10px 0px 0px;
	color: #ffffff;
}

#featured {
	width: 960px;
	list-style: none;
	margin: 300px 0px 0px 10px;
	position: relative;
}

#featured ul {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

#featured li {
	float: left;
	position: relative;
	padding: 0px 20px 0px 0px;
}

#about {
	float: left;
	font-size: 11px;
	font-family: verdana, serif;
	text-decoration: none;
	color: #ffffff;
	margin: 112px 0px 0px 0px;
	width: 455px;
	line-height: 22px;
	text-align: left;
}

p.about {
	width: 184px; height: 17px;
    background: url(../images/about.png);
	text-indent: -9999px;
	font-size: 18px;
	font-family: verdana, sans-serif;
	margin: 30px 0px 15px;
	color: #ffffff;
}

#contact {
	float: right;
	width: 385px;
	font-size: 11px;
	font-family: verdana, serif;
	text-align: left;
	margin: 105px 47px 0px 0px;
	color: #ffffff;
}

p.contact {
	width: 69px; height: 14px;
    background: url(../images/contact2.png);
	text-indent: -9999px;
	font-size: 18px;
	color: #ffffff;
	margin: 37px 0px 21px;
}

.input-name, .input-email, .input-message {
	background:url(../images/contact.png);
	margin-bottom:0px;
}

.input-name {
	width:310px;
	height:33px;
	padding:11px 0 0 70px;
}

#nameinput {
	border:none;
	width:300px;
	background:none;
}

.input-email {
	width:310px;
	height:21px;
	padding:11px 0 0 70px;
	background-position:left -45px;
}

#emailinput {
	border:none;
	width:300px;
	background:none;
}

.input-message {
	width:368px;
	height:110px;
	padding:45px 0 0 12px;
	background-position:left -75px;
}

#messageinput {
	border:none;
	width:355px;
	background:none;
	height:95px;
}

.form-submit {
	margin: 5px 0px 0px 0px;
}

#footer {
	background: url(../images/FOFooter.png);
	width: 100%;
	float: left;
	margin: 35px 0px 0px 0px;
	min-height:46px;
}

p.footer {
	margin:0 auto;
	padding-top:22px;
	width: 960px;
	font-size: 9px;
	font-family: verdana, sans-serif;
	text-decoration: none;
	text-align: left;
	color: #ffffff;
}

#pfheader {
	width: 127px; height: 23px;
    background: url(../images/portfolio.png);
	text-indent: -9999px;
	font-size: 30px;
	font-family: verdana, serif;
	line-height: 48px;
	float: right;
	position: static;
	margin: 16px 10px 0px 0px;
	color: #ffffff;
}

#portfolio {
	width: 960px;
	list-style: none;
	margin: 200px 0px 0px 10px;
	position: relative;
}

#portfolio ul {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

#portfolio li {
	float: left;
	position: relative;
	padding: 0px 20px 0px 0px;
}

p.portfolio {
	width: 219px;
	margin: 5px 0px 30px 0px;
	font-size: 10px;
	font-family: verdana, sans-serif;
	text-decoration: none;
	text-align: center;
	line-height: 18px;
	color: #ffffff;
}