.header {
	background-color: #1691ca;
}

.menu-full-bar {
	background-color: #034673;
}

.header-inner {
	background-color: #1691ca;
	padding-top: 10px;
	padding-bottom: 10px;
}

.header a {
}

.header a:link {
	color: #FFF;
	text-decoration: none;
}

.header a:visited {
	color: #FFF;
	text-decoration: none;
}

.header a:hover {
	color: #FF0;
	text-decoration: none;
}

.header a:active {
	color: #FFF;
	text-decoration: none;
}

.header .logo {
  float: left;
  margin-right: 15px;
}

.header .shopping-cart, .header .search, .header .log-in {
  float: right;
  margin-left: 24px;
  font-size: 16px;
  margin-top: 45px;
  color: #FFF;
}

.header .shopping-cart a, .header .search a, .header .log-in a {
  padding-bottom: 4px;
}

.header .shopping-cart a:hover, .header .search a:hover, .header .log-in a:hover {
  border-bottom: 2px solid #FF0;
}

li {
  margin-bottom: 12px;
}

@media screen and (max-width: 700px) {

    .header {
    }

    .header .logo {
      float: none;
      margin-right: 0px;
      clear: both;
    }
    
    .header .shopping-cart, .header .search, .header .log-in {
      float: right;
      margin-left: 12px;
      margin-right: 12px;
      display: inline-block;
      margin-top: 12px;
    }

}

.gallery_box {
	margin: 0px;
	border: 1px solid #1691ca;
	border-radius: 0px;
	padding: 0px;
	float: left;
	width: 300px;
	height: 300px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
	margin-bottom: 50px;
}

.thumbnail_box {
	margin: 5px;
	border: 1px solid #a0e1ff;
	border-radius: 12px;
	padding: 10px;
	display: table;
	float: left;
	width: 223px;
	text-align: center;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

.thumbnail_image {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}

.thumbnail_description {
	padding: 5px;
	background-color: #f0faff;
	color: #000;
	border-radius: 6px;
	height: 67px;
}

.thumbnail_view_detals {
	margin-top: 5px;
	background-color: #004b5b;
	color: #FFF;
	border-radius: 6px;
}

.thumbnail_view_detals a {
	display: block;
	padding: 5px;
}

.thumbnail_view_detals a:link {
	color: #FFF;
	text-decoration: none;
}

.thumbnail_view_detals a:visited {
	color: #FFF;
	text-decoration: none;
}

.thumbnail_view_detals a:hover {
	color: #FF0;
	text-decoration: none;
}

.thumbnail_view_detals a:active {
	color: #FFF;
	text-decoration: none;
}

.thumbnail_price {
	margin-top: 5px;
	font-weight: normal;
	font-size: 18px;
	color: #333;
}

.thumbnail_series {
	margin-top: 5px;
	font-weight: normal;
	font-size: 12px;
	color: #777;
}

.services_list h2 {
	font-size: 16px;
	font-weight: bold;
}

.heading_pipe {
	color: #c8edff;
}

#page_contents .level_one {
	padding-left: 0px;
}

#page_contents .L1 {
	font-size: 28px;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 15px;
	list-style-type: none;
	padding: 15px;
	border: 3px solid black;
	border-radius: 20px;
}

#page_contents .L2, #page_contents .L3 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 15px;
}

#page_contents .L4 {
	font-size: 14px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}

.h1_emphasis {
	background-color: #004b5b;
	color: #FFF;
	padding: 7px 11px;
	border-radius: 12px;
}

.h2_emphasis {
	background-color: #c4c4c4;
	color: #000;
	padding: 7px 11px;
	border-radius: 12px;
}

.item_details {
	float: left;
	margin-left: 25px;
	font-size: 16px;
}

.item_details input {
	font-size: 16px;
}

.pad_me_10 {
	padding: 10px;
}

.search_thumb {
	float: left;
	margin-right: 15px;
}

.hidden {
	display: none;
}

.table_header, .table_subtotal {
	background-color: #000 !important;
	color: #fff !important;
}

.shopping_cart_lines {
	font-size: 16px;
	width: 100%;
	margin-bottom: 20px;
}

.shopping_cart_lines td {
	padding: 10px;
}

.shopping_cart_lines tr:nth-child(odd){
	background-color: #EEE;
	color: #000;
}

.shopping_cart_lines tr:nth-child(even){
	background-color: #DDD;
	color: #000;
}

@keyframes grow_from_center {
	from {
		transform: scale(0);
	}
	to {
		transform: scale(1);
	}
}

.message_ok {
	animation: grow_from_center 1.25s;
	background-color: lightgreen;
	padding: 10px;
	border: 2px solid black;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 8px;
}

.message_error {
	animation: grow_from_center 1.25s;
	background-color: #ffbabc;
	padding: 10px;
	border: 2px solid black;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 8px;
}

.red_button {
	background-color: #ffa9a9;
	font-size: 16px;
}

.green_button {
	background-color: #82ff80;
	font-size: 16px;
}

#ClearCart {
	float: left;
}

#SubtotalNext {
	float: right;
}

.FormCreator {
	width: 100%;
}

.FormCreator p {
	margin-top: 15px;
	margin-bottom: 5px;
}

.FormCreator p.emphasis {
	color: #118337;
	font-weight: bold;
}

.FormCreator hr {
	border: 0;
	color: #000;
	background-color: #000;
	height: 2px;
	margin-top: 25px;
	margin-bottom: 25px;
	width: 99%;
	margin-left: 0;
	text-align: left;
}

.FormCreator hr.level2hr {
	border: 0;
	color: #CCC;
	background-color: #CCC;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 99%;
	margin-left: 0;
	text-align: left;
}

.wide_center {
	display: block;
	text-align: center;
	width: 100%;
}

.please_note {
	text-align: center;
	margin-bottom: 20px;
	border-radius: 15px;
	background-color: yellow;
	padding: 10px;
	font-weight: bold;
	color: #000;
}

.category-box {
	margin-bottom: 30px;
}

.category-box h1 {
	display: table;
	margin: 0;
	color: inherit;
	margin-bottom: 10px;
	font-size: 22px;
}

.category-box h1 a {
}
.category-box h1 a:link {
	color: #004b5b;
	text-decoration: none;
}
.category-box h1 a:visited {
	color: #004b5b;
	text-decoration: none;
}
.category-box h1 a:hover {
	color: #001bda;
	text-decoration: none;
}
.category-box h1 a:active {
	color: #004b5b;
	text-decoration: none;
}

.category-box h2 {
	display: table;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	color: inherit;
}

.category-title {
	display: table;
	float: left;
}

.category-all {
	margin: 0;
	margin-top: 0px;
	padding: 5px;
	background-color: #eee;
	color: #004b5b;
	display: table;
	border-radius: 5px;
	padding-left: 8px;
	padding-right: 8px;
	float: right;
}

.category-all a {
}
.category-all a:link {
	color: #004b5b;
	text-decoration: none;
}
.category-all a:visited {
	color: #004b5b;
	text-decoration: none;
}
.category-all a:hover {
	color: #001bda;
	text-decoration: none;
}
.category-all a:active {
	color: #004b5b;
	text-decoration: none;
}

.menu-image {
	float: left;
	width: 23.5%;
	margin-left: 2%;
}

.first-row-item {
	margin-left: 0;
}

.menu-image-wrap {
	border: 1px solid #eee;
	border-radius: 12px;
	padding: 10px;
}

.menu-image img {
	width: 100%;
	height: auto;
}

s {
	background-color: #EEE;
	color: darkred;
	opacity: 0.6;
}