body
{
    margin: 0;
    padding: 10px 0;
    background-color: #a00;
    background-image: url(/img/common/bg-layout.png);
    background-repeat: repeat-x;
    background-attachment: fixed;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 0.7em;
}

h1
{
    margin: 0;
}

h2,
h3
{
    color: #222;
    font-size: 110%;
    margin: 1.5em 0 0.5em 0;
}

h3
{
    color: #222;
}

p
{
    color: #777;
    margin: 0.25em 0 0.75em 0;
}

a
{
    color: #e60000;
    text-decoration: none;
}

a:hover
{
    color: #000;
    text-decoration: underline;
}

img
{
    vertical-align: middle;
    border: 0 none;
}

form,
fieldset
{
    border: 0 none;
    margin: 0;
    padding: 0;
}

legend
{
    border-bottom: 3px solid #e5e5e5;
    margin: 0;
    padding: 12px 0 0 0 !important;
    display: block;
    width: 100%;
    font-weight: bold;
}

.img
{
    text-indent: -9999em;
    display: block;
    background-repeat: no-repeat;
}

.heading,
.heading-02,
.subheading
{
    margin: 0;
    height: 17px;
    overflow: hidden;
}

.subheading
{
    margin-bottom: 12px;
}

.heading-02
{
    height: 34px;
}

.image-gallery
{
    margin: 0 0 23px 0;
    position: relative;
    background-repeat: no-repeat;
}

.image-gallery dl
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
}

.image-gallery dd
{
    float: left;
    margin: 0 2px 2px 0;
    padding: 0;
    border: 1px solid #eee;
}

.col-2,
.col-3
{
    padding-bottom: 20px;
    background-repeat: no-repeat;
}

.col-2 .col
{
    width: 335px;
    margin-right: 23px;
    float: left;
}

.col-span .panel .col-2 .col
{
    width: 198px;
    margin-right: 23px;
    float: left;
}

.col-3 .col,
.col-3 .col-span
{
    width: 214px;
    margin-right: 23px;
    float: left;
}

.col-3 .col-span
{
    width: 451px;
}

.col-2 .coll,
.col-2 .colr
{
    width: 451px;
    margin-right: 23px;
    float: left;
}

.col-2 .colr
{
    width: 219px;
}

.col-2 .last,
.col-2 .colr
{
    margin-right: 0 !important;
}

.feature
{
    width: 713px;
    height: 426px;
    overflow: hidden;
}

.feature h1 a
{
    display: block;
    margin: 0;
    padding-top: 426px;
}

.quicklink
{
    float: left;
    width: 356px;
    height: 103px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.quicklink h2 a
{
    display: block;
    margin: 0;
    padding-top: 103px;
}

.breakout
{
    height: 90px;
    margin: 23px 0;
    width: auto;
}

.slider
{
    width: 453px;
    height: 433px;
    position: relative;
}

.slider-inner
{
    width: 9999px;
}

.slider .panel
{
    padding: 0 17px 17px 17px;
    min-height: 399px;
    float: left;
    width: 419px;
    background: white url(/img/common/panel.png) left bottom no-repeat;
}

.slider .closed
{
    display: none;
}

.submenu li
{
    height: 17px;
    overflow: hidden;
    padding: 0 !important;
    background: none !important;
    border-bottom: 1px solid #eee;
}

.submenu li a
{
    display: block;
    padding-top: 17px;
    background-repeat: no-repeat;
}

.download
{
    padding: 6px 10px 0 110px !important;
    background: url(/img/common/icon-download.png) no-repeat;
    min-height: 93px;
    color: #888;
    font-size: 90%;
    list-style-type: none;
}

.download li
{
    margin: 0;
    padding: 0;
}

.download a
{
    color: #006699;
}

.intro-1
{
    height: 17px;
}

.intro-2
{
    height: 34px;
}

.border-top
{
    border-top: 10px solid #e5e5e5;
    padding-top: 10px;
    background-position: 0 10px;
    margin-top: 1px;
}

.gallery
{
    background: black;
    padding: 23px;
}

.col-1 ul,
.col-2 ul,
.col-3 ul
{
    list-style-type: none;
    margin: 1.5em 0;
    padding: 0;
}

.col-1 li,
.col-2 li,
.col-3 li
{
    background: url(/img/common/bullet.png) no-repeat 0 0.1em;
    margin: 0;
    padding: 0 0 2px 12px;
}

.banner,
.banner-lg
{
    padding-top: 152px;
    background-repeat: no-repeat;
}

.banner-lg
{
    padding-top: 222px;
}

.application
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.application li
{
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    height: 114px;
    overflow: hidden;
}

.application li a
{
    display: block;
    padding: 24px 0 3px 120px;
    color: black;
}

.zend_form fieldset
{
    border: 0;
    margin: 0.5em 0;
    padding: 0 !important;
    background-color: #f0f0f0;
}

.zend_form fieldset.action
{
    border: 0 none;
    background-color: white;
    padding: 0 8px;
}

.zend_form
{
    padding: 0;
    margin: 0;
}

.zend_form label
{
    display: block;
    float: left;
    clear: left;
    width: 20%;
    border-top: 1px solid white;
    padding: 3px 5% 1px 0;
}

.zend_form label.required
{
    color: red;
}

.zend_form .element
{
    float: left;
    display: block;
    width: 75%;
    border-top: 1px solid white;
    padding: 3px 0 1px 0;
}

.action
{
    border-top: 6px solid #e5e5e5;
    margin: 12px 0;
    padding: 12px 0 0 0;
}

.action .element
{
    float: none;
    margin: 0;
    clear: none !important;
    width: auto !important;
    border-top: 0 none;
    padding: 0;
}

.gallery-menu
{
    float: left;
    width: 214px;
}

.gallery-menu ul
{
   margin-top: 29px;
}

.gallery-menu li.sel a,
.gallery-menu a:hover
{
   color: white;
}

.gallery-preview
{
    float: left;
    width: 451px;
}

.zend_form .errors,
.zend-form-error
{
    list-style-type: none;
    border: 1px solid red;
    margin: 0 0 1px 0;
    background-color: #FFE699;
    background-image: url(/img/common/icon-warning-sm.png);
    background-position: 5px 5px;
    padding: 3px 5px;
    background-repeat: no-repeat;
    font-size: 95%;
}

.thumbcontainer
{
    padding: 5px 35px;
    background: #222;
    margin: 0;
    position: relative;
}

.thumbpanel
{
    position: relative;
    overflow: hidden;
    height: 42px;
}

.thumbtray
{
    border-top: 0;
    margin: 0;
    width: 9999px;
}

.thumbnail
{
    margin: 0 1px 1px 0;
    border: 0;
}

.linkBack,
.linkNext
{
    top: 16px;
    position: absolute;
    cursor: pointer;
    width: 14px;
    height: 14px;
    text-indent: -9999em;
}

.linkBack
{
    left: 10px;
    background-image: url(/img/common/widget-arrow-l.png);
}

.linkNext
{
    right: 10px;
    background-image: url(/img/common/widget-arrow-r.png);
}

.thumbnail
{
    float: left;
    width: 60px;
    height: 39px;
    background: #ccc;
    overflow: hidden;
    margin: 0 2px 2px 0;
    border: 1px solid #222;
}

.widget a
{
    height: 0;
    padding-top: 30px;
    overflow: hidden;
    background-repeat: no-repeat;
    display: block;
}

.next
{
    float: right;
}

.back
{
    float: left;
}

.full
{
    width: 99%;
}

.half
{
    width: 50%;
}

.top
{
    margin-top: 0;
}

.clear
{
    clear: both;
}

#gallery
{
    position: relative;
    background: #222;
    color: white;
    width: 451px;
    height: 304px;
    overflow: hidden;
    text-align: center;
    margin: 0 0 1px 0;
    padding: 24px 0 0 0;
}

.panel #gallery
{
    width: 419px;
}

#gallery p
{
    padding: 10px;
    font-size: 90%;
    color: #999;
}

#gallery_caption
{
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #222;
    color: white;
    z-index: 25;
    width: 451px;
}

#gallery_caption div
{
    padding: 6px 6px;
    height: 12px;
    overflow: hidden;
}

#gallery-tray
{
    width: 9999px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.gallery-item
{
    float: left;
    width: 451px;
    height: 324px;
    overflow: hidden;
    text-align: left;
}

.gallery-item h2
{
    text-indent: -9999em;
    height: 275px;
    overflow: hidden;
    margin: 0 !important;
}

#thumbnails
{
    margin: 1px 0 20px 0;
    padding: 5px 0 0 5px;
    background: #eee;
}

#submenu
{
    padding-top: 18px;
    margin-top: 0;
}

#layout
{
    width: 994px;
    margin: 0 auto;
    position: relative;
}

#box-outer
{
    padding: 0 6px 4px 7px;
}

#box-inner
{
    background-color: white;
}

#content
{
    padding-top: 23px;
    width: 713px;
    float: right;
    min-height: 528px;
}

#estimate-items
{
    background: #f0f0f0;
    border: 1px solid #ddd;
    padding: 11px;
    margin: 12px 0;
}

#header
{
    width: 219px;
    float: left;
    padding: 228px 23px 0 23px;
    background-image: url(/img/common/logo.png);
    background-repeat: no-repeat;
}

#header ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#header li
{
    margin: 0;
    padding: 0;
    background-position: -281px 0;
    background-repeat: no-repeat;
}

#header li a
{
    display: block;
    padding-top: 17px;
    height: 0;
    overflow: hidden;
    background-position: 0 0;
    background-repeat: no-repeat;
}

#header li a:hover
{
    background-image: none;
}

#header li.sel a,
#header li.sel a:hover
{
    background-position: -562px 0;
}

#header ul ul
{
    padding: 0 0 13px 0;
    background-image: url(/img/common/nav-accent.png);
    background-repeat: no-repeat;
}

#header ul ul li
{
    position: relative;
    margin: 0;
}

#header ul ul li a
{
    height: auto !important;
    overflow: visible;
    background-image: none;
    padding: 2px 5px 2px 23px;
    color: #777;
    text-decoration: none;
}

#header ul ul a:hover
{
    background-color: #ccc;
    color: #e60000;
}

#header ul ul li.sel a
{
    color: #000;
}

#nav_index, #nav_index a { background-image: url(/img/common/nav-home.png) }
#nav_product, #nav_product a { background-image: url(/img/common/nav-product.png) }
#nav_system, #nav_system a { background-image: url(/img/common/nav-system.png) }
#nav_installation, #nav_installation a { background-image: url(/img/common/nav-installation.png) }
#nav_buy, #nav_buy a { background-image: url(/img/common/nav-buy.png) }
#nav_gallery, #nav_gallery a { background-image: url(/img/common/nav-gallery.png) }
#nav_recent, #nav_recent a { background-image: url(/img/common/nav-recent.png) }
#nav_about, #nav_about a { background-image: url(/img/common/nav-about.png) }
#nav_faq, #nav_faq a { background-image: url(/img/common/nav-faqs.png) }
#nav_contact, #nav_contact a { background-image: url(/img/common/nav-contact.png) }
#nav_estimate, #nav_estimate a, #nav_estimate a:hover { background-image: url(/img/common/nav-estimate.png) !important }

#s2k-contact-details
{
    color: #777;
    margin: 21px 0;
    padding: 0 21px;
}

#s2k-contact-details dt
{
    clear: left;
    float: left;
    width: 10%;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

#s2k-contact-details dt.first
{
    float: none;
    width: 100%;
}

#s2k-contact-details dd
{
    float: left;
    width: 90%;
    margin: 0;
    padding: 0;
}

#footer
{
    clear: both;
    padding: 23px 0 7px 0;
    background: url(/img/common/footer.png) no-repeat left bottom;
    background: white url(/img/common/footer.png) no-repeat left bottom;
}

#footer ul
{
    list-style-type: none;
    margin: 0;
    padding: 23px 23px 13px 46px;
    font-size: 90%;
    color: #888;
}

#footer li
{
    float: right;
    margin: 0 0 0 7px;
    padding: 0 0 0 7px;
    border-left: 1px solid #ccc;
}

#footer li.last
{
    float: left;
    margin: 0;
    padding: 0;
    border-left: 0px none;
}

#footer li a
{
    color: #888;
    text-decoration: none;
}

#footer li a:hover
{
    color: #000;
    text-decoration: underline;
}

.col-2:after,
.col-3:after,
.action:after,
#box-inner:after,
#footer ul:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    overflow: hidden;
}
