@font-face {
	font-family: 'MetaOT-Book';
	src: url('fonts/metaotbook.eot');
	src: url('fonts/metaotbook.eot?#iefix') format('embedded-opentype'),
	url('fonts/metaotbook.ttf') format('truetype'),
	url('fonts/metaotbook.svg#MetaOT-Book') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* reset */
body, html {
	min-height: 100%;
}

body, menu, ul, ol, li, dl, dt, dd, form, fieldset, label, button, input, textarea, select, h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ccc;
	color: #000;
	font-family: MetaOT-Book, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
}

iframe, fieldset, img {
	border: none;
}

button, input, textarea, select, a {
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	padding: 0;
	font-weight: normal;
	text-align: left;
}

menu, ul {
	list-style: none;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {}

h2 {}

h3 {}

h4 {}

h5 {}

h6 {}

p {
	margin: 0.5em 0;
}

small {
	font-size: 0.85em;
}

sup, sub {
	vertical-align: baseline;
	position: relative;
	font-size: 0.75em;
	line-height: 0;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

a {
	color: #dea900;
   font-style: bold;
}

a:link, a:visited, a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* form elements */
button, input, textarea, select {
	font-family: Arial, sans-serif;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea {
	display: inline-block;
	vertical-align: middle;
	width: 180px;
	height: 18px;
	padding: 4px;
	box-shadow: 0 1px 0 #fff inset, 0 5px 5px #e6e7de inset;
	border: 1px solid #ccc;
	background-color: #fff;
	color: #666;
}

button, input, textarea, select {
	line-height: normal;
}

button, input[type="button"], input[type="submit"] {
	cursor: pointer;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
}

textarea {
	resize: vertical;
	overflow: auto;
	vertical-align: top;
}

select {
	width: 190px;
	height: 28px;
	padding: 4px;
	border: 1px solid #ccc;
}

fieldset {
	display: block;
}


/* custom placeholder */
:-moz-placeholder {
	color: #aaa;
}

::-webkit-input-placeholder {
	color: #aaa;
}

.placeholder {
	color: #555;
}


/* custom selection */
::-moz-selection {
	color: #fff;
	background: #00ae42;
}

::selection {
	color: #fff;
	background: #00ae42;
}


/* layout */
.layout {
	width: 988px;
	margin: 0 auto;
}

.wrapper {
	padding: 16px 20px 20px 20px;
	background-color: #fff;
}

.wrapper:after {
	display: block;
	content: '';
	clear: both;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}


/* icons */
[class^='icon-'], [class*=' icon-'] {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background-image: url(../img/icons.png);
	background-position: 16px 16px;
	background-repeat: no-repeat;
}

.icon-search-loop {
	background-position: 0 0;
}

.icon-pdf {
	background-position: -108px 0;
}

.icon-facebook, .icon-gplus, .icon-twitter {
	width: 24px;
	height: 24px;
}

.icon-facebook {
	background-position: 0 -36px;
}

.icon-gplus {
	background-position: -44px -36px;
}

.icon-twitter {
	background-position: -88px -36px;
}

/* buttons */
[class^='btn-'], [class*=' btn-'] {
	display: inline-block;
	vertical-align: middle;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: none;
}

[class^='btn-']:hover, [class*=' btn-']:hover {
	text-decoration: none;
}

.btn-origin {
	padding: 0 5px;
	border: 1px solid #b1ae9c;
	background-color: #e8e3d3;
	background-image: url(../img/shadow.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	color: #493e2d;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #fff;
	line-height: 20px;
}

.btn-origin:hover {
	background-position: 0 -5px;
}

.btn-origin:active {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) inset;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) inset;
}


/* carets */
[class^='caret-'], [class*=' caret-'] {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 0;
	height: 0;
	border: 4px solid transparent;
}

.caret-top {
	border-bottom: 4px solid #000;
}

.caret-bottom {
	border-top: 4px solid #000;
}

.caret-left {
	border-right: 4px solid #000;
}

.caret-right {
	border-left: 4px solid #000;
}

.caret-gold, .caret-gold-inverted, .caret-blue, .caret-green {
	width: 6px;
	height: 5px;
	border: none;
	background-image: url(../img/carets.png);
	background-repeat: no-repeat;
}

.caret-gold {
	background-position: 0 0;
}

.caret-gold-inverted {
	background-position: -26px 0;
}

.caret-blue {
	background-position: 0 -25px
}

.caret-green {
	background-position: 0 -50px
}


/* dropdown */
.dropdown {
	position: relative;
	z-index: 10;
}

.dropdown.open {
	z-index: 100;
}

.dropdown-toggle {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
}

.dropdown-list {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
}