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

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

body
{
	font-family: Arial;
	font-size: 14px;
	line-height: 19px;
	color: #263d60;
	background-color: #ffffff;
	margin: 0px;
	height: 100%;
	min-width: 320px;
	background-repeat: repeat-x;
	background-position: left top;
}

img
{
	border: 0px;
}

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

li
{
	padding-bottom: 5px;
}

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

h1
{
	font-size: 44px;
	line-height: 44px;
	font-weight: 700;
	color: #263d60;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 50px;
}

h2
{
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	color: #666666;
	padding-left: 0px;
	margin-top: 7px;
	margin-bottom: 10px;
}

h3
{
	font-size: 20px;
	line-height: 18px;
	font-weight: normal;
	color: #263d60;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

blockquote
{
	margin-left: 0px;
	margin-right: 0px;
	border: 1px solid #cccccc;
	background-color: #f2f2f2;
	padding: 15px;
}
blockquote h3
{
	margin-top: 0px;
	margin-bottom: 4px;
}
blockquote input[type='text'], blockquote input[type='password'], blockquote input[type='email'], blockquote input[type='tel'], blockquote select, blockquote textarea
{
	background-color: #ffffff !important;
}


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

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


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

.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;
}


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

.newrow {clear: both;}

.dragme
{
	position: relative;
}

.formbutton
{
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 11px;
	line-height: 12px;
	border: 1px solid #999999;
	color: #666666;
	background-color: #dddddd;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#cccccc));
	background: -webkit-linear-gradient(top, #ffffff, #cccccc);
	background: -moz-linear-gradient(top, #ffffff, #cccccc);
	background: -ms-linear-gradient(top, #ffffff, #cccccc);
	background: -o-linear-gradient(top, #ffffff, #cccccc);
	text-decoration: none;
}
.formbutton:hover
{
	color: #000000;
	text-decoration: none;
}


.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: #990000;
	font-weight: bold;
}

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

.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%;
}

.four-col
{
	float: left;
	width: 23%;
	padding-right: 2%;
}
.four-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;
}

#header-announcement
{
	z-index: 100;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	background-color: #ffffff;
	font-size: 13px;
	line-height: 17px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	-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);
	color: #000000;
}

/***********************************************************
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-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;
}

#container
{
	margin: 0px auto;
	text-align: left;
	padding-top: 10px;
}

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

#popupDiv
{
	margin: 0px auto;
	position: relative;
	top: 40px;
	width: 800px;
	height: 680px;
	background-color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	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: 680px;
	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;
}

#top-strip-cart
{
	position: absolute;
	right: 10px;
	display: table-cell;
	width: 40px;
	height: 36px;
	text-align: center;
	background-image: url('/images/header-icon-cart.png');
	background-position: center top;
	background-repeat: no-repeat;
	text-decoration: none;
}

#menuShoppingItems
{
	width: 40px;
	height: 14px;
	padding-top: 15px;
	font-size: 14px;
	line-height: 14px;
}

#search-form
{
	position: absolute;
	padding-left: 20px;
}

#keywords
{
	width: 180px;
	height: 24px;
	font-size: 14px;
	line-height: 23px;
	background-color: #ffffff; 
	border: 1px solid #cccccc;
	color: #999999;
	padding-left: 40px;
	background-image: url('/images/icon-search.png');
	background-position: left center;
	background-repeat: no-repeat;
}


#header-links
{
	float: right;
	padding-right: 5px;
}
#header-links a
{
	padding-left: 15px;
	padding-right: 15px;
	color: #ffffff;
	text-decoration: none;
}
#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-outer
{
	position: absolute;
	width: 100%;
	height: 180px;
	text-align: center;
	z-index: 50;
}

#header-container
{
	margin: 0px auto;
	max-width: 1230px;
	height: 190px;
	background-color: #ffffff;
	-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);	
}

#header
{
	display: block;
	text-align: left;
	position: relative;
	height: 140px;
}

#header-banner
{
	position: absolute;
	height: 56px;
	width: auto;
	top: 52px;
	left: 48px;
}

#header-tagline
{
	display: none;
}

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

#header h2
{
	text-align: right;
}

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

#header-rfq
{
	width: 176px;
	height: 42px;
	display: inline-block;
	background-image: url('/images/header-button-rfq.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
	float: left;
	margin-top: 4px;
	margin-right: 140px;
}
#header-rfq:hover
{
	background-position: 0px -42px;
	text-decoration: none;
}

#header-contact
{
	width: 155px;
	height: 34px;
	padding-left: 21px;
	padding-top: 8px;
	display: inline-block;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px center;
	float: left;
	margin-top: 4px;
	margin-right: 140px;
	font-size: 11px;
	line-height: 13px;
}
#header-contact a
{
	color: #808080;
	text-decoration: none;
}
#header-contact a:hover
{
	color: #808080;
	text-decoration: none;
}

#header-info
{
	display: inline-block;
	float: right;
	height: 44px;
	padding-right: 65px;
	padding-top: 63px;
	font-size: 13px;
	line-height: 44px;
}
#header-info a, #header-info a:hover
{
	display: inline-block;
	color: #263d60;
	margin-left: 20px;
	text-decoration: none;
}

#header-search
{
	display: inline-block;
	height: 44px;
	width: 40px;
	background-image: url('/images/oem-search.png');
	background-position: center 4px;
	background-size: auto 32px;
	background-repeat: no-repeat;
}

#header-shop-online, #header-shop-online
{
	display: inline-block;
	margin-left: 44px;
	background-color: #ffffff;
	color: #3154a3 !important;
	text-decoration: none;
	border: 1px solid #3154a3;
	height: 42px;
	line-height: 42px;
	padding-left: 16px;
	padding-right: 16px;
	border-radius: 22px;
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;
}

#header-get-a-quote, #header-get-a-quote:hover
{
	display: inline-block;
	margin-left: 44px;
	background-color: #3154a3;
	color: #ffffff !important;
	text-decoration: none;
	padding-left: 22px;
	padding-right: 64px;
	border-radius: 22px;
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;
	background-image: url('/images/header-get-a-quote.png');
	background-position: calc(100% - 9px) center;
	background-repeat: no-repeat;
}

#header-oem
{
	display: table-cell;
	height: 92px;
	vertical-align: middle;
}


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

#page-main
{
	margin: 0px auto;
	max-width: 1230px;
	position: relative;
	padding-top: 190px;
	overflow-x: hidden;
}

#content-leftnav
{
	position: absolute;
	width: 240px;
	padding-left: 12px;
}
#content-leftnav h4
{
	margin-top: 16px;
	margin-bottom: 1px;
	font-size: 12px;
}
#content-leftnav h4 a
{
	color: #000000;
}
#content-leftnav ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#content-leftnav ul li
{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 16px;
}
#content-leftnav ul li a
{
	color: #333333;
	text-decoration: none;
}
#content-leftnav ul li a:hover
{
	color: #000000;
	text-decoration: none;
}


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

#sidebar-menu
{
	display: none;
	visibility: hidden;
}

#sidebar
{
	width: 220px;
	float: right;
	margin-top: 10px;
	padding: 15px;
	background-color: #f2f2f2;
	min-height: 480px;
	font-size: 13px;
	text-align: center;
}
#sidebar h3
{
	margin-top: 0px;
	font-size: 15px;
}
#sidebar img
{
	margin: 0px auto;
}

.sub-right-facebook-post
{
	padding: 10px;
	border: 1px solid #999999;
	background-color: #ffffff;
	margin-top: 15px;
	text-align: left;
}

.sub-right-twitter-item
{
	padding: 10px;
	border: 1px solid #999999;
	background-color: #ffffff;
	margin-top: 15px;
	text-align: left;
}

.twitter-tweet
{
	padding-left: 50px;
	padding-right: 30px;
	background-image: url('/images/twitter-logo-30.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-bottom: 30px;
}


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

#breadcrumbs
{
	text-align: left;
	margin-left: 12px;
	height: 28px;
	font-size: 12px;
	line-height: 28px;
	border-bottom: 1px solid #333333;
}
#breadcrumbs a
{
	color: #333333;
	text-decoration: none;
}
#breadcrumbs a:hover
{
	color: #000000;
	text-decoration: none;
}

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

#content
{
	padding-top: 0px;
	padding-bottom: 20px;
	padding-right: 0px;
	min-height: 480px;
}

#content-thin
{
	padding-left: 260px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 0px;
	min-height: 1660px;
}

#content-sidebar
{
	float: left;
	padding-top: 10px;
	padding-bottom: 60px;
	padding-left: 20px;
	width: 900px;
	min-height: 480px;
}


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


#footer
{
	clear: both;
	width: 100%;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	font-weight: normal;
	color: #ffffff;
	background-color: #263d60;
	padding-top: 30px;
	padding-bottom: 0px;
}
#footer a
{
	display: block;
	text-decoration: none;
	color: #ffffff;
}
#footer a:hover
{
	text-decoration: none;
	color: #ffffff;
}
#footer h3
{
	font-weight: 700;
	font-size: 20px;
	font-weight: 300;
	margin: 0px;
	padding-bottom: 10px;
	text-transform: none;
	color: #ffffff;
}

#footer-inner
{
	margin: 0px auto;
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
	max-width: 700px;
	padding-left: 100px;
}

#footer-about
{
	float: left;
	width: 28%;
	padding-right: 5%;
}

#footer-menu
{
	float: left;
	width: 28%;
	padding-right: 5%;
}
#footer-menu a
{
	display: block;
	line-height: 36px;
	border-bottom: 1px solid #cccccc;
}

#footer-tweets
{
	float: left;
	width: 30%;
	text-align: center;
}

#footer-sub
{
	clear: both;
	width: 100%;
	font-size: 13px;
	line-height: 17px;
	text-align: center;
	font-weight: 300;
	color: #3154a3;
	background-color: #fffff;
	padding-top: 18px;
	padding-bottom: 18px;
	font-weight: bold;
}

#footer-sub-inner
{
	text-align: center;
	font-weight: 300;
}

#footer-sub a
{
	text-decoration: none;
	color: #3154a3;;
}
#footer-sub a:hover
{
	text-decoration: none;
	color: #3154a3;;
}


/***********************************************************
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
***********************************************************/

#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;
	-moz-box-shadow: 0px 0px 12px #000000;
	-webkit-box-shadow: 0px 0px 12px #000000;
	box-shadow: 0px 0px 12px #000000;
	background-color: #2a2a2a;
}

.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;
}

#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
***********************************************************/

#slideshowContainer
{
	overflow: hidden;
	width: 860px;
	height: 300px;
	cursor: pointer;
}

#slideshowInner
{
	position: relative;
}

.slideshowItem
{
	float: left;
	border: 0px;
	margin: 0px;
	width: 860px;
	height: 300px;
	text-align: center;
	overflow: hidden;
	background-position: center center;
	background-size: cover;
}

.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: 300px;
	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: none;
	visibility: hidden;
}

.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: 300px;
	margin-left: 0px;
	text-align: left;
	opacity: 0.0;
	filter: alpha(opacity=0);
	font-family: Arial;
	font-size: 26px;
	line-height: 28px;
	color: #ffffcc;
	text-shadow: 1px 1px 2px #000000;
	cursor: pointer;
	display: none;
	visibility: hidden;
}

#slideshowThumbs
{
	display: block;
	height: 16px;
	margin-top: 0px;
	text-align: center;
}

#slideshowThumbList
{
	margin: 0px auto;
	display: inline-block;
	height: 12px;
	padding-top: 10px;
}

.slideshowThumb
{
	display: inline-block;
	margin-left: 9px;
	margin-right: 9px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	text-decoration: none;

	-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;

	width: 12px;
	height: 12px;
	background-color: #999999;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.slideshowThumb:hover
{
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.slideshowThumbOn
{
	display: inline-block;
	margin-left: 9px;
	margin-right: 9px;
	opacity: 0.9;
	filter: alpha(opacity=90);
	text-decoration: none;

	-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;

	width: 12px;
	height: 12px;
	background-color: #999999;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.slideshowThumbOn:hover
{
	opacity: 0.9;
	filter: alpha(opacity=90);
}

#slideshow-arrow-left, #slideshow-arrow-right
{
	display: none;
	visibility: hidden;
}


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

.formRow
{
	padding-bottom: 8px;
}

.formRow input[type=text], .formRow input[type=tel], .formRow input[type=email]
{
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	width: 280px;
	border: 1px solid #999999;
	color: #666666;
}
.formRow input[type=number]
{
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	width: 100px;
	border: 1px solid #999999;
	color: #666666;
}
.formRow input[type=password]
{
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	width: 120px;
	border: 1px solid #999999;
	color: #666666;
}
.formRow select
{
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	width: 280px;
	border: 1px solid #999999;
	color: #666666;
}
.formRow textarea
{
	font-family: Arial;
	height: 120px;
	line-height: 21px;
	padding: 10px;
	width: 280px;
	border: 1px solid #999999;
	color: #666666;
}

.formRow input[type=text], .formRow input[type=tel], .formRow input[type=email], .formRow input[type=password], .formRow select, .formRow 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;
}
.formRow input[type=text]:hover, .formRow input[type=tel]:hover, .formRow input[type=email]:hover, .formRow input[type=password]:hover, .formRow select:hover, .formRow textarea:hover,
.formRow input[type=text]:focus, .formRow input[type=tel]:focus, .formRow input[type=email]:focus, .formRow input[type=password]:focus, .formRow select:focus, .formRow textarea:focus
{
	background-color: #eeeeee;
}

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

.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;
}

.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
{
	min-height: 40px;
}

.signupFormRow input[type=text], .signupFormRow input[type=tel], .signupFormRow input[type=email]
{
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	width: 200px;
	border: 1px solid #999999;
	color: #666666;
}
.signupFormRow input[type=number]
{
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	width: 100px;
	border: 1px solid #999999;
	color: #666666;
}
.signupFormRow input[type=password]
{
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	width: 120px;
	border: 1px solid #999999;
	color: #666666;
}
.signupFormRow select
{
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	width: 200px;
	border: 1px solid #999999;
	color: #666666;
}
.signupFormRow textarea
{
	font-family: Arial;
	height: 150px;
	line-height: 21px;
	padding: 10px;
	width: 90%;
	border: 1px solid #999999;
	color: #666666;
}

.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: 150px;
	padding-top: 6px;
	text-align: right;
}

.signupFormField
{
	margin-left: 160px;
	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
{
	height: 0px;
	overflow: hidden;

	-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;
}

.accordion-section-content
{
	display: table;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 30px;
}

/***********************************************************
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;
	background-color: #cccccc;
}
.data-grid td
{
	padding: 3px;
	border-bottom: 1px solid #cccccc;
}
.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: 1px solid #cccccc;
	color: #666666;
}
.data-grid td select
{
	border: 1px solid #cccccc;
	color: #666666;
}
.data-grid td textarea
{
	border: 1px solid #cccccc;
	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-totals
{
	border-top: 3px solid #cccccc;
	padding-top: 5px;
}

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


/***********************************************************
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-top: 10px;
}	padding-bottom: 10px;

.faq-link
{
	display: block;
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	color: #000000;
	font-weight: bold !important;
	text-decoration: none !important;
	
}
.faq-link:hover
{
	color: #333333;
	font-weight: bold;
	text-decoration: none !important;
}

.faq-toggle
{
	position: absolute;
	font-weight: normal;
	display: inline-block;
	width: 14px;
	font-size: 24px;

	-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;
}

.faq-toggle-label
{
	font-size: 16px;
	height: 24px;
	line-height: 24px;
	font-weight: 700;
	text-decoration: none !important;
	padding-left: 20px;
}

/***********************************************************
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;
}


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

#request-buttons
{
	display: inline-block;
	float: right;
	text-align: right;
	padding-top: 3px;
}

.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-rfq
{
	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-rfq-small.png) no-repeat 0px 0px;
	text-align: left;
}
.button-rfq:hover
{
	color: #808080;
	text-decoration: none;
	background-position: 0px -22px;
}

.oem-product-row
{
	padding-bottom: 25px;
	height: 127px;
}

.oem-product-left
{
	float: left;
	width: 186px;
	height: 125px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.oem-product-right
{
	float: right;
	width: 186px;
	height: 125px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.oem-product-info
{
	padding: 5px;
	font-size: 12px;
	line-height: 16px;
	margin-left: 212px;
	height: 115px;
	max-width: 320px;
	color: #333333;
}
.oem-product-info h4
{
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
}

.homepage-bottom
{
	text-align: center;
}

.homepage-bottom-box
{
	margin: 0px auto;
	display: inline-block;
	width: 265px;
	height: 206px;
	margin-left: 14px;
	margin-right: 14px;
}
.homepage-bottom-box:nth-child(3n)
{
	margin-right: 0px;
}
.homepage-bottom-box:nth-child(3n+1)
{
	margin-left: 0px;
}

.homepage-bottom-box-img
{
	width: 265px;
	height: 178px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.homepage-bottom-box-text
{
	height: 28px;
	font-size: 13px;
	line-height: 28px;
	color: #666666;
	background-position: 7px center;
	background-repeat: no-repeat;
	text-align: center;
}
.homepage-bottom-box-text a
{
	color: #666666;
	text-decoration: none;
}
.homepage-bottom-box-text a:hover
{
	color: #666666;
	text-decoration: none;
}
.subcategory-h2
{
	text-align: center;
	margin-bottom: 10px;
}

#subcategory-main
{
	float: left;
	max-width: 540px;
}

#subcategory-description
{
	float: right;
	width: 280px;
	padding-left: 40px;
	padding-top: 0px;
}

.checkbox-hover-img-off
{
	position: absolute;
	margin-top: -50px;
	right: -20px;

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

	-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);

	-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;
}

.checkbox-hover-img-on
{
	position: absolute;
	margin-top: -50px;
	right: -20px;

	opacity: 1.0;
	filter: alpha(opacity=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);

	-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;
}

.product-rfq
{
	text-align: center;
	padding-bottom: 10px;
}

.form-table
{
	display: table;
	width: 100%;
	max-width: 870px;
}
.form-table input
{
	height: 20px !important;
	line-height: 20px !important;
	max-width: 160px;
}
.form-table .signupFormRow
{
	min-height: 32px;
}
.form-table .signupFormLabel
{
	width: 120px;
}
.form-table .signupFormField
{
	margin-left: 125px;
}

.form-row
{
	display: table-row;
}

.form-cell-33
{
	display: table-cell;
	width: 33.3%;
	max-width: 290px;
}

#rfq-left
{
	position: absolute;
	max-width: 320px;
}

#rfq-left-inner
{
	display: block;
	position: relative;
}

#rfq-right
{
	margin-left: 330px;
}

.form-small-table
{
	display: table;
	width: 540px;
}

.form-small-cell-33
{
	display: table-cell;
	width: 33.3%;
	max-width: 180px;
}

.captcha-container-outer
{
	text-align: center;
}

.captcha-container-inner
{
	margin: 0px auto;
	max-width: 300px;
}

#oemCatContainer
{
	width: 100%;
	height: 318px;
	background: url('/images/oem-tubes-bg.jpg') no-repeat 0px 0px;
	background-size: cover;
	position: relative;
}

#oemCatDiv0
{
	position: absolute;
	width: 100%;
	height: 318px;
	text-align: center;
}

.oem-category-vitem
{
	display: inline-block;
	margin: 0px auto;
	height: 318px;
	width: auto;
}

.oem-category-item
{
	width: 100%;
	height: 318px;
	position: absolute;
	display: none;
	visibility: hidden;
}

.oem-column-link a
{
	color: #000000;
	text-decoration: none;
}
.oem-column-link a:hover
{
	color: #003366;
	font-weight: normal;
	text-decoration: none;
}

.oem-column-link-on a
{
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
.oem-column-link-on a:hover
{
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}


.box-content
{
	border-top: 2px solid #000000;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 15px;
	font-size: 13px;
	min-height: 120px;
}
.box-content h3
{
	margin-top: 0px;
	margin-bottom: 12px;
	padding-bottom: 4px;
	border-bottom: 1px solid #cccccc;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}

.box-content-table
{
	display: table;
}

.box-content-cell
{
	display: table-cell;
	padding-left: 12px;
	font-weight: bold;
}
.box-content-cell:first-child
{
	padding-left: 0px;
}

#group-header
{
	padding: 10px;
	border: 1px solid #cccccc;
	background-color: #f2f2f2;
	margin-bottom: 15px;
}

.red-text
{
	color: #cc0000 !important;
}

.green-text
{
	color: #9cb348 !important;
}

#popup-cart-container
{
	z-index: 495;
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	top: 0px;
	text-align: center;
}

#popup-cart
{
	position: relative;
	margin: 0px auto;
	margin-top: 20%;
	width: 320px;
	-moz-box-shadow: 1px 1px 12px #000000;
	-webkit-box-shadow: 1px 1px 12px #000000;
	box-shadow: 1px 1px 12px #000000;
	background-color: #ffffff;
}

#popup-cart-close, #popup-cart-close:hover
{
	position: absolute;
	display: inline-block;
	top: 0px;
	right: 0px;
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	border: 1px solid #ffffff;
	color: #ffffff;
	text-decoration: none;
}

#popup-cart-header
{
	background-color: #666666;
	text-align: center;
	color: #ffffff;
	font-weight: 700;
	height: 24px;
	line-height: 24px;
}

#popup-cart-content
{
	padding: #ffffff;
	text-align: left;
	padding: 12px;
}

#specialties-container
{
	position: relative;
	background-image: url('/images/home-grid-1.png');
	background-size: 100% auto;
	background-position: center -90px;
	background-repeat: no-repeat;
	padding-top: 30px;
	overflow: hidden;
}

.h1-highlight
{
	display: inline-block;
	height: 44px;
	background-color: #e8eefb;
	padding: 12px;
	-moz-border-radius: 34px;
	-webkit-border-radius: 34px;
	border-radius: 34px;
}

#home-2025-float-text
{
	position: absolute;
	z-index: 15;
	line-height: 32px;
	color: #263d60;
	left: 65px;
	margin-top: -5px;
}

#specialties-left
{
	position: relative;
	float: left;
	width: 700px;
	height: 480px;
}
#specialties-left img
{
	position: absolute;
	z-index: 5;
	width: 700px;
	height: auto;

	-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;
}

#specialties-right
{
	float: right;
	width: 460px;
}
#specialties-right h3
{
	text-align: center;
	color: #3154a3;
	font-size: 20px;
	font-weight: 300;
	margin: 0px;
	padding-top: 50px;
	padding-bottom: 20px;
}

#specialties-text-container
{
	background-color: #ffffff;
	margin-right: -30px;
	padding-top: 18px;
	padding-bottom: 24px;
	padding-left: 12px;
	padding-right: 50px;
	text-align: center;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	-moz-box-shadow: -2px 5px 8px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: -2px 5px 8px rgba(0, 0, 0, 0.25);
	box-shadow: -2px 5px 8px rgba(0, 0, 0, 0.25);
}

.specialties-text
{
	display: block;
	padding: 12px;
	border: 1px solid #ffffff;
	text-align: center;
	cursor: default;
}
.specialties-text-on
{
	display: block;
	padding: 12px;
	background-color: #f3f8ff;
	border: 1px solid #3154a3;
	text-align: center;
	cursor: default;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.specialties-text a, .specialties-text-on a, .specialties-text:hover a, .specialties-text-on:hover a
{
	text-decoration: none;
}

#manufacturing-expertise
{
	margin-top: 30px;
	display: grid;
	grid-template-columns: 520px calc(100% - 520px);
	grid-template-rows: 348px;
	background-image: url('/images/manufacturing-expertise-bg.png');
	background-position: center center;
	background-repeat: repeat-x;
}

#manufacturing-expertise-left
{
	text-align: center;
	color: #263d60;
	font-size: 13px;
	line-height: 21px;
}

#manufacturing-expertise-left-top
{
	padding-top: 110px;
	padding-left: 90px;
	padding-right: 90px;
	padding-bottom: 75px;
}

#manufacturing-expertise-left-bottom span
{
	display: inline-block;
	padding-left: 9px;
	padding-right: 9px;
}

#homepage-section-2
{
	background-color: #f7f7f7;
	padding-top: 80px;
	padding-bottom: 40px;
	-moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.35);
	text-align: center;
}

#homepage-section-2-grid
{
	margin: 0px auto;
	display: grid;
	max-width: 980px;
	column-gap: 75px;
	grid-template-columns: calc(33% - 50px) calc(33% - 50px) calc(33% - 50px);
	grid-template-rows: 245px;
}

.homepage-section-2-item
{
	display: block;
	background-color: #ffffff;
	padding: 5px;
	text-align: center;
	-moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	color: #263d60;
}
.homepage-section-2-item h3
{
	margin: 0px;
	padding-top: 30px;
	padding-bottom: 15px;
	color: #263d60;
	font-size: 18px;
	font-weight: 600;
}

.homepage-section-2-text
{
	padding-bottom: 5px;
}

.homepage-section-2-button, .homepage-section-2-button:hover
{
	display: inline-block;
	background-color: #ffffff;
	border: 1px solid #3154a3;
	color: #3154a3;
	height: 36px;
	line-height: 36px;
	text-decoration: underline;
	padding-left: 18px;
	padding-right: 48px;
	border-radius: 18px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	background-image: url('/images/homepage-section-2-button.png');
	background-position: calc(100% - 15px) center;
	background-repeat: no-repeat;
}

.button-view-library, .button-view-library:hover
{
	display: inline-block;
	background-color: #e8eefb;
	color: #263d60;
	height: 38px;
	line-height: 38px;
	text-decoration: none;
	padding-left: 19px;
	padding-right: 48px;
	border-radius: 19px;
	-moz-border-radius: 19px;
	-webkit-border-radius: 19px;
	background-image: url('/images/button-view-library.png');
	background-position: calc(100% - 13px) center;
	background-repeat: no-repeat;
}

#homepage-section-3-grid
{
	margin: 0px auto;
	padding-top: 36px;
	display: grid;
	max-width: 1050px;
	column-gap: 54px;
	grid-template-columns: calc(33% - 36px) calc(33% - 36px) calc(33% - 36px);
	grid-template-rows: 275px;
}

.homepage-section-3-item
{
	display: block;
	position: relative;
	background-color: #e8eefb;
	padding: 5px;
	text-align: center;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	color: #263d60;
}
.homepage-section-3-item h3
{
	margin: 0px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 25px;
	color: #263d60;
	font-size: 20px;
	font-weight: 600;
}

.homepage-section-3-number
{
	position: absolute;
	top: 25px;
	left: 15px;
	color: #acc5df;
	font-size: 48px;
}

.homepage-section-3-bullet
{
	display: block;
	text-align: left;
	background-image: url('/images/homepage-section-3-bullet.png');
	background-position: 44px 12px;
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 80px;
	padding-right: 20px;
	height: 38px;
}

.homepage-section-3-button, .homepage-section-3-button:hover
{
	margin-top: 12px;
	display: inline-block;
	background-color: #ffffff;
	border: 1px solid #3154a3;
	color: #3154a3;
	height: 36px;
	line-height: 36px;
	text-decoration: none;
	padding-left: 18px;
	padding-right: 48px;
	border-radius: 18px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	background-image: url('/images/homepage-section-2-button.png');
	background-position: calc(100% - 15px) center;
	background-repeat: no-repeat;
}

#homepage-section-4
{
	background-image: url('/images/homepage-grid-2.png');
	background-position: top left;
	height: 510px;
}

#homepage-section-4-grid
{
	margin: 0px auto;
	padding-top: 36px;
	display: grid;
	max-width: 1050px;
	column-gap: 54px;
	grid-template-columns: calc(33% - 36px) calc(33% - 36px) calc(33% - 36px);
	grid-template-rows: 275px;
}

.homepage-section-4-item
{
	display: block;
	position: relative;
	background-color: #e8eefb;
	padding: 5px;
	text-align: center;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	color: #263d60;
	background-image: url('/images/section-4-thumb.png');
	background-position: calc(100% - 25px) calc(100% - 25px);
	background-repeat: no-repeat;
}
.homepage-section-4-item h3
{
	margin: 0px;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 15px;
	color: #263d60;
	font-size: 18px;
	font-weight: 300;
}
.homepage-section-4-item h3 i
{
	display: inline-block;
	padding-left: 3px;
	padding-right: 3px;
}

.homepage-section-4-number
{
	position: absolute;
	top: 25px;
	left: 15px;
	color: #acc5df;
	font-size: 48px;
}

.homepage-section-4-bullet
{
	position: absolute;
	top: 156px;
	display: block;
	text-align: left;
	background-image: url('/images/homepage-section-4-bullet.png');
	background-position: 26px 3px;
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 85px;
	height: 38px;
}

#homepage-section-5-h1
{
	padding-left: 300px;
}

#homepage-section-5-top
{
	display: block;
	position: relative;
	height: 460px;
}

#homepage-section-5-top-1
{
	position: absolute;
	top: 10px;
	left: 0px;
}

#homepage-section-5-top-2
{
	position: absolute;
	top: -58px;
	left: 500px;
}

#homepage-section-5-bottom
{
	display: block;
	position: relative;
	height: 160px;
}

#homepage-section-5-bottom-1
{
	position: absolute;
	top: 0px;
	left: 50px;
	width: 480px;
	text-align: center;
}

#homepage-section-5-bottom-2
{
	position: absolute;
	top: 0px;
	right: 110px;
	width: 480px;
	text-align: center;
}

.landing-page
{
	position: relative;
	background-image: url('/images/category-page-bg.jpg');
	background-size: 100% auto;
	background-position: center 0px;
	background-repeat: no-repeat;
	padding-top: 70px;
	overflow: hidden;
}

.landing-page-description
{
	text-align: center;	
	padding-top: 60px;
	padding-bottom: 60px;
}

.landing-page-description-inner
{
	margin: 0px auto;
	max-width: 700px;
	color: #263d60;
}

.landing-page-items
{
	padding-left: 150px;
}

.landing-page-item
{
	display: table;
	padding-bottom: 30px;
}

.landing-page-item-img
{
	display: table-cell;
	width: 192px;
	height: 132px;
}
.landing-page-item-img a, .landing-page-item-img a:hover
{
	display: block;
	width: 192px;
	height: 132px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	-moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
	text-decoration: none;
}

.landing-page-item-info
{
	display: table-cell;
	padding-left: 16px;
}

.landing-page-item-title, .landing-page-item-title:hover
{
	display: block;
	padding-top: 6px;
	font-size: 20px;
	color: #3154a3;
	text-decoration: none;
	max-width: 390px;
}

.landing-page-item-summary
{
	padding-top: 8px;
	padding-bottom: 16px;
	max-width: 350px;
}

.landing-page-item-button
{
	padding-left: 90px;
}
.landing-page-item-button a, .landing-page-item-button a:hover
{
	display: inline-block;
	background-color: #ffffff;
	border: 1px solid #3154a3;
	color: #3154a3;
	height: 36px;
	line-height: 36px;
	text-decoration: underline;
	padding-left: 24px;
	padding-right: 24px;
	border-radius: 18px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
}

.product-page
{
	position: relative;
	background-image: url('/images/product-page-bg.jpg');
	background-size: 100% auto;
	background-position: center 0px;
	background-repeat: no-repeat;
	padding-top: 90px;
	overflow: hidden;
}

#product-page-thumbs
{
	position: absolute;
	left: 100px;
	margin-top: 12px;
}
#product-page-thumbs a, #product-page-thumbs a:hover
{
	display: block;
	border: 1px solid #132c52;
	border-radius: 18px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	width: 106px;
	height: 75px;
	margin-bottom: 16px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-decoration: none;
}

#product-page-aluminum
{
	position: absolute;
	margin-left: 850px;
	margin-top: 0px;
	padding: 0px;
}
#product-page-aluminum h3
{
	line-height: 24px;
	padding-bottom: 10px;
}
#product-page-aluminum a
{
	display: block;
}
#product-page-aluminum img
{
	height: 150px;
	width: auto;
}
#product-page-aluminum .homepage-section-3-button
{
	margin-bottom: 8px;
}

#product-page-image-container
{
	display: block;
	position: relative;
	margin-left: 240px;
	margin-top: 12px;
	width: 765px;
	height: 425px;
}

#product-image-left, #product-image-left:hover
{
	position: absolute;
	z-index: 30;
	left: 10px;
	top: 180px;
	text-decoration: none;
}

#product-image-right, #product-image-right:hover
{
	position: absolute;
	z-index: 30;
	right: 10px;
	top: 180px;
	text-decoration: none;
}

.product-page-image
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 765px;
	height: 425px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;

	-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;
}

.product-page-image-video
{
	height: 425px;
	width: 100%;
	max-width: 640px;
}
