﻿#navigation{

	padding: 0px;
	margin: 0px 0px 0px 14px;
	text-align: center;
	width: 1000px;
	list-style-type: none
}

#foot-nav{
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	width: 1000px;
	list-style-type: none;
	top: -30px;
	position: relative;
	height: 0px;
}
#navigation a, #foot-nav  a {
	border-color: #003300;
	box-shadow: 2px -2px 2px 0px #333333;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	margin: 7px 16px 0px 16px;
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	padding: 3px 6px 3px 6px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-left-width: 3px;
	vertical-align: bottom;
	border-style: solid solid none solid;
	font-weight: bold
}
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block
}

#foot-nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block
}
.button {
	box-shadow: 2px -2px 2px 1px #333333;
	border-radius: 8px;
	border-style: outset;
	border-width: 2px 4px 2px 4px;
	margin: 4px 4px 0px 4px;
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	padding: 0px 6px 3px 3px;
	text-align: center;
	line-height: 90%;
}
.button:hover {
	border-style: inset;
	text-decoration: none;
}
.go_top {
	padding: 0px;
	margin: 0px;
	font-size: 10pt
}
#navigation li, #foot-nav li{

	padding: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	float: left
}
#navigation ul{
	list-style: none;
	position: absolute;
	top: 38px;
	display: none;
}
#foot-nav ul{
	list-style: none;
	display: none;
}

#navigation .shops {left: 350px}
#navigation .repairs {left: 540px}
#navigation .shows {left: 470px}
#navigation .shop {left: 0px}
#navigation .appriasal {left: 330px}

#navigation ul li, #foot-nav ul li{}
#navigation li ul a, #foot-nav li ul a{
	box-shadow: 0px 0px 0px 0px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	white-space: nowrap;
	border-bottom-style: solid;
	margin-top: 0px;
	margin-right: 4px;
	margin-left: 4px;
	border-bottom-color: #003300;
	border-bottom-width: 3px;
	padding-bottom: 4px
}

#navbar {
	padding: 0px;
	margin: 0px;
	text-align: center;
	width: 1000px;
	list-style-type: none;
	position: absolute;
	z-index: 3;
	top: 0px
}
#foot-menu p {
	font-size: x-small;
	color: #FFFFFF;
	padding: 0px 1px 1px 1px;
	margin: 0px 10px 5px 10px;
	text-align: center
}
#foot-menu {
	padding: 0px;
	margin: 0px
}
#foot-menu a {
	color: #FFFFFF;
	text-decoration: underline
}
#foot-menu a:hover {
	color: #000000;
	text-decoration: none
}
.fb-like {
	float: right;
	margin-right: 6px;
	clear: both;
	height: 20px;
	background-color: #CAE1B3;
	width: 260px;
	text-align: right
}
.bTopp {z-index: -1}
a.bTopp {
	border-width: thin;
	border-color: #000000;
	overflow: visible;
	padding: 4px 5px 8px 6px;
	margin: 0px;
	border-top-left-radius: 10px 14px;
	border-top-right-radius: 10px 14px;
	position: fixed;
	display: block;
	top: 340px;
	right: 0px;
	background-color: #699768;
	color: #FFFFFF;
	border-bottom-style: solid
}
a.bTopp:hover {
	border-style: solid solid none solid;
	border-width: thin;
	border-color: #000000
}
.bigbut {
	box-shadow: 2px -2px 2px 1px #333333;
	border-radius: 8px;
	border-style: outset;
	border-width: 2px 4px 2px 4px;
	margin: 0px;
	color: #FFFFFF;
	text-decoration: none;
	display: inline-table;
	padding: 3px 4px 3px 4px;
	text-align: center;
	vertical-align: top
}
.bigbut:hover {
	border-style: inset;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #c39301
}
a.backbutton {
	margin: 0px;
	padding: 10px;
	position: relative;
	top: 25px
}
input[type=text] {
    width: 100%;
    padding: 6px 6px;
    margin: 8px 0;
    border: 1px solid #ccc;
    box-sizing: border-box
}
textarea {
    padding: 6px 6px;
    margin: 6px 0
}
.container {padding: 6px}
.modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 300;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4)
}
.modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 80%
}
/* Clear floats */
.clearfix::after {
    content: "";
    clear: both;
    display: table
}