html {
	height: 100%;
}

body {
	margin: 0px;
	min-height: 100%;
	text-align: center;
	background-color: #181818;
	background: -webkit-linear-gradient(#535353, #181818);
	background: -o-linear-gradient(#535353, #181818);
	background: -moz-linear-gradient(#535353, #181818);
	background: linear-gradient(#535353, #181818);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#535353', endColorstr='#181818');
	background-repeat: no-repeat;
	background-attachment: fixed;
}

img {
	border: none;
}

img.header {
	max-width:100%;
	height:auto;
	margin:10px 0px;
	vertical-align:text-bottom;
}

a {
	text-decoration:none;
}

div.logoContainer {
	margin:auto;
	text-align:center;
	width:100%;
	position:fixed;
	top:0px;
	background-color:#000000;
}

#spacer {
	background-color:#000000;
}

form {
  margin: 0px;
}

div.select {
	display:block;
	font:bold 20px Helvetica, Arial, sans-serif;
	color:#ffffff;
	padding:10px 0px;
	max-width:500px;
	margin:auto;
	border-top: 1px solid #797979;
	border-bottom: 1px solid #2f2f2f;
  background: -webkit-linear-gradient(#676767, #525252);
  background: -o-linear-gradient(#676767, #525252);
  background: -moz-linear-gradient(#676767, #525252);
  background: linear-gradient(#676767, #525252);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#676767', endColorstr='#525252');
}

div.selectActive {
	color:#f2ddb9;
}

div.selectSecondary {
	font:bold 18px Helvetica, Arial, sans-serif;
	color:#ffffff;
	padding:10px 0px;
	max-width:500px;
	margin:auto;
	border-top: 1px solid #444444;
	border-bottom: 1px solid #2e2e2e;
  background: -webkit-linear-gradient(#474747, #3a3a3a);
  background: -o-linear-gradient(#474747, #3a3a3a);
  background: -moz-linear-gradient(#474747, #3a3a3a);
  background: linear-gradient(#474747, #3a3a3a);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#474747', endColorstr='#3a3a3a');
}

.container {
	display:none;
	text-align:center;
	max-width:500px;
	margin:auto;
}

.container input[type=button], .container button {
	font:bold 18px Helvetica, Arial, sans-serif;
	color:#f2ddb9;
  -webkit-appearance: none;
	display:block;
	margin:auto;
	padding:10px;
	width:100%;
	background:none;
	background-color:#262626;
  border-radius: 0;
	border:none;
	border-bottom:1px solid #393939;
}

.container input[type=text] {
	font:bold 18px Helvetica, Arial, sans-serif;
	color:#fff;
  -webkit-appearance: none;
	width:90%;
	max-width:250px;
	margin:4px;
	padding:4px;
	background-color:#484848;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	text-align:center;
	border:1px solid #303030;
}

.searchContainer {
	display:block;
	padding:3px;
	background-color:#373737;
	text-align:center;
	border-bottom:1px solid #2e2e2e;
}

input.postal {
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  padding: 5px;
  margin-bottom: 8px;
  width: 160px;
}

input.search {
  font: bold 25px Helvetica, Arial, sans-serif;
  text-decoration: none;
  text-shadow: 1px 1px 1px #f7ecd9;
  background-color: #D3B07E;
  text-align: center;
  color: #3f301b;
  margin: 10px;
  padding: 10px 15px 10px 15px;
  border: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: -webkit-linear-gradient(#f3e9d9, #d6b587);
  background: -o-linear-gradient(#f3e9d9, #d6b587);
  background: -moz-linear-gradient(#f3e9d9, #d6b587);
  background: linear-gradient(#f1e7d5, #d6b587);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f1e7d5', endColorstr='#d6b587');
}

span.footer {
  color: #565656;
  font: 12px/20px Helvetica, Arial, sans-serif;
}

.footer a {
  color: #565656;
  text-decoration: none;
}

div.mobileNav {
	z-index:101;
	position:absolute;
	top:5px;
	left:5px;
  width: 18px;
	padding: 3px 6px 6px 6px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
  background: -webkit-linear-gradient(#474747, #3a3a3a);
  background: -o-linear-gradient(#474747, #3a3a3a);
  background: -moz-linear-gradient(#474747, #3a3a3a);
  background: linear-gradient(#474747, #3a3a3a);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#474747', endColorstr='#3a3a3a');
	border:1px solid #282828;
}

div.mobileNav div {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
  height: 1px;
  margin-top: 3px;
}

a.mobile_dropdown {
	font:bold 14px Helvetica, Arial, sans-serif;
	text-decoration:none;
	color:#fff;
	display:block;
	margin:auto;
	padding:15px;
	background:none;
	background-color:#262626;
	border:none;
	border-bottom:1px solid #393939;
}

#mobile_nav { 
	z-index:100;
	width:100%;
	max-width:500px;
	position:fixed;
	top:0;
	left:0;
	margin:0px;
}

#nav-expand {
	-webkit-box-shadow: 0px 0px 10px 7px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 7px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 7px rgba(0,0,0,0.75);
}

.open {
  display: block;
}

.closed {
  display: none;
}

a.collapse { display:none; }

div.header {
	font:bold 17px/22px Helvetica, Arial, sans-serif;
	color:#ffffff;
}

div.header2 {
	font:bold 15px Helvetica, Arial, sans-serif;
	color:#ffffff;
}

hr {
  color: #474747;
  border: none;
  border-top: dotted 1px #6c6c6c;
  width: 90%;
}

.interchange {
	text-align:center;
	max-width:500px;
	margin:auto;
}

.interchangeOption {
	font:bold 14px/20px Helvetica, Arial, sans-serif;
  -webkit-appearance: none;
	color:#d5d5d5;
	margin-bottom:5px;
	padding:8px;
	width:90%;
	background:none;
	background-color:#262626;
  border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border:none;
	border:2px solid #424242;
	white-space: normal;
}

.interchangeOptionWheel {
	font:bold 14px/20px Helvetica, Arial, sans-serif;
  -webkit-appearance: none;
	color:#d5d5d5;
	margin-bottom:5px;
	padding:8px 8px 8px 105px;
	width:90%;
	background:none;
	background-color:#262626;
  border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border:none;
	border:2px solid #424242;
	white-space: normal;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height:104px;
}

.interchangeSelection {
	color:#f2ddb9;
	background-color:#333333;
	border:2px solid #626058;
}

.interchangeSelectionWheel {
	color:#f2ddb9;
	background-color:#333333;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border:2px solid #626058;
}

@media ( min-width : 400px) {
	img.header {
		margin:20px 0px;
	}
  div.mobileNav div {
    height: 2px;
    margin-top: 4px;
  }
  div.mobileNav {
	  width: 24px;
		padding: 5px 8px 8px 8px;
  }
  input.search {
	  margin-bottom:25px;
  }
	div.select {
		border-left: 1px solid #797979;
		border-right: 1px solid #2f2f2f;
	}
	div.selectSecondary {
		border-left: 1px solid #515151;
		border-right: 1px solid #2e2e2e;
	}
	a.mobile_dropdown {
		font-size:16px;
		padding:20px;
	}
}

@media ( min-width : 500px) {
	.interchangeOption {
		width:100%;
	}
  hr {
	  width: 50%;
	  min-width: 400px;
  }
}

@media ( min-width : 800px) {
  select {
    width: 50%;
    min-width: 500px;
  }
  input.search {
    margin-bottom:35px;
  }
}
