*{
	margin:0; 
	padding:0; 
}

body{
	background:url('../images/background.jpg') fixed;
	font-family:Arial,Helvetica,sans-serif;
	font:62.5%/1.4 sans-serif; /* set font size to 10px (a nice round number) - 1.4 line height */	
	color:#FFFFFF;
	overflow:hidden
}

h2{
	font-size:3em;
	font-weight:bold;
	margin-bottom:10px;
}

p{
	font-size:1.2em;
	margin-bottom:10px
}

a{
	display:inline;
	font-size:1.2em;	
	font-weight:bold;
	text-decoration:none;	
	outline:none;
}

img{
	border:none;
}

.bold{
	font-weight:bold
}

div#container{

}

div#navigation{
	background:url('../images/nav.png') repeat-x;
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:79px;
}

div#navigation a{
	color:#c38d61;
	font-size:1.2em;
	position:absolute;
}

a#nav{	
	top:17px;
	right:265px;
	z-index:2;
}

a#nav:hover{
	border-bottom:1px solid #c38d61;
}

a#contact{
	top:17px;
	right:145px;
	z-index:2;
	padding:0px 15px 15px 15px;
	height:31px;
}


a#contact:hover{
	background:url('../images/contact.png') center center no-repeat;	
}

a#cv{
	top:10px;
	right:80px;
	z-index:2;
	padding:7px 0px 0px 7px;
	width:33px;
	height:33px
}

a#cv:hover{
	background:url('../images/cv.png') top left no-repeat;
}

div#sign{
	background:url('../images/sign.png');
	position:absolute;
	right:78px;
	width:220px;
	height:168px;
	z-index:1;
}

div#navigation a#email{
	position:absolute;
	top:125px;
	right:120px;
	color:#000000;
	z-index:2;
}

div#navigation a#email:hover{
	color:#800000;
}

div#header{
	background:url('../images/header.jpg');
	position:fixed;
	left:0;
	top:54px;
	width:986px;
	height:173px;
}

div#name{
	position:absolute;
	top:60px;
	left:125px;
	background:url('../images/name.png') top left no-repeat;
	width:433px;
	height:29px;
}

div#name h1{
	text-indent:-9999em;	
}

div.content{
	position:relative;
	top:225px;
	height:405px;
	width:6080px;
}


ul#projects{
	position:absolute;
	margin-left:10px;
}

li.item{
	float:left;
	width:800px;
	height:405px;
	position:relative;
	display:inline;
}

.first{
	background:url('../images/shelf-left.png') bottom left no-repeat;
}

.middle{
	background:url('../images/shelf.png') bottom no-repeat;
}

.last{
	background:url('../images/shelf-right.png') bottom right no-repeat;
}

div.object{
	position:absolute;
	bottom:120px;
	left:50px;
	z-index:2
}

#gnome{
	margin:0px 0px -2px 15px;
}

#camera{
	
}

#plant{
	margin:0px 0px -5px 0px;
}

#artwork{
	margin:0px 0px 0px 15px;
}

#cube{
	margin:0px 0px -18px 5px;
}

#popcorn{
	margin:0px 0px -8px 0px;
}

#guitar{
	margin:0px 0px -5px 0px;
}

div.preview{
	float:left;
	background:url('../images/preview-bkg.png') no-repeat;
	width:401px;
	height:273px;
	padding:10px 0px 0px 7px;
	margin:0px 0px 5px 120px;
	display:inline;
}

div.preview a{
	padding:0;
	border:none;
}

div.preview a span {
	left:-9999px;
	position:absolute;
}

div.preview a:hover span {
	background:#000 none repeat scroll 0 0;
	color:#fff;
	opacity:0.9;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	top:0px;
	left:0px;
	padding:15px 0px 15px 0px;
	margin:215px 0px 0px 127px;
	width:382px;
}
  
div.description{
	position:absolute;
	left:530px;
	bottom:138px;
}

div.description a{
	display:block;
	color:#000;
	padding-top:10px;
	z-index:1
}

/*style for scrolling arrow*/

#slider{}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider li{ 
	width:800px;
	height:405px;
}	

#prevBtn, #nextBtn{ 
	float: left;
	width: 135px;
	height: 30px;
	cursor: pointer;
	position: fixed;
	left: 75px;
	top: 519px; 
}
														
#prevBtn a{  
	background: url(../images/left.png) no-repeat;
	width:135px;
	height:31px;
	position:absolute;
	top:0px;
	left:-20px;
	cursor: pointer;
	text-indent: -9000px;
	z-index:1
}	

#nextBtn a{ 
	background: url(../images/right.png) no-repeat;
	width:154px;
	height:31px;
	position:absolute;
	top:0px;
	left:448px;
	text-indent: -9000px;
	z-index:1
}								
