@charset "utf-8";

/* CSS Reset */
html, body, div,
h1, h2, h3, p, a, img, 
fieldset, form, label, legend,
table, footer, header {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
footer, header,  {display: block;}
body {line-height: 100%;}
a, a:hover { text-decoration: none; }
/* CSS  */
body {
  font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  color: #1f2225;
}
.container {
	width: 100%;
	text-align: center;
	min-height: 130px;
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.inquiry {
	width: 100%;
	text-align:center;
	height: 80px;
	background-color: #1e1e1e;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font: 30px/40px 'Rockwell', Georgia, Times, serif; color: #84ac49; letter-spacing: -1;
	padding-top: 25px;
	}
#header {
	
}
.inner {
	text-align: center;
	width: 728px;
	margin-left: auto;
	margin-right: auto;
}
.search{
	background: transparent url('../images/pattern.png') left top;
	text-align: center;
	height: 350px;
	margin: 0 auto;
	padding-top: 90px;
}
.search h1 {
	font: 38px Arial, Helvetica, sans-serif;
	color:#FFF;
	font-weight: bolder;
	margin-bottom: 0px;
}

#searchContainer {
	padding:5px;
	width: 420px;
	margin: 0 auto;
}

/* ---------- FOOTER ---------- */
footer#main-footer {
  background-color: #fcfbfb;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfbfb), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #fcfbfb, #ffffff);
  background-image: -moz-linear-gradient(top, #fcfbfb, #ffffff);
  background-image: -o-linear-gradient(top, #fcfbfb, #ffffff);
  background-image: linear-gradient(to bottom, #fcfbfb, #ffffff);
  border-top: 1px solid #dcdee0;
  -webkit-box-shadow: inset 0 2px 5px #e6dede;
  box-shadow: inset 0 2px 5px #e6dede;
  text-align: center;
  padding-top: 30px;
 }
footer#main-footer p {
  font-size: .875em;
  margin-bottom: 1em;
}

/* ---------- FONTS ---------- */
@font-face {
				font-family: 'Rockwell';
				src: url('../fonts/rock.eot');
				src: url('../fonts/rock.eot?#iefix') format('embedded-opentype'),
						 url('../fonts/rock.woff') format('woff'),
						 url('../fonts/rock.ttf') format('truetype'),
						 url('../fonts/rock.svg#rock') format('svg');
				font-weight: normal;
				font-style: normal;
		}
/* ---------- BUTTONS ---------- */

.inquire {
	-moz-box-shadow:inset 0px 1px 0px 0px #8f8f8f;
	-webkit-box-shadow:inset 0px 1px 0px 0px #8f8f8f;
	box-shadow:inset 0px 1px 0px 0px #8f8f8f;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #84ac49), color-stop(1, #528037) );
	background:-moz-linear-gradient( center top, #84ac49 5%, #528037 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#84ac49', endColorstr='#528037');
	background-color:#84ac49;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #528037;
	display: inline-block;
	color:#ffffff;
	font-family:'Rockwell' Arial, Helvetica, sans-serif;
	font-size:22px;
	padding:2px 14px;
	text-decoration:none;
	width: 100px;
	height: 38px;
}
.inquire:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #528037), color-stop(1, #84ac49) );
	background:-moz-linear-gradient( center top, #528037 5%, #84ac49 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#528037', endColorstr='#84ac49');
	background-color:#528037;
}
.inquire:active {
	position:relative;
	top:1px;
}
