/* Applies to the entire body of the HTML document (except where overridden by more specific
selectors). */

body {
  margin: 25px;
  background-color: #000;
  font-family: arial, sans-serif;
  font-size: 12px;
}

/* Applies to all <h1>...</h1> elements. */

h1 {
  font-size: 35px;
  font-family:"Arial Black";
  font-weight: bolder;
  margin-top: 50px;
  margin-left: 50px;
}

ul.a {list-style-type: circle;}

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

a:hover { text-decoration: underline; color: #3092c0; }

a:hover {
  text-decoration: underline;
}

#logo {
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "BitstreamImpact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif" Vera Sans Bold", "Arial Black", "sans serif";
	font-size: 36px;
	font-style: normal; 
	font-variant: normal; 
	font-weight: 700; 
	color: #FFF;
    margin-left: 35px;
	margin-bottom: -5px;
}

#tagline {
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "BitstreamImpact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif" Vera Sans Bold", "Arial Black", "sans serif";
	font-size: 18px;
	color: #FFF;
    margin-left: 36px;
}

#letstalk {
	width: 350px;
	text-align: right;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "BitstreamImpact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif" Vera Sans Bold", "Arial Black", "sans serif";
	font-size: 14px;
	font-weight: 400;
	color: #FFF;
	position:relative;
	top: -15px;
	margin-left: 590px;
	text-decoration: none;
	z-index: 99;
}

#frame-header {
	border-radius: 25px 25px 0px 0px;
	background-color: #666;
	width: 980px;
	height: 180px;
	margin: auto;
}

#frame-body {
	background-color: #CCC;
	width: 880px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 50px;
	padding-right: 50px;
	margin: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#frame-body-header {
	font-size: 18px;
	font-weight: bolder;
	color: #3092c0;
}

#frame-body-image {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}

#frame-footer {
	border-radius: 0px 0px 25px 25px;
	background-color: #666;
	width: 980px;
	height: 100px;
	margin: auto;
}

#frame-footer-image {
	position: relative;
	top: -90px;
	left: 50px;
}

#frame-footer-contactus {
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "BitstreamImpact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif" Vera Sans Bold", "Arial Black", "sans serif";
	font-size: 14px;
	color: #FFF;
	position:relative;
	top: 20px;
	margin-left: 50px;
	text-decoration: none;
}

#merchant-seal {
	position: relative;
	top: -160px;
	left: 840px;
}

#testing {
	position: relative;
	width: 210px;
	height: 60px;
	top: -120px;
	left: 480px;
	z-index: 1;
}

.blueorders {
	border: 2px solid #3195c4;
}

.row_header {
	font-size: 14px;
	font-weight: bolder;
}


/* ##### NAVIGATION STYLEZ ##### */

	@media (min-width: 768px) {
		#main-nav {
			line-height: 0;
			text-align: center;
		}
		#main-menu {
			display: inline-block;
		}
	}

	

/* ##### SIGN-IN & SIGN-ON STYLEZ ##### */

.form-style-10{
	max-width:450px;
	padding:30px;
	margin:40px auto;
	background: #FFF;
	border-radius: 10px;
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
}

.form-style-10 .inner-wrap{
	padding: 10px;
	background: #F8F8F8;
	border-radius: 6px;
	margin-bottom: 5px;
}

.form-style-10 h1{
	background: #3092c0;
	padding: 10px 15px 5px 15px;
	margin: -15px -15px 15px -15px;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
	font: normal 20px 'Bitter', serif;
	-moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	-webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	border: 1px solid #257C9E;
}

.form-style-10 h1 > span{
	display: block;
	margin-top: 2px;
	font: 12px Arial, Helvetica, sans-serif;
}

.form-style-10 label{
	display: block;
	font: 15px Arial, Helvetica, sans-serif;
	color: #888;
	margin-bottom: 15px;
}

.form-style-10 input[type="text"],

.form-style-10 input[type="date"],

.form-style-10 input[type="datetime"],

.form-style-10 input[type="email"],

.form-style-10 input[type="number"],

.form-style-10 input[type="search"],

.form-style-10 input[type="time"],

.form-style-10 input[type="url"],

.form-style-10 input[type="password"],

.form-style-10 textarea,

.form-style-10 select {
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	padding: 4px;
	border-radius: 6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border: 2px solid #fff;
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
}



.form-style-10 .section{
	font: normal 14px 'Bitter', serif;
	color: #3092c0;
	margin-bottom: 5px;
}

.form-style-10 .section span {
	background: #3092c0;
	padding: 5px 10px 5px 10px;
	position: absolute;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border: 4px solid #fff;
	font-size: 14px;
	margin-left: -45px;
	color: #fff;
	margin-top: -3px;
}

.form-style-10 input[type="button"], 

.form-style-10 input[type="submit"]{
	background: #3092c0;
	padding: 8px 20px 8px 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
	font: normal 20px 'Bitter', serif;
	-moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	-webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	border: 1px solid #257C9E;
	font-size: 15px;
}

.form-style-10 input[type="button"]:hover, 

.form-style-10 input[type="submit"]:hover{
	background: #2A6881;
	-moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
	-webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
	box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
}

.form-style-10 .privacy-policy{
	float: right;
	width: 250px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #4D4D4D;
	margin-top: 10px;
	text-align: right;
}

.error {
	color: #F00;
	font-weight: 700;
}

.success {
	color: #0C0;
	font-weight: 700;
}

/* ##### RESPONSIVE FORMZ ##### */

/* * {
  box-sizing: border-box;
}*/

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
  background-color: #3195c4;
  color: black;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
}

input[type=submit]:hover {
  background-color: #74cff9;
}

.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 65%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}