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

* {
	border:0 none;
	margin:0;
	padding:0;
}
html, body {
    height: 100%;
	width: 100%;
}


body
{
	font: 14px Verdana, Geneva, Tahoma, sans-serif;
	color: #231600;
	background: #e2ddc7 url(images/bg.png);
	margin:0;
	padding:0;
	text-align:center;
	position:relative;
}

body a{
	outline: none;
}

#container
{
	position: relative;
	width: 900px;
	margin: 0 auto;
	min-height: 100%;

}
#header{
	padding-top: 10px;
	padding-bottom: 15px;
}
#logo 
{
	background-image:url(images/title.png);
	background-repeat:no-repeat;
	float: left;
	border:0 none;
	margin: 0;
	padding:0px;
	height: 96px;
	width: 100%;
}
#monster{
	position:relative;
	background-image:url(images/monster.png);
	background-repeat:no-repeat;
	float:right;
	top: -70px;
	padding:0px;
	height: 227px;
	width: 338px;
}
#nav{
	position: relative;
	top: 60px;
	left: 50px;
	height: 46px;
	text-align: left;
}

ul#menu li, ul {
	margin:0px;	padding:0px;
	list-style:none;
	margin-right:10px;
	font-size: 24px;
	display:inline;

}
ul#menu li a, ul{
	text-decoration:none;
	color:#231600;
}
ul#menu li a:hover{
	background-image: url(images/underline.png);
	background-position: center;
	background-repeat: no-repeat;
	color:#231600;

}

#about{
	position: relative;
	margin-top: 200px;
	margin-bottom: 800px;
}


#aboutme{
	position: relative;
	background-image: url(images/about.png);
	background-repeat: no-repeat;
	height: 79px;
	width: 100%;
	padding-bottom: 5px
}
#about p{
	padding: 5px;
line-height: 22px;
	text-align: left;
}

#portfolio{
	position: relative;
	margin-top: 100px;
	margin-bottom: 800px;
}
#portfolioimg{
	position: relative;
	background-image: url(images/portfolio.png);
	background-repeat: no-repeat;
	height: 92px;
	width: 100%;
	padding-bottom: 5px
}
#portfolioin img{
	padding: 5px;
	border:2px solid #231600;
}

#portfolio p{
	padding: 5px;
	text-align: left;
}

#hire{
	position: relative;
	margin-top: 100px;
	margin-bottom: 800px;
}
#hireme{
	position: relative;
	background-image: url(images/hireme.png);
	background-repeat: no-repeat;
	height: 88px;
	width: 100%;
	padding-bottom: 5px
}
#hire p{
	padding: 5px;
	text-align: left;
}

#contact{
	position: relative;
	margin-top: 100px;
	margin-bottom: 500px;
}
#contactme{
	position: relative;
	background-image: url(images/contact.png);
	background-repeat: no-repeat;
	height: 88px;
	width: 100%;
	padding-bottom: 5px
}
#contact p{
	padding: 5px;
	text-align: left;
}

#top{
	padding:10px;
	position:relative;
	height: 54px;
	width: 53px;
}

#bottom {
	position: relative;
	width: 100%;
	height: 1px;

}

#footer {
	bottom: 0px;
	position:fixed;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	overflow:hidden;
	height: 211px;
	width: 100%;
	background-position: center center;
	z-index: 5;
}
#footer p{
	position:relative;
	top: 175px;
	color:#231600;
	font-size:0.9em;
}
#footer a {
	color:#3c2908;
	text-decoration: underline;
}
#footer a:hover { color:#472d00; text-decoration: none;}


/* contact css */

#contactf{
	text-align:left;

}
.clear { clear: both; }
fieldset { border: none; }
input, textarea, a { outline: none; }

form {
	
}

h5 {
	text-align: center;
	padding-top: 200px;
}
#formLeft {
	width: 320px;
	float: left;
	}
	#formLeft input {
		width: 250px;
		margin: 0 0 20px 0;
		border: none;
		text-align: left;
		background: none;
		margin: 7px 0 0 10px;
		font-size: 1.6em;
	}
	#formLeft .input-bg {
		background: url(contact/images/form-sm-bg.png) bottom left no-repeat transparent;
		height: 45px;
		margin-bottom: 10px;
		position: relative;
	}
	#formLeft .active {
		background: url(contact/images/form-sm-bg.png) top left no-repeat transparent;
	}
#formRight {
	width: 360px;
	float: right;
	padding-right: 44px;
	}
	#formRight textarea {
		width: 298px;
		height: 209px;
		display: block;
		border: none;
		background: none;
		margin: 0 0 0 20px;
		padding: 13px 0 13px 0;
		font-family: Helvetica, sans-serif;
		font-size: 1.6em;
		overflow: auto;
	}
	#formRight .message-bg {
		background: url(contact/images/message-bg.png) bottom left no-repeat transparent;
		height: 238px;
	}
	#formRight .active {
		background: url(contact/images/message-bg.png) top left no-repeat transparent;
	}
label {
	display: block;
	font-size: 1.3em;
	text-indent: 10px;
	font-weight: bold;
}
label.error {
	position: absolute;
	top: -20px;
	right: 50px;
	padding: 3px;
	color: #990000;
	font-size: 0.8em;
	text-align: right;
	font-style: italic;
	font-weight: normal;
}
input.submit-button {
	float: right;
	padding-right: 31px;
}

select {
	  margin: 10px 5px 10px 0px;
	  padding-left:2px;
	  font-family:	"Tahoma", Arial, Helvetica, sans-serif;
	  font-weight:bold;
	  font-size:1.3em;
	  width : 11em; 
	  display : block;
	  text-align:left; 
	  background: url(contact/bg_select.png) right;
	  /*height:18px;*/
	  cursor: pointer;
	  border:2px solid #231600;
	  color:#231600;
}
