@charset "UTF-8";
/* CSS Document */
body {
  min-width: 960px;
  background-image:url(images/leather.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  min-height:100%;
   }

.page-wrap {
  width: 100%;
  max-width: 960px;
  overflow: hidden;
  margin: 0 auto;
  height: 1080px;
  max-height: 1200px;
}

.content {
	background-color: #fcf5eb;
	width: 960px;
	height: 1080px;
	top: 48px;
	margin-top: 10px;
}

.header {  
  width: 960px;
  position: absolute;
  top: 0%;
  height: 60px;
}

.color {
	width: 100%;
	background-color: #b3342b;
	height: 54px;
}

.header1 {
  width: 960px;
  position: absolute;
  top: 0%;
  height: 60px;
}

#Title {
	  margin: 0px auto;
	  width: 100%;
}

#borderbox {
	border:thin solid black;
	border-radius: 3px;
	width: 900px;
	margin: 0px 30px; 
	postion: absolute;
	left: 10px;
	background-color:#FFF;
}

p {
  margin-top: 0;
  font-size: large;
}


.Button {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
}

.contactpage {
	margin-left:auto;
	margin-right:auto;
}

#contact_direct_box {
	float:none !important;
	margin-left:auto;
	margin-right:auto;
}


.content_menu {
	width: 960px;
	height: 1080px;
	top: 48px;
	margin-top: 10px;
}

.frame {
	width: 100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#gallerybox {
	height: 0px;
}