﻿@import url('reset.css');

body {
	background-image: url('../images/background.jpg');
}
#container {
	width: 928px;
	-moz-box-shadow: 0px 3px 12px #333;
	margin: 1em auto;
	border: 4px solid #ff7920;
	-moz-border-radius: 3px;
}
#header {
	background-image: url('../images/header.png');
	background-repeat: repeat-y;
}
.info {
	float: right;
	text-align: right;
	font-size: 1.5em;
	padding-right: 16px;
	font-style: italic;
	font-weight: bold;
	color: #2B557B;
	display: inline-block;
	margin-top: 20px;
}
address.info {
	padding-top: 0px;
	margin-top: -56px;
	font-size: 1em;
}
address.info span {
	font-size: 1.25em;
}
#navigation {
	border-width: 2px;
	border-color: #67A9D7;
	list-style-type: none;
	clear: both;
	height: 50px;
	border-top-style: groove;
	border-bottom-style: groove;
	background-repeat: repeat-x;
	background-image: url('../images/navigation.png');
}
#navigation li a {
	border: 1px solid #C64F00;
	display: inline-block;
	float: left;
	height: 36px;
	line-height: 36px;
	margin: 6px 8px 10px 8px;
	text-align: center;
	width: 167px;
	-moz-box-shadow: 0 2px 4px #666;
	text-decoration: none;
	background-image: url('../images/button.png');
	background-repeat: repeat-x;
	background-color: #FF7519;
	-moz-border-radius: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 -1px 0 #2f6d9b;
	letter-spacing: .5px;
}
#navigation li a:hover {
	background-color: #FFAA71;
}
#navigation li a:active {
	background-color: #CC5200;
	margin-top: 7px;
	margin-bottom: 9px;
}
#content {
	padding: 64px 96px 128px 96px;
	display: inline-block;
	background-image: url('../images/content.jpg');
	background-repeat: no-repeat;
	background-color: #f5f9fc;
	width: 736px;
}
#footer {
	background-repeat: no-repeat;
	background-image: url('../images/footer.png');
	background-position: center top;
	display: inline-block;
	padding-top: 72px;
	margin-top: -72px;
	width: 736px;
	padding:  72px 96px 0 96px;
}
.footer_box {
	display: block;
	float: left;
	width: 336px;
	padding-bottom: 16px;
}
.footer_box.left {
	padding-right: 32px;
}
.footer_box.right {
	padding-left: 32px;
}
.footer_box h3:first-child {
	margin-top: 0 !important;
}
.footer_box.middle {
	padding-left: 24px;
	padding-right: 24px;
	border-left: 1px #eee solid;
	border-right: 1px #eee solid;
}
.footer_box table {
	margin-top: 1em;
	font-weight: bold;
	font-size: 1.1em;
	cursor: default;
	border: 2px #ff7920 solid;
	width: 100%;
	-moz-box-shadow: 0 2px 4px #2B557B;
	-webkit-box-shadow: 0 2px 4px #2B557B;
	box-shadow: 0 2px 4px #2B557B;
	height: 140px;
	margin-left: 0 !important;
}
.footer_box table tr {
	border-bottom: 2px #2B557B groove;
}
.footer_box table tr:last-child {
	border-bottom: 0;
}
.footer_box table tr:hover {
	background-color: #fff;
}
.footer_box table td {
	width: 50%;
	padding: .2em;
	vertical-align: middle;
}
.footer_box address {
	border:2px solid #FF7920;
	cursor:default;
	font-size:1.1em;
	font-weight:bold;
	height:128px;
	margin-top:1em;
	line-height:42px;
	padding-left:8px;
	font-style:normal;
	-moz-box-shadow: 0 2px 4px #2B557B;
	-webkit-box-shadow: 0 2px 4px #2B557B;
	box-shadow: 0 2px 4px #2B557B;
}
.footer_box address:hover {
	background-color: #fff;
}
.footer_box span {
	display: block;
	margin: .5em 0;
	font-weight: bold;
}
.footer_box a img {
	padding: 1px;
	border: 1px #EA5E00 solid;
	-moz-box-shadow:0 2px 4px #2B557B;
	-webkit-box-shadow:0 2px 4px #2B557B;
	box-shadow:0 2px 4px #2B557B;
}
.footer_box a img:hover {
	border-color: #ff7920;
}
.footer_box a {
	display: inline-block;
	margin-top: 1em !important;
}
#contact {
	margin-left: 80px;
	margin-right: 80px;
}
#showcase {
	border: 5px #ff7920 solid;
	margin: 8px auto;
	-moz-box-shadow:0 2px 4px #2B557B;
	-webkit-box-shadow:0 2px 4px #2B557B;
	box-shadow:0 2px 4px #2B557B;
	display: block;
}
#gallery_container {
	width: 594px;
	height: 406px;
	margin: auto;
}
#gallery {
	border: 3px #EA5E00 solid;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	height: 400px;
     margin-bottom: 24px;
     -moz-box-shadow: 0 0 6px #000;
     -webkit-box-shadow: 0 0 6px #000;
     box-shadow: 0 0 6px #000;
}
#nav {
	list-style-type: none;
	margin: 16px auto;
	clear: both;
}
#prev, #next {
	height: 406px;
	display: block;
	width: 44px;
	opacity: .8;
}
#prev:hover, #next:hover {
	opacity: 1;
}
#prev {
	background-image: url('../images/gallery_left.png');
	float: left;
}
#next {
	background-image: url('../images/gallery_right.png');
	float: right;
}
.thumbnail {
	float: left;
	margin-right: 7px;
     margin-bottom: 5px;
     opacity: 0.8;
}
.thumbnail:hover {
     opacity: 1;
     -moz-box-shadow: 0 0 5px #000;
}
/* Standards */
body {
  font-size: 13px;
  font-family: “Trebuchet MS”, “Lucida Sans Unicode”, “Lucida Grande”,” Lucida Sans”, Arial, sans-serif;
}

p {
  font-size: 1em; /* 12px */
  line-height: 1.5em; /* 18px */
  margin: .5em auto 1em auto;
}
h1 {
  font-size: 3em; /* 36px */
  line-height: 1em; /* 36px */
  margin: 0 auto;
  color: #ff7920;
  text-shadow: 0 1px 1px #2F6D9B;
}
h2 {
  font-size: 1.8333em; /* 22px */
  line-height: 1.6364em; /* 36px */
  margin: 0.8182em auto 0 auto;
  color: #2B557B;
  font-style: italic;
  text-shadow: 0 1px 1px #2F6D9B;
}
h3 {
  font-size: 1.5em; /* 18px */
  line-height: 1em; /* 18px */
  margin-top: 1em;
  margin-bottom: 0em;
  color: #2B557B;
}
table {
	margin-top: 1em;
	font-weight: bold;
	font-size: 1.1em;
	cursor: default;
	border: 2px #ff7920 solid;
	width: 736px;
	-moz-box-shadow: 0 2px 4px #2B557B;
	-webkit-box-shadow: 0 2px 4px #2B557B;
	box-shadow: 0 2px 4px #2B557B;
}
table tr {
	border-bottom: 2px #2B557B groove;
	height: 32px;
}
table tr:last-child {
	border-bottom: 0;
}
table tr:hover {
	background-color: #fff;
}
table td {
	width: 50%;
	padding: .2em;
	vertical-align: middle;
}
input, textarea, label {
display:block;
}
label {
margin-top:8px;
}
input {
width:75%;
}
textarea {
margin-bottom:8px;
width:100%;
}
.center {
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;
}
#content ul {
	margin-left: 32px;
	margin-bottom: 1.5em;
	line-height: 1.5em;
}

input, textarea, select, input.file {
	border: 1px #ccc solid;
	padding: 2px;
	-moz-box-shadow: 0 1px 0 #eee;
	-webkit-box-shadow: 0 1px 0 #eee;
	box-shadow: 0 1px 0 #eee;
	font-family: "Lucida Sans Unicode","Lucida Grande","Lucida Sans","Trebuchet MS",Arial,sans-serif;
	font-size: 11px;
}
input:hover, textarea:hover, select:hover, input.file:hover, .gfield_error input {
	border: 1px #666 solid;
	-moz-box-shadow: 0 1px 1px #ccc;
	-webkit-box-shadow: 0 1px 1px #ccc;
	box-shadow: 0 1px 1px #ccc;
}
input:focus, textarea:focus, select:focus, input.file:focus {
	border: 1px #ff7920 solid;
	-moz-box-shadow: 0 1px 2px #666;
	-webkit-box-shadow: 0 1px 2px #666;
	box-shadow: 0 1px 2px #666;
}
input.button {
	cursor: pointer;
	margin-top: 8px;
}
a {
	color: #C64F00;
}
a:hover {
	color: #ff7920;
}
.no_top {
	margin-top: -32px;
}