/* 
	Resets defualt browser settings
	reset.css
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
:focus { outline:0; }
a:active { outline:none; }
body { line-height:1; color:black; background:white; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

* {
	padding: 0;
	margin: 0;
	
	}

.slide a:hover{
	color: #fc0;	
	}
body, html {	
	height: 100%;
	overflow: hidden;
	font-size: 12px;
	font-family:Arial, Tahoma, Geneva, sans-serif;
	line-height: 16px;
	background-image:url(../img/bg-denim1.jpg);
	background-position:center center;
	background-color: #aaa;
	}
	
.container{
	width: 770px;
	height: 550px; 
	background-image:url(../img/bg-slideshow.png);
	background-repeat:no-repeat;
	position: absolute;
	top:-800px;
	margin: 0 auto;
	color: #fff;
	left: 50%;
	margin-left: -385px;
	z-index:99;
	
	}
	
/*.up { 
	top: -800px;
	}

.center {
	top: 50%;
	margin-top: -275px;
	}
	
.down {
	top: 100%;
	margin-top: -10px;
	}*/

#button { 
	padding: .5em 1em;
	text-decoration: none;
	}
	
#raster {
	display: none;
	/*
	height: 100%;
	width: 100%;
	background-image:url(../img/raster.png);
	background-position:center center;
	position: absolute;
	z-index: 3;
	*/
	}	
	
#menu {
	position: absolute;
	z-index: 100;
	height: 50px;
	background-color: #262626;
	background-repeat:repeat-x;
	width: 100%;
/*
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
*/	
	}
#menu h1 {
	font-size: 14px;
	text-indent: -99999px;
	background-image:url(../img/edwinnollen.png); 
	width: 273px;
	height: 50px;
	position: absolute;
	overflow:hidden;
	top:0;
	left:130px;

	}
#menu a {
	display: block;
	height: 28px;
	margin-top: 11px;
	margin-right: 10px;
	width: 80px;
	font-size: 13px;
	color: #fff;
	float: right;
	text-indent: -9999px;
	overflow:hidden;	
}
#menu a#button0 {
	background-image: url(../img/button-projects.png);
	width: 71px;
	margin-right: 140px;
	}
#menu a#buttonAbout {
	background-image: url(../img/button-about.png);
	width: 56px;
	}
#menu a#buttonHome {
	background-image: url(../img/button-home.png);
	width: 55px;
	}
#menu a:hover {
	background-position: 0 -56px;
	}

#menu a.active {
	background-position: 0 -28px !important;
	}
#stripesl {
	width: 110px;
	height: 210px;
	background-repeat:no-repeat;
	background-image:url(../img/stripes.png);
	background-position: -110px 0;
	position: absolute;
	bottom: 0px;
	z-index: 4;
	}
#stripesr {
	width: 110px;
	height: 210px;
	background-repeat:no-repeat;
	background-image:url(../img/stripes.png);
	background-position:20px -30px;
	position: absolute;
	right: 0px;
	top: 70px;
	z-index: 6;
	}