/* 
	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:"" ""; 




}*/

/*
	Page style
*/
/*body { 
	font:normal 62.5%/1.5 Helvetica, Arial, sans-serif;
	letter-spacing:0;
	color:#434343;
	background:#efefef url(../img/background.png) repeat top center;
	padding:20px 0;
	position:relative;
	text-shadow:0 1px 0 rgba(255,255,255,.8);
	-webkit-font-smoothing: subpixel-antialiased;
}*/

body {
	margin:0;
	padding:0;
	width:100%;
	heigth:100%;
	}


#wrapper_references {
	width:958px;
	height:100%;
	background-color: #FFF;
	overflow: hidden;
	/*clear:both;*/
	padding:0px 0px 0px 0px;
	/* [disabled]margin: 0px; */
	}


#container_references {
	width: 960px;
	padding: 0px;
	/* [disabled]margin: 0px 0px 20px 0px; */
	/*position: relative;*/
	z-index:0;
	clear: both;
}



#products_example {
	/* [disabled]width:958px; */
	position:relative;
	height: 480px;
	padding-right: 20px;
	padding-left: 0px;
	padding-top: 0px;
	/* [disabled]padding-bottom: 250px; */
	background-color: #FFF;
	/*	overflow:hidden;*/
	margin-top: 0px;
	margin-right: 0px;
	/* [disabled]margin-bottom: 20px; */
	margin-left: 0px;
	border:none;
	/* [disabled]float: left; */
}

/*
	Slideshow
*/

#products {
	/* [disabled]margin-left:20px; */
	/* [disabled]margin-right:20px; */
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

#products .slides_container {
	width:958px;
	height:400px;
	overflow:hidden;
	float:left;
	margin-top:0px;
	position:relative;
	/* [disabled]margin-right:20px; */
	/* [disabled]border:1px solid #F00; *//*	display:none;*/
	/* [disabled]margin-left:20px; */
	border: none;
	background-image: url(../img/references/img_ref_slides_960_400_bg.jpg);
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:900px;
	/* [disabled]height:274px; */
	display:block;
		 -webkit-filter: grayscale(50%);  
}

/*
	Next/prev buttons
*/

#products .next,#products .prev {
	position:absolute;
	top:200px;
	left:0;
	width:21px;
	height:0;
	padding-top:21px;
	overflow:hidden;
	display:block;
	z-index:101;
}

#products .prev {
	background:url(../img/arrow_prev_lb.png);
	left:10px;
		opacity:0.5;
		-webkit-transition: opacity 0.3s ease-in-out;
}
#products .prev:hover {
	background:url(../img/arrow_prev_lb.png);
		opacity:1.0;
	left:10px;
		-webkit-box-shadow: 2px 3px 5px #999;
	
	
}

#products .next {
	left:930px;
	background:url(../img/arrow_next_lb.png);
}

/*
	Pagination
*/

#products .pagination {
	/* [disabled]width:130px; */
	padding:5px;
	float:right;
	/* [disabled]margin-left:30px; */
	margin-right:0px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	/* [disabled]background-color: #0FF; */
	display: inline;
	/* [disabled]border: 1px dotted #0F0; */
	margin-top: 10px;
	/* [disabled]margin-bottom: 10px; */
}

#products .pagination li {
	float:left;
	display:inline;
	margin:2px 4px;
	/* [disabled]list-style:none; */
}

#products .pagination li a {
	opacity:0.7;
	display:inline;
	width:55px;
	/* [disabled]height:41px; */
	margin:1px;
	padding:5px;
	float:left;
	background-color: #D7D7D7;	/*	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;*/
}

#products .pagination li.current a {
	opacity:1.0;
	border:1px solid #333;
	margin:2px;
	background-color: #FFF;
	-webkit-box-shadow: -2px 3px 5px #999;
	-webkit-transition: opacity 0.5s ease-in-out;
}

/*
	Footer
*/

/*
	Anchors
*/


a:link,a:visited {
	/* [disabled]color:#333; */
	/* [disabled]text-decoration:none; */
}


/*
a:hover,a:active {
	color:#FFF;
	text-decoration:underline;
	background-color:#2F2F2F;	
}*/

/*-webkit-box-shadow: -2px 3px 5px #0F0;*/


/*   fredstuff    */

#references_header {
	background-color: #2F2F2F;
	padding: 10px; 
	margin: 0px;
	/* [disabled]float:left; */
	width:960px;/*	height:100%;*/
	height:30px;
	/* [disabled]background-image: url(../img/arrows_spex_bg.png); */
	}

.references_headline {
	float: left;
	/* [disabled]display:block; */
	/* [disabled]background-color: #C0C; */
	color: #FFF;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	}
	
.references_subheadline {
	/*width: auto;
	overflow: hidden;*/
	float: right;
	/* [disabled]background-color: #C0C; */
	color: #666;
	margin-top: 10px;
	margin-right: 20px;
	/* [disabled]margin-bottom: 10px; */
	/* [disabled]margin-left: 10px; */
	}

#references_subpage_description {
	width: 550px;
	/* [disabled]overflow: hidden; */
	/* [disabled]float: left; */
	padding-left: 20px;
	padding-top: 10px;
	/* [disabled]background-color: #F00; */
	color:#999;
	margin: 0px;
	padding-right: 0px;
	}
	
	.references_description {
	font-size: 14pt;
	/* [disabled]margin-top: 10px; */
	padding:0;
		}
	
#references_subpage_details {
	width: 380px;
	float: left;
	padding: 0px;
	}
	
	

#wrap_navi_projects {
	/* [disabled]background-color: #CCC; */
	padding:20px 0px 0px 0px;
	margin:0;
	float:left;
	clear:both;
	width:100%;
	height:100%;	/*position:absolute;
	top:700px;
	left:0;
	z-index:101;*/
	}


#navi_prev_project {
	opacity:0.5;
	/*clear:both;*/
	float: left;
	margin-left:20px;
	/* [disabled]margin-right:5px; */
	padding:2px;
	font-size: 9px;
	/* [disabled]background-color: #616161; */
	/*font-weight: bold;*/
	/* [disabled]color: #F0F; */
	-webkit-transition: opacity 0.3s ease-in-out;
	/* [disabled]background-image: url(../img/bg_project_prev_01.png); */
	/* [disabled]background-repeat: no-repeat; */
	}
	
	#navi_prev_project:before {
content: url("../img/arrow_check_03_l.png");

}
#navi_prev_project:hover {
	opacity:1.0;
	color:#0F0;
	/* [disabled]font-weight:bold; */
	/* [disabled]background-color: #2F2F2F; */
	/* [disabled]background-image: url(../img/bg_project_prev_01.png); */
	/*		-webkit-animation-name: slide;
	-webkit-animation-duration:2s;
	-webkit-animation-iteration-count:1;
	-moz-animation-name:slide;
	-moz-animation-duration:10s;
	-moz-animation-iteration-count:1;
	animation-name: slide;
	animation-duration:10s;
	animation-iteration-count:1;
	*/
	
	padding:2px;
		}


/*@-webkit-keyframes slide {
	0% {		height:0px;		}
	25% {		height:170px;	}
	75% {		height:170px;	}
	100% {	height:0px;	}	
}*/

#navi_next_project {
	opacity:0.5;
	float: right;
	margin-right:10px;
	/* [disabled]width:80px; */
	padding:2px;
	font-size: 9px;
	color: #FFF;
	/*background-color: #616161;*/	
	/* [disabled]background-image: url(../img/bg_project_next_01.png); */
	background-repeat: no-repeat;
	-webkit-transition: opacity 0.3s ease-in-out;
}
#navi_next_project:after {
content: url("../img/arrow_check_03.png");
}

#navi_next_project:hover {
	opacity:1.0;
	color:#0F0;
	/* [disabled]font-weight:bold; */
	/* [disabled]background-color: #2F2F2F; */
	/* [disabled]background-image: url("../img/bg_project_next_01.png"); */
	/*		-webkit-animation-name: slide;
	-webkit-animation-duration:2s;
	-webkit-animation-iteration-count:1;
	-moz-animation-name:slide;
	-moz-animation-duration:10s;
	-moz-animation-iteration-count:1;
	animation-name: slide;
	animation-duration:10s;
	animation-iteration-count:1;
	*/
	
	padding:2px;
		}

	
	
	
	
#project_spex_hdl {
	width:120px;
	float:left;
	padding:0px;
	margin:0px 10px 0px 0px;
	font-family: "Futura W01 Light", "Helvetica", "Arial", sans-serif;
	font-weight: 100;
	letter-spacing: -0pt;
	font-size: 11pt;
	align:left;
	/* [disabled]alignment-adjust: baseline; */
	}

#project_spex_dtl {
	width:200px;
	float:left;
	padding:0px;
	margin:0px;
	/* [disabled]margin:0px; */
	/* [disabled]text-align:left; */
	font-size: 10px;
	}

.checklist {
	font-size:14px;
	color:#2F2F2F;
	/* [disabled]display: inline; */
	background-repeat: no-repeat;
	padding:2px 0px 2px 5px;
	margin:0px;
	/* [disabled]background-color: #0F0; */
	background-image: url("../img/arrows_spex_bg02.png");
	list-style-type:none;
	overflow:hidden;
	}
	

	
	.spexlist {
	font-size:11px;
	color:#999;
	/* [disabled]display: inline; */
	background-repeat: no-repeat;
	margin:0px;
	/* [disabled]background-color: #0F0; */
	list-style:none;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	/* [disabled]padding-left: 40px; */
	/* [disabled]text-align:left; */
	/* [disabled]left: 0px; */
	}

	
	
	
	#project_link_out{
	opacity:0.5;
	margin:30px 10px 30px 20px;
	padding:5px;
	/* [disabled]width:130px; */
	/* [disabled]background-color: #999; */
	/* [disabled]background-image: url(../img/arrows_spex_bg.png); */
	float:left;
	font-family: "Futura W01 Light", "Helvetica", "Arial", sans-serif;
	color:#0C6;
	font-size:14px;
	font-weight: 100;
	letter-spacing: -0pt;
	background-repeat: no-repeat;
		}
		
	
	
		
		#project_link_out:after{
				
				/*content: url("../img/arrows_spex_bg.png");
				url("../img/arrow_check_03_l.png")*/
				
				
	content:  url("../img/arrow_check_03.png");
	
			
			
		}
	
	
	
	#project_link_out:hover{
	opacity:1.0;
	margin:30px 10px 30px 20px;
	padding:5px;
	/* [disabled]width:130px; */
	/* [disabled]background-color: #999; */
	/* [disabled]background-image: url(../img/arrows_spex_bg.png); */
	float:left;
	font-family: "Futura W01 Light", "Helvetica", "Arial", sans-serif;
	color:#0C6;
	font-size:14px;
	font-weight: 600;
	letter-spacing: -0pt;
	/* [disabled]background-repeat: no-repeat; */
	-webkit-box-shadow: -2px 3px 5px #999;
	-webkit-transition: opacity 0.5s ease-in-out;
	-webkit-transition: shadow 2.5s ease-in-out;
		}
	
	
	
	
	
	
