* {
	margin:0;
	padding:0;
	text-decoration: none;
	border: none;
}

html, body {
	background: #edece9;
}


.wrapper {
	width: 960px;
	margin: 0 auto;
}

.logo {
	background: url(../img/logo.jpg) no-repeat;
	width: 252px;
	height: 82px;
	margin: 0 auto;
	margin-top: 25px;
}

/* Case fader */

div.casefader {
	position: relative;
	float: left;
	width: 224px;
	margin: 30px 20px 0px 0px;
	cursor: pointer;
	}

.casefader.right {
	margin-right: 0px;
}
 
img.a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
        }
 
img.b {
	position: absolute;
	left: 0;
	top: 0;
	}
	
	
/* Text style */

@font-face {
    font-family: 'TheanoDidotRegular';
    src: url('../font/TheanoDidot-Regular-webfont.eot');
    src: url('../font/TheanoDidot-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/TheanoDidot-Regular-webfont.woff') format('woff'),
         url('../font/TheanoDidot-Regular-webfont.ttf') format('truetype'),
         url('../font/TheanoDidot-Regular-webfont.svg#TheanoDidotRegular') format('svg');
    font-weight: lighter;
    font-style: normal;

}
	
.ribbon-wrapper h3 {
    font-family: 'TheanoDidotRegular';
	color: white;
	font-size: 15px;
	letter-spacing: 4px;
	line-height: 21px;
	font-weight: lighter;
	text-transform: uppercase;
}

.casefader:hover h3 {
	color: #b8a69b;
}
/* ribbon style */

 .ribbon-wrapper {
	position: absolute;
	margin-left: 1px;
	z-index: 200;
	margin-top: 385px;
}

 .ribbon-wrapper.thumb {
	position: absolute;
	margin-left: 1px;
	z-index: 200;
	margin-top: 103px;
}

  .ribbon-front {
	background-color: #2b2b2b;
	height: 55px;
	width: 209px;
	position: relative;
	left:-5px;
	z-index: 2;
	padding: 14px 0px 0px 26px;
}


  .ribbon-edge-topleft,
  .ribbon-edge-topright,
  .ribbon-edge-bottomleft,
  .ribbon-edge-bottomright {
	position: absolute;
	z-index: 1;
	border-style:solid;
	height:0px;
	width:0px;
}

  .ribbon-edge-topleft,
  .ribbon-edge-topright {
}

  .ribbon-edge-bottomleft,
  .ribbon-edge-bottomright {
	top: 69px;
}

  .ribbon-edge-topleft,
  .ribbon-edge-bottomleft {
	left: -5px;
	border-color: transparent #b8a69b transparent transparent;
}

  .ribbon-edge-topleft {
	top: -5px;
	border-width: 5px 5px 0 0;
}
  .ribbon-edge-bottomleft {
	border-width: 0 5px 0px 0;
}

  .ribbon-edge-topright,
  .ribbon-edge-bottomright {
	left: 225px;
	border-color: transparent transparent transparent #b8a69b;
}

  .ribbon-edge-topright {
	top: -5px;
	border-width: 5px 0 0 5px;
}
  .ribbon-edge-bottomright {
	border-width: 0 0 0px 5px;
}

  .ribbon-back-left {
	position: absolute;
	top: -5px;
	left: 0px;
	width: 0px;
	height: 69px;
		z-index: 0;
}

  .ribbon-back-right {
	position: absolute;
	top: -5px;
	right: 0px;
	width: 0px;
	height: 69px;
		z-index: 0;
}


/* Underside */

.case-toppicture {
	width: 960px;
	margin-bottom: 50px;
}

.case-line {
	background: #dad2cc;
	width: 100%;
	height: 1px;
}

.case-line.bottom {
	margin-top: 262px;
}

.case-content {
	margin-top: 50px;
}
.case-content h1, .related-cases h2 {
	font-family: 'TheanoDidotRegular';
	color: black;
	font-size: 38px;
	letter-spacing: 5px;
	line-height: 45px;
	font-weight: lighter;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.related-cases h2 {
	margin-bottom: 0px;
}

.related-cases {
	margin-top: 50px;
}


.case-content p {
	font-family: Helvetica, arial, verdana, sans-serif;
	color: black;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 0.01em;
	font-weight: lighter;
	margin-bottom: 50px;

/*CSS3 Spalter */
	-moz-column-width: 450px;
	-webkit-column-width: 450px;
	-moz-column-gap: 60px;
	-webkit-column-gap: 60px;
}

.case-files-wrapper {
	width: 320px;
	margin: 0 auto;
}

.case-files-wrapper.center {
	width: 145px;
	margin: 0 auto;
}

.case-files {
	position: relative;
	width: 145px;
	margin: 30px auto;
	text-align: center;
	float: left;
	margin-right: 30px;
}

.case-files.right {
	margin-right: 0px;
}


.case-files p {
	font-family: 'TheanoDidotRegular';
    font-size: 17px;
    font-weight: lighter;
    color: white;
    padding: 12px 25px;
    height: 26px;
    width: 145px;
    text-transform: uppercase;
    letter-spacing: 1px;
	position: relative;
	top: 0;
	right: 24px;
	z-index: 200;
}

.case-files img.a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
        }
 
.case-files img.b {
	position: absolute;
	left: 0;
	top: 0;
	}


.goto-top {
	position: relative;
	margin: 50px auto;
	width: 95px;
	height: 75px;
}


.goto-start {
	position: absolute;
	width: 95px;
	height: 75px;
	left: 50%;
	margin-left: -480px;
	margin-top: 15px;
}

.btn-files: {
	-moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #bfb0a6;
    border-radius: 25px 25px 25px 25px;
    color: white;
    display: inline-block;
	font-family: 'TheanoDidotRegular';
    font-size: 17px;
    font-weight: lighter;
    padding: 12px 25px;
    height: 26px;
    text-transform: uppercase;
}

.contact-info {
	font-family: 'TheanoDidotRegular';
    font-size: 11px;
	color: #b8a69b;
    font-weight: lighter;
	text-transform: uppercase;
    letter-spacing: 2px;
	position: relative;
	bottom: 5px;
    width: 400px;
    left: 50%;
    margin-left: -200px;
    text-align: center;
}

.contact-info-front {
	font-family: 'TheanoDidotRegular';
    font-size: 11px;
	color: #b8a69b;
    font-weight: lighter;
	text-transform: uppercase;
    letter-spacing: 2px;
	position: absolute;
	bottom: 5px;
    width: 400px;
    left: 50%;
    margin-left: -200px;
    text-align: center;
}

.contact-info a, .contact-info a:visited, .contact-info-front a, .contact-info-front a:visited  {
	font-family: 'TheanoDidotRegular';
    font-size: 11px;
	color: #b8a69b;
    font-weight: lighter;
	text-transform: uppercase;
    letter-spacing: 2px;
}

.contact-info a:hover, .contact-info a:active, .contact-info-front a:hover, .contact-info-front a:active  {
	text-decoration: underline;
}

.clear {
	clear: both;
}