* {
	margin: 0;
  padding: 0;
}

body {
	background: #fffedf url('../images/cake_bg.png') no-repeat top left;
	font-family: Trebuchet, Arial, Garamond;
	max-width: 70%;
	position: absolute;
  top: 0;
  right: 30px;
	list-style-position: inside;
}

#site {
	border: 2px solid #000000;
}

header {
	background:#DEF0FF;
	border-bottom: 1px solid #000000;
	overflow: auto;
}

.logo {
	float: left;
}

.sub-slogan {
	float: right;
}

#spacer {
	height: 14vh;
}

.menu {
	font-size: 11pt;
}

.menu li {
  background: linear-gradient(#ffffff, #b7daed, #ffffff);
	list-style-type: none;
	border-top: 1px solid #204f67;
	border-bottom: 1px solid #204f67;
	display: inline-table;
	width: 190px;
}

.menu .menu-img {
	vertical-align: middle;
}

.menu li a {
	vertical-align: middle;
	padding: 0 0 0 15px;
	text-decoration: none;
}

main {
	background:#ffffff;
	padding: 10px 30px;
	overflow: auto;
}

main ul .sublist {
	margin-left: 15px;
}

main p {
	padding-bottom: 20px;
}

main p:nth-child(4) {
	padding-top: 20px;
}

main .payment {
	text-align: center;
}

footer {
	background: #fce0e0;
	border-top: 2px solid #000000;
	padding: 15px;
}

footer p {
	text-align: center;
}

footer p:first-child {
	font-weight: bold;
}

footer .fa-circle {
	font-size: 6px;
}

footer .tag-line {
	border-top: 1px dashed #000000;
	padding-top: 10px;
}

footer .tag-line p {
	font-size: 8pt;
	text-align: center;
}

/* ************ Start Accessories ************ */

#subsec {
	overflow: auto;
	clear: both;
}

#product_list {
	float: left;
}

#third_banner {
	float: right;
}

#pics {
	padding: 20px 0;
	text-align: center;
}

/* ************ End Accessories ************ */

/* ************ Start Contact Us ************ */

#form {
	float: left;
}

input, select, textarea {
	margin: 5px 0;
	border-radius: 5px;
}

input[placeholder] {
	padding-left: 5px;
}

.edges:focus, .form_comments:focus  {
  border: 2px solid #505050;
}

.edges {
	height: 20px;
}

.submit_button {
	background: #66ff66;
	border-radius: 5px;
	padding: 5px;
}

.sec_banner {
	float: right;
	width: 50%;
}

#directions {
	float: left;
	padding-top: 25px;
}

#directions hr {
	margin: 0 auto 15px auto;
	width: 75%;
}

#directions p {
	padding: 0 0 20px 0;
	text-align: justify;
}

.map {
	width: 100%;
	margin: 0 auto;
	clear: both;
}

/* ************ End Contact Us ************ */

/* ************ MEDIA QUERIES ************ */
@media screen and (min-width:300px) and (max-width:539px) {
	body {
		background: #fffedf;
		max-width: 100%;
		right: 0;
	}

	.sub-slogan {
		float: none;
		width: 100%;
	}

	.slogan {
		max-width: 100%;
	}

	#spacer {
		display: none;
	}

	.menu li {
	  width: 100%;
	}

	main .payment {
		padding: 10px 0;
	}

/* Accessories Related */
	#third_banner img {
		width: 95%;
	}

/* Contact Us Related */
	.form_comments {
		width: 100%;
	}

	.sec_banner {
		float: none;
	}

	.sec_banner img {
		width: 225px;
		margin-top: 25px;
	}

	.map img {
		width: 296px;
		max-width: 100%;
	}
}

@media screen and (min-width:540px) and (max-width:675px) {
	body {
		background: #fffedf;
		max-width: 90%;
	}

	.sub-slogan {
		width: 67%;
	}

	.slogan {
		width: 100%;
	}

	#spacer {
		height: 8vh;
	}

	.menu li {
	  width: 49%;
	}

/* Accessories Related */
	#third_banner {
		float: none;
	}

/* Contact Us Related */
	.sec_banner {
		float: none;
	}

	.sec_banner img {
		width: 350px;
		margin-top: 25px;
	}

	.map img {
		width: 296px;
		max-width: 100%;
	}
}

@media screen and (min-width:676px) and (max-width:800px) {
	body {
		max-width: 70%;
	}

	.sub-slogan {
		float: right;
		width: 65%;
	}

	.slogan {
		width: 100%;
	}

	#spacer {
		display: none;
	}

	.menu li {
	  width: 100%;
	}

/* Accessories Related */
	#third_banner {
		float: none;
	}

/* Contact Us Related */
	.sec_banner {
		float: none;
	}

	.sec_banner img {
		width: 350px;
		margin-top: 25px;
	}
}

@media screen and (min-width:801px) and (max-width:1000px) {
	body {
		max-width: 70%;
	}

	.sub-slogan {
		float: right;
		width: 70%;
	}

	.slogan {
		width: 374px;
	}

	#spacer {
		height: 7vh;
	}

	.menu li {
	  width: 48%;
	}

/* Accessories Related */
	#third_banner {
		float: left;
	}

	#third_banner img {
		width: 90%;
		padding: 0;
	}

/* Contact Us Related */
	.sec_banner {
		float: none;
	}

	.sec_banner img {
		width: 350px;
		margin-top: 25px;
	}
}

@media screen and (min-width:1001px) and (max-width:1333px) {
	.sub-slogan {
		float: right;
		width: 70%;
	}

	.slogan {
		width: 374px;
	}

	#spacer {
		height: 7vh;
	}

	.menu li {
	  width: 49%;
	}

/* Accessories Related */
	#third_banner img {
		width: 90%;
		padding: 0;
	}

/* Contact Us Related */
	.sec_banner {
		float: none;
	}

	.sec_banner img {
		width: 350px;
		margin-top: 25px;
	}
}
