* {
	padding: 0;
	margin: 0;
	outline: 0;
	border: 0;
	}


body {
	background: #01245c url('images/bg.gif') repeat-x;
	/*font-family: 'Trebuchet MS','Helvetica','Arial', sans-serif; */
	font-family: 'Helvetica','Arial', sans-serif;
	font-size: 75%;
	color: #ffffff;
}

#header {
	position: relative;
	height: 110px;
	width: 100%;
	}

	#logo {
		display: block;
		height: 110px;
		width: 400px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 99;
		}

	#logo-mobile {
		display: none;
		}

	#tagline {
		position: absolute;
		top: 62px;
		right: 15px;
		font-family: 'Times New Roman',serif;
		font-style: italic;
		font-weight: bold;
		font-size: 1.6em;
		color: #90a6ca;
		text-shadow: 1px 1px 3px #000;
		text-align: right;
		}

#nav {
	position: absolute;
	width: 150px;
	top: 125px;
	left: 15px;
	z-index: 10;
	overflow:hidden;
	}

	#nav h3, #twitter h3, #mh1, #mh2, #mh3 {
		display: block;
		font-family: 'Times New Roman',serif;
		font-style: italic;
		font-weight: bold;
		font-size: 1.5em;
		color: #90a6ca;
		padding-top: 10px;
		text-shadow: 1px 1px 3px #000;
		}

	#nav h3 {
		margin-top: 0;
		}

	#nav ul, #nav-mobile ul {
		float: left;
		width: 100%;
		list-style: none;
		}

	#nav li, #nav-mobile li {
		margin-left: 10px;
		}

	#menu-small-print {
		float: left;
		display: block;
		margin-top: 20px;
		font-size: .833333333em; 
		color: #90a6ca;
		}

	#nav-mobile {
		display: none;
		position: absolute;
		width: 150px;
		top: 125px;
		left: 15px;
		z-index: 10;
		overflow:hidden;
		}

#main {
	position: relative;
	width: auto;
	padding: 0 20px 0 200px;
	min-height: 450px;
	_height: 450px;
	}

	.main-home {
		padding: 0 270px 0 200px !important;
		}

	#twitter {
		position: absolute;
		width: 250px;
		top: 15px;
		right: 15px;
		}

		#twitter h3 {
			margin-top: 0;
			}

	.product {
		margin: 10px 20px 10px 0;
		border: 7px solid white;
		height: 150px;
		/*-moz-border-radius: 15px;
		border-radius: 15px;
		-moz-box-shadow: 3px 3px 6px rgba(0,0,0,0.5);
		-webkit-box-shadow: 3px 3px 6px rgba(0,0,0,0.5);
		box-shadow: 3px 3px 6px rgba(0,0,0,0.5);*/
		}

	#blueprint {
		display: block;
		margin: 0 auto;
		width: 100%;
		max-width: 634px;
		max-height: 530px;
		border: none;
		}

	#homepage-special {
		display: block;
		margin: 0 auto;
		width: 100%;
		max-width: 634px;
		max-height: 644px;
		border: none;
		}

	#locator {
		display: block;
		margin: 0 auto;
		width: 100%;
		max-width: 400px;
		max-height: 40px;
		border: none;
		}

	.scale {
		max-width: 100%;
		}

#footer {
	position: relative;
	margin-top: 20px;
	height: 60px;
	width: 100%;
	text-align: center;
	font-size: .91666666667em;
	color: #90A6CA;
	}

	#footer a { color: #90A6CA; }
	#footer a:hover { color: #fff; }

a { text-decoration: none; color: #ffffff; }
a:hover { color: #ffcc00; }

h1, h2, h3, h4, p { margin-top: .65em; }

p { max-width: 800px; overflow: auto; }

h1 {
	font-family: 'Times New Roman',serif;
	font-size: 1.75em; 
	font-weight: bold; 
	font-style: italic; 
	color: #ffffff;
}

h2 {
	font-family: 'Helvetica','Arial',sans-serif;
	font-size: 1.25em; 
	font-weight: bold; 
	color: #90A6CA;
	text-transform: uppercase;
}

h2 a {
	color: #90A6CA;
}

td { font-size: 0.75em; }

.error {
	font-weight: bold;
	color: #900;
	border: 2px solid #900;
	background-color: #ffc;
	padding: .65em;
	margin: .65em 0;
	-moz-border-radius: 0.4em;
	border-radius: 0.4em;
	}

form {
	display: block;
	/*border: 1px solid #90A6CA;*/
	background-color: #274574;
	margin: 1.65em 0;
	padding: .65em 2em 1.8em;
	width: 24em;
	overflow: auto;
	}

.input {
	float: right;
	width: 96%;
	padding: .4em;
	padding-right: 0;
	margin: .3em 0;
	font-weight: bold;
	color: #333;
	-moz-box-shadow: inset 2px 2px 2px #999;
	-webkit-box-shadow: inset 2px 2px 2px #999;
	box-shadow: inset 2px 2px 2px #999;
	}

button, .button {
	float: right;
	width: 35%;
	padding: .4em;
	margin: .3em 0;
	font-weight: bold;
	color: #fff;
	background-color: #90A6CA;
	cursor: pointer;
	}

button:hover, .button:hover {
	color: #333;
	background-color: #fff;
	}

label {
	position: absolute;
	float: left;
	padding: .4em 0 .2em;
	}

.bordertable, .bordertable td {
	margin: 0;
	padding: .4em;
	border: 2px solid #90a6ca;
	border-collapse: collapse;
	}

.bordertable {
	margin: .65em 0;
	width: 80%;
	}

/* specials 2013 */
.nobordertable {
	margin: .65em 0;
	border-spacing: 0;
	}

/* specials 2013 */
.nobordertable td {
	margin: 0;
	padding: .3em;
	border: 0;
	border-collapse: collapse;
	font-size: 1.2em;
	text-align: center;
	width: 150px;
	}

.nobordertable tr:nth-child(odd) {
	background-color: rgba(255,255,255,0.1);
	}

.nobordertable td:first-child {
	text-align: left;
	}

#main ul {
	margin-left: 20px;
	}

div.location {
	overflow: auto;
	max-width: 600px;
	margin: .65em auto;
	}

div.location img { float: right; }
div.location p { display: block; float: left; }

img.left {
	float: left;
	margin: .65em;
	margin-left: 0;
	}

img.right {
	float: right;
	margin: .65em;
	margin-right: 0;
	}

ul.moulding li a {
	font-family: 'Helvetica','Arial',sans-serif;
	font-size: 1.2em; 
	font-weight: bold; 
	color: #90A6CA;
	}

ul.moulding li a:hover { color: #ffcc00; }

#search-map-large {
	width: 800px;
	max-width: 100%;
	height: 400px;
	margin: 10px 0;
	}

ol {
	max-width: 800px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	list-style-position: inside;
	}

ol li {
	border-top: 1px solid white;
	padding: 10px 0 10px 20px;
	font-family: 'Helvetica','Arial',sans-serif;
	font-size: 1.2em; 
	font-weight: bold; 
	color: #90A6CA;
	}

ol li b {
	text-transform: uppercase;
	}

ol li div {
	padding-left: 1.35em;
	font-size: 0.9090909091em;
	color: #fff;
	font-weight: normal;
	}

.price-row {
	position: relative;
	padding: .3em;
	margin: 0;
	}

.item-number { float: left; width: 10em; }
.item-uom { float: right; width: 2em; color: #90a6ca; font-size: .8em; text-align: right; margin-top: 0.2em; }
.item-price { float: right; text-align: right; }
.item-description { float: left; font-weight: bold; }
.to-top { position: relative; float: right; font-size: 1.25em; font-weight: bold; cursor: pointer; margin-right: .3em; }
.faux-h3 { font-size: 1.25em; font-weight: bold; }

p.find {
	background-color: #90a6ca;
	color: #01245c;
	padding: 6px 10px;
	border: 1px solid #000;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 15px 0;
	max-width: 360px;
	text-align: center;
	}

p.find a {
	color: #01245c;
	}

p.find:hover, p.find a:hover {
	background-color: #fff;
	color: #01245c;
	}



/*

.section {
	font-size: 15px; 
	font-weight: bold; 
	font-style: normal; 
	color: #90a6ca;
}

.menu-table {
	padding-top: 10px;
	padding-left: 11px;
}

.menu-options-box {
	color: #ffffff; 
	padding-left: 12px;
	margin-bottom: 12px;
}

.small {
	font-size: 10px; 
	color: #90a6ca;
}

.indent {
	padding-left: 10px;
}

.allcaps {
	text-transform: uppercase;
}

.newsbox-inner {
	text-align: center;
	width: 100%;
	background-color: #18386b; 
	padding: 6px;
	border-style: solid;
	border-width: 1px;
	border-color: #677c9d;
}

.newsbox-outer {
	text-align: center;
	width: 200px;
	background-color: #18386b; 
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

.newsbox {
	text-align: center;
	width: 200px;
	background-color: #18386b; 
	padding: 12px;
}

.mediuminput {
	font: normal normal 11px tahoma,verdana,arial;
	height: 21px;
	width: 350px;
	border-width: 1px;
	border-style: solid;
	border-color: 000000;
	margin-bottom: 1px;
	padding-left: 4px;
	}

.smallbutton {
	font: normal bold 11px tahoma,verdana,arial;
	height: 21px;
	width: 80px;
	}


*/

@media screen and (max-width: 820px) {
	/*#tagline { display: none; }*/
}

@media screen and (max-width: 500px) {
	body, td { font-size: 100%; }

	body { background: none; background-color: #01245c; }

	h1 { font-size: 1.5em; margin-top: .25em; }

	#header {
		height: 47px;
		/*border: 1px solid yellow;*/
		}

	#logo {
		display: none;
		}

	#logo-mobile {
		display: block;
		position: relative;
		width: 96%;
		max-width: 320px;
		height: 47px;
		margin: 2% auto 0;
		background-image: url("images/mobile-logo.png");
		background-repeat: no-repeat;
		background-size: 100%;
		-webkit-background-size: 100% auto;
		/*border: 1px solid red;*/
		}

	#tagline, #footer, #export-to-excel, #menu-small-print, #download-instructions, #nav { display: none; }

	#blueprint {
		margin-top: 25px;
		}

	#nav-mobile {
		display: block;
		position: relative;
		padding: 0;
		top: 0;
		left: 0;
		width: 320px;
		margin: 0;
	}
	
	#nav-mobile ul {
		list-style-type: none;
		width: 310px;
		padding-left: 10px
		}

	#nav-mobile ul li {
		display: inline-block;
		background-color: #274574;
		width: 90px;
		text-align: center;
		padding: 5px 0;
		margin: 0;
		margin-right: 7px;
		box-shadow: 2px 2px 8px rgba(0,0,0,0.4);
		-webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.4);
		-moz-box-shadow: 2px 2px 8px rgba(0,0,0,0.4);
		}
	
	#mh1, #mh2, #mh3 {
		font-size: 1em;
		}

	/*#nav ul li ul { display: none; }*/

	#twitter {
		position: relative;
		width: 100%;
		top: 1em;
		right: 0;
		padding-bottom: 1em;
		}

	#twitter ul {
		margin-left: 0 !important;
		}

	#main { width: 90%; padding: 2% 5% 5%; min-height: 100px; }

	.product { height: auto; width: 95%; margin: .65em 0; }

	.main-home { padding: 0 5% !important; }

	form { width: 86%; margin: .65em 0; padding: .4em 7%; border: none; }
	.input { width: 96%; font-size: 1.5em; }
	button, .button { float: right; width: 60%; font-size: 1.5em; background-color: #01245c; /* #274574 */ }

	.bordertable { width: 100%; }

	.scale { max-width: 100%; }

	#search-map-large { height: 220px; }

	/* JQUERY flexdropdown.css */

	.flexdropdownmenu, .flexdropdownmenu ul{
		position: absolute;
		margin: 0;
		padding: 0;
		left: 0;
		top: 0;
		font: normal bold .75em "Helvetica","Arial",sans-serif;
		list-style-type: none;
		background: white;
		border: none;
		border-bottom-width: 0;
		visibility: hidden;
		display: none;
		box-shadow: 2px 2px 8px rgba(0,0,0,0.4);
		-webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.4);
		-moz-box-shadow: 2px 2px 8px rgba(0,0,0,0.4);
		}


	.flexdropdownmenu li{
		position: relative;
		text-align: center;
		}

	.flexdropdownmenu li a{
		display: block;
		height: auto;
		width: 80px;
		color: #ffffff;
		background: #274574;
		border-bottom: none;
		text-decoration: none;
		padding: 8px 5px 8px 5px; /*trbl*/
		}

	* html .flexdropdownmenu li{ /*IE6 CSS hack*/
		display: inline-block;
		width: 90px;
		}

	.flexdropdownmenu li a:hover{
		background: #777777;
		}

	.rightarrowclass{
		position: absolute;
		top: 6px;
		right: 5px;
		}

	#flex1 {
		top: 20px;
		}

	/* JQUERY /flexdropdown.css */

.item-description {
	font-family: "HelveticaNeue-Light","Helvetica","Arial",sans-serif;
	font-weight: normal;
	font-size: 0.8em;
	color: #fff;
	}

}

.tweets {
	width: 90%;
	}

.tweets li {
	overflow-y: auto;
	overflow-x: hidden;
	color: #90a6ca;
	margin: 10px 0 30px -5px;
	font-weight: bold;
	font-size: 120%;
	}

.tweets small {
	display: block;
	margin-top: 3px;
	color: #fff;
	font-weight: normal;
	font-size: 90%;
	}

.tweets a {
	color: #90a6ca;
	}

.tweets a:hover {
	color: #ffcc00;
	}
