﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans');

html,body {
	height: 100%;
}
body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url(../images/background_web.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

/*Opera Fix */
body:before {
	content:"";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px;/
}

#content {
	/*overflow: auto; */
	width: 991px;
	margin: 0 auto;
	text-align: left;
	min-height: 100%;
	background-image: url(../images/mainbg.png);
	background-position: center top;
	background-repeat: repeat-y;
}

footer {
	position: relative;
	margin-top: -150px;
	height: 146px;
	clear: both;
	border-top: 4px #ff8400 solid;
	background-color: #022b50;
	color: #cccccc;
	font-size: 11px;
	padding-top: 20px;
}
footer a {
	color: #ffffff;	
}

.gallery-link {
  display: inline-block;
  margin: 0 10px 20px 10px;
  line-height: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 4px solid #5e5e5e;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
/* line 191, ../sass/screen.sass */
.gallery-link:hover {
  border: 4px solid #2372c1;
}

/* line 194, ../sass/screen.sass */
.gallery-image {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

h1#phone {
	color: #ffffff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 47px;
	margin: 10px 0;
}

h2 {
	text-align:center;
	text-transform: uppercase;
}

header {
	padding-top: 20px;
}

img {
	border: 0;
}
img.thumb {
	margin: 2px;
}

label {
	font-size: 14px;
}

#main {
	float: left;
	width: 806px;
	margin: 0 6px;
	/*padding-bottom: 150px; */
}

nav {
	float: left;
	width: 173px;
}
nav ul {
	list-style: none;
	font-size: 24px;
	font-family: "Century Gothic";
	text-transform: uppercase;
	margin-left: -30px;
}
nav ul li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 2px 2px 2px 4px;
	margin: 4px 0;
}
nav ul li a:hover {
	background-color: rgba(255, 255, 255, 0.4);
}

#phone a {
	color: #fff;
	text-decoration: none;
}
#phone a:hover, #phone a:visited {
	color: #fff;
	text-decoration: underline;
}
.red {
	color: #ff0000;
	font-weight: bold;
}

#wrap {
	min-height: 100%;
}