@import url(https://fonts.googleapis.com/css?family=Oswald|Open+Sans|Roboto);

/***********************************************************
GENERAL HTML OBJECTS
***********************************************************/

html
{
	height: 100%;
	overflow-y: scroll;
}

body
{
	font-family: Arial;
	font-size: 13px;
	line-height: 19px;
	color: #666666;
	background-color: #ffffff;
	margin: 0px;
	height: 100%;
	min-width: 320px;
}

img
{
	border: 0px;
}

a
{
	text-decoration: underline;
	color: #3154a3;
	outline: 0;
}
a:hover
{
	color: #000000;
}
a:focus
{
	outline: none;
}

ul li
{
	padding: 0px;
	margin-left: -20px;
}

hr
{
	color: #3154a3;
	background-color: #3154a3;
	height: 1px;
	border: 0px;
}

h1
{
	font-size: 24px;
	line-height: 26px;
	margin-top: 0px;
	margin-bottom: 2px;
	font-weight: normal;
	color: #3154a3;
}

h2
{
	font-size: 18px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: normal;
	color: #666666;
}

h3
{
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	color: #3154a3;
}

.underline-h3
{
	color: #999999 !important;
	font-weight: bold !important;
	border-bottom: 1px solid #999999 !important;
}

.large-text
{
	font-size: 16px;
	line-height: 24px;
	color: #808080;
}

blockquote
{
	margin-left: 0px;
	margin-right: 0px;
	border: 1px solid #cccccc;
	background-color: #f2f2f2;
	padding: 15px;
}
blockquote h3
{
	margin-top: 0px;
	margin-bottom: 4px;
}


/***********************************************************
HIDE MOBILE-ONLY OBJECTS
***********************************************************/

.mobile-only
{
	display: none;
	visibility: none;
}


/***********************************************************
IMAGES IN CONTENT
***********************************************************/

.image-150
{
	height: 150px !important;
	width: auto !important;
}

.image-shadow
{
	-moz-box-shadow: 1px 1px 8px #000000;
	-webkit-box-shadow: 1px 1px 8px #000000;
	box-shadow: 1px 1px 8px #000000;
}

.image-left-shadow
{
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
	-moz-box-shadow: 1px 1px 8px #000000;
	-webkit-box-shadow: 1px 1px 8px #000000;
	box-shadow: 1px 1px 8px #000000;
}

.image-right-shadow
{
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
	-moz-box-shadow: 1px 1px 8px #000000;
	-webkit-box-shadow: 1px 1px 8px #000000;
	box-shadow: 1px 1px 8px #000000;
}

.image-left
{
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
}

.image-right
{
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
}

.div-right
{
	display: inline-block;
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
	padding: 15px;
}

.div-right-shadow
{
	display: inline-block;
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
	padding: 15px;
	-moz-box-shadow: 1px 1px 8px #000000;
	-webkit-box-shadow: 1px 1px 8px #000000;
	box-shadow: 1px 1px 8px #000000;
}


/***********************************************************
COMMONLY USED ELEMENTS
***********************************************************/

.newrow {clear: both;}

.dragme
{
	position: relative;
}

.formbutton
{
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
	line-height: 12px;
	color: #ffffff;
	text-transform: uppercase;
	background-color: #3154a3;
	text-decoration: none;
}
.formbutton:hover
{
	color: #1d3055;
	background-color: #e1e1e1;
	text-decoration: none;
}

div.custom_file_upload {
	width: 230px;
	height: 20px;
	margin: 40px auto;
}

.upload-field
{
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
	line-height: 12px;
	color: #ffffff;
	text-transform: uppercase;
	background-color: #3154a3;
	text-decoration: none;
	display: none;
	margin: 0px;
}

.popout-object
{
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 0% auto;
	opacity: 0.0;
	filter: alpha(opacity=0);
}

.popout-text
{
	opacity: 0.0;
	filter:alpha(opacity=0); 
}

.form-break
{
	border-top: 1px solid #cccccc;
	font-weight: bold; 
	margin-top: 6px;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: -10px;
	margin-right: -10px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeeeee), to(#ffffff));
	background: -webkit-linear-gradient(top, #eeeeee, #ffffff);
	background: -moz-linear-gradient(top, #eeeeee, #ffffff);
	background: -ms-linear-gradient(top, #eeeeee, #ffffff);
	background: -o-linear-gradient(top, #eeeeee, #ffffff);
}

.red-asterik
{
	color: #cc0000;
	font-weight: bold;
}

.footnote
{
	color: #999999;
	font-size: 12px;
	line-height: 13px;
	font-style: italic;
	padding-top: 4px;
	padding-bottom: 10px;
}

.footnote-left
{
	color: #999999;
	font-size: 12px;
	line-height: 13px;
	font-style: italic;
	margin-top: -6px;
}

.opacity100 {opacity: 1.0; filter: alpha(opacity=100);}
.opacity95 {opacity: 0.95; filter: alpha(opacity=95);}
.opacity90 {opacity: 0.9; filter: alpha(opacity=90);}
.opacity85 {opacity: 0.85; filter: alpha(opacity=85);}
.opacity80 {opacity: 0.8; filter: alpha(opacity=80);}
.opacity75 {opacity: 0.75; filter: alpha(opacity=75);}
.opacity70 {opacity: 0.7; filter: alpha(opacity=70);}
.opacity65 {opacity: 0.65; filter: alpha(opacity=65);}
.opacity60 {opacity: 0.6; filter: alpha(opacity=60);}
.opacity55 {opacity: 0.55; filter: alpha(opacity=55);}
.opacity50 {opacity: 0.5; filter: alpha(opacity=50);}
.opacity45 {opacity: 0.45; filter: alpha(opacity=45);}
.opacity40 {opacity: 0.4; filter: alpha(opacity=40);}
.opacity35 {opacity: 0.35; filter: alpha(opacity=35);}
.opacity30 {opacity: 0.3; filter: alpha(opacity=30);}
.opacity25 {opacity: 0.25; filter: alpha(opacity=25);}
.opacity20 {opacity: 0.2; filter: alpha(opacity=20);}
.opacity15 {opacity: 0.15; filter: alpha(opacity=15);}
.opacity10 {opacity: 0.1; filter: alpha(opacity=10);}
.opacity5 {opacity: 0.05; filter: alpha(opacity=5);}
.opacity0 {opacity: 0.0; filter: alpha(opacity=0);}

.two-col
{
	float: left;
	width: 48%;
	padding-right: 2%;
}
.two-col-nospace
{
	float: left;
	width: 50%;
}
.two-col img, .two-col-nospace img
{
	max-width: 100%;
}

.three-col
{
	float: left;
	width: 31%;
	padding-right: 2%;
}
.three-col img
{
	max-width: 100%;
}

.col-40
{
	float: left;
	width: 38%;
	padding-right: 2%;
}
.col-40 img
{
	max-width: 100%;
}

.four-col
{
	float: left;
	width: 23%;
	padding-right: 2%;
}
.four-col img
{
	max-width: 100%;
}

.five-col
{
	float: left;
	width: 18%;
	padding-right: 2%;
}
.five-col img
{
	max-width: 100%;
}

.two-col-center
{
	float: left;
	width: 48%;
	padding-left: 1%;
	padding-right: 1%;
	text-align: center;
}
.two-col-center img
{
	margin: 0px auto;
	max-width: 100%;
}

.three-col-center
{
	float: left;
	width: 31%;
	padding-left: 1%;
	padding-right: 1%;
	text-align: center;
}
.three-col-center img
{
	margin: 0px auto;
	max-width: 100%;
}

.four-col-center
{
	float: left;
	width: 23%;
	padding-left: 1%;
	padding-right: 1%;
	text-align: center;
}
.four-col-center img
{
	margin: 0px auto;
	max-width: 100%;
}

.file-browser-button-box
{
	width: 209px;
	height: 32px;
	background-color: #000000;
	overflow: hidden;
	background-image: url('/images/button-upload-file.png');
	background-position: center center;
	background-repeat: no-repeat;
	-moz-box-shadow: 0px 0px 12px #000000;
	-webkit-box-shadow: 0px 0px 12px #000000;
	box-shadow: 0px 0px 12px #000000;
}
.file-browser-button
{
	display: block;
	opacity: 0.00;
	filter: alpha(opacity=0);
	cursor: default;
}


/***********************************************************
CENTER OBJECTS VERTICALLY
***********************************************************/

.vc-element
{
	position: relative;
	width: 100%;
	height: 100%;
}
.vc-inner
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}


/***********************************************************
GENERAL TEMPLATE
***********************************************************/

#please-wait-overlay
{
	z-index: 599;
	display: none;
	position: fixed;
	width: 100%;
	height: 80%;
	background-color: rgba(255, 255, 255, 0.5);
	top: 0px;
	padding-top: 20%;
	text-align: center;
}
#please-wait-overlay img
{
	margin: 0px auto;
}

#please-wait-message
{
	font-size: 16px;
	color: #808080;
	padding-bottom: 15px;
}

.please-wait-dot
{
	margin: 0px auto;
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
	width: 12px;
	height: 12px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #999999;

	opacity: 0.3;
	filter: alpha(opacity=30);

	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

#main
{
	width: 100%;
	height: 100%;
	text-align: center;
	background-repeat: repeat-x;
	background-position: left top;
}

#main-shifted
{
	width: 100%;
	height: 100%;
	text-align: center;
	background-repeat: repeat-x;
	background-position: left top;
}

#header-announcement
{
	display: block;
	width: 100%;
	background-color: #e2e2e2;
	font-size: 13px;
	line-height: 22px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	color: #333333;
	z-index: 97;
}

#container
{
}

.container-main
{
	width: 1200px;
	margin: 0px auto;
	text-align: left;
}

#container-main-71
{
	
}

#fadeBack
{
	*visibility: hidden;
	z-index: 495;
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	top: 0px;
	text-align: center;
}

#popupDiv
{
	margin: 0px auto;
	position: relative;
	top: 2vh;
	width: 1200px;
	max-width: 100%;
	height: 92vh;
	background-color: #ffffff;
	padding-left: 1vh;
	padding-right: 1vh;
	padding-top: 1vh;
	padding-bottom: 1vh;
	display: none;
	-moz-box-shadow: 0px 0px 12px #000000;
	-webkit-box-shadow: 0px 0px 12px #000000;
	box-shadow: 0px 0px 12px #000000;
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#popupFrame
{
	width: 100%;
	height: 92vh;
	overflow-x: hidden;
	overflow-y: auto;
	border: none;
}

#popup-close-button
{
	position: absolute;
	top: 0px;
	right: 0px;
}


/***********************************************************
TOP STRIP ABOVE HEADER
***********************************************************/

#top-strip
{
	width: 1200px;
	height: 35px;
	color: #ffffff;
	line-height: 35px;
	font-weight: normal;
}

#webstore-top-strip-cart
{
	padding-left: 30px !important;
	background-image: url('/images/shopping-cart-icon.png');
	background-repeat: no-repeat;
	background-position: 5px 7px;
}


#top-strip a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

#google_translate_element
{
	position: absolute;
	display: inline-block;
	height: 22px;
	line-height: 23px;
	padding-left: 6px;
	top: 3px;
	text-transform: uppercase;
}
#google_translate_element a
{
	color: #999999;
}
#google_translate_element a:hover
{
	color: #999999;
}


/***********************************************************
HEADER
***********************************************************/

#header-container
{
	height: 60px;
	text-align: center;
}

#header
{
	margin: 0px auto;
	display: grid;
	grid-template-columns: 33% 34% 33%;
	max-width: 1200px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	padding-top: 5px;
	height: 55px;
	text-align: left;
}

#header-links
{
	padding-top: 15px;
	line-height: 40px;
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: 700;
}
#header-links a
{
	color: #999999;
	text-decoration: underline;
	margin-left: 6px;
	margin-right: 6px;
}
#header-links a:hover
{
	color: #ef630e;
	text-decoration: underline;
}

#header-logo-container
{
	text-align: center;
}

#header-banner, #header-logo
{
}

#header h1
{
	text-align: right;
}
#header h1 a
{
	text-decoration: none;
	color: #000000;
}

#header h2
{
	text-align: right;
}

#search-form-items
{
	float: right;
	display: table;
	height: 24px;
	margin-top: 14px;
}
#search-form-items > div
{
	display: table-cell;
	height: 24px;
	vertical-align: middle;
}

#testrite-header-flag
{
	height: 24px;
	width: auto;
	margin-right: 12px;
	margin-top: 4px;
}

#best-guess-keywords
{
	width: 155px;
	height: 24px;
	font-size: 12px;
	line-height: 24px;
	background-color: #e4e5e7; 
	border: 0px;
	margin: 0px;
	color: #666666;
	font-style: italic;
	padding-left: 10px;
}

#search-form-submit
{
	position: absolute;
	margin-left: -24px;
	text-decoration: none;
}
#search-form-submit:hover
{
	text-decoration: none;
}


#best-guess-list, #best-guess-quote-list
{
	position: absolute;
	display: none;
	margin-left: 2px;
	width: 165px;
	background-color: #ffffff;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
	z-index: 115;
}

.best-guess-option
{
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
	line-height: 13px;
	text-transform: uppercase;
	color: #666666;
	text-decoration: none;
}
.best-guess-option:hover
{
	color: #666666;
	text-decoration: none;
}
.best-guess-option:focus
{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	background-color: #eeeeee;
}

#header-info
{
	float: right;
	display: inline-block;
	color: #ffffff;
	text-align: center;
	padding-right: 36px;
	padding-top: 12px;
	font-size: 12px;
	line-height: 16px;
}

#header-login
{
	display: inline-block;
	width: 100px;
	text-align: center;
	font-size: 13px !important;
}

#header-cart
{
	padding-left: 4px;
	width: 27px;
	padding-bottom: 1px;
	height: 23px;
	line-height: 23px;
	display: inline-block;
	background-image: url('/images/testrite-header-icon-cart-darkblue.png');
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 10px;
	color: #3e2f5a;
	text-decoration: none;
	margin-left: 12px;
}
#header-cart:hover
{
	color: #3e2f5a;
	text-decoration: none;
}

#header-menu-button
{
	display: none;
}

#header-sub-container
{
	height: 47px;
	background-color: #3154a3;
	text-align: center;	
}

#header-sub
{
	margin: 0px auto;
	max-width: 1200px;
	text-align: left;
	height: 47px;
}

#header-lower-right
{
	display: table;
	float: right;
	height: 28px;
	color: #666666;
	margin: 0px auto;
}
#header-lower-right a
{
	color: #666666;
}
#header-lower-right a:hover
{
	color: #000000;
}

#header-lower-right-row
{
	display: table-row;
	height: 28px;
}

#header-social-media
{
	display: table-cell;
	padding-right: 25px;
	height: 28px;
	vertical-align: middle;
}

#header-custom-solutions
{
	display: table-cell;
	font-size: 13px;
	line-height: 28px;
	height: 28px;
	vertical-align: middle;
}
#header-custom-solutions a
{
	text-decoration: none;
}

#header-learn-more
{
	display: table-cell;
	font-size: 11px;
	line-height: 24px;
	height: 24px;
	vertical-align: middle;
	padding-right: 20px;
	padding-left: 5px;
	padding-bottom: 4px;
}


/***********************************************************
CONTAINER FOR LEFT AND RIGHT COLUMNS, MAIN CONTENT AREA
***********************************************************/

#page-main
{
	clear: both;
}


/***********************************************************
PAGE SIDEBAR
***********************************************************/

#sidebar
{
	float: left;
	width: 185px;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 11px;
	line-height: 17px;
	color: #999999;
}
#sidebar h3
{
	margin-bottom: 0px;
	font-size: 15px;
	font-weight: bold;
	color: #f8822a;
}


/***********************************************************
BREADCRUMBS
***********************************************************/

#breadcrumbs
{
	padding-right: 100px;
	border-bottom: 1px solid #3154a3;
	font-size: 13px;
	height: 24px;
	line-height: 24px;
	color: #3154a3;
}
#breadcrumbs a
{
	text-decoration: none;
}
#breadcrumbs a:hover
{
	text-decoration: none;
}

/***********************************************************
MAIN CONTENT AREA
***********************************************************/

#content
{
	padding-top: 30px;
	padding-bottom: 80px;
	padding-left: 10px;
	padding-right: 0px;
	min-height: 480px;
	
}

#content-sidebar
{
	margin-left: 210px;
	padding-top: 30px;
	padding-bottom: 60px;
	min-height: 480px;
}

#content-background
{
	margin-top: 80px;
	margin-bottom: 50px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 15px;
	padding-bottom: 25px;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);	
}

.linebreak
{
	clear: both;
}

/***********************************************************
FOOTER
***********************************************************/


#footer
{
	clear: both;
	text-align: center;
	font-weight: normal;
	background-color: #ffffff;
}

#footer-inner
{
	margin: 0px auto;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 20px;
	max-width: 1160px;
	text-align: left;
	font-size: 13px;
	line-height: 21px;
	height: 40px;
	color: #3154a3;
}
#footer-inner h3
{
	font-family: Arial;
	font-size: 13px;
	color: #3154a3;
	font-weight: 700;
	margin: 0px;
	padding-bottom: 5px;
}
#footer-inner a
{
	text-decoration: none;
	color: #3154a3;
}
#footer-inner a:hover
{
	text-decoration: none;
	color: #3154a3;
}

#footer-contact
{
	float: left;
	width: 30%;
	line-height: 15px;
}

#footer-left-grid
{
	display: grid;
	padding-top: 5px;
	grid-template-columns: 24px calc(100% - 24px);
	grid-template-rows: 25px 25px 50px;
}
#footer-left-grid > div
{
	white-space: nowrap;
}
#footer-left-grid > div > i
{
	font-size: 16px;
	color: #888888;
}

#footer-menu
{
	float: left;
	width: 21%;
}

#footer-menu-links
{
	padding-left: 8px;
	border-left: 2px solid #cccccc;
	padding-bottom: 40px;
}
#footer-menu-links a
{
	display: block;
}

#footer-about
{
	float: left;
	width: 15%;
}

#footer-about-links
{
	padding-left: 8px;
	border-left: 2px solid #cccccc;
	padding-bottom: 10px;
}
#footer-about-links a
{
	display: block;
}

#footer-about-social
{
	padding-top: 5px;
}
#footer-about-social a
{
	display: inline-block;
	width: 22px;
	height: 22px;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	border: 1px solid #808080;
	margin-right: 8px;
}

#footer-about-spacer
{
	height: 36px;
}

#footer-signup
{
	float: left;
	width: 34%;
	position: relative;
}
#footer-signup h3
{
	padding-bottom: 0px;
}

#signupForm-footer
{
	padding-top: 12px;
}

.formbutton-blue, .formbutton-blue:hover
{
	display: inline-block;
	position: absolute;
	right: 8px;
	color: #666666;
	font-size: 11px;
	height: 32px;
	line-height: 32px;
	text-decoration: underline;
}

#footer_email
{
	border: 0px;
	margin: 0px;
	width: 98%;
	padding-left: 2%;
	height: 32px;
	background-color: #e5e5e5;
	font-size: 11px;
	line-height: 32px;
	color: #666666;
	font-style: italic;
}

#signupThankyou-footer
{
	display: none;
}

#footer-sub
{
	clear: both;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer-sub-inner
{
	margin: 0px auto;
	text-align: center;
	width: 1160px;
	font-size: 13px;
	line-height: 17px;
	color: #999999;
}
#footer-sub-inner a
{
	text-decoration: none;
	color: #999999;
}
#footer-sub-inner a:hover
{
	text-decoration: none;
	color: #999999;
}

#toggle-desktop
{
	clear: both;
	padding: 20px;
	text-align: center;
}

/***********************************************************
EVENT CALENDAR
***********************************************************/

.calendar-prevmonth
{
	display: inline-block;
	width: 15px;
	height: 30px;
	background-image: url('/images/gallery-left-arrow.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
	float: left;
}
.calendar-prevmonth:hover
{
	text-decoration: none;
	background-position: 0px -30px;
}

#calendar-title
{
	font-size: 24px;
	line-height: 30px;
	color: #000000;
	display: inline-block;
	width: 150px;
	height: 30px;
	text-align: center;
	float: left;
}

.calendar-nextmonth
{
	display: inline-block;
	width: 15px;
	height: 30px;
	background-image: url('/images/gallery-right-arrow.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
	float: left;
}
.calendar-nextmonth:hover
{
	text-decoration: none;
	background-position: 0px -30px;
}

.calendar-month
{
	border: 0px;
	background-color: #666666;
	width: 100%;
}
.calendar-month th
{
	background-color: #444444;
	color: #ffffff;
	text-align: center;
	padding: 6px;
}
.calendar-month td
{
	width: 14.28%;
	min-height: 100px;		
	background-color: #ffffff;
	color: #000000;
	text-align: left;
	font-size: 11px;
	line-height: 13px;
	padding: 8px;
}

.calendar-noday
{
	background-color: #cccccc !important;
}

.calendar-number
{
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
}

.calendarLink
{
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #444444;
}
.calendarLink:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}


/***********************************************************
PHOTO GALLERY SLIDESHOW
***********************************************************/

#Gallery_Controls
{
	width: 845px;
	height: 30px;
	text-align: right;
	padding-right: 15px;
	display: block;
}

#Button_Gallery_Left
{
	width: 16px;
	height: 30px;
	background-image: url('/images/gallery-left-arrow.gif');
	background-repeat: no-repeat;
	background-position: 0px -30px;
	float: right;
	text-decoration: none;
}

#Button_Gallery_Right
{
	width: 15px;
	height: 30px;
	background-image: url('/images/gallery-right-arrow.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
	text-decoration: none;
}

#Gallery_Slidebar_Container
{
	width: 860px;
	height: 125px;
	overflow: hidden;
	display: block;
	position: relative;
}

#Gallery_Slidebar
{
	position: relative;
	height: 125px;
	left: -15px;
}

.thumb-view
{
	max-width: 100px;
	max-height: 100px;
	width: expression(this.width > 100 ? 100: true);
	height: expression(this.height > 100 ? 100: true);
}

.event-thumbnail
{
	max-width: 200px;
	max-height: 100px;
	width: expression(this.width > 200 ? 200: true);
	height: expression(this.height > 100 ? 100: true);
	float: left;
	margin-right: 15px;
}


/***********************************************************
ACCOUNT EDIT BUTTON CONTAINER
***********************************************************/

#my-account-nav
{
	padding-top: 10px;
}

#actionTabs
{
	text-align: right;
	font-size: 10px;
	line-height: 11px;
	position: relative;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 6px;
}
#actionTabs img
{
	margin-left: 10px;
}

#formTabs
{
	height: 32px;
	padding-bottom: 6px;
}

#formTabs a
{
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 6px;
	padding-bottom: 6px;
	border: 1px solid #999999;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #eeeeee;
}

.formBox
{
	padding: 15px;
	border: 1px solid #999999;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #eeeeee;
}

.account-product-category
{
	display: block;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #cccccc;
	padding-top: 6px;
}
.account-product-category:hover
{
	color: #000000;
	border-bottom: 1px solid #999999;
	text-decoration: none;
}

.account-product-subcat
{
	width: 200px;
	padding-left: 20px;
	float: left;
}


/***********************************************************
NEWS LANDING PAGE
***********************************************************/

.news-row
{
	min-height: 152px;
	padding-bottom: 24px;
}

.news-pic
{
	position: absolute;
	width: 152px;
}

.news-pic img
{
	width: 150px;
	border: 1px solid #999999;
}

.news-info
{
	min-height: 152px;
	margin-left: 170px;
}


/***********************************************************
SLIDESHOW - FADE IN/OUT - NO CONTROLS
***********************************************************/

#slideshow-container
{
	width: 100%;
	height: 400px;
	position: relative;
	overflow: hidden;
}

.slideshow-slide
{
	position: absolute;
	width: 100%;
	height: 400px;
	overflow: hidden;
	opacity: 0.0;
	filter: alpha(opacity=0);
	backgroud-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	cursor: pointer;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

#slideshow-captions
{
	width: 100%;
	height: 300px;
	position: relative;
	cursor: pointer;
}

.slideshow-caption
{
	position: absolute;
	width: 100%;
	height: 400px;
	overflow: hidden;
	opacity: 0.0;
	filter: alpha(opacity=0);
	text-align: center;
	font-size: 13px;
	line-height: 16px;
	display: block;
}
.slideshow-caption h3
{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}


/***********************************************************
SLIDESHOW - SLIDE LEFT/RIGHT - WITH CONTROLS
***********************************************************/

#slideshowOuter
{
	position: relative;
	height: 320px;
}

#slideshowContainer
{
	overflow: hidden;
	width: 980px;
	height: 320px;
}

#slideshowInner
{
	position: relative;
}

.slideshowItem
{
	position: absolute;
	border: 0px;
	margin: 0px;
	width: 980px;
	height: 320px;
	text-align: center;
	overflow: hidden;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0.0;
	filter: alpha(opacity=0);

	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.slideshowItem
{
	width 985px;
	height: 320px;
	margin: 0px auto;
}
.slideshowItem img
{
	visibility: hidden;
}

.slideshow-element-main
{
	position: absolute;
	z-index: 85;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	margin-top: 320px;
	margin-left: 0px;
	text-align: left;
	opacity: 0.0;
	filter: alpha(opacity=0);
	font-family: Arial;
	font-size: 40px;
	line-height: 42px;
	color: #ffffff;
	text-shadow: 1px 1px 1px #000000;
	cursor: pointer;
	display: block;
}

.slideshow-element-sub
{
	position: absolute;
	z-index: 85;
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	-ms-transition: all 600ms ease-in-out;
	-o-transition: all 600ms ease-in-out;
	transition: all 600ms ease-in-out;
	margin-top: 320px;
	margin-right: 2px;
	text-align: right;
	opacity: 0.0;
	filter: alpha(opacity=0);
	font-family: Arial;
	font-size: 11px;
	line-height: 15px;
	color: #666666;
	cursor: pointer;
	display: block;
}

#slideshowThumbs
{
	position: absolute;
	width: 100%;
	height: 20px;
	margin-top: -21px;
	text-align: center;
	z-index: 20;
}

#slideshowThumbList
{
	height: 10px;
	padding: 10px;
	margin-top: 0px;
}

.slideshowThumb
{
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
	width: 20px;
	height: 20px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-decoration: none;

	background-color: rgba(151, 151, 151, 0.3);

	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.slideshowThumb:hover
{
	background-color: rgba(151, 151, 151, 0.7);
}

.slideshowThumbOn
{
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
	width: 20px;
	height: 20px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-decoration: none;

	background-color: rgba(151, 151, 151, 1.0);

	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.slideshowThumbOn:hover
{
	background-color: rgba(151, 151, 151, 1.0);
}

#slideshow-arrow-left
{
	position: absolute;
	left: -22px;
	margin-top: 143px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 90;
	border: 0px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#slideshow-arrow-left:hover
{
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#slideshow-arrow-right
{
	position: absolute;
	right: -12px;
	margin-top: 143px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 90;
	border: 0px;
	margin-left: 10px !important;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#slideshow-arrow-right:hover
{
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#slideshowCaption
{
}

#slideshowBottom
{
	height: 10px;
	overflow: hidden;
}

/***********************************************************
CONTACT FORM, SIGNUP FORM, ACCOUNT FORMS
***********************************************************/

.formRow
{
	position: relative;
	padding-bottom: 8px;
}

.formRowHalf
{
	float: left;
	padding-bottom: 8px;
	padding-left: 1%;
	padding-right: 1%;
	width: 48%;
}

.formRowState
{
	float: left;
	width: 60px;
}

.formRowZip
{
	margin-left: 90px;	
}

input[type=text], .formRow input[type=tel], .formRow input[type=email]
{
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
	width: 250px;
	border: 1px solid #3154a3;
	color: #3154a3;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: rgba(255, 255, 255, 0.25);
}
input[type=number]
{
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
	width: 100px;
	border: 1px solid #3154a39;
	color: #3154a3;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: rgba(255, 255, 255, 0.25);
}
input[type=password]
{
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
	width: 120px;
	border: 1px solid #3154a3;
	color: #3154a3;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: rgba(255, 255, 255, 0.25);
}
select
{
	height: 29px;
	line-height: 29px;
	padding-left: 10px;
	width: 250px;
	border: 1px solid #3154a3;
	color: #3154a3;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: rgba(255, 255, 255, 0.25);
}
textarea
{
	font-family: Arial;
	height: 120px;
	line-height: 21px;
	padding: 10px;
	width: 534px;
	border: 1px solid #3154a3;
	color: #3154a3;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: rgba(255, 255, 255, 0.25);
}

input[type=text], input[type=tel], input[type=email], input[type=password], select, textarea
{
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
input[type=text]:hover, input[type=tel]:hover, input[type=email]:hover, input[type=password]:hover, select:hover, textarea:hover,
input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus, input[type=password]:focus, select:focus, textarea:focus
{
	border: 1px solid #000000;
}

input[type=button], input[type=submit]
{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #999999;
	border: 1px solid #666666;
	color: #ffffff;
}

.input-text-thin
{
	height: 18px !important;
	line-height: 18px !important;
}

.select-custom-size
{
	display: inline-block;
	height: 18px;
	line-height: 18px !important;
	width: 30px !important;
	padding: 0px !important;
	font-size: 12px !important;

	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}

.select-customsub-size-box
{
	position: absolute;
	display: inline-block;
	margin-top: -1px;
}

.select-customsub-size
{
	display: inline-block;
	height: 18px;
	font-size: 9px; !important;
	line-height: 18px !important;
	width: 30px !important;
	padding-left: 1px !important;
	padding-right: 0px !important;

	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}

.select-customsub-size-spacer
{
	display: inline-block;
	width: 32px;
}

@-moz-document url-prefix() {
	.select-custom-size {
		text-indent: 0px !important;
		height: auto;
	}

	.select-customsub-size {
		text-indent: -1px !important;
	}
}

.blue-label
{
	font-size: 12px;
	text-transform: uppercase;
	color: #3154a3;
	font-weight: bold;
}

.formRowNote
{
	font-size: 11px;
	font-weight: normal;
	color: #3154a3;
	text-transform: none !important;
}

.text-money
{
	padding-left: 12px;
	background-image: url('/images/text-money.png');
	background-position: 1px 1px;
	background-repeat: no-repeat;
}

#signupThankyou
{
	display: none;
}

.form-note
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 15px;
	background-color: #ccffcc;
	border: 1px solid #006600;
}

.form-error
{
	display: none;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 15px;
	background-color: #ffcccc;
	border: 1px solid #990000;
	color: #000000;
}

.error-note
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 15px;
	background-color: #ffcccc;
	border: 1px solid #990000;
	color: #990000;
}

pre
{
	padding: 12px;
	border: 1px solid #cccccc;
	background-color: #f2f2f2;
	color: #000000;
	margin-bottom: 30px;
}

.important-note
{
	padding: 12px;
	border: 1px solid #338dcb;
	background-color: rgba(51, 141, 203, 0.25);
	color: #000000;
}

.warning-message
{
	padding: 12px;
	background-color: #ffff99;
	border: 1px solid #999933;
	color: #000000;
}

.rounded-box
{
	border: 1px solid #999999;
	padding: 10px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

#signup-form-container
{
	background-color: #233449;
	padding: 12px;
}

#signup-form-container h2
{
	margin-top: 0px;
	margin-bottom: 15px;
	color: #ffffff;
	font-family: passion-one-n7, passion-one, sans-serif;
	font-size: 25px;
	font-weight: normal;
}

#signup-form-container input
{
	margin-bottom: 8px;
	border: 0px;
	height: 25px;
	line-height: 25px;
	color: #666666;
	font-size: 14px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 195px;
	padding-left: 10px;
}

#signup-submit
{
	margin-top: 4px;
	display: block;
	background-color: #a01824;
	width: 180px;
	margin-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 18px;
	color: #ffffff !important;
	text-align: center;
	font-weight: normal;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#signup-submit:hover
{
	background-color: #000000;
	color: #ffffff !important;
	text-decoration: none;
}

.signupFormRow label, .formRow label
{
	position: absolute;
	transition: 0.2s;
	color: #3154a3;
	margin-left: 10px;
	margin-top: 2px;
	line-height: 25px;
	cursor: text;
	left: 0px;
	text-transform: uppercase;
	z-index: -1;
}

.signupFormRow input:focus + label, .formRow input:focus + label, .signupFormRow textarea:focus + label, .formRow textarea:focus + label
{
	font-size: 8px;
	line-height: 8px;
	color: #3154a3;
	margin-left: 3px;
	margin-top: 3px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.signupFormRow input:valid + label, .formRow input:valid + label, .signupFormRow textarea:valid + label, .formRow textarea:valid + label
{
	font-size: 8px;
	line-height: 8px;
	color: #3154a3;
	margin-left: auto;
	margin-left: 3px;
	margin-top: 3px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.signupFormRow
{
	min-height: 40px;
}

.signupFormRow input[type=text], .signupFormRow input[type=tel], .signupFormRow input[type=email]
{
	width: 200px;
}
.signupFormRow input[type=number]
{
	width: 100px;
}
.signupFormRow input[type=password]
{
	width: 120px;
}
.signupFormRow select
{
	width: 200px;
}
.signupFormRow textarea
{
	height: 150px;
	width: 90%;
}

.text-dollars
{
	background-image: url('/images/dollar-sign.png');
	background-position: 4px 4px;
	background-repeat: no-repeat;
	width: 60px !important;
	padding-left: 16px !important;
}

.signupFormRow input[type=button], .signupFormRow input[type=submit]
{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #999999;
	border: 1px solid #666666;
	color: #ffffff;
}

.signupFormLabel
{
	float: left;
	width: 200px;
	padding-top: 6px;
	text-align: right;
}

.signupFormField
{
	margin-left: 210px;
	text-align: left;
}

.signupFormLabelNarrow
{
	float: left;
	width: 120px;
	padding-top: 6px;
	text-align: right;
}

.signupFormFieldNarrow
{
	margin-left: 130px;
	text-align: left;
}

#validate-password
{
	position: absolute;
	margin-left: 30px;
	-moz-box-shadow: 0px 0px 10px #cccccc;
	-webkit-box-shadow: 0px 0px 10px #cccccc;
	box-shadow: 0px 0px 10px #cccccc;
	padding: 15px;
	border: 1px solid #999999;
	background-color: #eeeeee;
	display: none;
	z-index: 101;
}

.tab-content-on
{
	display: block;
	opacity: 1.0;
	filter: alpha(opacity=100);
}

.tab-content
{
	display: none;
	opacity: 0.0;
	filter: alpha(opacity=0);
}

.search-list-col
{
	display: inline-block;
	float: left;
	width: 45%;
	padding-right: 5%;
}


/***********************************************************
ACCORDION CONTENT ELEMENTS
***********************************************************/

.accordion-section-container
{
	position: relative !important;
	display: none;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

.accordion-section-content
{
}


/***********************************************************
HOMEPAGE - FEATURED BLOG POST
***********************************************************/

.home-blog-title
{
	font-size: 21px;
	line-height: 23px;
	text-decoration: none;
}
.home-blog-title:hover
{
	text-decoration: none;
}


/***********************************************************
HOMEPAGE - FEATURED NEWS ITEMS
***********************************************************/

.home-news-row
{
	clear: both;
	padding-bottom: 30px;
}

.home-news-thumb
{
	float: left;
	margin-right: 20px;
}

.home-news-title
{
	font-size: 21px;
	line-height: 32px;
	text-decoration: none;
}
.home-news-title:hover
{
	text-decoration: none;
}

.home-news-date
{
	font-style: italic;
	color: #666666;
}


/***********************************************************
VIDEO PAGE ELEMENTS
***********************************************************/

.videoThumb
{
	width: 242px;
	height: 240px;
	padding: 25px;
	overflow: hidden;
	text-align: center;
	float: left;
	display: inline-block;
}
.videoThumb a
{
	text-decoration: none;
}
.videoThumb a:hover
{
	text-decoration: none;
}

.videoThumbImg
{
	width: 240px;
	height: 180px;
	text-align: center;
	overflow: hidden;
	padding-bottom: 5px;
	border: 1px solid #666666;
	background-color: #666666;
	padding: 0px !important;
}
.videoThumbImg img
{
	margin: 0px auto;
	height: 180px;
}


/***********************************************************
HOVER ZOOM FEATURE
***********************************************************/

#productZoomContainer
{
	display: none;
	position: fixed;
	overflow: hidden;
	width: 450px;
	height: 550px;
	border: 1px solid #cccccc;
	box-shadow: 0px 0px 12px #999999;
	-moz-box-shadow: 0px 0px 12px #999999;
	-webkit-box-shadow: 0px 0px 12px #999999;
	background-color: #ffffff;
	z-index: 300;
	background-repeat: no-repeat;
	background-position: center center;
	background-image:url('/images/pleasewait.gif');
}

#hoverZoomImage
{
	position: absolute;
}





/***********************************************************
PHOTO GALLERY PAGES
***********************************************************/

.gallery-list-row
{
	clear: both;
	padding-top: 15px;
}

.gallery-list-thumb-box
{
	float: left;
	width: 120px;
	height: 120px;
	overflow: hidden;
	margin-right: 15px;
	text-align: center;
	border: 1px solid #999999;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}


.galleryThumb
{
	width: 150px;
	height: 150px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	overflow: hidden;
	float: left;
	border: 1px solid #999999;
	text-align: center;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}


/***********************************************************
DATABASE LISTS - DIV FORMATTING
***********************************************************/

.admin-list-col
{
	float: left;
	width: 300px;
	padding-right: 20px;
}

.list-item-row
{
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 12px;
	line-height: 17px;
	border-bottom: 1px solid #cccccc;
}
.list-item-row h3
{
	margin-top: 0px;
	margin-bottom: 12px;
}

.list-item-row-image
{
	float: left;
	width: 200px;
	height: 180px;
	background-color: #666666;
	overflow: hidden;
	text-align: center;
	margin-right: 25px;
}
.list-item-row-image img
{
	margin: 0px auto;
}


/***********************************************************
SITEMAP FORMATTING
***********************************************************/

.sitemap-col
{
	float: left;
	width: 48%;
	padding-right: 2%;
}

.sitemap-list li
{
	padding-bottom: 0px;	
}


/***********************************************************
PREVIOUS/NEXT PAGE CONTROLS
***********************************************************/

#previous-page
{
	float: left;
	width: 200px;
	font-size: 12px;
	text-align: left;
}
#previous-page a
{
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
#previous-page a:hover
{
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}

#next-page
{
	float: right;
	text-align: right;
	width: 200px;
	font-size: 12px;
}
#next-page a
{
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
#next-page a:hover
{
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}


/***********************************************************
SEARCH RESULTS - FORMAT 1 - TABLE GRID
***********************************************************/

.table-grid
{
	border: 0px;
	width: 100%;
}

.table-grid th
{
	font-size: 13px;
}

.table-grid td
{
	font-size: 13px;
	border-bottom: 1px solid #dddddd;
}

/***********************************************************
SEARCH RESULTS - FORMAT 2 - DATA GRID
***********************************************************/

.data-grid
{
	border: 0px;
	width: 100%;
}
.data-grid th
{
	text-align: left;
	padding: 3px;
	color: #3154a3;
	font-weight: bold;
	border-bottom: 2px solid #3154a3;
}
.data-grid td
{
	padding: 3px;
	border-bottom: 1px solid #3154a3;
	vertical-align: top;
}
.data-grid td input[type='text'], .data-grid td input[type='password'], .data-grid td input[type='email'], .data-grid td input[type='tel']
{
	border-bottom: 1px solid #3154a3;
	color: #666666;
}
.data-grid td select
{
	border-bottom: 1px solid #3154a3;
	color: #666666;
}
.data-grid td textarea
{
	border: 1px solid #3154a3;
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	padding: 5px;
}
.data-grid .formbutton
{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
}

.data-grid-hover tr:hover td
{
	background-color: #eeeeee !important;
}


.data-grid-totals
{
	border-top: 2px solid #3154a3;
	padding-top: 5px;
}

.data-grid-small
{
	border: 0px;
	width: 100%;
}
.data-grid-small th
{
	text-align: left;
	padding: 2px;
	color: #3154a3;
	font-weight: bold;
	border-bottom: 2px solid #3154a3;
	font-size: 12px;
	line-height: 14px;
}
.data-grid-small td
{
	padding: 2px;
	border-bottom: 1px solid #3154a3;
	font-size: 12px;
	line-height: 14px;
}
.data-grid-small td input[type='text'], .data-grid-small td input[type='password'], .data-grid-small td input[type='email'], .data-grid-small td input[type='tel']
{
	border-bottom: 1px solid #3154a3;
	color: #666666;
}
.data-grid-small td select
{
	border-bottom: 1px solid #3154a3;
	color: #666666;
}
.data-grid-small td textarea
{
	border: 1px solid #3154a3;
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	padding: 5px;
}
.data-grid-small .formbutton
{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
}

.data-grid-small-hover tr:hover td
{
	background-color: #eeeeee !important;
}


.data-grid-small-totals
{
	border-top: 2px solid #3154a3;
	padding-top: 5px;
}


/***********************************************************
DROP SHADOW TABLE
***********************************************************/

.drop-shadow-table
{
	border: 0px;
	width: 100%;
	-moz-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
}
.drop-shadow-table th
{
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: bold;
}
.drop-shadow-table td
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.drop-shadow-table tr:nth-child(even)
{
	background-color: #eff5f9;
}
.drop-shadow-table tr:nth-child(odd)
{
	background-color: #ffffff;
}


/***********************************************************
SEARCH RESULTS - PAGINATION
***********************************************************/

.pagelist-row
{
	height: 20px;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.pagelist-links
{
	float: right;
}
.pagelist-links a
{
	display: inline-block;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	border: 1px solid #cccccc;
	text-decoration: none;
	color: #999999;
}
.pagelist-links a:hover
{
	color: #999999;
	background-color: #eeeeee;
	text-decoration: none;
}

.pagelist-links-selected
{
	border: 1px solid #000000 !important;
	color: #000000 !important;
	cursor: default !important;
}
.pagelist-links-selected:hover
{
	color: #000000 !important;
	background-color: #ffffff !important;
}


/***********************************************************
CUSTOMER REVIEWS
***********************************************************/

.customer-review-box
{
	margin-top: 10px;
	border: 1px solid #cccccc;
	background-color: #f2f2ff;
	padding: 12px;
}
.customer-review-box p
{
	margin-top: 0px;
}

.customer-review-likes
{
	float: right;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}


/***********************************************************
CHAT DIV OVERLAY
***********************************************************/

#chatDiv
{
	position: fixed !important;
	top: 0px;
	margin-left: 50px;
	width: 400px;
	height: 365px;
	border: 2px solid #999999;
	background-color: #999999;
	padding: 0px;
	display: none;
	z-index: 395;
	box-shadow: 1px 1px 10px #000000;
	-moz-box-shadow: 1px 1px 10px #000000;
	-webkit-box-shadow: 1px 1px 10px #000000;
	cursor: move;
	line-height: 25px;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}

#chatDiv-close
{
	float: right;
	display: inline-block;
	width: 23px;
	height: 23px;
	text-align: center;
	line-height: 23px;
	border: 1px solid #ffffff;
	color: #ffffff;
	text-decoration: none;
}
#chatDiv-close:hover
{
	color: #eeeeee;
	text-decoration: none;
	border: 1px solid #eeeeee;
}

#chatFrame
{
	margin-top: 2px;
	width: 100%;
	height: 340px;
}


/***********************************************************
CONTACT PAGE
***********************************************************/

#contact-google-map
{
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
	-moz-box-shadow: 1px 1px 8px #000000;
	-webkit-box-shadow: 1px 1px 8px #000000;
	box-shadow: 1px 1px 8px #000000;
	width: 360px;
	height: 560px;
	border: 0px;
}

#contact-form
{
}

#contact-thankyou
{
	display: none;
}


/***********************************************************
PROGRESS BAR
***********************************************************/

#progressContainer
{
	height: 20px;
	background-color: #dddddd;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	opacity: 0.75;
	filter: alpha(opacity=75);
}

#progressBar
{
	width: 0px;
	height: 20px;
	overflow: hidden;
	display: block;
	background-color: #005027;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#60b087), to(#308057));
	background: -webkit-linear-gradient(top, #60b087, #308057);
	background: -moz-linear-gradient(top, #60b087, #308057);
	background: -ms-linear-gradient(top, #60b087, #308057);
	background: -o-linear-gradient(top, #60b087, #308057);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}


/***********************************************************
STAFF LIST
***********************************************************/

.staff-row
{
	clear: both;
	padding-top: 15px;
}

.staff-image
{
	float: left;
	width: 150px;
	height: 200px;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.staff-image-small
{
	float: left;
	width: 150px;
	height: 150px;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.staff-info
{
	margin-left: 175px;
}
.staff-info h3
{
	margin-top: 0px;
	margin-bottom: 4px;
	color: #000000;
}

.staff-readmore
{
	text-decoration: none;
}
.staff-readmore:hover
{
	text-decoration: none;
}


/***********************************************************
MESSAGE BOARD
***********************************************************/

.message-board
{
	display: table;
	width: 100%;
}

.message-board-header
{
	display: table-row;
}

.message-board-header-col
{
	padding: 5px;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	display: table-cell;
	border-bottom: 2px solid #999999;
}

.message-board-item
{
	display: table-row;
}

.message-board-item-col
{
	padding: 5px;
	font-size: 14px;
	line-height: 17px;
	display: table-cell;
	border-bottom: 1px solid #999999;
}

.message-board-col1
{
	width: 450px;
}

.message-board-col2
{
}

.message-board-col3
{
}

.message-board-col4
{
	text-align: right;
}

.message-board-col5
{
	text-align: right;
}

.message-author
{
	font-size: 14px;
	color: #333333;
}

.message-new
{
	color: #cc0000;
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
	line-height: 22px;
}


/***********************************************************
FAQ
***********************************************************/

.faq-item
{
	padding-bottom: 10px;
}

.faq-link
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.faq-link:hover
{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

.faq-toggle
{
	font-weight: normal;
	font-weight: normal;
	display: inline-block;
	width: 14px;
}


/***********************************************************
GENERAL BLOG CONTENT
Most of the blog CSS elements are in blog.css
The elements below are for the admin editor.
***********************************************************/

#blog-content img
{
	max-width: 600px;
	height: auto;
}


/***********************************************************
TIMELINE
***********************************************************/

#timeline-container
{
	display: block;
	background-image: url('/images/timeline-line.png');
	background-repeat: repeat-y;
	background-position: center 0px;
	margin-top: -30px;
}

.timeline-no-event
{
	height: 36px;
	background-image: url('/images/timeline-dot-small.png');
	background-repeat: no-repeat;
	background-position: center center;
}

.timeline-event
{
	height: 36px;
	background-image: url('/images/timeline-dot-large.png');
	background-repeat: no-repeat;
	background-position: center center;
	text-align: left;
	position: relative;
}

.timeline-block
{
	display: table;
	position: absolute;
	width: 1200px;
	height: 256px;
	opacity: 0.0;
	filter: alpha(opacity=0);
	margin-top: 0px;
}

.timeline-event-image-container
{
	display: table-cell;
	width: 256px;
	height: 256px;
}

.timeline-event-image
{
	width: 256px;
	height: 256px;
	-moz-border-radius: 128px;
	-webkit-border-radius: 128px;
	border-radius: 128px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.timeline-event-spacer
{
	width: 256px;
	height: 256px;
}

.timeline-event-title
{
	display: table-cell;
	width: 50%;
	height: 256px;
	padding-left: 30px;
	padding-right: 30px;
	vertical-align: middle;
	font-size: 32px;
	line-height: 36px;
	text-align: right;
}

.timeline-event-caption
{
	display: table-cell;
	width: 50%;
	height: 256px;
	padding-left: 30px;
	padding-right: 30px;
	vertical-align: middle;
	text-align: left;
	font-size: 18px;
	line-height: 24px;
}



/***************************************************
* PRICE SHEETS
***************************************************/

.price-sheets-container
{
	text-align: center;
}

.price-sheets-item
{
	display: inline-block;
	margin: 0px auto;
	width: 31%;
	padding: 1%;
	text-align: center;
}
.price-sheets-item img
{
	height: 200px;
	width: auto;
	margin: 0px auto;
}

.price-sheets-title
{
	font-weight: bold;
}

.price-sheets-description
{
	font-size: 11px;
	line-height: 13px;
	font-style: italic;
}

.price-sheets-subtitle
{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	font-style: italic;
	padding-bottom: 6px;
	color: #808080;
}


/***************************************************
* RIGID BANNER STANDS
***************************************************/

.rigid-banner-container
{
	text-align: center;
}

.rigid-banner-item
{
	display: inline-block;
	margin: 0px auto;
	width: 19.5%;
	padding: 0px;
	text-align: center;
}
.rigid-banner-item img
{
	margin: 0px auto;
	height: 209px !important;
	width: auto !important;
}

.rigid-banner-title
{
	font-size: 14px;
	font-weight: normal;
}

.rigid-banner-description
{
	font-size: 11px;
	line-height: 13px;
	font-style: italic;
	text-align: left;
}
.rigid-banner-description ul
{
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.rigid-banner-description ul li
{
	padding-bottom: 2px;
}


/***********************************************************
CATALOG REQUESTS
***********************************************************/

.catrequest-title
{
	font-size: 16px;
	text-align: center;
	color: #666666;
	padding-right: 40px;
}

.catrequest-subtitle
{
	font-size: 13px;
	text-align: center;
	color: #003366;
	padding-bottom: 10px;
	letter-spacing: 1px;
	padding-right: 40px;
}

.catreq2-download-item
{
	float: left;
	width: 300px;
	height: 120px;
}

.catreq2-download-title
{
	text-align: center;
	font-size: 14px;
	color: #666666;
	padding-bottom: 6px;
	padding-right: 40px;
}

.catreq2-download-image
{
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;
}

.catreq2-download-download
{
	position: absolute;
	margin-left: 120px;
	margin-top: 8px;
	width: 70px;
	text-align: center;
	color: #666666;
	font-size: 11px;
	line-height: 13px;
}

.catreq2-download-mail
{
	position: absolute;
	margin-left: 200px;
	margin-top: 8px;
	width: 70px;
	text-align: center;
	color: #666666;
	font-size: 11px;
	line-height: 13px;
}
.catreq2-download-mail input
{
	width: 25px;
	height: 24px;
	line-height: 24px;
	padding-left: 10px;
	border: 1px solid #999999;
	color: #000000;
	margin-top: 3px;
}


/***********************************************************
IMAGE BANK
***********************************************************/

#imagebank-category-container
{
	position: relative;
}

.imagebank-category-col
{
}
.imagebank-category-col h3
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 13px;
	line-height: 14px;
	margin-top: 15px;
	margin-bottom: 8px;
	color: #ffffff;
}
.imagebank-category-col h3 a
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.imagebank-category-col h3 a:hover
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.imagebank-category-item
{
	padding-left: 10px;
}
.imagebank-category-item a
{
	color: #000000;
	text-decoration: none;
}
.imagebank-category-item a:hover
{
	color: #000000;
	text-decoration: underline;
}

.imagebank-category-menu
{
	padding-left: 10px;
	cursor: pointer;
	display: block;
}

.imagebank-category-menu-toggle
{
	padding-left: 20px;
	margin-left: -10px;
	background-repeat: no-repeat;
	background-position: 4px 2px;
	background-image: url('/images/toggle-plus.png');
	cursor: pointer;
	display: block;
}

.imagebank-category-submenu
{
	padding-left: 35px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.imagebank-category-submenu a
{
	color: #333333;
	text-decoration: none;
}
.imagebank-category-submenu a:hover
{
	color: #333333;
	text-decoration: underline;
}

#industry-grid-outer
{
	text-align: center;
}

.industry-grid-item
{
	display: inline-block;
	margin: 0px auto;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100px;
	height: 100px;
	overflow: hidden;

	-moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
}

.industry-grid-item-cell
{
	width: 100px;
	height: 100px;
	overflow: hidden;
	display: table-cell;
	align: center;
	vertical-align: middle;
}

.industry-grid-img
{
	margin: 0px auto;
	max-width: 100px;
	max-height: 100px;
}


/*******************************************************
* GRAPHIC TEMPLATES LOOKUP
*******************************************************/

#gtResults
{
	display: none;
	position: absolute;
	width: 260px;
	border: 1px solid #cccccc;
	box-shadow: 1px 1px 10px #333333;
	-moz-box-shadow: 1px 1px 10px #333333;
	-webkit-box-shadow: 1px 1px 10px #333333;
	font-size: 12px;
	line-height: 15px;
	background-color: #ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
}

#gtResults a
{
	display: block;
	color: #666666;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
}
#gtResults a:hover
{
	color: #000000;
	background-color: #eeeeee;
	text-decoration: none;
}

#gtResults-none
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-style: italic;
	color: #999999;
}

.graphic-templates-item
{
	clear: both;
	border-top: 1px solid #cccccc;
	padding: 15px;
}

.graphic-templates-pdf
{
	padding-left: 20px;
	display: block;
	background-image: url('/images/icon-pdf.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 13px;
}


/***********************************************************
ORDER TRACKING LOOKUP
***********************************************************/

.tracking-list-row
{
	clear: both;
	height: 90px;
	border-top: 1px solid #cccccc;
	padding: 10px;
}

.tracking-list-col-1
{
	float: left;
	width: 32%;
	padding-right: 1%;
}

.tracking-list-col-2
{
	float: left;
	width: 32%;
	padding-right: 1%;
}

.tracking-list-col-3
{
	float: left;
	width: 33%;
}

#trackingFormNotes
{
	padding-top: 30px;
	color: #666666;
}


/***********************************************************
CLIENT-SPECIFIC STYLES
***********************************************************/

.green-text
{
	color: #47ac32 !important;
}

.color-charisma
{
	color: #253981 !important;
}

#homepage-imagine
{
	position: absolute;
	width: 100%;
	text-align: left;
}

.imagine-image
{
	position: absolute;
	height: auto;
	display: none;

	opacity: 0.0;
	filter: alpha(opacity=0);

	-webkit-transition: all 1000ms ease-in-out;
	-moz-transition: all 1000ms ease-in-out;
	-ms-transition: all 1000ms ease-in-out;
	-o-transition: all 1000ms ease-in-out;
	transition: all 1000ms ease-in-out;
}

#hover-thumb
{
	display: none;
	z-index: 90;
	box-shadow: 1px 1px 10px #000000;
	-moz-box-shadow: 1px 1px 10px #000000;
	-webkit-box-shadow: 1px 1px 10px #000000;
	position: absolute;
	background-color: #ffffff;
}

.form-options-category-label
{
	font-size: 14px;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 3px;
	color: #3154a3;
	cursor: default;
}

.form-options-item-table
{
	margin-left: 10px;
}

.form-options-item-table td
{
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
	padding-bottom: 2px;
	text-align: left;
	font-size: 12px;
	line-height: 14px;
	color: #666666 !important;
	vertical-align: top;
}

.form-options-item-selector
{
	float: left;
	width: 24px;
	height: 20px;
	margin-left: 16px;
	padding-top: 2px;
}

.form-options-item-label
{
	margin-left: 0px;
	min-height: 22px;
	padding-top: 0px;
}

.form-options-item-selector input[type='radio'], .form-options-item-selector input[type='checkbox']
{
	margin-top: 0px;
	display: none;
}
.form-options-item-selector label:before
{
	margin-top: 0px;
	content: url('/images/product-options-nocheck.png');
}
.form-options-item-selector input[type='radio']:checked+label:before, .form-options-item-selector input[type='checkbox']:checked+label:before
{
	margin-top: 0px;
	content: url('/images/product-options-check.png');
}

#cdr-left
{
	float: left;
	width: 65%;
}

#cdr-right
{
	margin-left: 70%;
}

.search-result
{
	clear: both;
	padding-top: 0px;
}

.search-result img
{
	float: left;
	width: 150px;
	height: 150px;
	text-align: center;
}
.search-result-img img
{
	margin: 0px auto;
	max-width: 150px;
	max-height: 150px;
}

.search-result h3
{
	padding-top: 20px;
}

.search-result-info
{
	margin-left: 180px;
}

.option-dropdown-link
{
	text-decoration: none;
}

#testrite-contacts
{
	text-align: center;
}

#testrite-contacts-inner
{
	margin: 0px auto;
	max-width: 900px;
}

.testrite-contacts-item
{
	display: inline-block;
	margin: 0px auto;
	text-align: left;
	width: 250px;
	margin-left: 20px;
	margin-right: 20px;
	height: 100px;
}

.about-title
{
	display: table-cell;
	width: 100%;
	height: 260px;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
}
.about-title h2
{
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	color: #000000;
}

.about-right
{
	margin: 0px auto;
	padding-top: 400px;
	width: 320px;
	text-align: left;
}

.large-blue
{
	font-size: 19px;
	line-height: 19px;
	font-weight: bold;
	color: #3154a3;
}

#dealer-login-left
{
	float: right;
	width: 31%;
	padding-left: 4%;
}

#dealer-login-right
{
	float: left;
	width: 65%;
}

#dealer-login-right-col1
{
	float: left;
	width: 390px;
}

#dealer-login-right-col2
{
	margin-left: 400px;
}

#dealer-login-right-col1 .signupFormLabel, #dealer-login-right-col2 .signupFormLabel
{
	width: 150px;
}

#dealer-login-right-col1 .signupFormField, #dealer-login-right-col2 .signupFormField
{
	margin-left: 160px;
}

#dealer-login-right-captcha
{
	padding-left: 70px;
}


.button-request-more
{
	display: inline-block;
	height: 22px;
	padding-left: 27px;
	line-height: 22px;
	font-family: Arial;
	font-size: 11px;
	color: #808080;
	font-weight: normal;
	text-decoration: none;
	background: url(/images/icon-request-more-small.png) no-repeat 0px 0px;
	text-align: left;
}
.button-request-more:hover
{
	color: #808080;
	text-decoration: none;
	background-position: 0px -22px;
}


.button-request-more-large
{
	display: inline-block;
	height: 22px;
	width: 160px;
	padding-left: 27px;
	line-height: 22px;
	font-family: Arial;
	font-size: 12px;
	color: #808080;
	font-weight: normal;
	text-decoration: none;
	background: url(/images/icon-request-more-small.png) no-repeat 0px 0px;
	text-align: left;
}
.button-request-more-large:hover
{
	color: #808080;
	text-decoration: none;
	background-position: 0px -22px;
}

#please-register-outer
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 120px;
	z-index: 145;
	display: block;
}

#please-register
{
	position: relative;
	margin: 0px auto;
	border: 2px solid #3154a3;
	width: 320px;
	text-align: left;
	-moz-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.5);
}
#please-register h3
{
	display: block;
	margin: 0px;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	padding: 10px;
	font-weight: bold;
	color: #ffffff;
	background-color: #3154a3;
}

#please-register-close
{
	position: absolute;
	right: 0px;
	top: 0px;
}

#please-register-content
{
	padding: 20px;
	background-color: #ffffff;
	text-align: center;
}

.icon-qm
{
	position: absolute;
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url('/images/icon-questionmark.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin-top: -2px;
}

.icon-qm-text
{
	position: absolute;
	display: none;
	padding: 12px;
	background-color: #ffffff;
	font-size: 12px;
	line-height: 13px;
	text-align: left;
	width: 275px;
	margin-left: -300px;
	-moz-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.5);
}

.my-account-showuser
{
	float: right;
	margin-top: -50px;
}

.checkout-small-button-2
{
	background-color: #15325a;
	color: #ffffff;
	padding-left: 36px;
	padding-right: 36px;
	padding-top: 12px;
	padding-bottom: 12px;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-left: 20px;
}
.checkout-small-button-2:hover
{
	background-color: #808080;
	color: #ffffff;
	text-decoration: none;
}

#update-ok
{
	padding: 0px;
	border: 1px solid #338dcb;
	background-color: rgba(51, 141, 203, 0.25);
	color: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	overflow: hidden;
	text-align: center;
	font-weight: bold;
	margin-bottom: 6px;

	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

.clear-it
{
	clear: left;
}

#help-container
{
	display: grid;
	grid-column-gap: 5%;
	grid-template-columns: 27% 68%;
	grid-template-rows: auto;
}

#help-sidebar
{
	padding: 15px;
	border: 1px solid #dddddd;
	font-size: 15px;
	line-height: 23px;
}
#help-sidebar a
{
	color: #666666;
	text-decoration: none;
}
#help-sidebar a:hover
{
	color: #000000;
	text-decoration: none;
}

#help-content h2
{
	font-size: 24px;
}
#help-content a
{
	font-weight: normal;
	text-decoration: none;
}
#help-content img
{
	max-width: 100%;
}

#help-categories
{
	display: grid;
	grid-column-gap: 5%;
	grid-row-gap: 30px;
	grid-template-columns: 30% 30% 30%;
	grid-template-rows: auto;
}

.help-category
{
	padding: 15px;
	border: 1px solid #dddddd;
	text-align: center;
	cursor: pointer;
}
.help-category:hover
{
	background-color: #eeeeee;
}

.landing-page
{
	display: grid;
	grid-column-gap: 5%;
	grid-template-columns: 70% 25%;
	grid-template-rows: auto;
	font-size: 14px;
	line-height: 20px;
}

.landing-page-main
{
	width: 100%;
	height: auto;
}

.landing-page-image
{
	width: 100%;
	height: auto;
}

.landing-page-left h1
{
	color: #000000;
	font-weight: 700;
}

.landing-page-right h2
{
	display: block;
	border-bottom: 2px solid #3154a3;
	text-align: center;
	color: #3154a3;
	margin-top: 25px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 20px;
	line-height: 20px;
}
.landing-page-right .formbutton
{
	margin-top: 10px;
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	padding-top: 14px;
	padding-bottom: 14px;
}

.industry-banner img
{
	width: 100%;
	height: auto;
}

.about-us-page
{
	padding-top: 30px;
	font-size: 16px;
	line-height: 20px;
}
.about-us-page h2
{
	font-size: 18px;
	font-weight: 700;
	color: #3154a3;
}
.about-us-page img
{
	width: 100%;
	height: auto;
}

.about-us-imagine
{
	margin-top: 60px;
	margin-bottom: 20px;
}

.about-us-made-in-usa
{
	width: auto !important;
	float: right;
	margin-left: 30px;
}

.about-us-custom
{
	margin-top: 30px;
	margin-bottom: 40px;
}

.about-us-page-top
{
	display: grid;
	grid-template-columns: auto 300px;
	padding-right: 86px;
	padding-bottom: 30px;
	grid-column-gap: 56px;
}

.about-us-page-tagline
{
	text-align: center;
	font-size: 11px;
	font-weight: 700;
	color: #0471ba;
	padding-top: 10px;
	padding-bottom: 20px;
}

.about-us-page-family
{
	color: #ffffff;
	background-color: #c6a7af;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}

.about-us-page-family-caption
{
	text-align: center;
	font-size: 11px;
	line-height: 14px;
	color: #ffffff;
	padding-top: 2px;
	padding-bottom: 6px;
}

.about-us-page-1940
{
	margin-top: 16px;
	text-align: right;
	font-size: 11px;
	line-height: 15px;
}

.about-us-page-timeline
{
	border-left: 4px solid #c6a6ae;
}
.about-us-page-timeline h3
{
	font-size: 18px;
	font-weight: 700;
	color: #3154a3;
	padding-left: 90px;
	background-image: url('/images/about-us-bullet.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin: 0px;
	padding-bottom: 4px;
}

.about-us-page-timeline-text
{
	padding-left: 90px;
	color: #3154a3;
	padding-bottom: 40px;
}
.about-us-page-timeline-text ul
{
	margin: 0px;
}

.about-us-page-timeline-year
{
	display: inline-block;
	font-weight: 700;
	padding-right: 10px;
}

.about-us-page-timeline img
{
	width: auto !important;
}

.about-us-mall
{
	float: right;
	margin-left: 30px;
	margin-right: 50px;
}

.about-us-metals
{
	position: absolute;
	margin-top: -62px;
	margin-left: 185px;
}

.about-us-packing
{
	display: inline-grid;
	grid-template-columns: 332px 241px;
	float: right;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
}

.about-us-page-bottom
{
	margin-top: 35px;
	background-color: #c6a6ae;
	color: #ffffff;
	text-align: center;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 40px;
	padding-bottom: 10px;
	font-size: 26px;
	line-height: 32px;
}
.about-us-page-bottom h2
{
	font-size: 40px;
	color: #ffffff;
	font-weight: 300;
}

#printing-photos-left
{
	display: table-cell;
	width: 200px;
	padding-right: 20px;
	vertical-align: top;
	overflow: hidden;
}

#printing-photos-column
{
	width: 180px;
	height: 420px;
	overflow: hidden;
}

#printing-photos-column img
{
	width: 180px;
	height: auto;
	text-decoration: none;
}

#printing-photos-right
{
	display: table-cell;
	width: 100%;
	vertical-align: top;
}

#printing-photos-large
{
	display: none;
	text-align: center;
	width: 100%;
	vertical-align: top;
}
#printing-photos-large img
{
	max-width: 100%;
	height: auto;
}

.printing-photos-arrow
{
	display: block;
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
	height: 20px;
	font-size: 14px;
	line-heihgt: 20px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background-color: #999999;
	margin-top: 5px;
	margin-bottom: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.printing-photos-arrow:hover
{
	color: #ffffff;
	text-decoration: none;
	background-color: #aaaaaa;
}

#printing-photos-column
{
	position: relative;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

#printing-photos
{
	display: block;
	text-align: center;
	padding-top: 20px;
}

#printing-photos-images
{
	display: inline-grid;
	column-gap: 15px;
	row-gap: 15px;
	grid-template-columns: 175px 175px 175px 175px 175px;
	grid-auto-rows: 175px;
}
#printing-photos-images a
{
	display: block;
	text-decoration: none;
	background-size: cover;
	backgorund-position: center center;
	background-repeat: no-repeat;
}
