* {
	font-family: Arial;
}

html,
body {
	margin: 0;
	padding: 0;
}

a {
	color: gray;
}

.scrollToSitemap {
	position: fixed;
	bottom: 80px;
	right: 15px;
	width: 50px;
	cursor: pointer;
}

.scrollToTop {
	position: fixed;
	bottom: 5px;
	right: 20px;
	width: 50px;
	cursor: pointer;
}

.fadeToBottom {
	display: none;
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: none;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    line-break: auto;
   	background-color: black;
   	color: white;
   	border-radius: 2px;
   	padding: 10px;
}

.tooltip-inner {
	border-radius: 4px;
}

#menu {
	height: 50px;
}

#menu li a {
	text-decoration: none;
	color: silver;
	text-transform: uppercase;
	padding-bottom: 20px;
	text-align: center;
	display: block;
}

a,
img {
	margin: 0;
	padding: 0;
}

img {
	border: 0px;
}

#our_history_btn {
	cursor: pointer;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 30px white inset;
}

.ui-state-active {
	background: none;
	border: 1px solid #c5c5c5;
}

#disclaimer {
	width: 1179px;
	margin: 0 auto;
	font-size: 11px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

@media (max-width: 1830px) {
	#right_float_menu {
		display: none;
	}
}
