@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
.clearfix:after {
	clear: both;
	display: block;
	content: " ";
	height: 0px;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide these rules from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
li.clearfix {
	display: list-item;
}
/* End hide from IE-mac */

body {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-color: #fff;
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}
.clear {
	display: block;
	clear: both;
	visibility: hidden;
}
.page-container {
	width: 920px;
	margin: 0 auto;
}
p {
	font-weight: normal;
	font-size: 10pt;
	color: #333;
	line-height: 16pt;
	margin: 10px 0 15px 0;
}
h1 {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 26pt;
	line-height: 30pt;
	text-transform: uppercase;
	color: #aaa;
	display: inline;
}
h2 {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 26pt;
	line-height: 30px;
	text-transform: uppercase;
	color: #0e76bc;
	display: inline;
}
h3 {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 16pt;
	text-transform: uppercase;
	color: #0e76bc;
	margin: 5px 0 0 0;
}
ul {
	font-weight: normal;
	font-size: 10pt;
	line-height: 14pt;
	margin-bottom: 5px;
	padding-left: 5%;
}
/*HEADER */
.header-container {
	width: 920px;
	margin: 0 auto;
}
.logo {
	padding: 15px;
	float: left;
	margin-right: 20px;
}
.logo img {
	width: 200px;
	border: 0;
	margin: 0;
	padding: 0;
}
.return {
	float: left;
	padding-top: 60px;
}
.return a {
	font-size: 14px;
	color: #666;
}
.return a:hover {
	color: #333;
}
.return a:active {
	color: #555;
}
/* Send File */
.sendfile {
	clear: right;
	float: right;
	margin-top: 10px;
	text-align: left;
	width: 200px;
}
.sendfile-btn {
	width: 200px;
	height: 25px;
	background-image: url(../images/btn-upload.png);
	text-align: left;
	text-indent: 10px;
	margin-bottom: 2px;
}
.sendfile h6, .sendfile a h6 {
	font-size: 8pt;
	color: #fff;
	text-decoration: none;
}
.sendfile a:hover h6 {
	color: #0e76bc;
	text-decoration: underline;
}
.sendfile a:active h6 {
	color: #ffde00;
}
/* Request a Quote */
.request-quote-bar {
	float: right;
	height: 25px;
	width: 11%;
	background-image: url(../images/bar-request-quote.png);
	background-repeat: repeat-x;
}
.request-quote {
	float: right;
	text-align: right;
	width: 200px;
	height: 25px;
	background-image: url(../images/btn-upload.png);
	background-repeat: no-repeat;
	overflow: visible;
}
.request-quote-flip {
	float: left;
	text-align: left;
	padding-left: 4px;
	width: 200px;
	height: 25px;
	background-image: url(../images/btn-request-quote-flip.png);
	background-repeat: no-repeat;
}
.request-quote a, .sendfile a {
	text-decoration: none;
}
.request-quote a h4, .sendfile a h4, .request-quote-flip h4 {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11pt;
	line-height: 25px;
	text-transform: uppercase;
	color: #fff;
	display: inline;
}
.request-quote a h5, .sendfile a h5, .request-quote-flip h5 {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11pt;
	line-height: 25px;
	text-transform: uppercase;
	color: #fff;
	display: inline;
}
.request-quote a:hover h4, .sendfile a:hover h4 {
	color: #000;
}
.request-quote a:hover h5, .sendfile a:hover h5 {
	color: #000;
}
.request-quote a:active h4, .request-quote a:active h5, .sendfile a:active h4, .sendfile a:active h5 {
	color: #ffde00;
}
.request-quote-form {
	margin-bottom: 20px;
}
.request-quote-form table {
	border: 0;
	border-collapse: collapse;
	width: 100%;
}
.request-quote-form table tr {
}
.request-quote-form table tr td:first-child {
}
.request-quote-form p {
	font-size: 9pt;
}
.request-quote-form p {
	margin: 10px 8px 4px 8px;
}
.request-quote-form input, .request-quote-form textarea {
	color: #0e76bc;
	padding: 2px;
	margin: 0 8px;
}
.request-quote-form textarea {
	width: 350px;
}
.request-quote-form input {
	font-weight: bold;
}
.request-quote-form .submit-btn {
	color: #fff;
}
.request-quote-form .submit-btn:hover {
	color: #000;
}
/* NAV */
.nav {
	float: left;
	margin-top: 5px;
}
.nav ul {
	list-style: none;
}
.nav ul li, .submit-btn {
	width: 125px;
	height: 25px;
	text-align: center;
	text-indent: none;
	background: transparent;
	background-image: url(../images/btn-link.png);
	background-repeat: no-repeat;
	display: block;
	margin: 5px;
	border: 0;
	cursor: pointer;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
.nav ul li:hover, {
filter:alpha(opacity=80);
 -moz-opacity:.8;
 -khtml-opacity: .8;
 opacity: .8;
}
.nav ul li a, .submit-btn {
	text-decoration: none;
	color: #fff;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	line-height: 25px;
	text-transform: uppercase;
	width: 130px;
	height: 25px;
	display: block;
}
.nav ul li a:active, .submit-btn:active {
	color: #000;
}
/* SLIDER */
#slider-whole {
	background-color: #fff;
	background-image: url(../images/slider-bar-bkg.png);
	background-repeat: repeat-x;
}
#slider-main {
	margin: 0 auto;
	margin-top: 20px;
	position: relative;
}
#content-slider {
	height: 12px;
	margin: 0px;
	border: 0;
	position: relative;
}
#content-slider:hover {
	background-color: #ffde00;
	cursor: pointer;
}
.ui-slider-handle {
	width: 26px;
	height: 23px;
	position: absolute;
	top: -7px;
	background-image: url(../images/scroll-arw.png);
	background-repeat: no-repeat;
	border: 0;
	z-index: 5;
}
.ui-slider-handle:hover {
	background-position: 0px -23px;
}
#content-scroll {
	height: 200px;
	margin-top: 0px;
	overflow: hidden;
	border: 0;
	position: relative;
}
#content-holder {
	width: 2800px;
	height: 200px;
	position: relative;
}
#fade-l {
	float: left;
	width: 50px;
	height: 210px;
	background-image: url(../images/slider-bar-fade-l.png);
	position: absolute;
	z-index: 2;
}
#fade-r {
	float: right;
	width: 50px;
	height: 210px;
	background-image: url(../images/slider-bar-fade-r.png);
	position: absolute;
	right: 0;
	z-index: 2;
}
.content-item {
	position: relative;
	width: 190px;
	height: 250px;
	color: #fff;
	padding: 10px 5px 0px 5px;
	float: left;
	text-align: center;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}
.content-item a {
	color: #fff;
	text-decoration: none;
	height: 200px;
}
.content-item a:hover .highlight {
	background-image: url(../images/slider/highlight.png);
	background-repeat: repeat-x;
	width: 200px;
	height: 178px;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
	position: absolute;
	top: 0px;
}
.content-item a:active .highlight {
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
}
.content-item a h5 {
	color: #333;
	font-size: 10pt;
	font-weight: bold;
	line-height: 12pt;
	height: 36px;
	text-transform: uppercase;
}
.content-item a .slide-img {
	color: #fff;
	font-size: 10pt;
	line-height: 16pt;
	width: 200px;
	height: 132px;
	overflow: hidden;
}
.content-item a .slide-img img {
	width: 185px;
	height: 122px;
}
.content-item a:hover .slide-img img {
	width: 200px;
	height: 132px;
}
.content-item a .learn-more {
	visibility: hidden;
	background-image: url(../images/learn-more-bkg.png);
	background-repeat: no-repeat;
	width: 200px;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 10pt;
	text-transform: uppercase;
	line-height: 18px;
	height: 20px;
}
.content-item a:active .learn-more {
	color: #000;
}
.content-item a:hover .learn-more {
	visibility: visible;
}
.content-item:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.maincol {
	width: 55%;
	float: left;
}
/* THUMBNAIL */
.thumbnails {
	width: 40%;
	float: right;
	text-align: right;
	margin-bottom: 40px;

}
.thumbnails h2 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11pt;
	line-height: 16px;
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background-image: url(../images/bottom-bar.png);
	background-repeat: repeat-x;
	background-color: #0e76bc;
	display: block;
}
.thumbnails h1 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24pt;
	line-height: 30px;
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background-color: #0e76bc;
	display: block;
}
.thumbnails ul {
	background-color: #fff;
	color: #000;
	padding: 10px 10%;
	font-size: 9pt;
	line-height: 12pt;
	text-align: left;
}
.thumbnails ul li {
	margin-bottom: 4px;
}
.thumbnails-hdr {
	text-align: left;
	margin-bottom: 20px;
}
.thumbnails-hdr img {
	float: left;
	margin-right: 6px;
}
.thumbnails-hdr p {
	font-size: 7pt;
	line-height: 10pt;
	text-transform: uppercase;
}
.thumbnails a img {
	width: 96px;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #ddd;
	margin: 10px;
	margin-top: 0;
	margin-right: 0;

	zoom: 1;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px; 

}
.thumbnails a:hover img {
	background-color: #0e76bc;
}

.thumbnails a:active img {
	background-color: #00aeef;
}

/* SIGNAGE APPLICATION BAR */
.sign-app-bar {
	clear: both;
	margin-top: 60px;
	width:100%;
	min-height: 100px;
	background-image: url(../images/bottom-bar.png);
	background-repeat: repeat-x;
	background-color: #0e76bc;
	margin: 0 auto;
}
.sign-app-bar-container {
	width: 920px;
	margin: 0px auto;
	position: relative;
	left: -35px;
}
.sign-app-bar-title {
	float: left;
	margin-right: 10px;
	position: relative;
	left: 35px;
}
.sign-app-bar h4 {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14pt;
	line-height: 30px;
	text-transform: uppercase;
	color: #000;
	display: inline;
	margin-left: 5px;
}
.sign-app-bar h5 {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14pt;
	line-height: 30px;
	text-transform: uppercase;
	color: #fff;
	display: inline;
}
.sign-app-bar ul {
	width: 100%;
	clear: both;
}
.sign-app-bar li {
	list-style: none;
	text-align: left;
	display: block;
	float: left;
	width: 225px;
	height: 22px;
}
.sign-app-bar li img {
	display: none;
}
.sign-app-bar li:hover {
	text-indent: 0px;
}
.sign-app-bar li:hover img {
	display: inline;
	float: left;
	height: 30px;
	position: relative;
	top: -10px;
	margin-right: 2px;
}
.sign-app-bar a {
	color: #fff;
	font-size: 7pt;
	line-height: 8pt;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	margin-right: 0px;
	padding: 4px 6px;
}
.sign-app-bar a:hover {
	background-color: #000;
}
.sign-app-bar a:active {
	color: #ffde00;
}
/* Contact */
.contact p {
	margin: 10px 0px 4px 0px;
}
.contact input, .contact textarea {
	margin: 0;
	color: #0e76bc;
	padding: 2px;
	width: 50%;
}
.contact input {
	font-weight: bold;
}
/* FOOTER */
.footer {
	width: 100%;
	min-height: 50px;
	background-color: #333;
	margin: 0px auto;
	background-image: url(../images/shadow.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	padding: 10px 0;
}
.footer-container {
	width: 920px;
	margin: 0px auto;
}
.footer .logo {

	float: right;
	/* IE 8 */  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
	/* IE 5-7 */  filter: alpha(opacity=50);
	/* Netscape */  -moz-opacity: 0.5;
	/* Safari 1.x */  -khtml-opacity: 0.5;
	/* Good browsers */  opacity: 0.5;
}
.footer .logo img {
	width: auto;
	height: 40px;
	padding: 5px 0px 5px 15px;
}

.footer .logo:hover {
	/* IE 8 */  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	/* IE 5-7 */  filter: alpha(opacity=100);
	/* Netscape */  -moz-opacity: 1.0;
	/* Safari 1.x */  -khtml-opacity: 1.0;
	/* Good browsers */  opacity: 1.0;
}

.footer .logo:active {
	/* IE 8 */  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	/* IE 5-7 */  filter: alpha(opacity=80);
	/* Netscape */  -moz-opacity: 0.8;
	/* Safari 1.x */  -khtml-opacity: 0.8;
	/* Good browsers */  opacity: 0.8;
}
.footer .address {
	float: left;
	font-size: 9pt;
	color: #aaa;
	padding: 5px 5px 0px 5px;
}
.footer .phone {
	float: left;
	clear: left;
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	font-style: italic;
	color: #00aeef;
	padding: 0px;
}

.lightblue {
	color: #00aeef;
}

.blue {
	color: #0e76bc;
}


/* -----------------------
	PHONE
----------------------- */

@media screen and (min-width: 600px) {
	#carousel-wrap,
	.sign-app-bar,
	.footer {
		min-width: 920px;
	}
}


@media screen and (max-width: 600px) {
	.maincol,
	.header-container,
	.page-container,
	.sign-app-bar-container,
	.footer-container {
		width: 94%;
		padding: 0px 3%;
		margin: 0 auto;
	}
	
	.maincol {
		clear: both;
	}


	.thumbnails {
		width: 100%;
		float: none	;
		clear: both;
		margin-left: 0px;
		margin-bottom: 30px;
	}

	.thumbnails a img {
		float: left;
		width: 26%;
		padding: 1%;
		margin: 2%;
	}

	.sign-app-bar-container {
		left: -3%;
	}

	.sign-app-bar-title {
		left: 0px;
	}

	
	.sign-app-bar ul {
		width: 90%;
		margin: 0px auto;
	}
	
	.sign-app-bar li {
		display: block;
		width: 100%;
		padding: 0px;
		height: 36px;
		border-bottom: 1px solid #00aeef;
	}

	.sign-app-bar a {
		display: block;
		float: none;
		font-size: 12px;
		line-height: 30px;
		font-weight: bold;
	}

	


	
	.footer .logo {
		float: left;
		padding: 10px 0px;
	}
	
	.footer .logo img {
		padding: 0px;
	}