body {
	background-color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Tahoma,sans-serif;
	font-size: 30px;
	color: white;
}

p {
	font-size: 24px;
	text-align: justify;
}

h1 {
	font-size: 34px;
}

h2 {
	font-size: 28px;
}

table td {
	font-size: 24px;
	vertical-align: top;
}

a {
	text-decoration: none;
	color: white;
}

.link {
	font-weight: bold;
	color: #84d607;
	text-decoration: underline;
}

input[type=text] {
	font-size: 30px;
}

input[type=checkbox] {
  /* Webkit browsers
  -webkit-transform: scale(4);*/
	margin: 25px 25px 25px 10px ;

  transform: scale(3);

}

input[type=submit] {
	/*margin: 25px ; */
	font-size: 24px;
	padding: 10px;
}

.mainpage {
	background-image: url(../img/bg.gif);
	background-color: #00a1e2;
	background-repeat: repeat-x;
	width: 1080px;
	height: 1920px;
	overflow: hidden;
	margin: 0px auto 0px auto;
}

.page_header {
	background-image: url(../img/bg-menu.png);
	width: 100%;
	height: 180px;
	overflow: hidden;
}

.toplogos {
	padding: 15px 20px 0px 20px;
}

.topleftlogo {
	width: 200px;
	float: left;
}

.toprightlogo {
	width: 400px;
	float: right;
}

.page_body {
	height: 1590px;
	width: 1020px;
	margin: 30px 30px 0px 30px;
	overflow: hidden;
}

.page_body_products {
	/* height: 1375px; */
	height: 1490px;
	width: 1020px;
	margin: 0px 30px 0px 30px;
	overflow: hidden;
}

.page_body_gallery {
	/* height: 1375px; */
	height: 1520px;
	width: 1020px;
	margin: 0px 30px 0px 30px;
	overflow: hidden;
}

.return_menu {
	height: 102px;
	width: 100%;
	padding: 0px 0px 0px 30px;
	overflow: hidden;
}

.page_footer {
	height: 120px;
	width: 100%;
	background-repeat: repeat-x;
	background-image: url(../img/bg-footer.png);
}

.bottomlogos {
	padding: 50px 40px 0px 40px;
	height: 20px;
	margin: auto;
}

.bottomleftlogo {
	width: 400px;
	float: left;
}

.bottomrightlogo {
	width: 420px;
	float: right;
}

.divclear {
	clear: all;
}

/* .nav_top {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 450px;
	height: 100px;
	margin: 0px 0px 0px 30px;
	align-items: center;
} */
.nav_top {	display: flex;	flex-direction: row;	flex-wrap: nowrap;	width: 1020px;	height: 100px;	margin: 15px 30px 15px 30px;	align-items: center;}

.nav_top_full {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 1020px;
	height: 100px;
	margin: 15px 30px 15px 30px;
	align-items: center;
}

.nav_top_item {
	vertical-align: middle;
}

.navbottom {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 1020px;
	height: 100px;
	margin: 30px 30px 15px 30px;
	align-items: center;
}


.nav_bottom_item {
	vertical-align: middle;
}

.nav_spacer {
	flex-grow: 1;
}

ul li {
	font-size: 24px;
}

.location_map {
	position: relative;
}

.location {
	position: absolute;
	z-index: 2;
	margin: auto;
}

.location a {
	color: #004874;
	text-shadow: 2px 2px 3px #FFFFFF;

	font-size: 24px;
}

.fc {
	font-size: 20px;
}
	
ol li {
	font-size: 20px;
}