* {
	margin: 0;
	padding: 0;
}

body {
	background: rgb(237, 238, 240) url(img/bg.jpg) no-repeat center center fixed;
	height: 100%;
	background-size: cover;
	color: #000;
}

#article {
	padding-top:25px;
	margin-top:10px;
	border-top:2px solid #a6caf0;
	border-bottom:2px solid #a6caf0;
}

#head {
	width: 100%;
	height: 100px;
	background: #ffffffd4;
	z-index: 100;
	opacity: 0.9;
}

header {
	width: 999px;
	z-index: 101;
	margin: auto;
	position: relative;
}

header menu {
	list-style: none;
	margin-right: 187px;
}

header menu li {
	float: right;
}

header menu li img {
	padding: 0 5px 0 5px;
	width: 185px;
}

header menu li a {
	text-decoration: none;
	float: right;
	padding: 40px 20px 40px 20px;
	color: #e02524;
	font: bold 12pt Helvetica;
}

header menu li a:hover {
	opacity: 0.4;
	background: #fcfeff;
	color: #a6caf0;
	transition: 0.5s;
}

article {
	margin: auto;
	width: 999px;
	background: #ffffffd4;
	border-radius: 10px;
}
#shop {
	font: bold 35pt Helvetica;
}
article h2 {
	color: rgb(0, 36, 36);
	padding: 5px 0px 10px 0px;
	text-align: center;
	font: bold 18pt Helvetica;
	font-weight: 600;
}

article h3 {
	color: rgb(0, 36, 36);
	padding: 5px 0px 10px 0px;
	text-align: center;
	font: bold 14pt Helvetica;
	font-weight: 600;
}

.ContactText h5 {
	float: right;
	color: rgb(0, 36, 36);
	padding: 15px 100px 10px 0px;
	text-align: center;
	font: bold 18pt Helvetica;
	font-weight: 600;
}

.ContactText h6 {
	display: block;
	position: absolute;
	color: rgb(0, 36, 36);
	margin: 53px 0 0 700px;
	text-align: left;
	font: bold 12pt Helvetica;
	text-indent: 25px;
	font-weight: 200;
}

article p {
	color: rgb(0, 36, 36);
	text-align: justify;
	padding: 5px 20px 10px 20px;
	font: bold 13pt Helvetica;
	text-indent: 25px;
	font-weight: 200;
}

article table tr td p {
	text-align: center;
	padding: 25px 5px 9px 5px;
	text-indent: 30px;
	font-size: 12pt;
}

article table tr td h3 {
	text-align: center;
}

article menu {
	list-style: none;
	padding-bottom: 270px;
}

article menu li a {
	display: block;
	float: left;
	padding:20px;
	margin:5px;
	text-decoration: none;
	color: rgb(0, 36, 36);
	font: bold 20pt Helvetica, Sans-Serif;
    border-radius: 50px;
	border: 4px dotted gold;
	background:#ff3333;
}

article menu li a:hover {
	background: #fcfeff;
	color: #a6caf0;
	transition: 0.3s;
}

.ContactText {
	margin: 10px auto 10px auto;
	width: 999px;
	height: 490px;
	background: #fff;
	position: relative;
	z-index: 99;
	border-radius: 10px;
}

footer {
	width: 100%;
	color: rgb(0, 0, 0);
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 0;
	background-size: 100% auto
}

#kart {
	padding-top: 15px;
	margin: 0 15px 0 15px;
}

.btn_up {
	position: fixed;
	bottom: 25px;
	right: 50px;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	border: 2px solid #00000050;
    background: #ffffff50;
	z-index: 100;
	cursor: pointer;
	outline: 0 !important;
}

.btn_up:after {
	content: '';
	width: 10px;
	height: 10px;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: 4px;
	bottom: 0;
	left: 0px;
	right: 0;
	margin: auto;
}
.Contactees p {
	margin: auto;
	width: 500px;
	background: #e2f5fb;
	border-radius: 25px;
	padding:7px;
}
.Contactees a {
	color:red;
	text-decoration: none;
}