/* 
 * 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.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #3F291E; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */


html
{
    background: url(/images/body_back.jpg) #d6c9a5 repeat-x top;
}
body
{
    color: #2b1a11;
}
a
{
    text-decoration: none;
}
hr
{
    border-top: solid 1px #d0c7b9;
    border-bottom: solid 1px #FFF;
}
#container
{
    width: 1050px;
    margin: 0 auto;
}
header
{
    height: 225px;
    background: url(/images/header_back.jpg) no-repeat top;  
    text-align: center;
}
#top_nav
{
    position:
    relative;
    left: 50px;
    height: 30px;
    font-size: .9em;
}
#top_nav a
{
    display: inline-block;
    padding: 5px 20px;
    color: #8b674d;
    text-shadow: 1px 1px 1px #CCC;
}
#top_nav a:hover
{
    color: #000;
}
#tagline_area
{
    margin-top: 131px;
    height: 27px;
    text-align: left;
    padding: 0 50px;
}
#main_nav
{
    margin-top: 6px;
}
#main_nav a
{
    display: inline-block;
    text-shadow: 0px 1px 1px #666666;
    filter: dropshadow(color=#666666, offx=0, offy=1);
    color: #8b674d; 
    padding-top: 2px;
	font-size: 15px;
    width: 18%;
    height: 21px;
    border: solid 1px #C5C2BB;

background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 28%, #b8b4ac 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(28%,#ffffff), color-stop(100%,#b8b4ac)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 28%,#b8b4ac 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 28%,#b8b4ac 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 28%,#b8b4ac 100%); /* IE10+ */
background: linear-gradient(top, #ffffff 28%,#b8b4ac 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b8b4ac',GradientType=0 ); /* IE6-9 */

-webkit-border-radius: 9px;
-moz-border-radius: 9px;
border-radius: 9px; 


-webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, .2);
-moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, .2);
box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, .2); 
}
#main_nav a:hover
{
background: #b8b4ac; /* Old browsers */
background: -moz-linear-gradient(top, #b8b4ac 0%, #ffffff 62%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b8b4ac), color-stop(62%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #b8b4ac 0%,#ffffff 62%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #b8b4ac 0%,#ffffff 62%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #b8b4ac 0%,#ffffff 62%); /* IE10+ */
background: linear-gradient(top, #b8b4ac 0%,#ffffff 62%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8b4ac', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

border: solid 1px #FFF;
}

#main p
{
    margin: 0 0 1em 0;
}

.sidebar_ad
{
    color: #714e38;
    font-family: 'Myriad Pro', Arial, Verdana, _sans;
    font-size: 1.1em;
    -position: absolute;
    bottom: 0;
    width: 210px;
}
.inner_sidebar_ad
{
    background: #373536;
    color: #ac8c52;
    width: 236px;
    padding: 5px 0 10px 0;
}
.inner_sidebar_ad a
{
    color: #ac8c52;
}

.inner_main
{
   background: #f9efdd;
box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.64);
    -moz-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.64);
    -webkit-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.64);
}
#main
{
    min-height: 200px;
    width: 950px;
    margin: 0 auto;
    position: relative;
}
#main .col_1
{
    width: 236px;
    padding: 0 2px;
    float: left;
}
#main .col_1 h2, #main .col_1 p
{
    padding: 0 10px;
}
#main .col_1 h2
{
    margin: .5em 0 0 0;
}
#main .col_2
{
    width: 710px;
    float: right;
}
#side_nav
{
    margin-top: 1.2em;
}
#side_nav a
{
    display: block;
    color: #311a10;
    padding: .2em 10px;
    font-size: 1.2em;

    text-shadow: 1px 0px 1px #82705e;
    filter: dropshadow(color=#82705e, offx=1, offy=1);
}    
#side_nav a:hover
{
    color: #FFF;
}

/**** Product Area ****/
.product_specs
{
    text-align: right;
    padding: 0 .5em;
}
.product_image_area
{
    min-height: 400px;
    background: #EFEFEF;
}
.product_image_1
{
    width: 710px;
    height: 400px;
    background: url(/products/s2133_1.jpg) no-repeat top left; 
}
.product_image_thumbs
{
    background: #000;
    min-height: 40px;
}
.product_image_thumbs img
{
    margin: 2em 0 2em 2em;
    border: solid 2px #aba184;
}

footer
{
    border-top: solid 2px #FFF;
background: #080101; /* Old browsers */
background: -moz-linear-gradient(top, #080101 0%, #422b1d 20%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#080101), color-stop(20%,#422b1d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #080101 0%,#422b1d 20%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #080101 0%,#422b1d 20%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #080101 0%,#422b1d 20%); /* IE10+ */
background: linear-gradient(top, #080101 0%,#422b1d 20%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#080101', endColorstr='#422b1d',GradientType=0 ); /* IE6-9 */
}

#inner_footer
{
    width: 1050px;
    margin: 0 auto;
    padding: 2em 0;
    color: #9b926d;
    
}
#inner_footer a
{
    color: #FFF;
}
#inner_footer .col_1,#inner_footer .col_2,#inner_footer .col_3
{
    width: 31.33%;
    margin: 0 1%;
    float: left;
}
#inner_footer .col_1 a
{
    color: #caad80;
    text-decoration: underline;
}
#inner_footer h2
{
    color: #d3cbac;
    font-weight: normal;
    font-size: 1.8em;
    margin: 0 0 .5em 0;
    font-family: "Myriad Pro", Arial, Verdana, _sans;
}

.inner_footer #inner_footer
{
    width: 960px;
    height: 10px;
}
.inner_footer #inner_footer p
{
    padding: 0;
    margin: 0;
}

#bottom_footer
{
    text-align: center;
    color: #caad80;
    padding-bottom: 2em;
    background: url(/images/bottom_footer_back.png) no-repeat top center;
    padding-top: 20px;
}

.footer_btn
{
    background: url(/images/footer_buttons.png) no-repeat;
    display: inline-block !important;
}
.fb_search
{
    width: 27px;
    height: 22px;
    background-position: -105px 0;
}
.fb_mailing_list
{
    width: 105px;
    height: 22px;
}

.browse_btn
{
    background: url(/images/browse_btn.png) no-repeat;
    width: 107px;
    height: 38px;
    display: inline-block;
    float: right
}
.browse_btn:hover
{
    background-position: 0 -39px;
}

.social_nav a
{
    display: inline-block;
    width: 36px;
    height: 35px;
    background: url(/images/social_nav.png) no-repeat 0 0;
    text-align: left;
    text-indent: -9000em;
    margin-bottom: 1em;
	outline: none;
}
.sn_twitter
{
    background-position: -36px 0 !important;
}
.sn_linkedin
{
    background-position: -72px 0 !important;
}
.sn_youtube
{
    background-position: -108px 0 !important;
}
.sn_rss
{
    background-position: -144px 0 !important;
}
.sn_houzz
{
    background-position: -180px 0 !important;
}

.product_detail_area
{
    background: url(/images/product_detail_back.gif) #f9efdd repeat-y right;
}

/****** PRODUCT PAGES *********/

.products_area
{
    background: #666666;
    margin: 1em auto !important;

    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 0 !important;
}
.products_area h2
{
    background: #FFF;
    margin: 0;
    padding: .1em 0 .1em .5em;
    color: #CCC;
    font-size: 2em;
    letter-spacing: .1em;

-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}

.product_menu
{
    width: 200px;
    float: left;
    margin: 1em 0 1em 1em;
    font-size: .9em;
}
.product_menu li
{
-moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    background: #909090;
    padding: 5px;
    margin-bottom: .5em;

-webkit-box-shadow: 0px -1px 1px 1px rgba(0, 0, 0, .4);
-moz-box-shadow: 0px -1px 1px 1px rgba(0, 0, 0, .4);
box-shadow: 0px -1px 1px 1px rgba(0, 0, 0, .4);
}
.product_menu a
{
    display: block;
    padding: 8px 10px 10px 10px;
    border: solid 3px #bdbdbd;
    color: #630;
	font-weight: bold;

-moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background: #FFF;

background: rgb(207,207,207); /* Old browsers */
background: -moz-linear-gradient(top, rgba(207,207,207,1) 1%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(207,207,207,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(207,207,207,1) 1%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(207,207,207,1) 1%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(207,207,207,1) 1%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(207,207,207,1) 1%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    
}

.product_menu a:hover, .product_menu .current a
{
    background: #e2d8bf; /* Old browsers */
background: -moz-linear-gradient(top, #e2d8bf 0%, #beb393 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2d8bf), color-stop(100%,#beb393)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e2d8bf 0%,#beb393 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e2d8bf 0%,#beb393 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e2d8bf 0%,#beb393 100%); /* IE10+ */
background: linear-gradient(top, #e2d8bf 0%,#beb393 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2d8bf', endColorstr='#beb393',GradientType=0 ); /* IE6-9 */

}

.products_info_area
{
    float: right;
    width: 700px;
    background: #FFF;
    margin: 1em;

    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.products_info_area h1
{
background: rgb(226,217,192); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(226,217,192,1) 1%, rgba(180,169,139,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(226,217,192,1)), color-stop(100%,rgba(180,169,139,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(226,217,192,1) 1%,rgba(180,169,139,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(226,217,192,1) 1%,rgba(180,169,139,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(226,217,192,1) 1%,rgba(180,169,139,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(226,217,192,1) 1%,rgba(180,169,139,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2d9c0', endColorstr='#b4a98b',GradientType=0 ); /* IE6-9 */

    margin: 0;

-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;

    color: #794f35;
    font-size: 1.6em;
    padding: .3em 0 .3em .6em;
}

.product_sub_menu
{
    background: #794f35;
}
.product_sub_menu li
{
    display: inline;
}
.product_sub_menu a
{
    color: #FFF;
    display: inline-block;
    padding: 7px 15px;
    margin-left: 10px;
	font-weight: bold;
}
.product_sub_menu .current a
{
	color: #d6c9a5;	
}

.product_inner_info_left
{
   width: 270px;
   float: left;
   margin: .5em 0 0 1.5em;
   color: #666;
}
.product_inner_info_right
{
   width: 350px;
   float: right;
   text-align: right;
}

.product_gallery_holder
{
    position: relative;
    text-align: center;
	min-height: 450px;
}
.product_gallery_arrow
{
    width: 20px;
    height: 52px;
    background: url(/images/gallery_arrows.png) no-repeat;
    position: absolute;
}
.gallery_arrow_left
{
    top: 100px;
    left: 50px;
}
.gallery_arrow_right
{
    top: 100px;
    right: 50px;
    background-position: -20px 0;
}

.product
{
     margin: 4em 0;
}
.product p
{
    margin: 0;
    font-size: .9em;
}
.product h5
{
    margin: 0;
    font-size: 1em;
}

.inner_template
{
    padding: 1em 0;
}
.inner_col_1
{
    width: 350px;
    float: left;
}
.inner_col_2
{
    width: 590px;
    float: right;
    color: #2d1c13;
}

.inner_col_2 .first
{
    margin-bottom: 1.5em;
}

.contact_col_1
{
    width: 250px;
    float: left;
}
.contact_col_2
{
    width: 300px;
    float: right;
}

.contact_nav a, .contact_nav span
{
    display: block;
    width: 297px;
    height: 40px;
    background: url(/images/contact_menu.png) no-repeat top left;
    margin-bottom: .5em;
    text-align: left;
    text-indent: -9000em;
}
#cn_litterature
{
    background-position: 0 0;
}
#cn_warranty
{
    background-position: 0 -40px;
}
#cn_faq
{
    background-position: 0 -80px;
}
#cn_dealers
{
    background-position: 0 -120px;
}
#cn_phone
{
    background-position: 0 -160px;
}
#cn_email
{
    background-position: 0 -200px;
}


.warranty_col_1
{
    width: 150px;
    float: left;
    text-align: center;
    border-right: solid 1px #9a9177;
    padding: 1em 0;
}
.warranty_col_1 img
{
    margin-bottom: 2em;
}
.warranty_col_2
{
    width: 400px;
    float: right;
    line-height: 1.5em;
}

.home_slider
{
    position: relative;
    height: 407px;
}
.slide_img_1, .slide_img_2, .slide_img_1 img, .slide_img_2 img
{
    position: absolute;
}


.col_32
{
    width: 32%;
    float: left;
}
.col_64
{
    width: 64%;
}
.margin_center
{
    margin: 0 auto;
}
.pad_r_2
{
    padding-right: 2%;
}




#inner_footer .col_3 img, #inner_footer .bordered_photo
{
    padding: 5px;
    background: #EFEFEf;
    margin: 0 10px 0 0;
}





/*** FORM ****/
.required 
{
  color: #E55841;
}

form.baseform hr{
	border:none;
	border-bottom:1px dotted #999;
	margin-top:-.1em;
}

form.baseform fieldset hr{
	margin-right:25px;
	width:457px;
}

form.baseform fieldset legend 
{
  color: #629148;
}

form.baseform fieldset fieldset legend 
{
  color: #444;
  font-size: inherit;
}

form.baseform 
{
	margin: 0 0 1.3em 0;
	padding:0px;
}
form.baseform fieldset li, form.baseform fieldset p {
  qqfont-size: 1.2em; 
}

form.baseform fieldset p.transfer_title{
	margin:0 0 .5em 210px;
	font-size:1.1em;
	font-weight:bold;
}

form.baseform fieldset {
  margin: 0 0 10px 0;
  padding: 0 0 0 15px;
}
form.baseform fieldset legend {
  qqpadding: .5em 0 1.3em 0;
  qqfont-size: 1.5em;
  qqfont-weight: bold;
}
form.baseform fieldset fieldset legend {
  padding: 0 0 .5em 0;
}
form.baseform li legend {
  font-weight: normal;
}
form.baseform fieldset ol {
  margin: 0;
  padding: 0;
  display: block;
  qqfloat: left;
}
 form.baseform fieldset ol li {
  list-style: none;
  padding: 0 0 .5em 0;
  margin: 0;
  font-size: inherit;
}
form.baseform fieldset fieldset legend,
form.baseform label {
  display: inline-block;
  width: 177px; 						/* THIS WIDTH NEEDS TO SNYC WITH OTHER RULES */
  vertical-align: text-top;
}
form.baseform label.option, form.baseform label.textarea{
  margin: 0 0 0 177px;			 		/* Left margin should sync with width of "form.baseform label" */
}

form.baseform label.radio2{
	margin:-.25em 0 0 0px;
	width:190px; 
	padding: 2px;
}
form.baseform label.option {
  width: 300px;
  display: block;
  padding: 3px 0;
}
form.baseform fieldset input[type=text] {
  padding: 4px;
  border:1px solid #ccc;
  width: 220px;
  height:13px;
}
form.baseform label.radio {
  width: 300px;
  display: block;
  padding: 3px 0;
}
form.baseform label.array {
  width: 177px; 						/* Width should sync with width of "form.baseform label" */
  display: inline-block;
}
form.baseform fieldset select {
  margin-left:-3px;
  padding: 2px;
  width:130px;
}
.formentry {
	text-align: right;
	padding: 20px 20px 0 0;
}

.question
{
    font-weight: bold;
}

.store_locator
{
    background: #FFF;
    padding: .3em 1em;
}
.finish_swatch:active
{
	outline: none;	
}
.finish_swatch
{
    display: block;
    width: 25px;
    height: 25px;
    margin-left: 5px;
    float: right;
    background: #FFF;
    text-align: left;
    text-indent: -29000em;
    opacity: .6;
    outline: none !important;
    
    background: url(/images/swatches.jpg) no-repeat top left;
}
.finish_swatch:hover
{
    opacity: 1;
    -webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
-o-transition: all 200ms linear;
transition: all 200ms linear;
	outline: none;
}
.current_swatch
{
    opacity: 1;
}








.swatch_area
{
    width: 344px;
    margin: 0 auto 10px auto;
}

.finish_color
{
    float: left;
    padding-top: .5em;
}


/*** Z-Series ***/
.zs1 { background-position: 0 0 }
.zs2 { background-position: -25px 0 }
.zs3 { background-position: -50px 0 }
.zs4 { background-position: -75px 0 }
.zs5 { background-position: -100px 0 }
.zs6 { background-position: -125px 0 }
.zs7 { background-position: -150px 0 }

/*** Stainless ***/
.st1{ background-position: 0 -25px }
.st2 { background-position: -25px -25px }
.st3 { background-position: -50px -25px }
.st4 { background-position: -75px -25px }
.st5 { background-position: -100px -25px }
.st6 { background-position: -125px -25px }
.st7 { background-position: -150px -25px }

/*** Sculptured Metal ***/
.sc1{ background-position: 0 -50px }
.sc2 { background-position: -25px -50px }
.sc3 { background-position: -50px -50px }
.sc4 { background-position: -75px -50px }
.sc5 { background-position: -100px -50px }
.sc6 { background-position: -125px -50px }
.sc7 { background-position: -150px -50px }
.sc8 { background-position: -175px -50px }
.sc9 { background-position: -200px -50px }
.sc10 { background-position: 0px -75px }
.sc11 { background-position: -25px -75px }
.sc12 { background-position: -50px -75px }
.sc13 { background-position: -75px -75px }
.sc14 { background-position: -100px -75px }
.sc15 { background-position: -125px -75px }
.sc16 { background-position: -150px -75px }
.sc17 { background-position: -175px -75px }

/** Copper Mountain **/
.cp1{ background-position: 0 -100px }
.cp2 { background-position: -25px -100px }


/** Ceramic **/
.cer1{ background-position: 0 -125px }
.cer2 { background-position: -25px -125px }
.cer3 { background-position: -50px -125px }
.cer4 { background-position: -75px -125px }
.cer5 { background-position: -100px -125px }
.cer6 { background-position: -125px -125px }
.cer7 { background-position: -150px -125px }
.cer8 { background-position: -175px -125px }
.cer9 { background-position: -200px -125px }
.cer10 { background-position: 0px -150px }
.cer11 { background-position: -25px -150px }
.cer12 { background-position: -50px -150px }
.cer13 { background-position: -75px -150px }
.cer14 { background-position: -100px -150px }
.cer15 { background-position: -125px -150px }
.cer16 { background-position: -150px -150px }
.cer17 { background-position: -175px -150px }
.cer18 { background-position: -200px -150px }
.cer19 { background-position: 0px -175px }
.cer20 { background-position: -25px -175px }
.cer21 { background-position: -50px -175px }
.cer22 { background-position: -75px -175px }
.cer23 { background-position: -100px -175px }
.cer24 { background-position: -125px -175px }
.cer25 { background-position: -150px -175px }
.cer26 { background-position: -175px -175px }
.cer27 { background-position: -200px -175px }
.cer28 { background-position: 0px -200px }



.product img
{
   max-width: 370px;	
}

.ci_photo_area
{
    width: 430px;
    float: left;
    text-align: center;
    margin-bottom: 2em;
}
.ci_photo_holder
{
    padding: 8px;
    background: #F5ECDB;
    border: solid 1px #999;
}
.ci_photo_caption
{
    margin-top: 1em;
    font-size: 1.4em;
    font-style: italic;
    color: #333;
    font-family: Geneva, Times New Roman, Arial, _sans;
    padding: 10px 10px;
}
#ci_photo
{
    border: solid 1px #CCC;
    padding: 5px;
    background: #FFF;
}
.ci_thumbs
{
    float: right;
    width: 520px;
}
.ci_thumbs ul
{
    margin: 0;
    
}
.ci_thumbs li
{
    float: left;
    list-style: none;
}
.ci_thumbs img
{
    width: 75px;
}
.ci_thumbs a
{
    background: #F5ECDB;
    padding: 5px;
    display: block;
    width: 75px;
    margin: 0 10px 10px 0;
}
.ci_thumbs a.current
{
    background: #665;
}

.ci_nav_area
{
    position: relative;
    height: 30px;
}
#ci_nav_left,#ci_nav_right
{
    color: #09C;
    position: absolute;
}
#ci_nav_left
{
    left: 0;
}
#ci_nav_right
{
    right: 0;

}


/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(/images/overlay.png) repeat 0 0;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(/images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(/images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(/images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(/images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(/images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(/images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(/images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(/images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(/images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(/images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(/images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(/images/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(/images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft{background:url(/images/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(/images/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(/images/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(/images/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(/images/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(/images/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(/images/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(/images/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}



.available_swatches, .available_patterns
{
    padding: 1em;
}

.product_list
{
    padding-left: 200px;
}
.product_list a
{
    display: block;
    width: 190px;
}

.col_48
{
    width: 48%;
    float: left;
}
.mar_r_4
{
    margin-right: 4%;
}    

.pop_photo
{
    width: 400px;
}

.center
{
	text-align: center;	
}


/***** MAP ******/
#map_holder
{
    background: #FFF;
    width: 475px;
    padding: 10px;
    border: solid 1px #CCC;
    float: left;
}
#map_location_box
{
    margin-bottom: 1em;
}
#map_location_box input, #map_location_box select, #map_location_box button
{
    padding: .4em;
}
#map_location_box button
{
    padding: .4em 3em;
}

#map_locations
{
    float: right;
    width: 400px;
}

.dealer_map_location h4
{
    margin: 0 0 .4em 0;
}
.dealer_map_location
{
    padding: 1em;
    -border-bottom: dotted 1px #555;
}
.dealer_map_location.alt_row
{
    background: #C9BB95;
}
.dealer_map_location a
{
    color: #069;
}


#firstHeading
{
    margin: 0 0 .4em 0;
}

.btn_submit
{
    padding: .5em 2em;
    margin-left: 1em;
}


/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }




/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { 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: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
