@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: "Futura";
	src: url("../font/futurastd-medium.eot");
	src: local("Futura"), local("Futura"),
		url("../font/futurastd-medium.ttf") format("truetype");
}

body {
	margin: 0 auto;
	padding: 0;
	border: 0;
}

body {
	background: url(../images/body_bg.jpg);
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

@-moz-document url-prefix() {
	body {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height:13px;
		
	}
}

#wrapper {
	margin: 0 auto;
	width: 983px;
	height: 560px;
}

#header-wrapper {
	margin: 0 auto;
	position: absolute;
	width: 983px;
	height: 550px;
	margin-top: 10px;
	background: url(../images/header_bg.png) no-repeat;
	z-index: 1;
}

#header {
	margin: 0 auto;
	position: absolute;
	z-index: 2;
	margin-left: 30px;
	margin-top: 90px;
	width: 900px
}

#logotype {
	margin: 0 auto;
	float: left;
}

#inspiration {
	margin: 0 auto;
	position: absolute;
	z-index: 3;
	margin-top: 20px;
	margin-left: 200px;
}

#content-wrapper {
	margin: 0 auto;
	width: 983px;
	min-height: 100px;
	background: url(../images/body_bg.png) repeat-y;
}

#content {	
	width: 900px;
	background: #76655c;
	margin-left: 30px;
	height: 290px;
}

#left-content {	
	width: 520px;
	text-align: left;
	float: left;
	margin-left: 30px;
	padding-right: 15px;
	padding-top: 20px;
}

#line {	
	width: 1px;
	float: left;
	margin-top: 40px;
	height: 230px;
	border-right: 1px solid #938177;
}

#right-content {
	float: left;
	text-align: left;
	width: 280px;
	margin-left:20px;
	padding-top: 22px;
}

#footer-wrapper {
	margin: 0 auto;
	background: url(../images/footer_bg.png) no-repeat;
	width: 983px;
	height: 35px;
}

h1 {
	font-family: Futura, Verdana, Arial, Sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h2 {
	font-family: Futura, Verdana, Arial, Sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#pdf1,#pdf2 {
	margin: 0 auto;
	float: left;
	text-align: center;
	background: url(../images/pdf_bg.jpg);
	width: 120px;
	height: 80px;
}

#pdf2 {
	margin-left: 30px;
}

#pdf1 img,#pdf2 img {
	padding-top: 10px;
	padding-bottom: 12px;
}

#menu {
	display: block;
	font-family: Futura, Verdana, Arial, Sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	float: right;
	margin-right: 60px;
	margin-top: 20px;
}

#menu li {
	display: inline;
	padding-left: 40px;
}

#menu a {
	color: #ffffff;
	text-decoration: none;
}

#logotype {
	float: left;
}

#logotype img {
	border: none;
}

#right-content a {
	color: #ffffff;
	text-decoration: underline;
}

#images {
	background: url(../images/photo_bg.jpg) no-repeat;
	width: 626px;
	height: 439px;
	float: left;
	margin-left: 54px;
	padding-top: 25px;
}

#gallery {	
	width: 580px;
	height: 390px;
	margin-left:23px;	
}

@media only screen and (max-device-width: 480px) {
	
	#gallery a img {
		position:absolute;
		width: 580px;
		height: 390px;
		border: 0;
	}
}

@media only screen and (min-width : 1024px) {
	
	#gallery a img {
		position:absolute;
		margin-left:-290px;
		width: 580px;
		height: 390px;
		border: 0;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  #gallery a img {
		position:absolute;
		width: 580px;
		height: 390px;
		border: 0;
	}
}

#gallery a.show {
	z-index: 500;
}

.contactField,.contactMsg {
	width: 350px;
	margin-bottom: 5px;
}

.contactMsg {
	height: 40px;
}

.submit_btn {
	width: 100px;
	background: #ffffff;
	border: 1px solid #544036;
	color: #544036;
	font-size: 10px;
}

#cat-list a {
	text-transform: uppercase;
	color: #ffffff;
	line-height: 18px;
}

#power {
	width: 850px;
	margin: 0 auto;
	color: #76655c;
	font-size: 10px;
	margin-bottom: 20px;
	text-align: right;
}

#power a {
	color: #76655c;
	text-decoration: none;
}

#power a:hover {
	color: #76655c;
	text-decoration: underline;
}