@charset 'utf-8';
/*
 SITE NAME
 Author: Developer Name Here
 Updated: 01/01/2011

 +-+-+-+-+-+-+ GLOBAL STYLES +-+-+-+-+-+-+
 =NORMALIZE ALL ELEMENTS (CROSS-BROWSER)
 =GLOBAL ELEMENTS
 =GLOBAL CLASSES
 =GLOBAL FORMS RULES
 =WRAPPER
 =HEADER
 =NAVBAR
 =MAIN
 =BANNER
 =COLUMN-LEFT
 =COLUMN-RIGHT
 =BOTTOM WRAP
 =FOOTER
 =DISCLAIMERS
 +-+-+-+-+-+-+ PAGE SPECIFIC STYLES +-+-+-+-+-+-+
 =SFNT PAGE
 =CTGY PAGE
 =PROD AND PATR PAGES
 =POUT PAGE
 =SRCH PAGE
 =BASK PAGE
 =OCST, OSEL, OPAY AND INVC PAGES
 =ACAD, ACED, AFAD, AFED PAGES
 =LOGN, ORDL AND ORHL PAGES
 =ACLN PAGE
 =ORDH AND ORDS PAGES
 =NTFD PAGE
 =SMAP PAGE
 =CTUS PAGE
 =ORDP PAGE
 =free-catalog
 +-+-+-+-+-+-+ SMART DESIGN +-+-+-+-+-+-+

 */

/* ======================== NORMALIZE ALL ELEMENTS (CROSS-BROWSER) ===================================
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal, Kroc Camen, and the H5BP dev community and team.
 * [Based on the HTML5 Boilerplate (http: //html5boilerplate.com/) and normalize.css (http: //github.com/necolas/normalize.css)]
 *
 * Detailed information about this CSS: h5bp.com/css
 */

/* ------------------------ HTML5 element display ------------------------ */
/* Corrects block display not defined in IE6/7/8/9 & FF3 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/* Corrects inline-block display not defined in IE6/7/8/9 & FF3. Known limitation:  IE6 will not apply style for 'audio[controls]' */
audio, canvas, video {
	display: inline-block;
}
.ie6 audio, .ie7 audio, .ie6 canvas, .ie7 canvas, .ie6 video, .ie7 video {
	display: inline;
	zoom: 1;
}
audio:not([controls]) {
	display: none;
}
[hidden] {
	display: none;
}

/* ------------------------ base elements ------------------------ */
/*
 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units (http: //clagnut.com/blog/348/#c790)
 2. Keeps page centred in all browsers regardless of content height
 3. Removes Android and iOS tap highlight color to prevent entire container being highlighted (www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/)
 4. Prevents iOS text size adjust after orientation change, without disabling user zoom (www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/)
 */
html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
/* Font normalization inspired by YUI Library's fonts.css (developer.yahoo.com/yui/) [*Hack retained to preserve specificity] */
body {
	font: 12px/1.4 sans-serif;
	margin: 0;
}
/* Addresses font-family inconsistency between 'textarea' and other form elements. */
select, input, textarea, button {
	font: 99% sans-serif;
}
/* Corrects font family set oddly in IE6, S5, Chrome (en.wikipedia.org/wiki/User: Davidgothberg/Test59) [*Hack retained to preserve specificity] */
pre, code, kbd, samp {
	font-family: monospace, sans-serif;
	font-size: 1em;
}
.ie6 samp {
	font-family: 'courier new', monospace;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
	clear: both;
}

/* ------------------------ links ------------------------ */
a:hover, a:active {
	text-decoration: underline;
}
a:link {
	color: #3b55a9;
}
/* Addresses outline displayed oddly in Chrome */
a:focus {
	outline: thin dotted;
}

/* ------------------------ typography ------------------------ */
ins {
	text-decoration: underline;
	background: #ff9;
	color: #000;
}
del {
	text-decoration: line-through;
}
small {
	font-size: 75%;
}
/* Addresses styling not present in IE7/8/9, S5, Chrome */
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
dfn {
	font-style: italic;
}
/* Addresses style set to 'bolder' in FF3/4, S4/5, Chrome */
b, strong, th {
	font-weight: bold;
}
/* Addresses CSS quotes not supported in IE6/7 */
blockquote, q {
	quotes: none;
}
/* Addresses quote property not supported in S4 */
blockquote: before, blockquote: after, q: before, q: after {
	content: '';
	content: none;
}
/* Addresses styling not present in IE6/7/8/9 */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
/* Prevents sub and sup affecting line-height in all browsers (gist.github.com/413930) */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* Improves readability of pre-formatted text in all browsers (www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/) */
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
/* These selection declarations have to be separate No text-shadow (twitter.com/miketaylr/status/12228805301) */
::-moz-selection {
	background: #39f;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #39f;
	color: #fff;
	text-shadow: none;
}

/* ------------------------ lists ------------------------ */
ul, ol {
	margin: 1em 0;
	padding: 0 0 0 40px;
	-moz-padding-start: 0;
	-webkit-padding-start: 0;
}
ol {
	list-style-type: decimal;
}
dd {
	margin: 0 0 0 40px;
}
/* Remove margins for navigation lists and menus */
nav ul, nav li, menu ul, menu li {
	margin: 0;
	list-style: none;
	list-style-image: none;
}

/* ------------------------ embedded content ------------------------ */
/*
 1. Removes border when inside 'a' element in IE6/7/8/9
 2. Prevent a gap from showing below images in some browsers
 */
img {
	border: 0;
	vertical-align: bottom;
}
/* Improves image quality when scaled in IE7 (code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/) */
.ie7 img {
	-ms-interpolation-mode: bicubic;
}
/* Corrects overflow displayed oddly in IE9 */
svg:not(:root) {
	overflow: hidden;
}

/* ------------------------ figures ------------------------ */
/* Addresses margin not present in IE6/7/8/9, S5, O11 */
figure {
	margin: 0;
}

/* ------------------------ forms ------------------------ */
/* Corrects margin displayed oddly in IE6/7 */
form {
	margin: 0;
}
/* Define consistent margin and padding */
fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
/* Corrects color not being inherited in IE6/7/8/9 */
legend {
	border: 0;
}
/* Corrects alignment displayed oddly in IE6/7 */
.ie6 legend, .ie7 legend {
	margin-left: -7px;
}
/*
 1. Corrects font size not being inherited in all browsers
 2. Addresses margins set differently in IE6/7, F3/4, S5, Chrome
 3. Improves appearance and consistency in all browsers
 */
button, input, select, textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: baseline;
}
.ie6 button, .ie6 input, .ie6 select, .ie7 button, .ie7 input, .ie7 select {
	vertical-align: middle;
}
/*
 1. Addresses FF3/4 setting line-height using !important in the UA stylesheet
 2. Corrects inner spacing displayed oddly in IE6/7
 */
button {
	width: auto;
	overflow: visible;
	line-height: normal;
}
input, select {
	line-height: normal;
	overflow: visible;
}
/*
 1. Addresses box sizing set to content-box in IE8/9
 2. Align checkboxes, radios, text inputs with their label by:  Thierry Koblentz tjkdesign.com/ez-css/css/base.css
 */
input[type="radio"], input[type="checkbox"] {
	box-sizing: border-box;
	width: auto;
}
.ie7 input[type="checkbox"] {
	vertical-align: baseline;
}
/*
 1. Improves usability and consistency of cursor style between image-type 'input' and others
 2. Corrects inability to style clickable 'input' types in iOS
 */
label, input[type="button"], input[type="submit"], input[type="image"], button {
	cursor: pointer;
}
input[type="button"], input[type="submit"], input[type="image"], button {
	-moz-appearance: button;
	-webkit-appearance: button;
}
/*
 1. Addresses appearance set to searchfield in S5, Chrome
 2. Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type="search"] {
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
/* Corrects inner padding displayed oddly in S5, Chrome on OSX */
input[type="search"]::-webkit-search-decoration {
	-moz-appearance: none;
	-webkit-appearance: none;
}
/* Sets basic placeholder styling */
input::-webkit-input-placeholder {
	color: #9c9c9c;
	font-style: italic;
}
input:-moz-placeholder {
	color: #9c9c9c;
	font-style: italic;
}
/* Corrects inner padding and border displayed oddly in FF3/4 (www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/) */
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/* Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7 */
.ie6 table button, .ie6 table input, .ie7 table button, .ie7 table input {
	overflow: auto;
}
/*
 1. Removes default vertical scrollbar in IE6/7/8/9
 2. Improves readability and alignment in all browsers
 */
textarea {
	overflow: auto;
	vertical-align: top;
}
/* Colors for form validity */
input:valid, textarea:valid {
}
input:invalid, textarea:invalid {
	border-radius: 1px;
	-moz-box-shadow: 0 0 5px #d00000;
	-webkit-box-shadow: 0 0 5px #d00000;
	box-shadow: 0 0 5px #d00000;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid {
	background-color: #f0dddd;
}

/* ------------------------ tables ------------------------ */
/* Remove most spacing between table cells */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
}

/* ======================== END NORMALIZATION ======================== */

/* ======================== SITE STYLES ======================== */

/*
 ------------------------ GLOBAL ELEMENTS ------------------------ */
#content-item{
	float: left;
	width: 100%;
	margin-bottom:10px;
	
}
body, select, input, textarea {
	color: #444;
}
body {
	background: #eaeaea;
}
h1 {
	color: #000;
	font-size: 22px;
}
h2 {
	color: #000;
	font-size: 16px;
}
h3 {
	color: #000;
	font-size: 14px;
}
h4 {
	color: #000;
	font-size: 12px;
}
h5 {
	color: #000;
	font-size: 11px;
}
h6 {
	color: #000;
	font-size: 10px;
}
blockquote {
	background: #efefef;
	color: #3f3f3f;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-style: italic;
	margin: 0 10px 10px;
	padding: 10px;
}
a, a:active, a:visited {
	/*color: #749dc5;*/
	outline: none;
	text-decoration: none;
}
a:hover {
	outline: none;
	text-decoration: underline;
}
ol li {
	list-style-type: decimal;
}
ul li {
	list-style-type: disc;
}
ul ul li {
	list-style-type: circle;
}
ul ul ul li {
	list-style-type: square;
}
ol ol li {
	list-style-type: lower-alpha;
}
ol ol ol li {
	list-style-type: lower-roman;
}
h1, h2, h3, h4, h5, h6, p, ul, dl, ol {
	margin: 0 0 10px;
}

/*
 ------------------------ =GLOBAL CLASSES ------------------------ */
.clear {
	clear: both;
}
.img-left {
	float: left;
	margin: 2px 10px 10px 0;
}
.img-right {
	float: right;
	margin: 5px 0 10px 10px;
}
.float-left {
	display: inline;
	float: left;
}
.float-right {
	display: inline;
	float: right;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.required {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.red {
	color: #d90000;
}
.hidden {
	display: none;
}
.shown {
	display: block;
}
.invisible {
	visibility: hidden;
}
.visible {
	visibility: visible;
}

/* ------------------------ buttons ------------------------ */
.button, a.button, .sec-button, a.sec-button {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #666666;
	-pie-background: linear-gradient(#666666, #555555);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#555555));
	background-image: -webkit-linear-gradient(top, #666666, #555555);
	background-image: -moz-linear-gradient(top, #666666, #555555);
	background-image: -ms-linear-gradient(top, #666666, #555555);
	background-image: -o-linear-gradient(top, #666666, #555555);
	background-image: linear-gradient(to bottom, #666666, #555555);
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255, 0.10);
	border: 1px solid rgba(0,0,0,0.4);
	border-top: 1px solid rgba(0,0,0,0.0);
	border-left: 1px solid rgba(0,0,0,0.2);
	color: #fff;
	cursor: pointer;
	font: bold 16px/1.5 Arial, sans-serif;
	padding: 5px 10px 3px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.ie7 .button, .ie7 a.button, .ie7 .sec-button, .ie7 a.sec-button {
	border: 0;
	line-height: 1.8;
}
input.button {
	width: auto;
}
.button: hover, input.button: hover {
	background: rgba(0,0,0,1);
	color: #ccc !important;
}
.sec-button, a.sec-button {
	font-size: 12px;
	line-height: 18px;
	padding: 7px 18px;
}
input.sec-button {
	padding: 2px 25px;
	width: auto;
}
.sec-button: hover, input.sec-button: hover {
	background: #fff;
	color: #6f6f6f !important;
}

.cta-button, a.cta-button {
	background-color: #9bcf1b;
	border: 1px solid #95c00f;
	background-image: -webkit-linear-gradient(bottom, #8cc118 0%, #acdf1f 70%);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: inset 0 0 0 1px rgba(255,255,255, 0.4);
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255, 0.4);
	box-shadow: inset 0 0 0 1px rgba(255,255,255, 0.4);
	color: #fff;
	cursor: pointer;
	display: inline;
	float: right;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0;
	padding: 6px 15px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
	width: auto;
}
input.cta-button {
	padding: 5px 15px;
}
.cta-button: hover, input.cta-button: hover {
	background: #fff;
	color: #98c63d !important;
}

/* ------------------------ lightbox-me layout ------------------------ */
.lightbox-me {
	background: #fff;
	border: 3px solid #eaeaea;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: rgba(255, 255, 255, 0.65) 0 0 15px;
	-webkit-box-shadow: rgba(255, 255, 255, 0.65) 0 0 15px;
	box-shadow: rgba(255, 255, 255, 0.65) 0 0 15px;
	display: none;
	padding: 15px;
	text-align: left;
}
.lightbox-me .close {
	cursor: pointer;
	position: absolute;
	top: -15px;
	right: -15px;
	z-index: 2000;
}

/* ------------------------ advanced browers goodies ------------------------ */
.corners {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.shadows {
	-moz-box-shadow: rgba(68, 68, 68, 0.75) 0 0 5px;
	-webkit-box-shadow: rgba(68, 68, 68, 0.75) 0 0 5px;
	box-shadow: rgba(68, 68, 68, 0.75) 0 0 5px;
}
.bottom-shadow {
	-moz-box-shadow: rgba(68, 68, 68, 0.75) 0 0 5px;
	-webkit-box-shadow: rgba(68, 68, 68, 0.75) 0 0 5px;
	box-shadow: rgba(68, 68, 68, 0.75) 0 0 5px;
}
.text-shadows {
	text-shadow: 0 1px 1px rgba(68, 68, 68, 0.3);
}

/*
 ------------------------------- =GROUPED PAGE MODIFICATIONS ------------------------------- */
#ABUS #column-right #page-title, #ABUS #column-right #page-title, #FAQS #column-right #page-title, #FAQS #column-right #page-title, #PRPO #column-right #page-title, #PRPO #column-right #page-title, #SARP #column-right #page-title, #SARP #column-right #page-title {
	border-bottom: 1px solid #6F6C68;
	padding-bottom: 10px;
}

#content-item ol, #content-item ul, .logn-wrappers ul, .logn-wrappers ul {
	margin-left: 18px;
}

/*
 ------------------------------- =GLOBAL FORM ELEMENTS ------------------------------- */
form {
}
form br {/* defaults vertical spacing between fields */
	font-size: 0;
	height: 0;
	line-height: 0;
}
fieldset {
	border: 1px solid #ccc;
}
legend {
	font: normal normal bold 12px/12px Arial, Helvetica, sans-serif;
	margin: 0 5px;
	padding: 3px 5px;
}
#custom-quote legend{
	margin:0 0 5px;
	padding:0;
}
label {
	cursor: pointer;
	display: block;
	float: left;
	margin-right: .5em;
	padding: 3px 0;
	text-align: right;
	width: 125px;
}
label.required {
	font-weight: bold;
}
label.error {
	color: #c00;
}
input, textarea, select, button {
	border: 1px solid #CCCCCC;
	color: #5b5b5b;
	padding: 3px;
}
input, button {
	overflow: visible;
	width: 150px;
}
input: focus, button: focus {
	border-color: #c00;
}
input.submit {
	cursor: pointer;
	width: auto;
}
select {
	width: auto;
}
textarea {
	margin: 0 0 4px 0;
	width: 200px;
	height: 90px;
}
.textfield {/* Use this class to apply a background or background-image to all text inputs and text areas */
	background: #fff url(../images/bg_text_input.gif) repeat-x left top;
	background: -o-linear-gradient(top, #f3f3f3 0%, #ffffff 33%, #ffffff 100%);
	background: -ms-linear-gradient(top, #f3f3f3 0%, #ffffff 33%, #ffffff 100%);
	background: -moz-linear-gradient(top, #f3f3f3 0%, #ffffff 33%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #f3f3f3 0%, #ffffff 33%, #ffffff 100%);
	background: linear-gradient(top, #f3f3f3 0%, #ffffff 33%, #ffffff 100%);
}
.form-row {
	margin: 0 0 10px;
}

/* ------------------------ validation messages ------------------------ */
.info-message, .warning-message, .error-message, .success-message {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 8px;
	box-shadow: rgba(0, 0, 0, 0.1) 0 0 8px;
	color: #333;
	font-weight: bold;
	padding: 10px 10px 10px 50px !important;
	position: relative;
}
.info-message {
	background: #9dd7f9 url(../images/icons/icon_info.png) no-repeat 10px center;
	border: 1px solid #64a6cc;
}
.warning-message {
	background: #f9e29d url(../images/icons/icon_warning.png) no-repeat 10px center;
	border: 1px solid #d0bc81;
	height: 25px;
	line-height: 25px;
}
.error-message {
	background: #f9a89d url(../images/icons/icon_error.png) no-repeat 10px center;
	border: 1px solid #d3847a;
}
.success-message {
	background: #c5f99e url(../images/icons/icon_check.png) no-repeat 10px center;
	border: 1px solid #98cf70;
}

#newsletter-form .warning-message {
	display: none;
}

div.info-message, div.warning-message, div.error-message, div.success-message {
	margin-bottom: 10px;
}
.info-message p, .warning-message p, .error-message p, .success-message p {
	margin: 0.5em 0;
}
.info-message ul, .warning-message ul, .error-message ul, .success-message ul {
	margin-bottom: 0;
}
.info-message ul li, .warning-message ul li, .error-message ul li, .success-message ul li {
	list-style: none;
}

/* ------------------------ meta ------------------------ */

#meta {
	background: #333;
	height: 20px;
	line-height: 20px;
}
#meta ul {
	text-align: right;
	margin: auto;
	width: 980px;
}
#meta li {/* if your li's float, you can adjust border height w/ line-height */
	border-left: 1px solid #aaa;
	display: inline;
	padding: 0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
}
#meta li.first {
	border: none;
}
#meta a, #meta a:link, #meta a:visited {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}
#meta a:hover, #meta a:active {
	text-decoration: underline;
}

/*
 ------------------------------- =WRAP ------------------------------- */
#wrap {
	margin: 0 auto;
	text-align: left;
	width: 980px;
}

/*
 ------------------------------- =HEADER ------------------------------- */
#live-chat a.support {
background: url('//www.paint-booths.com/mm5/images/live-chat.png');
left: 0px;
top: 250px;
height: 108px;
width: 40px;
margin: 0;
padding: 0;
position: fixed;
z-index: 9999;
display:block;
}

#header {
	background: transparent;
	height: 95px;
	position: relative;
}
#header a.button {/* Augment and override defaults - =CTGY a.button */
	background: #f8f9f9 no-repeat scroll 10px;
	border: 1px solid #cfd1d4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #008aff;
	font-size: 12px;
	float: left;
	height: 38px;
	line-height: 38px;
	margin: 0;
	margin-left: 12px;
	padding: 0 15px 0 35px;
	text-shadow: none;
}
a.button#cart {
	background-image: url(../images/bg_cart.png);
	color: #333;
	font-weight: normal;
}
a.button#cart span {
	color: #008aff;font-size
	}
	a.button#checkout {
	background-image: url(../images/bg_checkout.png);
}
.ie7 a.button#cart, .ie7 a.button#checkout {
	position: absolute;
	top: 33px;
	right: 0px;
}
.ie7 a.button#cart {
	right: 125px;
}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	background: transparent url(../images/img_logo_main.png) no-repeat scroll center left;
	display: block;
	width: 265px;
	height: 95px;
	position: absolute;
	top: 0;
	left: 0;
}

/* ------------------------ search ------------------------ */
/* Border */
#search, #search input {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#search {
	background: #fff;
	border: 1px solid #ababab;
	clear: both; /* clear .phone */
	float: left;
	width: 415px;
	height: 38px;
	margin: 0;
	margin-left: 265px;
}
#search input[type="text"] {
	background: transparent;
	border: 0;
	width: 315px;
	height: 32px;
	line-height: 32px;
	padding-left: 10px;
}
#search input[type="submit"] {
	background: #efefef;
	border: none;
	border-left: 1px solid #ababab;
	color: #545353;
	font-size: 13px;
	float: right;
	height: 100%;
	line-height: 36px;
	padding: 0 20px;
}
.ie7 #search input[type="submit"] {
	float: none;
	margin-top: -2px;
}
.ie7 #search input[type="submit"] {
	line-height: 33px;
	padding-bottom: 2px;
}

/* ------------------------ phone ------------------------ */

#header .phone {
	float: left;
	font: normal 12px/1.5 Arial, sans-serif;
	margin: 15px 0 0 265px;
}

/*
 ------------------------------- =NAVBAR ------------------------------- */

/* ------------------------ horizontal sprite nav ------------------------ */
#navbar {
	/* hard-coded colors aren't great for templates but there aren't many better options here */
	background: #30b0f5 url(../images/bg_navbar.gif) repeat-x scroll 0 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#30b0f5), to(#0384c8));
	background-image: -webkit-linear-gradient(top, #30b0f5, #0384c8);
	background-image: -moz-linear-gradient(top, #30b0f5, #0384c8);
	background-image: -ms-linear-gradient(top, #30b0f5, #0384c8);
	background-image: -o-linear-gradient(top, #30b0f5, #0384c8);
	background-image: linear-gradient(to bottom, #30b0f5, #0384c8);
	border-top: 1px solid #62c0f2;
	border-bottom: 1px solid #ccc;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	-moz-box-shadow: 0 -1px 0 #2faff3;
	-webkit-box-shadow: 0 -1px 0 #2faff3;
	box-shadow: 0 -1px 0 #2faff3;
	height: 50px;
}
.ie7 #navbar, .ie8 #navbar {
	border-top: 0;
}
#navbar ul {
	margin: 0;
	padding: 0;
}
#navbar li, #navbar a {
	color: #fff;
	display: block;
	font-size: 15px;
	height: 100%; /* change height here also */
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
}
#navbar li {
	border-right: 1px solid rgba(0,0,0,0.1);
	border-left: 1px solid rgba(255,255,255,0.2);
	display: inline;
	float: left;
	list-style: none;
	position: relative;
}
.no-rgba #navbar li {
	/* fallback for no-rgba support */
	border-right: 1px solid #1d93e7;
	border-left: 1px solid #62c0f2;
}
#navbar li:first-child {
	border: 0;
}
#navbar li:last-child {
	border-right: 0;
}
/* home */
#nav-01 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000000));
	background-image: -o-linear-gradient(top, #666, #000000);
	background-image: -ms-linear-gradient(top, #666, #000000);
	background-image: -moz-linear-gradient(top, #666, #000000);
	background-image: -webkit-linear-gradient(top, #666, #000000);
	background-image: linear-gradient(to bottom, #666, #000000);
	border-right: 0;
	-moz-border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;
	-moz-box-shadow: 0 -2px 0 #666;
	-webkit-box-shadow: 0 -2px 0 #666;
	box-shadow: 0 -2px 0 #666;
	margin-left: 0;
	width: 55px;
	background: #000 url(../images/bg_navbar_home.gif) repeat-x scroll 0 0;
}
#nav-01 a {
	background: transparent url(../images/bg_home.png) no-repeat scroll center center;
	text-indent: -9999px;
}
#nav-02 {
	width: 178px;
}
#nav-03 {
	width: 144px;
}
#nav-04 {
	width: 82px;
}
#nav-05 {
	width: 117px;
}
#nav-06 {
	width: 105px;
}
#nav-07 {
	width: 73px;
}
#nav-08 {
	width: 103px;
}
#nav-09 {
	width: 105px;
}

/*
 ------------------------ =MAIN ------------------------ */
#main {
	background: #e9e7e2;
	padding: 0;
}
#hdft-header, #hdft-footer, #prod-ctgy-hdft-header, #prod-ctgy-hdft-footer, #content-item, #page-title {
	clear: both;
}

/*
 ------------------------ =COLUMN-LEFT ------------------------ */
.column-left {
	display: inline;
	float: left;
	margin: 10px 0 0 10px;
	width: 195px;
}
.single-column .column-left, #WP .column-left {
	display: none;
}
.column-left p, .column-left h1, .column-left h2, .column-left h3, .column-left ul, .column-left dl {
}
.column-left h1 {
	color: #ffffff;
	background-color: #002495;
	font-size: 14px;
	text-transform: uppercase;
	padding: 5px 8px;
	margin-bottom: 1px;
}
/* single column list */
.column-left ul {
	margin-left: 20px;
	margin-right: 20px;
	padding: 0;
}

/* ------------------------ category tree navigation ------------------------ */
#category-tree ul {
	margin: 0 0 10px;
	padding: 0;
}
#category-tree ul li {
	border-top: 1px solid #eaeaea;
	line-height: 19px;
	list-style: none;
	list-style-image: none;
}
#category-tree ul li.level-2 {
	border: 0;
}
#category-tree ul a {
	color: #202020;
	display: block;
	padding: 5px;
	text-decoration: none;
}
#category-tree ul a:hover {
	background: #4277ad;
	background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2));
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2));
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2));
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2));
	background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2));
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	font-weight: bold;
}
#category-tree ul .level-1 a {
}
#category-tree ul .level-1 a:hover {
}
#category-tree ul .level-2 a {
	line-height: 12px;
	padding-left: 20px;
}
#category-tree ul .level-2 a:hover {
}
#category-tree ul li.active {
	background: transparent url(../images/bg_nav_disclosure_arrow_down.png) no-repeat scroll center right;
	color: #4277ad;
	font-weight: bold;
}
#category-tree ul .level-2.active {
	background: none;
}

/*
 ------------------------ =COLUMN RIGHT ------------------------ */
#column-right {
	display: inline;
	float: right;
	margin: 10px 10px 0 0;
	min-height: 460px;
	padding: 0 0 0 15px;
	width: 748px;
}
.single-column #column-right, #WP #column-right {
	border-left: 0;
	display: block;
	float: none;
	margin: 0;
	padding: 0px 10px 15px;
	width: 960px;
}

/* ------------------------ breadcrumbs ------------------------ */
#breadcrumbs {
	float: left;
	color: #000;
	font: normal 11px Arial, Helvetica, sans-serif;
	height: 25px;
	line-height: 25px;
	margin-bottom: 10px;
	overflow: hidden;
}
#breadcrumbs ul {
	list-style: none;
	margin: 0;
}
.ie7 #breadcrumbs ul, .ie8 #breadcrumbs ul, .ie9 #breadcrumbs ul {
	padding: 0;
}
#breadcrumbs ul li {
	display: block;
	float: left;
	list-style: none;
	margin-left: 0;
}
#breadcrumbs a {
	color: #434343;
	font-weight: normal;
	margin: 0 6px;
	text-decoration: none;
}
#breadcrumbs a:hover {
	text-decoration: underline;
}
#breadcrumbs .breadcrumb-border {
	color: #777;
	font-weight: normal;
}
#breadcrumbs .breadcrumb-home {
	margin-left: 0;
}
#breadcrumbs .cats-hidden {
	color: #434343;
	font-weight: normal;
	margin: 0 6px;
	text-decoration: none;
}
#breadcrumbs .current-item {
	color: #434343;
	font-weight: bold;
	margin: 0 6px;
}
#breadcrumbs .shortbreadcrumb {
	color: #434343;
	font-weight: normal;
	padding: 0 6px;
}

/*
 ------------------------ =BOTTOM WRAP ------------------------ */
#bottom-wrap {
	clear: both; /* important - do not remove */
	height: 0;
}

/*
 ------------------------ =DISCLAIMERS ------------------------ */
#disclaimers {
	clear: both;
	font-size: 10px;
	margin: 0 auto;
	text-align: center;
	width: 980px;
}
#disclaimers p, #disclaimers a {
	color: #3f3f3f;
}

/*
 ------------------------ =SFNT PAGE ------------------------ */

#column-right #hdft-footer h2 {
	font-weight: normal;
	color: #505050;
}

#featured-main {
	-pie-background: linear-gradient(right bottom, #cdd4d9 0%, #fff 40%);
	background-image: -webkit-gradient(linear, right bottom, left top, color-stop(0, #cdd4d9), color-stop(0.4, #fff));
	background-image: -webkit-linear-gradient(right bottom, #cdd4d9 0%, #fff 40%);
	background-image: -moz-linear-gradient(right bottom, #cdd4d9 0%, #fff 40%);
	background-image: -ms-linear-gradient(right bottom, #cdd4d9 0%, #fff 40%);
	background-image: -o-linear-gradient(right bottom, #cdd4d9 0%, #fff 40%);
	background-image: linear-gradient(right bottom, #cdd4d9 0%, #fff 40%);
	height: 375px;
	margin-bottom: 22px;
}
.ie7 #featured-main, .ie8 #featured-main, .ie9 #featured-main {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=1 );
}

#featured-main a.cta-button {
	background: transparent url(../images/btn_cta_featured_main.png) no-repeat scroll 0 0;
	border: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 3px #aaa;
	-webkit-box-shadow: 1px 1px 3px #aaa;
	box-shadow: 1px 1px 3px #aaa;
	display: block;
	width: 208px; /* background-image size - padding-left */
	height: 50px;
	float: none;
	font-size: 26px;
	font-weight: bold;
	line-height: 50px;
	margin: 25px 0 0 0; /* zero out .cta-button defaults and set */
	padding: 0 0 0 15px; /* zero out .cta-button defaults and set */
	text-align: left;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
}
#featured-main h1 {
	background: -webkit-gradient(linear, left top, left bottom, from(#5f8ab7), to(#366ba1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #4277ad;
	font: bold 30px/1 Arial, sans-serif;
	margin-bottom: 2px;
}
#featured-main h2 {
	color: #232323;
	font: normal 20px/1 Arial, sans-serif;
	margin-bottom: 20px;
}
#featured-main img {
	float: right;
	margin: -20px -30px auto auto;
}
#featured-main p {
	color: #505050;
	font: normal 17px/1.3 Arial, sans-serif;
	margin-bottom: 15px;
}
#featured-main ul {
	padding: 0;
	margin: 0;
}
#featured-main ul li {
	color: #505050;
	list-style: none;
	line-height: 18px;
	padding: 4px 0;
}
#featured-main ul li strong {
	color: #232323;
}

/*** DEFAULTS ***/
.featured-category {
	border: 1px solid #e0e0e0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	width: 318px;
	height: 105px;
	/* scale featured category height here */
	float: left;
	margin: 0 0 48px 0;
	padding: 15px 20px;
	position: relative;
}
.featured-category a.button {/* augments defaults in =CTGY a.button */
	position: absolute;
	bottom: 15px;
	left: 20px;
}
.featured-category h3 {
	color: #4277ad;
	font: normal 20px/1 Arial, sans-serif;
}
.featured-category img {
	position: absolute;
	max-width: 250px;
	max-height: 175px;
}
.featured-category p {
	position: relative;
	max-width: 210px; /* scale to fit image or override */
	/*z-index: 100;*/
}

/*** CUSTOMIZATIONS ***/
/* .featured-category <div> placement */
.featured-category.one {
	margin-right: 20px
}
.featured-category.two {
}
.featured-category.three {
	margin-right: 20px
}
.featured-category.four {
}

/* precision <img> placement */
.featured-category.one   img {
	right: -9px;
	bottom: -11px
}
.featured-category.two   img {
	right: 10px;
	bottom: -10px
}
.featured-category.three img {
	right: -6px;
	bottom: -15px
}
.featured-category.four  img {
	right: -2px;
	bottom: -11px
}

/* precision <p> scaling */
.featured-category.one   p {
}
.featured-category.two   p {
}
.featured-category.three p {
	max-width: 200px;
}
.featured-category.four  p {
}

#featured-products {
	clear: both;
	overflow: hidden;
}
#featured-products h2 {
	color: #505050;
	font: normal 15px/1.5 Arial, sans-serif;
}

#mini-about {
	clear: both;
	display: block;
	border: 1px solid #eaeaea;
	border-left: 0;
	border-right: 0;
	margin-bottom: 14px;
	padding: 18px 0 5px 0;
}
#mini-about h1 {
	color: #505050;
	font: normal 20px/1.2 Arial, sans-serif;
}
#mini-about img {
	float: left;
	margin-right: 10px;
}
#mini-about p {
	color: #737373;
	line-height: 20px;
	margin-top: -5px;
}

.product-item {
	float: left;
	margin: 0 22px 50px 13px;
}
.product-details, .purchase-buttons {
	text-align: center;
}
.purchase-buttons .button {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 12px;
	line-height: 18px;
	margin-top: 5px;
}

.product-name a, .product-name a:active, .product-name a:hover, .product-name a:visited {
	border-top: 1px solid #6F6C68;
	color: #969696;
	display: block;
	margin-top: 10px;
	padding-top: 5px;
	text-decoration: none;
	width: 100%;
}
.product-price {
	color: #4277ad;
	font-weight: bold;
}
.product-thumbnail a img {
	border: 1px solid #6F6C68;
	width: 148px;
}

/*
 ------------------------ =CTGY PAGE ------------------------ */
#category-listing, #subcategory-listing {
	clear: both;
	overflow: hidden;
}

#subcategory-listing {
	padding-top: 20px;
	background: #f6f6f6;
	border-bottom: 1px solid #6F6C68;
	margin-bottom: 20px;
}

.product-wrapper {
	display: -moz-inline-stack;
	display: inline-block;
	font: normal 15px/1 Arial, sans-serif;
	margin-left: 32px;
	min-height: 270px;
	text-align: center;
	vertical-align: top;
	width: 150px;
	zoom: 1;
}
.ie7 .product-wrapper {
	display: inline;
}
.ie6 .product-wrapper {
	height: 270px;
	display: inline;
}
.product-wrapper.first {
	margin-left: 12px;
}
.product-wrapper a.product-link {
	display: block;
	width: 152px;
	height: 152px;
	margin-bottom: 8px;
}
.product-wrapper img {
	border: 1px solid #eaeaea;
	max-width: 150px;
}
.ie6 .product-wrapper img {
	width: 150px;
}
#subcategory-listing .product-wrapper img {
	border-width: 1px 0 0;
}
.product-wrapper-name {
	border-top: 1px solid #eaeaea;
}
#subcategory-listing .product-wrapper-name {
	padding-bottom: 10px;
}
.product-wrapper-name a {
	color: #737373;
	font: normal 12px/2 Arial, sans-serif;
	text-decoration: none;
}
.product-wrapper p {
	margin: 0;
}
.product-wrapper .ctgy-price {
	color: #4277ad;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 0 0 10px;
}
.product-wrapper form {
	padding: 5px 0 0;
}
.product-wrapper input {
	cursor: pointer;
}

#subcategory-listing .product-wrapper {
	min-height: 50px;
}
#subcategory-listing .product-wrapper a {
	display: block;
}

#ctgy-banner {
	-pie-background: linear-gradient(#eee, #fff);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.6, #fff));
	background-image: -o-linear-gradient(bottom, #eee 0%, #fff 60%);
	background-image: -ms-linear-gradient(bottom, #eee 0%, #fff 60%);
	background-image: -moz-linear-gradient(bottom, #eee 0%, #fff 60%);
	background-image: -webkit-linear-gradient(bottom, #eee 0%, #fff 60%);
	background-image: linear-gradient(bottom, #eee 0%, #fff 60%);
	border-bottom: 1px solid #6F6C68;
	min-height: 150px; /* Scale to fit banner content */
}
.ie7 #ctgy-banner, .ie8 #ctgy-banner, .ie9 #ctgy-banner {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
}
#ctgy-banner a {
	display: block;
}
#ctgy-banner h2 {
	color: #2b66a3;
}
#ctgy-banner img {
	float: left;
	max-width: 240px;
	padding-right: 10px;
}
#ctgy-banner p {
	color: #545353;
}

.cta-button, a.cta-button {
	background: #3b55a9; /* Old browsers */
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #3b55a9;
	-moz-box-shadow: inset 0 0 0 1px rgba(255,255,255, 0.4);
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255, 0.4);
	box-shadow: inset 0 0 0 1px rgba(255,255,255, 0.4);
	color: #fff;
	cursor: pointer;
	display: inline;
	float: right;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0;
	padding: 6px 15px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);width
	}

	#CTGY a.cta-button {
	font-size: 13px;
	float: left;
}
#CTGY a.cta-button:after {
	content: "»";
}

#CTGY #page-title {
	color: #4b4b4b;
	font-size: 18px;
	line-height: 1.5;
	margin-top: 20px;
}

/* ------------------------ product filtering options ------------------------ */
#filter-items-container {
	color: #434343;
	float: right;
	font-size: 11px;
	margin: 0 5px 20px;
	width: 100%;
}

/* ------------------------ product sorting ------------------------ */
#filter-items-container .sorting {
	float: left;
	padding: 0 10px 0 0;
	position: relative;
}
.ie7 #filter-items-container .sorting {
	margin-left: 50px;
}
#filter-items-container .sorting label {
	width: auto;
}
#filter-items-container .sorting select {
	font-size: 11px;
}

/* ------------------------ products per page ------------------------ */
#filter-items-container .per-page {
	float: left;
	padding: 0;
	position: relative;
}
#filter-items-container .per-page label {
	width: auto;
}
#filter-items-container .per-page select {
	font-size: 11px;
}

/* ------------------------ pagination ------------------------ */
.page-links {
	color: #5b5b5b;
	float: right;
	margin: 0;
	margin-left: 20px;
	text-align: right;
}
.page-links a {
	color: #5b5b5b;
}
.page-links-title {
	display: block;
	float: left;
	margin-top: 3px;
	position: relative;
}
.page-links-container {
	border: 1px solid #6F6C68;
	display: block;
	float: right;
	margin-left: 10px;
	text-decoration: none;
}
.ie7 .page-links-container {
	float: left;
}
.page-links-previous, .page-links-next {
	font-weight: bold;
	line-height: 20px;
	padding: 0 8px;
	text-decoration: none;
	white-space: nowrap;
}
.page-links-previous {
	border-right: 1px solid #6F6C68;
	float: left;
	text-align: right;
}
.page-links-next {
	border-left: 1px solid #6F6C68;
	float: right;
	text-align: left;
}
.page-links-deactivated {
	color: #999;
	text-decoration: none;
}
.page-links-deactivated:hover {
	background: none;
	color: #999;
	text-decoration: none;
}
.page-disp {
	display: block;
	float: left;
	line-height: 20px;
	text-align: center;
}
.page-links-inactive {
	border-left: 1px solid #6F6C68;
	padding: 2px 3px;
	color: #6F6C68;
	text-decoration: none;
}
.page-links-inactive.first {
	border-left: none;
}
.page-links-active {
	border-left: 1px solid #6F6C68;
	color: #6F6C68;
	font-weight: bold;
	padding: 1px 3px;
	text-decoration: none;
}
.page-links-active.first {
	border-left: none;
}

/* ------------------------ category bottom pagination ------------------------ */
#ctgy-bottom-navigation {
	clear: both;
	margin: 10px 20px;
	overflow: hidden;
}
#ctgy-bottom-navigation .previous-button {
	display: inline;
	float: left;
	text-align: left;
	width: 50%;
}
#ctgy-bottom-navigation .next-button {
	display: inline;
	float: right;
	text-align: right;
	width: 50%;
}

/*
 ------------------------ =PROD PAGE ------------------------ */
#product-info-wrap {
	margin: 0;
	margin-bottom: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}
#product-image-container {
	float: left;
	padding: 0 20px 0 0;
	text-align: center;
	width: 350px;
}
#product-image {
	width: 350px;
	height: 350px;
}
#product-image span {
	display: inline-block;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
#product-image img {
	vertical-align: middle;
}
#product-info-container {
	float: left;
	width: 360px;
}
#product-info-container p {
	/*margin: 0 0 10px;*/
	line-height: 1.7;
	color: #505050;
}
#product-info-container p.product-code {
	font-size: 18px;
	font-weight: normal;
}
#product-info-container p.custom-field {
	font-size: 14px;
	font-weight: normal;
	line-height: 10px;
}
#product-info-container #specs-link{
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
	color:#D3252D;
}
#product-image-container p.zoom {
	margin-top: 5px;
}
#product-info-container ol, #product-info-container ul {
	padding-left: 0;
}
#inventory-message {
	color: #d00000;
	font-style: italic;
	font-weight: bold;
	margin: 0 0 10px;
}
#product-info-container .product-quantity-label {
	text-align: left;
	width: auto;
	font-size:15px
}
#product-quantity {
	margin-right: 0.5em;
	text-align: center;
	width: 18px;
}
#product-info-container .product-price {
	color: #d10000;
	font-size: 18px;
	font-weight: normal;
	line-height: 1;
	padding-bottom: 8px;
	margin: 20px 0 15px;
}
#product-info-container #page-title {
	font-size: 26px;
	line-height: 1;
	color: #4277AD;
	background: -webkit-gradient(linear, left top, left bottom, from(#5F8AB7), to(#366BA1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
}
#product-description {
	clear: both;
	float: left;
	padding: 10px 20px;
	width: 918px;
	background: #ffffff;
	border: 1px solid #d2d2d2;
}
#product-description ul li {
	margin-left: 15px;
}
#product-description p {
	line-height: 1.5;
}
/* ------------------------ #CALL ------------------------ */

/* ------------------------ #custom-quote ------------------------ */
#custom-quote {
	clear: both;
	float: left;
	margin: 10px 0;
	padding: 10px 10px;
	width: 938px;
	background: #ffffff;
	border: 1px solid #d2d2d2;
}
#custom-quote .column {
	float: left;
	width: 286px;
}
#custom-quote .column .form_row {
	padding: 3px 0;
	position: relative;
	float: left;
}
#submit-div {
	margin: 10px 0 0;
	float:left;
}
#custom-quote .column.one .dimensions {
	width: 33.33%;
	float: left;
}
#custom-quote .column.one .dimensions input, #realPerson {
	width: 79px;
}
#realPerson {
	margin: 5px 0 20px;
}
#custom-quote .column.one textarea {
	height: 96px;
	width: 271px;
}
	#LEASEAPP #custom-quote .column.one textarea {
		width: 281px;
	}
#custom-quote .column .bottom {
	width: 50%;
	float: left;
}
#custom-quote .column.three .radio-div div {
	padding-left: 160px;
}
#custom-quote .column.three .radio-div span {
	color: #6F6C68;
	font-size: 12px;
	font-weight: 600;
	line-height: 28px;
	margin: 0 10px 0 5px;
}
	#custom-quote .column.three .radio-div span.red{
		margin:0;
		color:#9D261D;
	}
#custom-quote .column.three .radio-div .radio {
	margin-top: 7px;
	vertical-align: top;
}
#custom-quote .column .bottom input.textfield {
	width: 120px;
}
	#LEASEAPP #custom-quote .column .bottom input.textfield {
		width: 120px;
	}
		#LEASEAPP #custom-quote .column .bottom.state input.textfield{
			width: 130px;	
		}
#custom-quote .column select {
	width: 270px;
}
	#LEASEAPP #custom-quote .column select {
		width: 290px;
	}
#custom-quote .column .bottom.zip input.textfield, #custom-quote .column .bottom.zip label {
	margin-left: 8px
}
	#LEASEAPP #custom-quote .column .bottom.zip input.textfield, #LEASEAPP #custom-quote .column .bottom.zip label {
		margin-left: 8px
	}
#custom-quote .column.two {
	margin: 0 40px;
}
	#LEASEAPP #custom-quote .column.two {
		margin: 0 10px;
	}
	#LEASEAPP #custom-quote .column{
		width: 306px;
	}
	#LEASEAPP #custom-quote .column .checkbox span.label{
		display: block;
		line-height: 18px;
		float:left;
		margin-left:10px;
	}
	#LEASEAPP #custom-quote .column .checkbox input{
		height: 15px;
		float:left;
	}
#custom-quote .column.three {
	float: right;
}
#quote-form div.error-message, #quote-form div.success-message {
	margin: 15px 0;
}
#custom-quote .column.three .radio-div span.error {
	border-right: 3px solid #D10000;
	color: #D10000;
	float: left;
	font-weight: normal;
	height: 15px;
	left: 0;
	line-height: 15px;
	padding-right: 8px;
	right: 125px;
	top: 44px;
}
#QQFORM #custom-quote .column.three .radio-div span.error{
	top: 55px;
    width: 125px;
}
#quote-form div.form_row span.error {
	color: #D10000;
	float: right;
	padding: 3px 5px;
	position: absolute;
	top: 25px;
	right: 15px;
	text-align: right;
	width: auto;
}
	#LEASEAPP #quote-form div.form_row.products span.error{
		top:60px;
	}
	#LEASEAPP #quote-form div.form_row.checkbox span.error{
		right: 170px;
		top: 37px;	
	}
	#LEASEAPP #quote-form div.form_row.type span.error{
		right:40px;	
	}
#quote-form div.form_row.multipleSelect span.error{
	top:18px;
}
#quote-form div.form_row.select span.error{
	right:40px;
}
#quote-form div.form_row.bottom span.error {
	right: 25px;
}
	#LEASEAPP #quote-form div.form_row.bottom span.error{
		right: 15px;
	}
#quote-form div.form_row.bottom.zip span.error {
	right: 15px;
}
#custom-quote .column input.textfield.error, #custom-quote .column input.textarea.error, #custom-quote .column select.error, #LEASEAPP #custom-quote .column.one textarea.error {
	border-top: 1px solid #D10000;
	border-bottom: 1px solid #D10000;
	border-left: 3px solid #D10000;
	border-right: 1px solid #D10000;
}
#custom-quote .column input.radio.error {
	background-color: #D10000;
	color: #D10000;
}
#custom-quote .column label {
	width: 100%;
	text-align: left;
	margin: 0;
	font-size: 12px;
	font-weight: 600;
	color: #6f6c68;
	padding: 3px 0 0;
	float: none;
}
#custom-quote .column label span.small {
	font-weight: normal;
	font-size: 11px;
}
#custom-quote .column input.textfield, #custom-quote .column input.textarea, #realPerson {
	width: 271px;
	height: 24px;
	border: 1px solid #d2d2d2;
	background: none;
}
	#LEASEAPP #custom-quote .column input.textfield, #LEASEAPP #custom-quote .column input.textarea, #LEASEAPP #realPerson{
		width: 281px;
	}
#submit-form .btn-quote {
	width: 90%;
}
#submit-form .btn-quote.submit {
	width: 60%;
}
/* Real Person jQuery plugin styles v1.0.1. */
#response {
	color: red;
	float: right;
	position: relative;
	right: 5px;
	top: 15px;
}
.realperson-challenge {
	display: block;
	color: #000;
	float: right;
	width: 100%;
	padding: 3px 0 0 0;
}
.realperson-text {
	font-family: "Courier New", monospace;
	font-size: 6px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 3px;
	float: left;
}
.realperson-regen {
	padding: 8px;
	margin-right: 20px;
	font-size: 0px;
	text-align: center;
	cursor: pointer;
	background: url("../images/refresh.png") no-repeat center center;
	float: left;
}
#product-overview {
	min-height: 160px;
}

#product-overview p {
	font-size: 14px;
}
#product-overview li {
	list-style: none;
	line-height: 1.7;
}
#product-overview li span {
	color: #232323;
	font-weight: bold;
	margin-right: 5px;
}

#PROD #breadcrumbs {
	margin: 0;
}

#PROD .cta-button {
	background: transparent url(../images/btn_cta_featured_main.png) no-repeat scroll 0 0;
	border: 0;
	display: block;
	float: left;
	font-size: 20px;
	line-height: 40px;
	width: 223px; /* background-image size - padding-left */
	height: 50px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 5px;
	font-weight: bold;
	margin: 15px 0; /* zero out .cta-button defaults and set */
	padding: 0 0 0 15px; /* zero out .cta-button defaults and set */
	text-align: left;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 3px #aaa;
	-webkit-box-shadow: 1px 1px 3px #aaa;
	box-shadow: 1px 1px 3px #aaa;
}



/* ------------------------ additional product images ------------------------ */
#product-image-container .thumbnails {
	display: block;
	margin: 5px auto;
	padding: 0;
	overflow: hidden;
	width: 300px;
	text-align: center;
}
#product-image-container .thumbnails li {
	cursor: pointer;
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 0;
	text-align: center;
	width: 55px;
	height: 55px;
}
#product-image-container .thumbnails li span {
	display: inline-block;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
#product-image-container .thumbnails li img {
	vertical-align: middle;
}

/* ------------------------ product close-up image ------------------------ */
.closeup {
	background: #E9E7E2;
	border: 3px solid #E9E7E2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: rgba(233, 231, 226, 0.65) 0 0 15px;
	-webkit-box-shadow: rgba(233, 231, 226, 0.65) 0 0 15px;
	box-shadow: rgba(233, 231, 226, 0.65) 0 0 15px;
	display: none;
	min-width: 274px;
	min-height: 274px;
	padding: 15px;
	position: absolute;
	top: 50px;
	text-align: center;
	z-index: 3000;
}
.closeup a {
	cursor: pointer;
	position: absolute;
	top: -15px;
	right: -15px;
	z-index: 3000;
}
#closeup-caption {
	background: #666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: rgba(255, 255, 255, 0.75) 0 0 25px;
	-webkit-box-shadow: rgba(255, 255, 255, 0.75) 0 0 25px;
	box-shadow: rgba(255, 255, 255, 0.75) 0 0 25px;
	color: #fff;
	display: none;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin: 15px 15px 0;
	padding: 5px;
}
.closeup_backing {
	background: #000;
	background: rgba(0, 0, 0, .6);
	filter: alpha(opacity=60);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 2500;
}

/* ------------------------ product attribute swatches ------------------------ */

#swatches {
	clear: both;
	overflow: hidden;
}
#swatches ul {
	border: 1px solid #6F6C68;
	border-width: 1px 0;
	padding: 15px 0;
	margin-bottom: 15px;
	overflow: hidden;
}
#swatches ul li {
	border: 1px solid #eee;
	cursor: pointer;
	display: block;
	float: left;
	margin: 0 5px 5px 0;
	padding: 0;
	text-align: center;
	width: 48px;
	height: 48px;
}
#swatches ul li span {
	display: inline-block;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
#swatches ul li img {
	max-width: 40px;
	max-height: 40px;
	vertical-align: middle;
}

/* ------------------------ related products ------------------------ */
#related-products {
	background: #f1f1f1;
	float: right;
	overflow: hidden;
	padding: 10px;
	width: 190px;
	max-height: 400px;
	overflow: hidden;
}
#related-products h3 {
	color: #787878;
	font-weight: normal;
}
#related-products .product-item {
	background: #fff;
	margin: 0;
	margin-bottom: 10px;
	min-height: 70px;
	width: 180px;
	padding: 5px;
}
#related-products .product-item a img {
	border: 0;
	float: left;
	margin-right: 20px;
	max-width: 65px;
	max-height: 65px;
}
.ie7 #related-products .product-item a {
	display: inline;
}
#related-products .product-name a {
	border: 0;
	padding-top: 0;
	margin: 0;
}
#related-products .product-details, #related-products .purchase-buttons {
	text-align: left;
}
#product-description div.default {
	float: left;
	overflow: hidden;
}
#expand, #collapse {
	background: none repeat scroll 0 0 #3b55a9;
	border-bottom: 1px solid #D2D2D2;
	border-left: 1px solid #D2D2D2;
	border-right: 1px solid #D2D2D2;
	color: #ffffff;
	display: block;
	float: left;
	font-size: 13px;
	padding: 1px 10px;
	width: 938px;
	font-weight: bold;
}
#expand:hover {
	text-decoration: none;
	background: #4277AD;
}
#product-description h3 {
	color: #2d2d2d;
	font-size: 16px;
}

#product-description table#specs {
	float: left;
	padding: 10px;
	width: 350px;
}
#product-description table#specs th {
	background: #505050;
	color: #fff;
	border-bottom: 8px solid white;
	font-size: 16px;
	line-height: 1.5;
	padding: 0 10px;
	text-align: left;
}
#product-description table#specs tr {
	color: #3a3a3a;
}
#product-description table#specs td {
	padding: 0 10px;
	line-height: 1.5;
}
#product-description table#specs tr:nth-child(odd) {
	background: #6F6C68;
}

/*
 ------------------------ =POUT PAGE ------------------------ */
#pout-form {
	padding: 0 20px;
}

/*
 ------------------------ =SRCH PAGE ------------------------ */
#search-results {
	clear: both;
	overflow: hidden;
}

------------------------ =BASK PAGE ------------------------ */
#BASK #page-title {
	display: inline;
	float: left;
}
#top-checkout-button {
	display: inline;
	float: right;
	margin-right: 10px;
}
#basket-contents {
	margin-top: 10px;
}
#basket-update-row {
	line-height: 2.7;
}
table thead tr:first-child td:first-child {
	-moz-border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;
}
table thead tr:last-child td:last-child {
	-moz-border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
}
table tbody tr:last-child td:first-child {
	-moz-border-radius: 0 0 0 5px;
	-webkit-border-radius: 0 0 0 5px;
	border-radius: 0 0 0 5px;
}
table tbody tr:last-child td:last-child {
	-moz-border-radius: 0 0 5px 0;
	-webkit-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0;
}

/* ------------------------ basket ------------------------ */
.basket {
	clear: both;
	border: none;
	margin: 0 auto;
	width: 940px;
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
}
.basket td {
	padding: 5px;
}
.basket #basket-header-row {
	background: #d3d3d3;
	color: #000;
	text-align: center;
	vertical-align: middle;
}
.basket #basket-header-row td.prod {
	text-align: left;
}
.basket .basket-prod-row {
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}
.basket .basket-prod-row td.prod {
	width: 100%;
}
.basket .basket-prod-row td.prod a {
	color: #2f86af;
	text-decoration: none;
}
.basket .basket-prod-row td.prod a:hover {
	color: #000;
}
.basket .basket-prod-row td input.quantity {
	text-align: center;
	width: 35px;
}
#basket-contents .basket tr.basket-prod-row p {
	margin: 0 0 5px;
}
.basket .basket-prod-row img {
	display: block;
	margin: 0 auto;
	max-width: 50px;
}
.basket .basket-prod-row label {
	background: #fff;
	color: #2d7abb;
	cursor: pointer;
	display: block;
	float: none;
	font-size: 10px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: auto;
}
.basket .basket-prod-row input.remove {
	display: none;
}
.basket #basket-update-row {
	background: #efefef;
	vertical-align: middle;
}
.basket #basket-update-row .continue-shopping {
}
.basket #basket-update-row .update-cart {
}
.basket #basket-bottom-row {
	border-bottom: 3px solid #d3d3d3;
	font-size: 0;
	height: 0;
	padding: 0;
}

/* ------------------------ shipping calculator and coupon block ------------------------ */
#shipping-coupons {
	float: left;
	padding: 15px 0 15px 15px;
	width: 45%;
}
#shipping-coupons table {
	border: none;
}
#shipping-coupons table.results {
	background: #efefef;
	border: 1px solid #828282;
	margin-bottom: 10px;
	padding: 10px 5px 0;
}
#shipping-coupons table.results tr.shipto {
	background: #828282;
	color: #fff;
}
#shipping-coupons table.results tr.shipmethod {
	background: #aaa;
	color: #fff;
}
#shipping-coupons table.results td {
	padding: 5px;
}
#shipping-coupons table form input {
	width: auto;
}

/* ------------------------ totals block ------------------------ */
#totals {
	float: right;
	margin: 15px 10px;
	text-align: right;
}
.basket #totals {
	margin: 15px 0;
}
#totals div {
	background: #f0f0f0;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 10px 5px 0;
}
#totals div .charges {
	font-size: 14px;
}
#totals div .total {
	font-size: 16px;
}

/*
 ------------------------ =OCST, OSEL, OPAY AND INVC PAGES ------------------------ */
#ocst-form, #osel-form, #opay-form, #invoice-messages {
	display: inline;
	float: left;
	padding: 0 0 0 20px;
	width: 670px;
}
#INVC .order-id, #INVC .order-date {
	font-size: 18px;
}
#customer-fields {
	clear: both;
}
#customer-fields #fields-key {
	margin: 0 0 10px;
}
#customer-fields label {
	clear: both;
	display: inline;
	float: left;
	padding: 2px 5px 3px 0;
	text-align: right;
	white-space: nowrap;
}
.address2-label {
	margin: 0 0 14px 0;
}
#customer-fields input, #customer-fields select {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#customer-fields input.textfield, #tax-fields input {
	margin: 0;
	width: 165px;
}
.non-editable div.form_row div {
	margin: 0 0 4px 0;
	width: 310px;
}
#customer-fields select {
	margin: 0;
	width: 173px;
}
#ship-to, #bill-to {
	float: left;
	width: 49%;
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
	padding-bottom: 15px;
}
#ship-to {
	border-right: none;
}
#bill-to {
	border-left: none;
}
#ship-to h2.fields-heading, #bill-to h2.fields-heading {
	background: #ccc;
	color: #333;
	margin: 0 0 12px 0;
	padding: 4px 4px 4px 12px;
}
#ship-to h2 .controls-heading, #bill-to h2 .controls-heading {
	display: block;
	float: left;
	padding-right: 15px;
}
#customer-fields .controls {
	font: normal .75em Arial, Helvetica, sans-serif;
	visibility: hidden;
}
#customer-fields .controls label {
	float: none;
}
#ship-to h2 input.checkbox, #bill-to h2 input.checkbox {
	cursor: pointer;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 13px;
	height: 13px;
	vertical-align: middle;
}
div.invalid input.textfield, div.invalid select, #tax-fields div.invalid input {
	border-color: #d90000;
}
div.invalid label {
	color: #d90000;
}
#customer-fields.editable .form_row {
	margin: 0 0 6px 0;
	text-align: left;
}
#customer-fields.non-editable .form_row {
	margin: 0 0 4px 0;
	text-align: left;
}
#customer-fields.non-editable label {
	clear: both;
	float: left;
	font-weight: bold;
	margin: 0 0 0 30px;
	padding: 0 4px 0 0;
	text-align: right;
	white-space: nowrap;
	width: 110px;
}
#customer-fields.non-editable .form_row div {
	float: left;
}

.continue-button {
	float: right;
	margin: 10px 15px;
}
/* ------------------------ order summary layout ------------------------ */
#order-summary {
	display: inline;
	float: right;
	margin: 14px 0 0;
	padding: 12px 20px 0 10px;
	width: 240px;
}
ul#order-summary-steps {
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background: #fff;
}
ul#order-summary-steps li ul {
	background: #fff;
	border: solid #fff;
	border-width: 1px 1px 0;
	margin: 0;
	padding: 0;
}
ul#order-summary-steps li {
	border-bottom: 1px solid #CCCCCC;
	list-style-type: none;
	margin: 0;
}
ul#order-summary-steps li a {
	background: #505050;
	color: #fff;
	display: block;
	padding: 0.5em;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
}
ul#order-summary-steps ul li a {
	border-radius: 5px;
}
ul#order-summary-steps li a:hover {
	background: #333;
}
ul#order-summary-steps li .mark {
	float: left;
	font-weight: bold;
	margin-right: 5px;
	text-align: center;
	width: 10px;
}
ul#order-summary-steps li .item {
	clear: both;
	overflow: hidden;
	padding: 5px;
}

/* ------------------------ order summary basket ------------------------ */
#order-summary #basket-contents {
	margin: 0;
}
#order-summary .summary-basket {
	border: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#order-summary .summary-basket td {
	padding: 2px 0 0;
}
#order-summary .summary-basket #basket-header-row {
	border-bottom: 3px double #ccc;
	vertical-align: middle;
}
#order-summary .summary-basket .basket-header-row td {
	padding: 0;
}
#order-summary .summary-basket .basket-header-row td.prod {
	width: 100%;
}
#order-summary .summary-basket .basket-prod-row {
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}
#order-summary .summary-basket .basket-prod-row td.prod {
	width: 100%;
}
#order-summary .summary-basket .basket-prod-row p {
	margin: 0 0 2px;
}
#order-summary .summary-basket .basket-prod-row p.basket-attribute {
	font-size: 10px;
}

/* ------------------------ order summary customer information ------------------------ */
#order-summary h4 {
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	margin: 0 0 5px;
}
#order-summary address.item {
	padding: 5px 0 0;
}
#order-summary address p {
	margin: 0 0 0 5px;
}

/* ------------------------ checkout headers ------------------------ */
#checkout-headers-wrapper {
	background: #f6f6f6;
	border: 1px solid #e9e9e9;
	color: #6F6C68;
	font: bold 12px Arial, Helvetica, sans-serif;
	margin: 0 auto 20px;
	padding: 0;
	width: 940px;
	text-align: center;
}
#checkout-headers {
	margin: 0 auto;
	padding: 5px 10px;
	display: block;
}

#column-right #checkout-headers li {
	list-style-type: none;
	display: inline-block;
	padding: 5px 10px;
	margin: 0 10px;
}
#column-right #checkout-headers li#secure {
	padding: 0 10px 0 0;
	vertical-align: middle;
}
.ie6 #checkout-headers div, .ie7 #checkout-headers div, .ie8 #checkout-headers div, .ie9 #checkout-headers div {
	margin: 0;
}
#checkout-headers .id-page {
	background: #828282;
	color: #fff;
}

/* ------------------------ ocst login form ------------------------ */
#OCST #login-form {
	width: 280px;
}
/* UNCOMMENT THIS SECTION IF USING THE DROP-DOWN LOG IN FORM
 #OCST #login-form {
 display: none;
 margin: 0 auto;
 padding: 0 0 10px;
 text-align: center;
 width: 640px;
 }*/
#OCST #login-form label {
	width: 90px;
}

/* ------------------------ ocst account sign-up form ------------------------ */
#OCST #ocst-acad-form {
	width: auto;
}
#OCST #ocst-acad-form h2.fields-heading {
	background: #5c5c5c;
	color: #fff;
	font-size: 14px;
	margin: 0 0 10px;
	padding: .5em 0 .5em 10px;
}
#OCST #ocst-acad-form #ship-to {
	float: none;
	width: auto;
}

/* ------------------------ osel error message ------------------------ */
#OSEL .error-message {
	display: none;
	margin: 5px 0;
}
#OSEL .error-message p.error {
	margin: 5px 0;
}

/* ------------------------ osel form layout ------------------------ */
#osel-form h2 {
	font-size: 14px;
	margin: 0 0 7px;
}
#OSEL #ship-pay-wrap {
	border-bottom: 1px solid #d1d3d4;
	overflow: hidden;
	margin-top: 8px;
}
#OSEL #shipping {
	float: left;
	width: 335px;
}
#OSEL #payment {
	float: right;
	width: 335px;
}
#OSEL #shipping h2.fields-heading, #OSEL #payment h2.fields-heading {
	background: #5c5c5c;
	color: #fff;
	font-size: 12px;
	margin: 0 0 10px;
	padding: .5em 0 .5em 10px;
}
#OSEL #shipping h2.fields-heading {
	border-radius: 5px 0 0 0;
}
#OSEL #payment h2.fields-heading {
	border-radius: 0 5px 0 0;
}
#OSEL #shipping input, #OSEL #payment input {
	margin-right: 10px;
	width: auto;
}
#OSEL #shipping .shipping-icons {
	display: inline;
	float: right;
	overflow: hidden;
	text-align: left;
	width: 180px;
}
#OSEL #shipping .shipping-icons img {
	width: 120px;
}
#OSEL #shipping .shipping-row {
	margin: 0 0 10px;
	padding: 0 10px;
}
#OSEL #payment #payment-wrap {
	width: 250px;
}
#OSEL #payment .payment-row {
	margin: 0 0 10px;
	padding: 0 0 0 10px;
	width: 100px;
}
#OSEL #payment .payment-icon {
	height: 24px;
	vertical-align: middle;
}

/* ------------------------ opay form layout ------------------------ */
#opay-form h2 {
	font-size: 14px;
	margin: 0 0 7px;
}
#OPAY #charges-summary {
	background: #f0f0f0;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 15px;
	padding: 10px;
}
#OPAY #charges-summary-total {
	font-size: 16px;
}
#OPAY #payment-fields {
	display: inline;
	float: left;
	width: 450px;
}
#OPAY #payment-fields .payment-row {
	margin: 0 0 10px;
}
#OPAY #payment-fields label {
}
#OPAY #payment-fields input {
	width: 225px;
}

/*
 ------------------------ =ACAD, ACED, AFAD, AFED PAGES ------------------------ */
#acad-form, #aced-form, #afad-form, #afed-form {
	margin: 0 auto;
	width: 940px;
}
#login-details {
	margin: 0 0 10px;
	overflow: hidden;
}
#afad-form h2.fields-heading, #afed-form h2.fields-heading {
	background: #ccc;
	color: #333;
	margin: 0 0 12px 0;
	padding: 4px 4px 4px 12px;
}
#affiliate-fields {
	clear: both;
}
#affiliate-fields #fields-key {
	margin: 0 0 10px;
}
#affiliate-fields label {
	clear: both;
	display: inline;
	float: left;
	padding: 2px 5px 3px 0;
	text-align: right;
	white-space: nowrap;
}
#affiliate-fields input.textfield {
	margin: 0;
	width: 172px;
}
#affiliate-fields select {
	margin: 0;
	width: 180px;
}
#affiliate-fields.editable .form_row {
	margin: 0 0 6px 0;
	text-align: left;
}
#affiliate-fields.non-editable .form_row {
	margin: 0 0 4px 0;
	text-align: left;
}
#affiliate-fields.non-editable label {
	clear: both;
	float: left;
	font-weight: bold;
	margin: 0 0 0 30px;
	padding: 0 4px 0 0;
	text-align: right;
	white-space: nowrap;
	width: 110px;
}
#affiliate-fields.non-editable .form_row div {
	float: left;
}

/*
 ------------------------ =LOGN, ORDL AND ORHL PAGES ------------------------ */
#logn-left, #logn-right, #orhl-left, #orhl-right {
	margin: 10px 0 25px;
	padding: 0 25px;
	width: 430px;
}
#ordl-left, #ordl-center, #ordl-right {
}
#ordl-left {
	width: 25%;
}
#ordl-center {
	width: 50%;
}
#ordl-center .ordl-wrappers {
	border: solid #6F6C68;
	border-width: 0 1px;
	padding: 20px;
	margin: 0 20px;
}
#ordl-right {
	width: 25%;
}
.logn-wrappers, .orhl-wrappers {
	border: 1px solid #6F6C68;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font: normal 14px/1.5 Arial, Helvetica, sans-serif;
	height: 195px;
	margin-top: 5px;
	padding: 20px 0;
}
.logn-wrappers {
	padding: 20px;
}
.orhl-wrappers {
	height: 105px;
}
.ordl-wrappers {
	font: normal 14px/1.5 Arial, Helvetica, sans-serif;
	margin-top: 5px;
	padding: 20px 0;
}
.logn-wrappers .form-row {
	clear: both;
	margin: 0 0 10px;
}
.logn-wrappers input.textfield {
	width: 223px;
}
.ordl-wrappers input.textfield, .orhl-wrappers input.textfield, #forgot-password input.textfield {
	width: 233px;
}

/* ------------------------ forgot password form ------------------------ */
#forgot-password {
	border: 1px solid #6F6C68;
	clear: both;
	overflow: hidden;
	width: 400px;
	min-height: 60px;
	padding: 20px;
	margin: auto;
	border: 1px solid #6F6C68;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#LOGN #forgot-password {
	float: right;
	margin-right: 25px;
	width: 388px;
}
#forgot-password label {
	width: 90px;
}
#forgot-password input[type=text] {
	width: 155px;
	margin-right: 5px;
}
#LOGN #forgot-password input[type=text] {
	width: 145px;
}
#forgot-password input[type=submit] {
	font-size: 12px;
	line-height: 1.1;
}

/*
 ------------------------ =ACLN PAGE ------------------------ */
#ACLN #account-links {
	clear: both;
	margin: 10px 20px;
	overflow: hidden;
}
#ACLN #account-links ul {
	list-style: none;
	margin: 0 auto;
	overflow: hidden;
	width: 400px; /* ADD 200PX FOR EACH ADDITIONAL ICON PAST 2 */
}
#ACLN #account-links li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 10px 30px;
}
#ACLN #account-links li a {
	display: block;
	width: 128px;
	height: 128px;
}
#ACLN #account-links li a.edit-account {
	background: url(../images/icons/img_account_edit.png) no-repeat;
}
#ACLN #account-links li a.order-history {
	background: url(../images/icons/img_order_history.png) no-repeat;
}
#ACLN #account-links li a.wish-list {
	background: url(../images/icons/img_wish_list.png) no-repeat;
}

/*
 ------------------------ =ORDH AND ORDS PAGES ------------------------ */
#orderhistory-list, #order-contents {
}
#orderhistory-list table, #order-contents table {
	border: none;
	clear: both;
	margin: 0 auto;
	width: 940px;
}
#orderhistory-list table thead {
	background: #d3d3d3;
	color: #000;
	text-align: left;
	vertical-align: middle;
}
#orderhistory-list table thead th {
	padding: 5px;
}
#orderhistory-list table tr.alt-row {
	background: #efefef;
}
#orderhistory-list table td, #order-contents table td {
	padding: 5px;
	vertical-align: top;
}
#order-history-pagination {
}
#order-history-pagination td {
	width: 33%;
}
#order-history-pagination input {
	text-align: center;
	width: auto;
}
#ORDS #customer-fields {
	margin: 0 auto 10px;
	overflow: hidden;
	width: 940px;
}
#ORDS #customer-fields .form-row {
	margin: 0 0 5px;
	overflow: hidden;
}
#ORDS #order-contents .basket tr.basket-prod-row p {
	margin: 0 0 5px;
}
#ORDS #order-contents .basket tr.basket-prod-row .order-reorder img {
	border: none;
}
#ORDS #order-contents .basket tr.basket-prod-row img.ords-image {
	max-width: 75px;
	max-height: 75px;
}
.ie6 #ORDS #order-contents .basket tr.basket-prod-row img.ords-image {
	width: 75px;
	height: 75px;
}

/*
 ------------------------ =NTFD PAGE ------------------------ */

/*
 ------------------------ =SMAP PAGE ------------------------ */
#sitemap-wrap {
	padding: 0 20px;
	overflow: hidden;
}
.sitemap-column {
	float: left;
	padding: 0 10px 20px 0;
	width: 210px;
}
.sitemap-parent {
	color: #000;
	display: block;
	font-size: 14px;
	line-height: 20px;
	margin: 10px 0 0;
}
.sitemap-subcat1 {
	display: block;
	line-height: 16px;
	padding: 0 0 0 10px;
}

/*
 ------------------------ =CTUS PAGE ------------------------ */
#contact-form {
	margin: 20px 0 10px;
}
#contact-form fieldset {
	margin: auto;
	width: 600px;
}
#contact-form input.textfield {
	width: 225px;
}
#contact-form textarea {
	width: 400px;
}
#contact-form .btn-container input {
	margin: 0 25px;
}
#contact-form .error-message ul, #contact-form .error-message ul li {
	margin: 0;
}

/*
 ------------------------ =CEROFINS PAGE ------------------------ */
#certofins {
	margin: 20px 0 10px;
}
#certofins fieldset {
	margin: auto;
	width: 600px;
}
#certofins input.textfield {
	width: 225px;
}
#certofins textarea {
	width: 400px;
}
#certofins .btn-container input {
	margin: 0 25px;
}
#certofins .error-message ul, #contact-form .error-message ul li {
	margin: 0;
}

/*
 ------------------------ =ORDP PAGE ------------------------ */
#ORDP {
	background-color: #fff;
	background-image: none;
	margin: 10px;
}
#printable-order {
	margin: 0;
	text-align: left;
	width: 920px;
}
#printable-order h3, #printable-order p {
	margin: 0 0 2px;
}
#printable-order #customer-fields {
	margin: 3px 0 10px;
	overflow: hidden;
}
#printable-order #customer-fields .form-row {
	margin: 0 0 5px;
}
#printable-order #order-contents {
	overflow: hidden;
}
#printable-order #order-contents .basket {
	width: 920px;
}
#printable-order #order-contents #totals {
	margin: 15px 0;
}

/*
 ------------------------ =ORDP PAGE ------------------------ */
#PLST .product-item {
	margin-bottom: 20px;
}
#PLST .product-thumbnail a img {
	float: left;
}
#PLST .product-name a {
	border-top: 0;
}

/* ======================== NON-SEMANTIC HELPER CLASSES (Please define your site styles before this section.) ======================== */
/* ------------------------ For Image Replacements ------------------------ */
/*	.ir {
 background-repeat: no-repeat;
 direction: ltr;
 display: block;
 overflow: hidden;
 text-align: left;
 text-indent: -999em;
 }*/
/* ------------------------ The Magnificent Clearfix:  Updated to prevent margin-collapsing on child elements (j.mp/bestclearfix & blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page) ------------------------ */
.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}

/* ======================== PRINT STYLES (Inlined to avoid required HTTP connection:  www.phpied.com/delay-loading-your-print-css/) ======================== */
@media print {
	* {
		background: transparent !important;
		color: black !important;
		-ms-filter: none !important;
		filter: none !important;
		text-shadow: none !important;
	}
	a, a:visited {
		color: #444 !important;
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
		content: "";
	}
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr, img {
		page-break-inside: avoid;
	}
	@page {
		margin: 0.5cm;
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	h2, h3 {
		page-break-after: avoid;
	}
}

/* ==================================================
 ================ SMART DESIGNS ===================
 =================== v 0.1.0 ======================
 ================================================== */

/* helpers
 -------------------------------------------------- */

.container {
	margin: 0 auto;
	width: 979px;
}

/* orientation */

.pull-left {
	float: left
}
.pull-right {
	float: right
}

.pull-left li, .pull-right li {
	float: left
}

/* typography */

.text-shadow-dark {
	text-shadow: 0 -1px 0 hsla(0,0%,  0%,0.3)
}
.text-shadow-light {
	text-shadow: 0 1px 0 hsla(0,0%,100%,0.3)
}

/* image replacement */

.ir {
	border: 0;
	/*font: 0/0 a;*/ /* removed from H5BP default .ir */
	text-shadow: none;
	color: transparent;
	background-color: transparent;
}

/* text classes */

.bold {
	font-weight: bold
}
.centered {
	text-align: center
}

/* colors */

.black, .black  a, .black  a:active, .black  a:link, .black  a:visited {
	color: #000000
}
.blue, .blue   a, .blue   a:active, .blue   a:link, .blue   a:visited {
	color: #049cbd
}
.green, .green  a, .green  a:active, .green  a:link, .green  a:visited {
	color: #46a546
}
.red, .red    a, .red    a:active, .red    a:link, .red    a:visited {
	color: #9d261d
}
.yellow, .yellow a, .yellow a:active, .yellow a:link, .yellow a:visited {
	color: #ffc40d
}
.orange, .orange a, .orange a:active, .orange a:link, .orange a:visited {
	color: #f89406
}
.pink, .pink   a, .pink   a:active, .pink   a:link, .pink   a:visited {
	color: #c3325f
}
.purple, .purple a, .purple a:active, .purple a:link, .purple a:visited {
	color: #7a43b6
}
.white, .white  a, .white  a:active, .white  a:link, .white  a:visited {
	color: #ffffff
}

.color-primary, .color-primary   a:active, .color-primary   a:link, .color-primary   a:visited {
	color: #4176ac
}
.color-secondary, .color-secondary a:active, .color-secondary a:link, .color-secondary a:visited {/*color: #000000*/
}
.color-tertiary, .color-tertiary  a:active, .color-tertiary  a:link, .color-tertiary  a:visited {/*color: #000000*/
}

/* body
 -------------------------------------------------- */

body{
	background: url("../images/background_tile.jpg") repeat center center transparent;
}

/* header
 -------------------------------------------------- */
/* .row1 -- user links navigation */

header .row1 {
	/* change values in tandem */
	height: 22px;
	line-height: 22px;
	margin-top: 25px;
	margin-bottom: -5px;
	color: #E9E7E2;
}

header .row1 a, header .row1 a:active, header .row1 a:visited {
	font-size: 14px;
	font-weight: bold;
	line-height: 100%;
	color: #E9E7E2;
}
header .row1 a:hover {
	text-decoration: underline
}

header .row1.bg-color {
	background: #ff0000
}
header .row1.bg-horizontal {
}

/* .row2 -- logo, cart search */

header .row2 {
	height: 133px;
	margin: 0;
	background: url("../images/header_bg.png") no-repeat center top transparent;
	/* required */
	position: relative;
}

header .row2 .container {
	height: 100%
}

/* .row2 defaults */

header .basket, header .checkout, header .logo, header .phone, header .search {
	/* required */
	background: transparent no-repeat scroll 0 0;
	display: block;
	position: absolute;
	bottom: 0;
}

/* header .row2 image overrides */

header .basket {
	background-image: url(../images/btn_basket.png)
}
header .checkout {
	background-image: url(../images/btn_checkout.png)
}
header .logo {
	background-image: url(../images/logo_company.png)
}

/* header .row2 size overrides */

header .basket {
	width: 152px;
	height: 40px
}
header .checkout {
	width: 120px;
	height: 40px
}
header .logo {
	width: 256px;
	height: 53px
}
header .search {
	width: 315px;
	height: 32px
}

/* header .row2 position overrides */

header .basket {
	right: 130px
}
header .checkout {
	right: 0px
}
header .logo {
	left: 35px;
	bottom: 22px;
}
header .phone {
	background: url("../images/icon_phone.png") no-repeat left 3px transparent;
	float: left;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #e9e7e2;
	padding-left: 22px;
}
header .phone.US{
	
}
header .phone.CA{
	left:0;
}
header .search {
	right: 10px;
	bottom: 32px;
}

header .basket {
	text-decoration: none;
	/* required */
	text-align: center;
}

header .basket span {
	color: #39f;
	font-size: 15px;
	font-weight: bold;
	top: 11px;
	left: -26px;
	/* required */
	position: relative;
}

header .search input {
	border: 1px #cbc9c5 solid; /* match border-width in button image */
	height: 31px;
	line-height: 31px;
	/* required */
	background: #ffffff;
	display: block;
	padding: 0;
	position: absolute;
}

header .search input[type="submit"] {
	border-top: 1px #cbc9c5 solid; /* match border-width in button image */
	border-bottom: 1px #cbc9c5 solid; /* match border-width in button image */
	border-right: 1px #cbc9c5 solid; /* match border-width in button image */
	color: #ffffff;
	text-shadow: none;
	background: #3b55a9;
}

/* header .search size, style, and orientation overrides */

header .search input[type="submit"] {
	left: 232px;
	width: 81px;
	height: 33px;
	line-height: 33px;
}
header .search input[type="text"] {
    height: 31px;
    left: 21px;
    padding: 0 10px;
    width: 191px;
}

/* nav
 -------------------------------------------------- */

/* base */

nav {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

nav a, nav a:active, nav a:visited {
	text-decoration: none
}

nav.inline ul {
	text-align: center;
	padding: 0
}

nav.inline li {
	display: inline;
	list-style: none;
	height: 51px;
}

nav.inline a {
	display: inline-block
}

nav.pull-left {
	float: none
}

nav[class*="delimited-"].pull-right li a {
	margin-left: 10px;
	padding-right: 0;
}

nav.delimited-border li + li a {
	border-left: 2px solid #E9E7E2;
}

/* hover */

nav.hover-alpha a:hover {
	background: hsla(0,0%,0%,0.15)
}
nav.hover-alpha.delimited-border a:hover {
	border-left: 2px solid #ffffff;
	text-decoration: none;
}

/* spacing */

nav.spacing-custom li a, nav.delimited.spacing-custom li + li a {
	padding: 0 19px
}/* use for more granular spacing requirements */

/* helpers */

.nav-container {
	z-index: 1000
}/* KLUDGE: wrapped .nav-global to fix z-index context for IE7 */

/* home */

nav.nav-global.home > ul > li:first-child a {
	padding: 0;
	width: 57px;
	/* required - hide text */
	background-color: transparent;
	border: 0;
	color: transparent;
	overflow: hidden;
	text-shadow: none;
}

/* .nav-user */

.nav-user.inline li + li a {
	padding-left: 10px
}

/* .nav-global */

.nav-global {
	height: 40px; /* coupled - change in tandem */
	line-height: 40px; /* coupled - change in tandem */
	position: relative;
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	line-height: 40px;
	text-transform: uppercase;
}

/* .nav-global backgrounds */

.nav-global.color {
	background: #ff0000
}
.nav-global.bg-hoizontal {
	background: transparent url(../images/bg_nav_global.png) repeat-x scroll 0 0
}
.nav-global.bg-image {
	background: #6f6c68 url(../images/bg_nav_global.png) no-repeat scroll left center
}
.nav-global.bg-solid {
	background: transparent url(../images/bg_nav_global.png) repeat scroll 0 0
}

/* .dropdown */

.ie7 .nav-global.dropdown li {
	position: relative
}

/* hide if .dropdown is not applied to .nav-global*/
.nav-global li ul {
	display: none
}

.nav-global.dropdown li ul {
	background: #fff;
	border: 2px solid #aaa;
	border-top: 0;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	-webkit-box-shadow: 0 5px 7px -5px #000;
	-mox-box-shadow: 0 5px 7px -5px #000;
	box-shadow: 0 5px 7px -5px #000;
	min-width: 175px;
	margin-left: -1px;
	text-align: left;
	/* required */
	position: absolute;
	top: 99%;
	z-index: 500;
}

.ie7 .nav-global.dropdown li ul {
	left: 0
}

.nav-global.dropdown li.last ul {
	left: auto;
	right: 0
}/* align last dropdown to right side */

.nav-global.dropdown li:hover ul {
	display: block
}

.nav-global.dropdown li ul li {
	line-height: 2.2;
	/* required */
	display: block;
	float: none;
	overflow: hidden;
}

.nav-global.dropdown li ul a {
	border: 0;
	color: #366493;
	font-weight: bold;
	text-shadow: none;
	width: 100%;
}

.nav-global.dropdown li ul a:hover {
	border: 0;
	color: #fff;
	background: #1da0e4;
	text-shadow: 0 -1px 0 hsla(0, 0%, 0%, 0.2);
}

/* cattree
 -------------------------------------------------- */

.cattree ul {
	margin: 0
}

.cattree li {
	list-style: none;
}

.cattree li.first {
	border-top: none;
}

.cattree li.active {
	background: transparent url(../images/bg_cattree_expanded.png) no-repeat scroll center right
}

.cattree a {
	color: #6f6c68;
	display: block;
	height: auto;
	line-height: 27px;
	margin: 1px 0;
	padding-left: 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
.cattree li.cat-paint-link a {
	color: #002495;
}

.cattree a:hover {
	background: #6F6C68;
	color: #fff;
	font-weight: bold;
}
.cattree li.cat-paint-link a:hover {
	background: #002495;
	color: #fff;
	font-weight: bold;
}

.cattree li.level-2 {
	border: 0
}

.cattree li.level-2 a {
	padding-left: 10px;
	font-weight: normal;
}

.cattree li.level-3 a {
	padding-left: 40px
}

/* banner
 -------------------------------------------------- */

.banner {
	background: transparent url(../images/bg_banner.jpg) no-repeat scroll center;
	-mox-box-shadow: 0 8px 5px -5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 8px 5px -5px rgba(0,0,0,0.2);
	box-shadow: 0 8px 5px -5px rgba(0,0,0,0.2);
	margin-top: 0;
	margin-left: -10px;
	padding: 0 10px;
	position: relative;
	width: 100%;
	height: 40px;
}

.banner .arrow-left, .banner .arrow-right {
	border-top: 10px solid #000;
	line-height: 0;
	position: absolute;
	top: 100%;
	width: 0;
	height: 0;
}

.banner .arrow-left {
	border-left: 10px solid transparent;
	left: 0
}
.banner .arrow-right {
	border-right: 10px solid transparent;
	right: 0
}

/* features
 -------------------------------------------------- */

.features span {
	display: inline-block;
	float: left;
	margin-bottom: 25px;
	width:185px;
	text-align: center;
}

.features .full {
	width: 100%
}
.features .half {
	width: 48%
}

.half, .half + .half + .half {
	margin-right: 4%
}/* KLUDGE: odd  - a hacky, cross-browser odd-selection */
.half + .half, .half + .half + .half + .half {
	margin-right: 0
}/* KLUDGE: even - a hacky, cross-browser even-selector */

/* Payment Methods
 -------------------------------------------------- */

i[class*="icon-payment-"] {
	background: transparent no-repeat scroll center;
	display: inline-block;
	width: 51px;
	height: 41px;
	vertical-align: middle;
}
i[class*="-Amazon Simple Pay"] {
	background-image: url(../images/pmt/amazon.png)
}
i[class*="-American Express"] {
	background-image: url(../images/pmt/american-express.png)
}
i[class*="-Check"] {
	background-image: url(../images/pmt/check.png)
}
i[class*="-Discover"] {
	background-image: url(../images/pmt/discover.png)
}
i[class*="-Diners Club"] {
	background-image: url(../images/pmt/diners-club.png)
}
i[class*="-JCB"] {
	background-image: url(../images/pmt/jcb.png)
}
i[class*="-MasterCard"] {
	background-image: url(../images/pmt/mastercard.png)
}
i[class*="-PayPal"] {
	background-image: url(../images/pmt/paypal.png)
}
i[class*="-Visa"] {
	background-image: url(../images/pmt/visa.png)
}

/* Buttons
 -------------------------------------------------- */

.btn-quote, .btn-quote:link {
	background: url(../images/btn-quote.gif) repeat-x center center transparent;
	border: 0;
	display: inline-block;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	color: #ffffff !important;
	width: 223px;
	height: 45px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	line-height: 45px; /* coupled with height */
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 1px 1px rgba(100, 100, 100, 0.5);
	text-transform: uppercase;
}
#download-btn{
	background: url(../images/btn_download.png) repeat-x center center transparent;
	text-indent:99999px;
	border: 0;
	display: inline-block;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	color: #ffffff !important;
	width: 223px;
	height: 45px;
	line-height: 45px; /* coupled with height */
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 1px 1px rgba(100, 100, 100, 0.5);
	text-transform: uppercase;
}
.btn-quote:hover {
	text-decoration: none;
}

.btn-blank, a.btn-blank {
	background: transparent url(../images/btn_product_blank.png) no-repeat scroll center;
	border: 0;
	display: inline-block;
	width: 97px;
	height: 32px;
	font-weight: bold;
	line-height: 32px; /* coupled with height */
}

.btn-cta, a.btn-cta {
	background: transparent url(../images/btn_cta_blank.png) no-repeat scroll center;
	border: 0;
	font-size: 20px;
	margin: 15px 0;
	padding-right: 65px;
	text-align: center;
	width: 223px;
	height: 45px;
}

/* footer
 -------------------------------------------------- */

.footer {
	margin: 10px auto 0;
	float:left;
	background-color:#434242;
	color: #e9e7e2;
}

.footer.container .row1, .footer.container .row2 {
	background: #6f6c68;
	float: left;
	width: 100%;
	padding-bottom: 10px;
}

.footer .row2 ul {
	width: 100%;
	text-align: center;
	padding-top: 20px;
}

.footer .row2 ul li {
	display: inline-block;
	color: #e9e7e2;
	font-size: 12px;
	border-left: 1px solid #e9e7e2;
	padding: 0 15px;
	line-height: 9px;
}

.footer .row2 ul li.first {
	border-left: none;
}

.footer h3 {
	font: bold 16px/2 Arial, sans-serif;
	color: #e9e7e2;
}

.footer a {
	color: #e9e7e2;
	text-decoration: none;
}

.footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.footer ul {
	padding-left: 0
}

.footer li {
	list-style: none
}

.footer .links ul {
	margin-right: 10px;
	padding: 0;
	float: left;
}

/* columns */

.footer [class*="column"] {
	float: left
}

/* column width overrides */

.footer .column1 {
	width: 50%;
	padding-left: 50px;
}
.footer .column2 {/*width: 500px*/
}
.footer .column3 {
	width: 40%;
}

.social a {
	display: inline-block;
	width: 100%;
	height: 100%;
	margin-right: 10px;
}

.social li {
	background: transparent url(../images/sprites/icon_social_sprite.png) no-repeat scroll 0 0;
	float: left;
	margin-right: 10px;
	width: 24px;
	height: 24px;
}

.social li.facebook {
	background-position: 0px 0px
}
.social li.rss {
	background-position: 0px -24px
}
.social li.twitter {
	background-position: 0px -48px
}
.social li.youtube {
	background-position: 0px -72px
}
.social li.googleplus {
	background-position: 0px -96px
}

.footer .newsletter {
	float: right
}

.footer .newsletter form {
	margin-bottom: 10px;
	width: 265px;
}

.footer .newsletter form input[type="email"] {
    float: left;
    height: 19px;
    line-height: 19px;
    overflow: hidden;
    width: 177px;
}

.footer .newsletter form input[type="submit"] {
	background-color: #3b55a9;
	height: 27px;
	line-height: 19px;
	width: 69px;
	border: none;
	color: #ffffff;
}

.footer .trust-builders {
}

.footer .trust-builders ul {
	clear: both
}

.footer .trust-builders li {
	background: transparent url(../images/sprites/icon_trust_sprite.png) no-repeat scroll 0 0;
	/*display: block;*/
	width: 39px;
	height: 24px;
	float: left;
	margin: 0 10px 10px 0;
	cursor: default;
	/* hide text */
	border: 0;
	text-shadow: none;
	color: transparent;
	background-color: transparent;
}

.footer .trust-builders a {
	display: block;
	width: 100%;
	height: 100%;
	/* hide text */
	border: 0;
	text-shadow: none;
	color: transparent;
	background-color: transparent;
}

/* #trust-builders image sprite mapping */
.trust-builders li.amex {
	background-position: 0px -45px
}
.trust-builders li.discover {
	background-position: -39px -45px
}
.trust-builders li.mastercard {
	background-position: 0px -69px
}
.trust-builders li.paypal {
	background-position: -39px -69px
}
.trust-builders li.truste {
	background-position: 0px 0px;
	width: 115px;
	height: 45px
}
.trust-builders li.visa {
	background-position: -115px 0px
}

.disclaimers {
	clear: both;
	font-size: 10px;
	margin: 25px auto;
	text-align: center;
}

.disclaimers p, .disclaimers a {
	color: #ffffff;
}

/*  products
 -------------------------------------------------- */

/* products */

.products {
	clear: both
}

.product {
    float: left;
    height: 325px;
    margin: 0 25px 0 0;
    overflow: hidden;
    width: 165px;
}

.ie7 .product {
	width: 21.9%
}

.product .img-wrap {
	height: 140px; /* coupled with line-height */
	line-height: 140px; /* coupled with height */
	overflow: hidden;
	padding: 10px;
	/* required */
	text-align: center;
}

.product .img-wrap img {
	/* required */
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	display: inline;
}

.product .details {
	margin:0;
	padding: 5px 0 0;
}
.product .custom-field{
	margin:0;
	text-align:center;
	color: #4277AD;
	font-weight: bold;
}
.product .product-code{
	margin:0;
	color: #3B55A9;
}
.product .name {
	height: 50px; /* edit - 2 line title by default */
	/* required */
	display: block;
	overflow: hidden;
}

.product .price {
	color: #4277ad;
}

.product .button {
	font-size: 12px;
	margin-top: 5px;
}

.product.row-last {
	margin-right: 0;
}

/* related products */

.products.related {
	background: #f1f1f1;
	float: right;
	padding: 5px 10px 0;
	width: 190px;
	/* .products overrides */
	clear: none;
}

.products.related h3 {
	color: #787878;
	font-weight: normal;
}

.products.related .product {
	background: #fff;
	min-height: 70px;
	padding: 5px;
	/* .product overrides */
	margin-bottom: 10px;
	width: 180px;
	height: auto;
}

.products.related .product > * {
	float: left;
	width: 50%;
}

.products.related .product .img-wrap {
	/* .img-wrap overrides */
	border: 0;
	height: auto;
	line-height: 0;
}

.related.products .product .name {
	/* .name overrides */
	height: auto;
	overflow: visible;
	color: #232323;
	font-size: 12px;
	text-transform: uppercase;
}
.related.products .product .name:hover {
	text-decoration: none;
	color: #4277AD;
}
.related.products .details, .related.products .purchase-buttons {
	text-align: left;
}

.related.products .details {
	border: 0;
	margin: 0;
}

/* ------------------------ Miva Merchant Social Network Buttons ------------------------ */
#social-network-buttons {
	clear: both;
	margin-top: 15px;
	text-align: left;
}
#social-network-buttons .socialite {
	display: inline;
	float: left;
	padding: 0;
	position: relative;
	height: 30px;
	width: 33%;
}
#social-network-buttons .socialite.facebook-like{
	
}
#social-network-buttons a.socialite {
	background: url(../images/sprite_social_icons.png) no-repeat center 0;
	color: #fff;
	width: 60px;
	height: 25px;
	text-indent: -999em;
}
#social-network-buttons a.twitter-share {
	background-position: center 0;
}
#social-network-buttons a.googleplus-one {
	background-position: center -45px;
}
#social-network-buttons a.facebook-like {
	background-position: center -90px;
}
#social-network-buttons a.linkedin-share {
	background-position: center -135px;
}
#social-network-buttons a.pinterest-pinit {
	background-position: center -180px;
}
#social-network-buttons .socialite-loaded {
	background: none !important;
}
.vhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	height: 1px;
}

/* sub categories
 -------------------------------------------------- */

.subcategories {
	background: #6F6C68;
	padding: 10px;
	margin-bottom: 20px;
	/* stylistic only */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.subcategory {
	width: 48.42%; /* KLUDGE: arbitrarily reduced from the mathamatical 22% to accomodate for padding */
	margin: 5px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

.subcategory a {
	display: block;
	font-size: 12px;
	line-height: 25px;
}

.subcategory a:hover{
	background: rgba(0,0,0,0.4);
}
/* SD3 Specific */

/* PROD
 -------------------------------------------------- */

label {
	display: inline-block
}

.product-attributes {
	margin-bottom: 25px;
}

.product-attributes .prompt {
	padding: 0 20px 0 0;
	vertical-align: middle;
}
.product-attributes .field select {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.product-quantity {
	padding: 0;
	width: 100%;
	line-height: 15px;
	font-weight: bold;
}
/* ------------------------ UI-TOGGLE ------------------------ */
#ui-toggle {
	margin: 0 auto 10px;
	text-align: center;
	font: normal 12px/30px Arial, Helvetica, sans-serif;
}
#ui-toggle span {
	margin: 0 10px;
	padding: 5px 10px;
	font-weight: bold;
	color: #000;
	border: 1px inset rgba(0,0,0, 0.3);
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: rgba(200,200,200, 0.9);
	cursor: pointer;
}
#ui-toggle a:hover{
	text-decoration:none;
}
#ui-toggle a {
	margin: 0 10px;
	padding: 5px 10px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0, 0.5);
	border: 1px solid #3B55A9;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#0099ff), to(#3B55A9));
	background: -moz-linear-gradient(top, #0099ff, #3B55A9);
	cursor: pointer;
}
/* paint-booths
 -------------------------------------------------- */
h4.h4Home{
	color: #002495;
    font-size: 17px !important;
    margin:10px 0;
    padding: 0px;
    text-transform: uppercase;
}
#paint-booths #content-item ul{
	height:195px;
}
#paint-booths #booth-wrap{
	float:left;
	width:100%;
}
#paint-booths .interior_content{
	float: left;
	width: 50%;
	height:210px;
}
#paint-booths .interior_content h3 a, #paint-booths .interior_content h3 span{
	margin:0;
	background:#405BB0;
	color:#ffffff;
	height:23px;
	line-height: 23px;
	font-weight:normal;
	padding:5px;
	text-transform:uppercase;
	font-size: 16px;
	display:block;
}
#paint-booths .interior_content.left h3 a, #paint-booths .interior_content.left h3 span{
	width: 95%;
}
#paint-booths .interior_content h3{
	height:33px;
	line-height: 33px;
	margin:0;
}
#paint-booths .interior_content_img{
	float:left;
	width: 35%;
}
#paint-booths .interior_content_text{
	float:left;
	width: 63%;
	padding: 5px 0 20px;
	margin-bottom:10px;
}

/* free-catalog
 -------------------------------------------------- */
#catalogrequest-form .column-one, #catalogrequest-form .column-two{
	float: left;
	width: 50%;
}
#catalogrequest-form .form_row{
	margin:0 0 5px;
	position:relative;
}
#catalogrequest-form .form_row input.textfield{
	width:200px;
}
#catalogrequest-form .form_row select{
	width:209px;
}
#catalogrequest-form .sec-button{
	margin-right:20px;
}
#catalogrequest-form input.textfield.error, #catalogrequest-form input.textarea.error, #catalogrequest-form select.error {
	border-top: 1px solid #D10000;
	border-bottom: 1px solid #D10000;
	border-left: 3px solid #D10000;
	border-right: 1px solid #D10000;
}
#catalogrequest-form div.form_row span.error {
	z-index:20;
	color: #D10000;
	float: right;
	padding: 3px 5px;
	position: absolute;
	top: 2px;
	right: 40px;
	text-align: right;
	width: auto;
}
#catalogrequest-form div.form_row.select span.error{
	right:55px;
}

/* SFNT
 -------------------------------------------------- */

.about h2, #column-right #hdft-footer h2 {
	color: #002495;
	font-size: 20px;
	font-weight: bold;
	/* required */
	clear: both;
}

.about {
	border: solid hsl(0, 0%, 91%);
	border-width: 1px 0;
	padding: 10px 0;
	margin-bottom: 20px;
	/* required */
	clear: both;
}

.about img {
	float: left;
	margin: 3px 20px 15px 0;
}

.about p {
	color: #737373;
}

/* This rule is read by Galleria to define the gallery height: */
#galleria {
	height: 500px;
	margin-bottom: 20px;
}
