
  * {
    margin: 0;
    padding:0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  body {
    padding: 20px 35px;
    text-align: left;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    background: #fff;
    height: 100%;
  }

  .tabs {
    width: 100%;
    position: relative;
    margin: 25px 0px;
    display: table;
    table-layout: fixed;
  }
  .tabs li {
    padding: 0px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 93px;
  }
  .tabs input[type="radio"] {
    position: absolute;
    /* top: -9999px; */
    left: -9999px;
  }
  .tabs label {
    display: block;
    font-size: 20px;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    background: #fff;
    cursor: pointer;
    position: relative;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-bottom: solid 1px #a49a92;
    border-right: solid 1px #a49a92;
  }
  .tabs label.last { border-right: none; }
  .tabs label img {
    margin: auto;
  }
  .tabs label:hover {
    background: #e9e8e8;
  }
  .tabs .tab-content {
    z-index: 2;
    display: none;
    overflow: hidden;
    width: 100%;
    font-size: 17px;
    line-height: 25px;
    padding: 25px;
    position: absolute;
    left: 0;
    background: #fff;
  }
  .tabs input[type="radio"]:checked + label {
    background: #e9e8e8;
  }
  .tabs input[type="radio"]:checked ~ .tab-content {
    display: block;
  }

  p.link {
    clear: both;
    margin: 0px 0 0 15px;
  }
  p.link a {
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
    margin: 0 5px;
    background-color: #612e76;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  p.link a:hover {
    background-color: #522764;
  }
  .header-text {
     /* margin-left:25px;	
     margin-top:15px; */
  }
  #top, #bottom, #left, #right {
  	background: #a49a92;
  	position: fixed;
    z-index: 100;
  	}
	#left, #right {
		top: 0; bottom: 0;
		width: 7px;
		}
		#left { left: 0; }
		#right { right: 0; }
		
	#top, #bottom {
		left: 0; right: 0;
		height: 7px;
		}
		#top { top: 0; }
		#bottom { bottom: 0; }
  h4 {
  	color:#6d4d24;
  	font-size:16px;
  	line-height:32px;
  }
  #bottom { text-align: right; padding: 15px; height: auto; }
  #bottom span { font-size: 11px; line-height: 20px; color: #FFF; text-decoration: none; cursor: pointer; }

  div.arrows {
    position: absolute;
    top: 250px;
    width: 44px;
    height: 53px;
    z-index: 200;
    cursor: pointer;
  }
  div#prev { left: 10px; }
  div#prev.orange { background-image: url('../img/modal_prev_orange.gif'); }
  div#prev.green { background-image: url('../img/modal_prev_green.gif'); }
  div#prev.grey { background-image: url('../img/modal_prev_grey.gif'); }
  div#next { right: 10px; }
  div#next.orange { background-image: url('../img/modal_next_orange.gif'); }
  div#next.green { background-image: url('../img/modal_next_green.gif'); }
  div#next.grey { background-image: url('../img/modal_next_grey.gif'); }

  .prevsection { float: left; }
  .nextsection { float: right; }

