header {
	display: block;
}

#super-nav {
  margin-top: -3px;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'myriad-pro', 'Source Sans Pro', Helvetica, Arial, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.4;
	text-align: left;
	background: -moz-linear-gradient(top, rgba(214,214,214,1) 0%, rgba(216,216,216,0.6) 54%, rgba(216,216,216,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(214,214,214,1)), color-stop(54%,rgba(216,216,216,0.6)), color-stop(100%,rgba(216,216,216,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(214,214,214,1) 0%,rgba(216,216,216,0.6) 54%,rgba(216,216,216,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(214,214,214,1) 0%,rgba(216,216,216,0.6) 54%,rgba(216,216,216,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(214,214,214,1) 0%,rgba(216,216,216,0.6) 54%,rgba(216,216,216,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(214,214,214,1) 0%,rgba(216,216,216,0.6) 54%,rgba(216,216,216,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#00d8d8d8',GradientType=0 ); /* IE6-9 */
	-moz-background-size: 100% 120px;
	-o-background-size: 100% 120px;
	background-size: 100% 120px;
	background-repeat: no-repeat;
}


strong {
	font-weight: bold;
}

#logo {
	background: url(/public/images/screenhubb-logo.png) 0 0 no-repeat;
	display: block;
	width: 359px;
	height: 63px;
	text-indent: -9999px;
	float: left;
	margin: 20px 0 0;
}

#secondaryLogin {
	float: right;
	position: relative;
	top: -175px;
}

header img {
	margin-top: 5px;
}

header h2 {
	font-size: 20px;
	color: #0084C4;
	font-weight: normal;
	text-align: left;
	margin: 5px 0 15px 15px;
}


#searchbar {
	background: none repeat scroll 0 0 #DDDDDD;
	clear: both;
	height: 40px;
	margin: 0 auto;
	padding-left: 15px;
	width: 998px;
	padding-top: 15px;
	padding-right: 15px;
}

#footer-container {
	margin: 80px auto 0;
	position: relative;
}

	#footer-container p {
		color: #C1C3C5;
		font-size: 15px;
		margin: 0;
	}

	#footer-container a {
		color: #C1C3C5;
		text-decoration: none;
	}

		#footer-container a:hover {
			color: #FF8300;
		}

.social {
	float: left;
	margin: -3px 10px 0 0;
	padding: 0;
	list-style: none;
}

	.social li {
		float: left;
		margin-right: 5px;
	}

		.social li a {
			background: url(/public/images/social-icons.png) 0 0 no-repeat;
			display: block;
			width: 26px;
			height: 26px;
			text-indent: -9999px;
		}

			.social li a.facebook {
				background-position: -27px 0;
			}

			.social li a.twitter {
				background-position: -57px 0;
			}

.back-to-top {
	position: absolute;
	text-align: center;
	color: #C1C3C5;
	font-size: 20px;
	padding-top: 50px;
	text-decoration: none;
	width: 108px;
	top: -100px;
	left: 50%;
	margin-left: -54px;
}

	.back-to-top span {
		background: url(/content/g-top-arrow.png) 0 0 no-repeat;
		display: block;
		width: 46px;
		height: 46px;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -23px;
	}

.cartItems {
	font-size: 7pt;
	left: 42px;
	position: absolute;
	top: 8px;
}

h1 {
	color: #0068b3;
	text-align: center;
	-webkit-text-shadow: 1px 2px #CCCCCC;
	text-shadow: 1px 2px #CCCCCC;
}

h2 {
	text-align: center;
}

a {
	color: #0068b3;
	text-decoration: none;
} 

	a:hover {
		color: #FF8300;
	}

::-webkit-input-placeholder { /* WebKit browsers */
	font-style: italic;
	font-size: smaller;
	padding-left: 3px;
	line-height: 18px;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	font-style: italic;
	font-size: smaller;
	padding-left: 3px;
	line-height: 18px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	font-style: italic;
	font-size: smaller;
	padding-left: 3px;
	line-height: 18px;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
	font-style: italic;
	font-size: smaller;
	padding-left: 3px;
	line-height: 18px;
}

.InputError {
	background-color: #fb987e !important;
	border-color: #ee4d23 !important;
}

.validation-summary-errors {
	color: red;
	display: inline-block;
}

.noBorder {
	border: none;
}

.navbar-secondary {
    margin-top: -20px;
    background-color: #f5f5f5;
}


    .navbar-secondary .active {
        background: #f68f1e none repeat scroll 0 0;
        color: #f1f1f1;
    }

        .navbar-secondary .active a {
            color: #f1f1f1;
        }

        .navbar-secondary .active a:hover {
            color: #f1f1f1;
            background: #f68f1e none repeat scroll 0 0;
        }

/* Prevent Edge from using its custom show/hide password icon */
input::-ms-reveal, input::-ms-clear {
	display: none;
}