html {
	-webkit-text-size-adjust:none;
	-ms-text-size-adjust:none;
	-moz-text-size-adjust:none;
	text-size-adjust:none;
}

body {
	background: #fff url("/lettering/images/backgroundgif.png");
	color: #ffffff;
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

img {
	max-width: 100% !important;
	height: auto !important;
}
.nopad, .nopads {
	paddng: 0 !important;
	margin: 0 !important;
} 
.container-960 {
	max-width: 960px;
	margin: 0 auto;
	margin-top: -3px;
}

/******************************
	LINKS
******************************/
a.link-white, a.link-white:visited, a.link-white:active, a.link-white:focus {
	color: #fff;
}
a.link-white:hover {
	color: #dedede;
}


/******************************
	HEADER SECTION
******************************/
.ss-logo {
	text-align: center;
}
.search-div {
	text-align: center;
	padding-top: 35px;
	padding-bottom: 20px;
	color: #008000;
}
.search-div input[type="text"] {
	border: #008000 2px solid;
}
.search-div input[type="text"]:focus {
	border-color: rgba(0,128,0, 0.8);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0,128,0, 0.6);
	outline: 0 none;
}
.btn-search {
	border: none !important; 
	position: absolute; 
	top: 7px; 
	right: 4px;
	background-color: #fff !important; 
}

/******************************
	NAV MENU
******************************/
.my-nav-menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
.my-nav-menu li {
	display: inline;
	margin: -2px;
}
.my-nav-menu a {
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	background-color: #002697;

	box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .3), inset -2px -2px 2px rgba(0, 0, 0, .4), 5px 5px 10px rgba(0,0,0,0.3);
	padding: 5px 49px 5px 49px;
	text-decoration: none;
}
.my-nav-menu a:hover {
	background: linear-gradient(#01961a, #004b00); 
}

.my-nav-mobile-switch {
	display: none;
	
	width: 580px;
	max-width: 91%;

	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
	background-color: #002697;
	border: 1px solid rgba(0,0,0,0.2);
	box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .3), inset -2px -2px 2px rgba(0, 0, 0, .4), 5px 5px 10px rgba(0,0,0,0.3);
	padding: 7px 54px 7px 54px;
	text-decoration: none;
}

/******************************
	MAIN BODY
******************************/
.bg-gray { background-color: #a6a6a6; }

.white-box {
	color: #000 !important;
	background-color: #fff;
	margin-bottom: 18px;
	padding-top: 15px;
	padding-bottom: 20px;
}
.blue-box {
	color: #fff !important;
	
	background: -webkit-linear-gradient(#0033CC, #001F7A); 
  background: -o-linear-gradient(#0033CC, #001F7A); 
  background: -moz-linear-gradient(#0033CC, #001F7A); 
  background: linear-gradient(#0033CC, #001F7A); 
	
	box-shadow: inset 2px 4px 9px -2px black; color: #575757; 
	
	margin-top: 9px;
	margin-bottom: 18px;
	padding-top: 5px;
	padding-bottom: 20px;
}
.space-div {
	clear: both;
	height: 24px;
}


/****************************** 
	SECTION HEADERS 
******************************/
.main-header {
	font-size: 24px; 
	font-style: italic;
}
h1.section-header {
	font-size: 24px;
}
h2.section-header {
	font-size: 20px;
	color: #002697;
}
h3.section-header {
	font-size: 16px;
	color: #002697;
}


/******************************
	TEXT COLORS 
******************************/
.text-white { color: #fff !important; }
.text-black { color: #000 !important; }
.text-blue { color: #002697 !important; }
.text-green { color: #008000; }


/******************************
	BLUE HORIZONTAL BAR 
******************************/
.bluebar {
	width: 100%;
	height: 7px;
	padding: 0;
	margin: 0;
	background: url("bluebar.png") repeat-x;
}

/******************************
	GRADIENT & FILL
******************************/
.gradient-opener,
.patternfill-opener {
	cursor: pointer;
}

.gradient-opener-icon,
.patternfill-opener-icon {
	color: #363636;
	font-size: 14px;
	font-weight: normal !important;
	margin-right: 8px;
}

.gradient-wrapper,
.patternfill-wrapper {
	display: none;	
}

/******************************
	COLOR TABLES 
******************************/
.color-tables td {
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #000 !important;
}
.color-tables img {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
}


/******************************
	EMBOSSED 
******************************/
.embossed-light {
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
}

.embossed-heavy {
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow: inset 0 2px 3px rgba(255,255,255,0.3), inset 0 -2px 3px rgba(0,0,0,0.3), 0 1px 1px rgba(255,255,255,0.9);
}

/******************************
	ROUNDED CORNERS
******************************/
.round-all {
	border-radius: 12px;
}

.round-bottom {
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

.round-top {
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

/****************************** 
	DROP SHADOWS 
******************************/
.drop-shadow-top {
	box-shadow: 0 -4px 2px -2px rgba(0,0,0,0.4);
}

.drop-shadow-right {
	box-shadow: 4px 0 2px -2px rgba(0,0,0,0.4);
}

.drop-shadow-bottom {
	box-shadow: 0 4px 2px -2px rgba(0,0,0,0.4);
}

.drop-shadow-left {
	box-shadow: -4px 0 2px -2px rgba(0,0,0,0.4);
}

/******************************
	INNER SHADOWS 
******************************/
.inner-shadow {
	box-shadow: inset 0 0 7px 4px rgba(0,0,0,0.5);
}

/******************************
	WARRANTY BOX
******************************/
.warrantybox-gray {
	background-color: #2c2c2c; 
	color: #fff; 
	font-style: italic;
	padding: 8px;
}
.warrantybox-white {
	color: #000; 
	padding: 8px;
}

/******************************
	FOOTER
******************************/
.footer-section {
	color: #000;
}
.footer-section h2 {
	color: #fff;
	font-size: 20px;
}
.footer-about {
	padding: 4px 24px 20px 24px;
}
.footer-contact {
	padding: 4px 24px 20px 24px;
}
.footer-address {
	border-top: 1px dotted #333333;
	padding-top: 6px;
	padding-bottom: 6px;
}
.footer-address-2 {
	border-top: 1px dotted #333333;
	border-bottom: 1px dotted #333333;
	padding-top: 6px;
	padding-bottom: 6px;
}
.footer-address-2 a, .footer-address-2 a:active, .footer-address-2 a:visited, .footer-address-2 a:focus {
	color: #000 !important;
	text-decoration: none;
}
.footer-address-2 a:hover {
	color: #002697 !important;
	text-decoration: underline;
}
.footer-blue {
	padding: 16px;
	background-color: #002697;
}
.footer-blue a, .footer-blue a:active, .footer-blue a:visited, .footer-blue a:focus {
	color: #fff !important;
	text-decoration: none;
	margin-right: 15px;
	margin-left: 15px;
	white-space: nowrap;
}
.footer-blue a:hover {
	color: #eee !important;
	text-decoration: underline;
}

/******************************
	VIDEO CONTAINER
******************************/
.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}


/******************************
	MODAL WINDOW
******************************/
.modal-dialog {
	width: 800px !important;
	max-width: 90%;
}
.modal-wide .modal-body {
	overflow-y: auto;
}

/******************************
	TABS
******************************/
div.tab-pane {
    min-height: 500px;
}


/******************************
	MISC
******************************/
.colorsample {
	width: 100%;
	max-width: 100%;
	height: 36px;
	border-radius: 6px;
	margin-top: 10px;
	background: #fff url(https://www.signspecialist.com/lettering/clear.gif);

}


/******************************
	BREAK POINTS
******************************/
@media (max-width: 930px) { 
	.my-nav-menu a { padding: 7px 44px 7px 44px; }	
}

@media (max-width: 830px) { 
	.my-nav-menu a { padding: 7px 34px 7px 34px; }	
}
@media (max-width: 820px) { 
	.search-div { padding-top: 18px; }
}

@media (max-width: 768px) { 
	.search-div { padding-top: 1px; }
}

@media (max-width: 730px) { 
	.my-nav-menu a { padding: 7px 24px 7px 24px; }	
}

@media (max-width: 630px) { 
	.my-nav-menu a { padding: 7px 14px 7px 14px; }	
}

@media (max-width: 610px) { 
	.my-nav-menu { display: none; margin: -2px; } 
	.my-nav-mobile-switch { display: inline-block; margin-bottom: -2px;  }

	.my-nav-menu li { margin: 0; }

	.my-nav-menu a {
		width: 578px !important;
		max-width: 90% !important;
		margin: 0 auto; !important;
		display: block;
		background-color: #555555;
		border: 1px solid rgba(0,0,0,0.2);
		box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .3), inset -2px -2px 2px rgba(0, 0, 0, .4), 5px 5px 10px rgba(0,0,0,0.3);
		text-decoration: none;
	}
	.my-nav-menu a:hover {
		background-color: #3e3e3e;
	}
}

@media (max-width: 490px) { 
	.main-header { font-size: 20px;  }
}
@media (max-width: 418px) { 
	.main-header { font-size: 18px;  }
	button.btn-showme { font-size: 16px !important; }
}
@media (max-width: 390px) { 
	.main-header { font-size: 16px;  }
	button.btn-showme { font-size: 14px !important; }
}
@media (max-width: 340px) { 
	.main-header { font-size: 16px;  }
	button.btn-showme { font-size: 12px !important; }
}




























