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

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	}
	

a:link {
	font-size:13px;
	color:#666;
	text-decoration:none;
	font-weight:bold;
}

a:visited {
	font-size:13px;
	color:#666;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	font-size:13px;
	color:#96b101;
	text-decoration:none;
	font-weight:bold;
}

a:active {
	font-size:13px;
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

h1 {
	font:Arial;
	font-size:28px;
	color:#cd8d02;
	font-weight:normal;
	font-style:normal;
	letter-spacing:normal;
	margin-top:70px;
}

h2 {
	font:arial;
	font-size:10px;
	color:#a6a5a5;
}

h3 {
	font:arial;
	font-size:22px;
	color:#cd8d02;
	font-weight:lighter;
	font-style:normal;
	letter-spacing:normal;
	margin-top:40px;
}

h4 {
	font:arial;
	font-size:16px;
	color:#cd8d02;
	font-weight:lighter;
	font-style:normal;
	letter-spacing:normal;
	margin-top:30px;
}

.orangetext {
	color:#cd8d02
}

p {
	font:arial;
	font-size:12px;
	color:#232323;
}
	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
	background-color: #232323;
	background-image:url(images/header_gradient.png);
	background-repeat:no-repeat;
	background-position:center top;
	
}

#wallpaper {
	width:100%;
	height:100%;
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
	position:fixed;
	top:0;
	z-index:-3;
}

#header {
	width:100%;
	height:20px;
	background-color:#000;
	position:fixed;
	top:0;
	z-index:11;
}

#container {
	width:960px;
	height:2225px;
	margin:auto;
	position:relative;
}

img#me{
	margin-top:20px;
	margin-left:10px;
	z-index:2;
}

img#logo {
	position:absolute;
	top: 20px;
	left:-32px;
	z-index:9;
}


#me_container {
	position:absolute;
	left:360px;
	top:20px;
	z-index:10;
}

#me {
  position:relative;
  width:400px; /* Set your image width */
  height:300px; /* Set your image height */
}

#me img {
  display:none;
  position:absolute;
  top:0;
  left:0;
}

#me img.active {
  display:block;
}


img#content_top {
	position:absolute;
	top:317px;
}

#nav {
        width:137px;
		height:239px;
		position:fixed;
		top:5px;
		margin-left:800px;
        background-image:url(images/nav.png);
		background-repeat:no-repeat;
		z-index:4;

}


img.a {
	position:absolute;
	z-index: 10;
}
 
img#up {
	position: absolute;
	left: 46px;
	bottom: 112px;
}

img#portfolio {
	position: absolute;
	left: 16px;
	bottom: 87px;
}

img#about {
	position: absolute;
	left: 15px;
	bottom: 64px;
}

img#contact {
	position: absolute;
	left: 12px;
	bottom: 46px;
}

img#down {
	position: absolute;
	left: 46px;
	bottom: 15px;
}

#content {
		width:760px;
		height:2225px;
		background-image:url(images/content_shadow.png);
		background-repeat:no-repeat;
		background-position:top left;
		background-color:#faf9f9;
		border:1px solid black;
		padding:80px 0 0 0;
		position:absolute;
		margin-top:344px;
		-moz-border-radius: 0 0 20px 20px;
		-webkit-border-radius: 0 0 20px 20px;
		-khtml-border-radius: 0 0 20px 20px;
		/*IE*/
		behavior: url(border-radius.htc);
   		border-radius: 0 0 20px 20px;
		zoom: 1;
		z-index:3;
}

#section1 {
	width:665px;
	height:900px;
	margin:auto;
}


#section2 {
	position:relative;
	width:665px;
	height:590px;
	margin:auto;
}

#pdf_btn01 {
	position:absolute;
	background-image:url(images/pdf_btn.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:306px;
	height:30px;
	right:-46px;
	top:220px;
}

#pdf_btn02 {
	position:absolute;
	width:101px;
	height:63px;
	right:170px;
	top:290px;
}


#section3 {
	width:665px;
	height:660px;
	margin:auto;
}

input#message_name {
	background-image:url(images/forms/textfieldfull.jpg);
	background-position:0px 0px;
	width:248px;
	height:25px;
	padding:10px;
}

input#message_name:hover {
	background-image:url(images/forms/textfieldfull.jpg);
	background-position:0px 90px;
}

input#message_name:focus {
	background-image:url(images/forms/textfieldfull.jpg);
	background-position:0px 45px;
}

input#message_email {
	background-image:url(images/forms/textfieldfull.jpg);
	background-position:0px 0px;
	width:248px;
	height:25px;
	padding:10px;
}

input#message_email:hover {
	background-image:url(images/forms/textfieldfull.jpg);
	background-position:0px 90px;
}

input#message_email:focus {
	background-image:url(images/forms/textfieldfull.jpg);
	background-position:0px 45px;
}

textarea#message_box {
	background-image:url(images/forms/textareafull.jpg);
	background-position:0px 0px;
	resize:none;
	width:636px;
	height:136px;
	padding:10px;
}

textarea#message_box:hover {
	background-image:url(images/forms/textareafull.jpg);
	background-position:0px 312px;
	
}

textarea#message_box:focus {
	background-image:url(images/forms/textareafull.jpg);
	background-position:0px 156px;

}

input#submit_btn {
	background-image:url(images/forms/submitfull.jpg);
	background-position:0px 0;
	width:102px;
	height:55px;
	border:none;
}

input#submit_btn:hover {
	background-image:url(images/forms/submitfull.jpg);
	background-position:0px 110px;
}

input#submit_btn:focus {
	background-image:url(images/forms/submitfull.jpg);
	background-position:0px 55px;
}

#footer {
	position:relative;
	width:100%;
	height:594px;
	background-image:url(images/floor.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	z-index:-2;
}

#copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	width:100%;
	height:20px;
	background-color:#000;
	color:white;
	bottom:0;
}
	
		
		
		
		
/* Portfolio Rollovers */	
		
		.boxgrid { 
				float:left;
				width: 316px; 
				height: 106px;   
				background:#161613; 
				overflow: hidden; 
				position: relative;
			}
		
		.boxgridsmall {
				float:left;
				width: 100px; 
				height: 100px;   
				background:#161613; 
				overflow: hidden; 
				position: relative;
		}
		
		.boxgridmedium {
				float:left;
				width: 180px; 
				height: 180px;   
				background:#161613; 
				overflow: hidden; 
				position: relative;
		}
			
		.boxgrid img { 
				position: absolute; 
				top: 0; 
				left: 0; 
				border: 0; 
			}
				
		.boxcaption { 
				
				position: absolute; 
				background-image:url(images/port_rollover.png); 
				background-repeat:none;
				height: 106px; 
				width: 100%;
 			}
		.boxcaption p {
				color:white;
		}
 		.captionfull .boxcaption {
 				top: 180px;
 				left: 0;
				padding:0 0 40px 10px;
 			}
 		.caption .boxcaption {
 				top: 180px;
 				left: 0;
 			}
			
			


#video01:hover {
	background-position:0 175px;
}

#video01 {
	position:absolute;
	margin-top:20px;
	left:60px;
	width:300px;
	height:175px;
	background-image:url(images/video01.jpg);
	background-position:0 0;
}

#video01Tag {
	position:absolute;
	margin:170px 0 0 10px;
}

#video02:hover {
	background-position:0 175px;
}

#video02 {
	position:absolute;
	margin-top:20px;
	right:70px;
	width:300px;
	height:175px;
	background-image:url(images/video02.jpg);
	background-position:0 0;
}

#video02Tag {
	position:absolute;
	margin:170px 0 0 340px;
}

#photo01:hover {
	background-position:0 100px;
}

#photo01 {
	margin:10px;
	float:left;
	width:100px;
	height:100px;
	background-image:url(images/thumbnails/01thumb.jpg);
	background-position:0 0;
}

#photo02:hover {
	background-position:0 100px;
}

#photo02 {
	margin:10px;
	float:left;
	width:100px;
	height:100px;
	background-image:url(images/thumbnails/02thumb.jpg);
	background-position:0 0;
}

#photo03:hover {
	background-position:0 100px;
}

#photo03 {
	margin:10px;
	float:left;
	width:100px;
	height:100px;
	background-image:url(images/thumbnails/03thumb.jpg);
	background-position:0 0;
}

#photo04:hover {
	background-position:0 100px;
}

#photo04 {
	margin:10px;
	float:left;
	width:100px;
	height:100px;
	background-image:url(images/thumbnails/04thumb.jpg);
	background-position:0 0;
}

#photo05:hover {
	background-position:0 100px;
}

#photo05 {
	margin:10px;
	float:left;
	width:100px;
	height:100px;
	background-image:url(images/thumbnails/05thumb.jpg);
	background-position:0 0;
}

#photo06:hover {
	background-position:0 100px;
}

#photo06 {
	margin:10px;
	float:left;
	width:100px;
	height:100px;
	background-image:url(images/thumbnails/06thumb.jpg);
	background-position:0 0;
}