@charset "UTF-8";
/* CSS Document */


body {
	margin-top:0;
	margin-bottom:0;
	background: #FFFFFF url(images/bg.png) repeat fixed;
	background-size: 100%;
	
}
.text_bg {
	background-image: url(images/mackintextbg_02.png);
	background-repeat: no-repeat;
	position: relative;
	height: 1400px;
	width: 952px;
	left: 50%;
	margin-left:-476px;
	top:0;
	margin-top:0;
	
}
.content {
	width: 618px;
	float: left;
	position: relative;
	z-index: 5;
	padding-top: 80px;
	padding-bottom: 325px;
	padding-left: 134px;
	padding-right: 200px;
	height: 990px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12pt;
	font-weight: lighter;
	color: #333333;
	font-variant: normal;
	text-align: justify;
}
h1 {
	position: relative;
	color: #000066;
	font-family: "Courier New", Courier, monospace;
	font-size: 200%;
	line-height: 100%;
	font-weight: bolder;
	width: 700px;
}
h1 span {
	background: url(images/gradient.png) repeat-x;
	position: absolute;
	display: block;
	width: 700px;
	height: 40px;
}

#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 80px;
	height: 100px;
	position: relative;
	left: 740px;
	top: 120px;
}
#menu a {
  display: block;
  text-indent: -9000%;
  position: absolute;
  outline: none;
}
#menu span {
  display: none;
  position: absolute;
}
#menu a:hover span {
  display: block;
}
#menu .about {
  width: 76px;
  height: 146px;
  left:1px;
  background: url(images/mackinmenu_03.png) no-repeat;
}
#menu .about span {
  width: 45px;
  height: 45px;
  background: url(images/arrow.png) no-repeat;
  left: -50px;
  top: 50px;
}
#menu .gallery {
  width: 76px;
  height: 132px;
  top: 146px;
  left:1px;
  background: url(images/mackinmenu_04.png) no-repeat;
}
#menu .gallery span {
  width: 45px;
  height: 45px;
  background: url(images/arrow.png) no-repeat;
  left: -50px;
  top: 50px;
}
#menu .contact {
  width: 77px;
  height: 154px;
  left:1px;
  top: 278px;
  background: url(images/mackinmenu_05.png) no-repeat;
}
#menu .contact span {
  width: 45px;
  height: 45px;
  background: url(images/arrow.png) no-repeat;
  left: -50px;
  top: 50px;
}

#page-wrap {
	min-height: 800px;
	height: auto !important;
}

#contact-area {
	width: 500px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 420px;
	font-family: Calibri, Helvetica, sans-serif;
	font-size: 10pt;
	margin-left: 15px;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

td.left {
	width: 80px;
	text-align: left;
	font-size: 12pt;
}
