@charset "utf-8";

#logo_print,
#slogan_print {
    display: none;
}

/*
 * Default formatting
 */


html {
    background: url(/asset/images/main_bg.png) repeat-x top left #404041;
    margin: 0;
    padding: 0;
}

html body {
    width: 100%;
    margin: 0px 0px;

}

body {
    font: 13px Geneva, Arial, Helvetica, sans-serif;
    color: #4b4433;
    margin: 0;
    padding: 0;
    line-height: 140%;

}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
p {
    margin: 0px;
    padding: 5px 0px;
}

h1 {
    color: #4B4433;
    font-size: 18px;
    font-weight: normal;
}

h2 {
    font-size: 14px;
    color: #4B4433;
    font-weight: bold;
}

h2 a {
    color: #999;
}

h2 a:hover {
    color: #666;
}

a {
    color: #172B75;
    text-decoration: underline;
}

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

img {
    border: 0px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.frame {
    border: 2px solid #999;
    margin: 5px 10px;
}

.icon {
    background-color: #999;
}

th {
    text-align: left;
}

/*
 * Styling and page layout
 */
#container {
    min-width: 980px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

#wrapper {
    height: 550px;
    min-height: 550px;
    height: auto !important;
    z-index: 10;
    position: relative;
    overflow: hidden;
    padding-bottom: 52px;
}

#header {
    position: relative;
    margin: 0px auto;
    height: 130px;

    /*  height: 130px; Original Design  */
    width: 980px;
}

#nav_repeater {
    height: 52px;
    position: absolute;
    right: -980px;
    width: 980px;
    top: 78px;
    background: url(/asset/images/nav/nav_bg_repeat.png) repeat-x top right;
}

#logo {
    position: absolute;
    left: 0px;
    top: 26px;
    z-index: 100;
    color: #fff;
}

#slogan {
    position: absolute;
    right: 10px;
    top: 42px;
    font-size: 12px;
    color: #77787b;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
}

#datetime {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 10px;
    color: white;
    vertical-align: middle;
    height: 24px;
    line-height: 24px;
}

#datetime span {
    margin-right: 5px;
    display: inline-block;
}

#datetime span.time {
    line-height: 11px;
    font-size: 15px;
    font-weight: bold;
}

#datetime span.ampm {
    line-height: 12px;
    margin-right: 0px;
    height: 13px;
    display: inline-block;
    background: #231f20;
    color: #414041;
    text-transform: uppercase;
    padding: 1px;
    font-size: 9px;
    font-weight: bold;
}

#datetime span.selected {
    background: white;
    color: #231f20;
}

#datetime span.date {
    margin-left: 5px;
}

#navigation {
    bottom: 0px;
    font-size: 1.2em;
    color: #fff;
    position: absolute;
    top: 78px;
    right: 0;
    background: url("/asset/images/nav/nav_bg_repeat.png") repeat-x left top;
    padding-top: 12px;

}

#navigation ul {
    float: right;
}


#navigation ul,
#navigation ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    z-index: 10;
    position: relative;
}

#navigation ul li {
    display: block;
    float: left;
    line-height: 25px;
    height: 25px;
    margin: 0px 2px;
}

#navigation ul li a {
    display: block;
    padding: 0px 24px;
    margin: 0px 0px;
    color: #6d6e71;
    text-decoration: none;
    font-size: 16px;
    background: url(/asset/images/nav/nav-divider.gif) left 2px no-repeat;
}

#navigation ul li.first a {
    background: none;
}

#navigation ul li.hover,
#navigation ul li:hover {}

#navigation ul li.hover a,
#navigation ul li:hover a {
    text-decoration: none;
    color: #172B75;
}

#navigation ul li.active {}

#navigation ul li.active a {
    color: #FFF;
    background: none;
    padding-top: 11px;
}

#navigation ul li.active {
    background: url(/asset/images/nav/products_active.png) repeat-x top left;
    position: relative;
    width: 115px;
    height: 61px;
    margin-top: -11px;
}

/*
            #navigation ul li.active span { width: 7px; height: 58px; display: block; position: absolute; top:0; }
	        #navigation ul li.active span.rightBG { right:0; background: url(/asset/images/nav/nav_active_right.png) no-repeat top right;}
	        #navigation ul li.active span.leftBG { left:0; background: url(/asset/images/nav/nav_active_left.png) no-repeat top left;}
	    */

div.wrap {
    position: relative;
}

/* SUB NAVIGATION */
#subNavWrapper {
    height: 50px;
    background: url(/asset/images/nav/subnav_bg.png) repeat-x top left;

}


ul#subnav {
    margin: 0 auto;
    padding: 10px 0 0 0;
    width: 980px;
    list-style: none;
    z-index: 20;
    position: relative;
}

ul#subnav li {
    float: left;
    list-style: none;
    height: 40px;
    line-height: 35px;
    background: url(/asset/images/nav/subnav_divider.jpg) right 7px no-repeat;
}

html body ul#subnav li.last {
    background: none;
}

ul#subnav li a {
    color: white;
    display: block;
    font-size: 12px;
    text-decoration: none;
    padding: 0 25px;
    line-height: 35px;
}

html body ul#subnav li.active {
    background: url(/asset/images/gradients/bodyTopRepeatX.png) repeat-x top left;
}

ul#subnav li.active a {
    color: #903F97;
}

ul#subnav li a:hover {
    color: #172B75;
}


#navFadeOut {
    width: 218px;
    height: 51px;
    position: absolute;
    left: -10px;
    top: -12px;
    background: url(/asset/images/nav/nav_fader.jpg) no-repeat top right transparent;
    z-index: 3;
}

/* Left Side NAVIGATION */
ul#leftnav,
ul#leftnav li {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
}

ul#leftnav li {
    position: relative;
}

ul#leftnav li a {
    display: block;
    color: black;
    padding: 7px 0 8px 33px;
    text-decoration: none;
    text-decoration: none;
    line-height: normal;
}

ul#leftnav li:hover a {
    color: #903E97;
}

ul#leftnav li.active {
    background: #903E97;
}

ul#leftnav li.active span {
    display: bock;
    position: absolute;
    top: 0;
}

ul#leftnav li.active span.leftTab {
    left: -19px;
    width: 19px;
    height: 45px;
    background: url(/asset/images/nav/leftnav_corner.gif) no-repeat top left;
}

ul#leftnav li.active span.rightTab {
    right: -17px;
    width: 17px;
    height: 31px;
    background: url(/asset/images/nav/leftnav_arrow_end.gif) no-repeat top left;
}

ul#leftnav li.active a {
    color: white;
}



#searchbox {
    float: right;
    margin-top: 2px;
    background: url(/asset/images/search_bg.jpg) no-repeat top left;
}


#searchbox input.search {
    color: #6D6E71;
    height: 20px;
    width: 131px;
    border: none;
    background: none transparent;
    margin: 0;
    padding: 0 0 0 5px;
}

#searchbox input.scalable {
    display: block;
    width: 28px;
    border: none;
    height: 25px;
    margin: 0;
    padding: 0;
    text-indent: -500px;
    float: right;
    background: url(/asset/images/btn-search.jpg) no-repeat top left;
    overflow: hidden;
}

#page {
    width: 980px;
    margin: 0px auto;
    position: relative;
}


body.homepage #pageWrap {
    background: url(/asset/images/bodywrap_bg.png) repeat-x top left #FFF;
}

#pageWrap {
    background: url(/asset/images/gradients/bodywrap_bg_updated.png) repeat-x top left #FFF;
}

/* bodywrap_bg_updated */

/*
     * Left-hand column
     */

.two-col #main-left {
    width: 510px;
    float: left;
}

#main-left .content {
    padding: 5px 10px;
    font-size: 1.2em;
}

/*
     * Right-hand column
     */

#main-right {
    width: 180px;
    padding-top: 20px;
    float: right;
}

#main-right .heading {
    height: 27px;
    line-height: 27px;
    padding-left: 10px;
}

#main-right .heading h2 {
    color: #fff;
    font-size: 1.4em;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}

#main-right .content {
    padding: 5px 10px 15px;
    font-size: 1.1em;
    margin-bottom: 10px;
}

#footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 52px;
    color: #808285;
    background: #404041;
}

#footer div.wrap {
    width: 980px;
    margin: 0 auto;
}

#footer div.wrap div {
    float: right;
}

#footer #copyright {
    display: inline-block;
    margin-top: 20px;
}

#footer #footerNav {
    margin: 20px 15px 0 35px;
}

#footer img {
    margin-top: 9px;
    float: left;
}

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

#footer a:hover {
    color: #46AA46;
    text-decoration: underline;
}

#page {
    min-height: 405px;
}

body.homepage #page {
    min-height: 0px;
    /*padding-bottom: 504px; */
    padding-bottom: 495px;
    background-color: transparent;

}

body.home #innerWrapper {
    padding: 20px;
    min-height: 400px;
}



#bannerBlockWrapper {
    height: 339px;
    width: 100%;
    position: absolute;
    top: 130px;
    z-index: 100;
    text-decoration: none;
}

#bannerBlock div.backBlock {
    height: 339px;
    width: 100%;
}

#bannerBlock {
    height: 339px;
}


#greenBanner {
    background: url(/asset/images/home/banner_green_bg_repeat.png) left top repeat-x transparent;
}

#bannerBlock #greenBanner .wrapper .copy a.readMore {
    background: url(/asset/images/home/btn-read-more-green.png) no-repeat top left;
}

#purpleBanner {
    background: url(/asset/images/home/banner_purple_bg.png) left top repeat-x transparent;
}

#bannerBlock #purpleBanner .wrapper .copy a.readMore {
    background: url(/asset/images/home/btn-read-more-purple.png) no-repeat top left;
}


#orangeBanner {
    background: url(/asset/images/home/banner_orange_bg_repeat.png) left top repeat-x transparent;
}

#bannerBlock #orangeBanner .wrapper .copy a.readMore {
    background: url(/asset/images/home/btn-read-more-orange.png) no-repeat top left;
}

#blueBanner {
    background: url(/asset/images/home/banner_blue_bg_repeat.png) left top repeat-x transparent;
}

#bannerBlock #blueBanner .wrapper .copy a.readMore {
    background: url(/asset/images/home/btn-read-more-blue.png) no-repeat top left;
}

#bannerBlock #blueBanner div.copy {
    width: 400px;
}

#bannerBlock #blueBanner div.bannerImg {
    margin-left: -50px;
}

#redBanner {
    background: url(/asset/images/home/banner_red_bg_repeat.png) left top repeat-x transparent;
}

#bannerBlock #redBanner .wrapper .copy a.readMore {
    background: url(/asset/images/home/btn-read-more-red.png) no-repeat top left;
}

#bannerBlock .item {
    width: 100%;
    width: 100% !important;
    height: 339px;
}

#bannerBlock .item .wrapper {
    width: 1035px;
    position: relative;
    margin: 0 auto;
}

#bannerBlock .item .wrapper .bannerImg {
    margin-left: -100px;
}

#bannerBlock .item .wrapper .copy {
    position: absolute;
    top: 0;
    right: 100px;
    color: white;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
    width: 400px;
    margin-top: 44px;
}

#bannerBlock .item .wrapper .copy a.readMore {
    width: 126px;
    height: 44px;
    display: block;
    text-indent: -500px;
    overflow: hidden;
    background: url(/asset/images/home/read_more_button_generic.png) no-repeat top left;
    margin-left: -8px;
}



#bannerBlock .item .wrapper .copy h1 {
    font-style: italic;
    font-weight: normal;
    color: white;
    font-size: 41px;
    line-height: normal;
}

#homegallery {
    position: relative;
    width: 980px;
    margin: 0 auto;
}

#homeNavPrev,
#homeNavNext {
    display: block;
    width: 42px;
    height: 40px;
    background: url(/asset/images/home/home_slider_nav_small_bg.png) top left no-repeat;
    position: absolute;
    z-index: 11;
    text-decoration: none;
    font-size: 23px;
    text-align: center;
    line-height: 43px;
    color: #404042;
    text-indent: -4px;
}

#homeNavNext {
    right: 8px;
    text-indent: 114px;
    top: 234px
}

#homeNavPrev {
    right: 142px;
    text-indent: 114px;
    top: 234px;
    background: url(/asset/images/home/home_slider_nav_small_bg_left.png) top left no-repeat;
}

#pageLinks {
    height: 191px;
    width: 957px;
    position: absolute;
    top: 298px;
    left: 10px;
    background: url(/asset/images/nav/bottom_nav_bg.png) left top repeat-x;
    z-index: 11;
}

#pageLinks ul,
#pageLinks ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

#pageLinks ul {
    padding: 17px 10px 10px 10px;
}

#pageLinks ul li {
    float: left;
    width: 170px;
    padding: 14px 31px 0px 31px;
    background: url(/asset/images/link_divider.gif) right 0px no-repeat;
    height: 159px;
    font-size: 11px;
    color: #808285;
    position: relative;
}

#pageLinks a.moreLink {
    color: #903f98;
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif;
    background: url(/asset/images/link_arrow.jpg) right no-repeat;
    padding: 5px 25px 5px 0;
    text-decoration: none;
    display: block;
    position: absolute;
    bottom: 10px;
    left: 15px;
    margin-left: 15px;
}

#pageLinks ul li a {
    color: #903F98;
}

#pageLinks h2 a {
    color: #903F98;
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
}



#pageLinks ul li.last {
    background: none;
}

#pageLinks h2 {
    font-size: 15px;
    color: #903f98;
    font-weight: normal;
    margin-top: 0;
    padding-top: 0;
    font-weight: bold;
}

#pageLinks a.more {}


#galnav {
    position: absolute;
    top: 250px;
    right: 50px;
    z-index: 100;
}

#galnav a {
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url(/asset/images/pager-bg.png);
    text-decoration: none;
    font-size: 28px;
    overflow: hidden;
    line-height: 9px;
    text-indent: -200px;
    color: #1E8D55;
    margin-left: 5px;
    outline: 0;
}

#galnav a.activeSlide {
    background: url(/asset/images/pager-bg.png) bottom left;
    outline: 0;

}


/* Template Main */
#page {
    background: url(/asset/images/gradients/bodyTopRepeatX.png) repeat-x left -40px #FFF;
}


body.products #col-left,
body.productStatic #col-left {
    background: url(/asset/images/gradients/pageFadeTopRepeatX.png) repeat-x left top;
    min-height: 404px;
}

body.products #col-right,
body.productStatic #col-right {
    background: url(/asset/images/gradients/innerShadowLeftRepeatY.png) repeat-y left top #ffffff;
}

body.productStatic #innerWrapper,
body.products #innerWrapper {
    padding: 0;
    overflow: visible;
}

body.productStatic #col-right div.content {
    padding: 20px 20px 10px 30px;
    background: url("/asset/images/gradients/innerShadowTopRepeatX.png") repeat-x scroll left top transparent;
}


body.content #innerWrapper,
body.contact-us #innerWrapper {
    background: url(/asset/images/gradients/pageFadeTopRepeatX.png) repeat-x left top;
    padding: 30px 30px 10px 30px;
    clear: both;
    overflow: hidden;
    background: url("/asset/images/gradients/innerShadowTopRepeatX.png") repeat-x scroll left top transparent
}



#fbLink {
    bottom: 14px;
    position: absolute;
    right: 29px;
}

/*
 * Search Page
 */
#searchInput {
    background: #272324;
    color: white;
    padding: 2px;
    border: none;
    cursor: pointer;
}

#search-results-content {}

#search-results {}

#search-results FORM {
    font-weight: bold;
}

#search-results div.nav {
    padding: 10px 10px 10px 10px;
    border-top: 1px solid #BBBBBB;
    border-bottom: 1px solid #BBBBBB;
    margin: 10px 0px 10px 0px;
    background-color: #EEEEEE;
}

#search-results DIV SPAN.keyword {
    font-style: italic;
}

#search-results UL LI P {
    padding-left: 10px;
}

ul.search span.keyword {
    background-color: #FFFFAA;
}

ul.search li {
    background: url("/asset/images/gradients/innerShadowTopRepeatX.png") repeat-x scroll left top transparent;
    border: none;
    overflow: hidden;
}

ul.search li a.titleLink {

    font-size: 16px;
    font-weight: normal;
    padding: 10px 0 0;
}

ul.search li.product a.titleLink {
    color: #903E97;
}

#search-results a.imgLink {
    float: left;
    margin: 5px 15px 0 0;
}



/* News */
body.news-root #pageSubHeader h1,
body.news #pageSubHeader h1 {
    color: #0095da;
}

body.news-root #innerWrapper {
    background: url("/asset/images/gradients/innerShadowTopRepeatX.png") repeat-x scroll left top transparent;
    overflow: hidden;
}

body.news #innerWrapper {
    padding: 20px 20px 10px 30px;
    background: url("/asset/images/gradients/innerShadowTopRepeatX.png") repeat-x scroll left top transparent;
}

body.news-root #col-left {
    width: 680px;
    float: left;
    position: relative;
    background: url("/asset/images/gradients/innerShadowRightRepeatY.png") repeat-y scroll right top transparent;
}

body.news-root #col-right {
    width: 300px;
    float: left;
}

body.news-root a#backToTop {
    color: #0095DA;
    position: absolute;
    right: 25px;
    bottom: 30px;
    padding-right: 25px;
    background: url(/asset/images/icons/arrow_up_blue.jpg) no-repeat top right;
    text-decoration: none;
    clear: both;
}


div.news-item#featured {
    background: none;
}

div.news-item#featured div.newsImage {
    float: right;
    width: auto;
    height: auto;
}

div.newsImage {
    float: right;
    width: 112px;
    height: 138px;
    margin-left: 15px;
    margin-bottom: 15px;
}

body.about div.paginationControl {
    width: 290px;
    margin: 0 auto;
    padding: 15px 0;
}

body.about div.paginationControl span,
body.about div.paginationControl a {
    display: inline-block;
    text-decoration: none;
    width: 142px;
    height: 38px;
    line-height: 33px;
    text-indent: 45px;
}

body.about div.paginationControl span {
    color: #bab9ba;
}

body.about div.paginationControl a {
    color: #0095DA;
}

body.about div.paginationControl span.prev {
    background: url(/asset/images/nav/about_prev.png) no-repeat left -44px;
}

body.about div.paginationControl a.prev {
    background: url(/asset/images/nav/about_prev.png) no-repeat top left;
}

body.about div.paginationControl span.next {
    background: url(/asset/images/nav/about_next.png) no-repeat left -44px;
    text-indent: 16px;
}

body.about div.paginationControl a.next {
    text-indent: 15px;
    background: url(/asset/images/nav/about_next.png) no-repeat top left;
}

div.news-item {
    padding: 20px 20px 0 30px;
    clear: both;
    overflow: hidden;
    background: url("/asset/images/gradients/innerShadowTopRepeatX.png") repeat-x scroll left top transparent;
}

div.news-item div.newsWrapper {}

div.news-item a.newsLink {
    background: url("/asset/images/nav/view_news_bg.jpg") no-repeat left top transparent;
    color: white;
    display: block;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
    font-style: italic;
    height: 36px;
    line-height: 31px;
    margin-top: 10px;
    text-decoration: none;
    text-indent: 12px;
    width: 145px;
    clear: both;
    margin-left: -3px;
}

.newsTitle h2 a {
    font-size: 18px;
    text-decoration: none;
    color: #4b4433;
    background: url(/asset/images/icons/bullet_blue.jpg) no-repeat left 6px;
    padding-left: 15px;
    font-weight: normal;
    margin-left: -15px;
}

.newsTitle h2 a:hover {
    color: #0095da;
}

.newsTitle p.newsDate {
    color: #4b4433;
}

.newsTitle p.newsDate span {
    color: #0095da;
    font-weight: bold;
}

#newsWrapper {
    overflow: hidden;
    background: url("/asset/images/gradients/innerShadowTopRepeatX.png") repeat-x scroll left bottom transparent;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

#newsItem h1 {
    font-size: 18px;
    text-decoration: none;
    color: #4b4433;
    background: url(/asset/images/icons/bullet_blue.jpg) no-repeat left 12px;
    padding-left: 15px;
    font-weight: normal;
    margin-left: -15px;
}

div#newsImages {
    float: right;
    width: 400px;
    margin-left: 15px;
}

div.newsImageItem {
    margin-bottom: 15px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
    font-style: italic;
    color: #0072bc;
}

div.newsImageItem img {
    margin-bottom: 5px;
}

div.newsImageItem span {}

body.news #backtotop {
    display: block;
    padding-right: 20px;
    text-decoration: none;
    color: #0072bc;
    background: url(/asset/images/icons/arrow_up_blue.jpg) right top no-repeat;
    float: right;
}

#newsFooter {
    padding-bottom: 10px;
    margin-top: -15px;
    overflow: hidden;
}

a.backToNews {
    background: url("/asset/images/nav/blue_back.jpg") no-repeat scroll left top transparent;
    color: #0072bc;
    float: left;
    font-size: 13px;
    height: 32px;
    line-height: 32px;
    margin-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    text-indent: 55px;
    width: 140px;
}

body.news #newsFooter #backtotop {
    margin-top: 5px;
    margin-right: 15px;
}


#page-news-and-events #col-right h2.main {
    background: url("/asset/images/icons/bullet_blue.jpg") no-repeat scroll left 22px transparent;
    margin: 8px 0 10px 10px;
    padding: 15px 0 15px 10px;
}

#page-news-and-events #col-right div.eventsWrap {
    background: url("/asset/images/gradients/innerShadowTopRepeatX.png") repeat-x scroll left top transparent;
    padding: 15px 20px 0 20px;
}

div.eventsWrap {
    padding: 0 5px;
}

div.quickNews {
    border-bottom: 1px solid #b1aca2;
    padding: 10px 0 5px 0;
}

div.quickNews h3 {
    font-weight: normal;
    font-size: 14px;
    padding-bottom: 0;
}

div.quickNews a:hover {
    color: #0072bc;
}

div.quickNews p span {
    font-weight: bold;
    color: #0072bc;
}

div.quickNews p {
    padding-bottom: 2px;
}


#pageSubHeader {
    clear: both;
    overflow: hidden;
    padding: 30px 0 34px 32px;
}

#pageSubHeader h1 {
    padding: 0px;
    margin: 0;
    float: left;
    font-size: 38px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

body.products #pageSubHeader h1 {
    color: #903f98;
}

#pageSubHeader #productTypeOptions {
    font-size: 13px;
    float: right;
    width: 340px;
    height: 32px;
    background: url(/asset/images/toolbar_bg.png) no-repeat top left;
    color: #8f3e97;
}

#pageSubHeader #productTypeOptions div.wrap {
    padding: 3px 0 0 15px;
}

#pageSubHeader #productTypeOptions div.wrap span {
    display: block;
    float: left;
    padding: 2px 0px 0 10px;
}

#pageSubHeader #productTypeOptions a {
    text-decoration: none;
    display: block;
    float: left;
    padding: 2px 5px 3px 30px;
    margin-left: 0px;
    background: url(/asset/images/nav/option_nav_a_bg.png) top left no-repeat;
    color: black;
}

#pageSubHeader #productTypeOptions a.active {
    background-position: left bottom;
    color: #8f3e97;
}

#productTypeOptions a#btn_all {
    margin-left: 25px;
}

#productTypeOptions a#btn_cut {
    margin-left: 23px;
}

#productTypeOptions a#btn_pot {
    margin-left: 30px;
}


/* FAQ */
#FaqOptions {
    float: right;
    color: #61BB46;
    margin-right: 20px;
    padding: 5px 15px 5px 25px;
}

#FaqOptions a#questionLink {
    color: #61BB46;
    text-decoration: none;
    font-size: 13px;
    height: 32px;
    line-height: 32px;
    padding-left: 40px;
    display: block;
    float: left;
    background: url(/asset/images/icons/email.gif) top left no-repeat;
}

#FaqOptions a:hover {
    text-decoration: underline;
}

#questions div#first div.questionContent {
    background: none;
}

div.question {
    clear: both;
    margin-bottom: 20px;
    padding-top: 15px;
}

div.question div.questionContent {
    margin-left: 153px;
    padding-right: 15px;
    padding-top: 20px;
    background: url("/asset/images/gradients/innerShadowTopRepeatX.png") repeat-x scroll left top transparent;
}

div.questionIcons {
    float: left;
    width: 153px;
    background: url(/asset/images/icons/qa.jpg) no-repeat 50px 20px;
    height: 150px;
}

div.question h2 {
    background: url("/asset/images/icons/bullet_green.jpg") no-repeat scroll left 12px transparent;
    color: #4B4433;
    font-size: 17px;
    font-weight: normal;
    margin-left: -15px;
    padding-left: 15px;
    margin-bottom: 22px;
}

a.backToFaq {
    background: url("/asset/images/nav/green_back.jpg") no-repeat scroll left top transparent;
    color: #61BB46;
    float: left;
    font-size: 13px;
    height: 32px;
    line-height: 32px;
    padding-right: 15px;
    text-decoration: none;
    width: 140px;
    margin-left: 15px;
    text-indent: 55px;
}

#questions a.backToFaq {
    clear: both;
    margin-left: 60px;
}

/* FAQ Landing */
div.questionBlock {
    float: left;
    margin: -30px 15px 15px 0;
    height: 248px;
    width: 170px;
    padding-top: 30px;
    background: url("/asset/images/gradients/innerShadowRightRepeatY.png") repeat-y scroll right top transparent;
    position: relative;
}

div.questionBlock.last {
    margin-right: 0;
    background: none;
}

div.questionBlock h2 a {
    text-decoration: none;
    font-weight: normal;
    color: #62BB46;
    font-size: 16px;
}

div.questionBlock h2 a:hover {
    color: #62BB46;
}

div.questionBlock a.more {
    color: #62BB46;
    font-weight: bold;
    float: right;
    position: absolute;
    bottom: 10px;
    right: 15px;
    display: block;
    background: url("/asset/images/icons/bullet_green.jpg") no-repeat scroll left 5px transparent;
    padding-left: 12px;
}

div.questionBlock ul {
    list-style: none;
    padding: 0 10px 0 0;
    margin-bottom: 25px;
}

div.questionBlock ul li {
    list-style: none;
    padding: 0;
    list-style: none;
}

div.questionBlock ul li a {
    text-decoration: none;
    color: #4b4433;
    background: url(/asset/images/icons/bullet_q.gif) no-repeat left 1px;
    padding-left: 23px;
    padding-bottom: 2px;
    font-weight: normal;
    margin-left: 3px;
    margin-bottom: 5px;
    display: block;
}

div.questionBlock ul li a:hover {
    color: #62BB46;
}

/* Products General */

body.products #col-left {
    float: left;
    width: 174px;
}

body.products #col-right {
    float: left;
    width: 806px;
}


/* Products Category Area   */


#products div.colour {
    clear: left;
    overflow: hidden;
    background: url(/asset/images/gradients/innerShadowTopRepeatX.png) repeat-x top left;
    padding: 0 0 10px 30px;
}


#products div.product {
    float: left;
    /* width: 136px; */
    width: 149px;
    height: 190px;

    /* height:171px; */
    cursor: pointer;
    position: relative;
}

#products div.product div.overlay {
    background: white;
    position: absolute;
    top: 0;
    left: 0;
}

#products div.product.locked,
#products div.product.locked a {
    cursor: default;
}

div.product div.product-details {
    display: none;
}

#products div.product h3 {
    padding: 0 0 0 2px;
}

div.product a {
    color: #8f3e97;
    text-decoration: none;
    font-size: 13px;
}

div.product div.product-image {
    padding-top: 3px;
}

div.product div.cut,
div.product div.pot,
div.product div.arrow {
    width: 14px;
    height: 14px;
}

div.product div.cut {
    background: url(/asset/images/icons/scissors.png) top left no-repeat;
    width: 18px;
}

div.product div.pot {
    background: url(/asset/images/icons/pot.png) top left no-repeat;
}

div.product div.arrow {
    background: url(/asset/images/icons/arrow.png) top left no-repeat;
}


div.productThumbWrap {
    width: 138px;
    height: 152px;
    background: url(/asset/images/gradients/productThumbBorder.png) top left no-repeat;
    position: relative;
}

div.productThumbWrap .productTypes {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

div.productThumbWrap .productTypes div {
    display: inline-block;
    margin-left: 5px;
}

div.productThumbWrap img {
    width: 128px;
    height: 145px;
    overflow: hidden;
    padding: 1px 0 0 3px;
}

div.colour-name {
    width: 11px;
    height: 171px;
    overflow: hidden;
    float: left;
    margin: 0 18px 0 0px;
    text-indent: -200px;
}

div.count_2 div.colour-name {
    height: 380px;
}

div.colour-name h2 {
    text-indent: -200px;
}

#products div.white div.colour-name {
    border: 1px solid #404041;
}


/* Setup some default colour values 
div.Blue div.colour-name { background: blue; }
div.White div.colour-name { background: white; border: 1px solid black; }
div.Purple div.colour-name { background: purple; } 
*/

/* LOCKED STYLE */
div.colour div.locked {}




/* Product Detail Area */
body.product #innerWrapper {
    padding: 0;
    background: none;
}

img.leaf {
    padding-left: 7px;
    vertical-align: top;
}

#productWrapper {
    background: url("/asset/images/gradients/innerShadowTopRepeatX.png") repeat-x scroll left top transparent;
    overflow: hidden;
    font-size: 12px;
    padding-bottom: 23px;
}

#productWrapper h2 {
    color: #4b4433;
    font-weight: normal;
    font-size: 17px;
    background: url(/asset/images/icons/bullet_purple.gif) no-repeat left 12px;
    padding-left: 15px;
    margin-left: -15px;

}

#product-information div.group {
    overflow: hidden;
    padding-bottom: 10px;
}

#productRight {
    float: left;
    width: 365px;
}

#productLeft {
    float: left;
    width: 441px;
}


#productTop {
    padding: 15px 0 10px 30px;
}

#product-bodyText {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    color: #903f97;
    padding: 15px 20px 20px 0px;
    font-style: italic;

}

#product-information {
    background: url("/asset/images/gradients/innerShadowTopRepeatX.png") repeat-x scroll left top transparent;
    padding: 15px 10px 0 30px;
}

#product-title {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 38px;
    color: #4b4433;
    line-height: 1;
}

#productDetailOptions {
    float: right;
}

#product-information div.field {
    clear: both;
    padding-bottom: 5px;
}

#product-information div.field-header {
    display: inline-block;
    width: 170px;
    font-weight: bold;
    color: #903e97;
}

#product-information div.field-value {
    display: inline-block;
}

#printLink {
    display: inline-block;
    background: url(/asset/images/nav/print.png) top left no-repeat;
    padding-left: 38px;
    height: 26px;
    line-height: 32px;
    color: #903e97;
    text-decoration: none;
    font-size: 13px;
    margin-right: 15px;
    margin-top: -3px;
}

#orderMe {
    background: url(/asset/images/nav/enquiry_bg.jpg) top left no-repeat;
    width: 152px;
    height: 44px;
    line-height: 44px;
    padding-left: 15px;
    display: inline-block;
    color: white;
    text-decoration: none;
    font-size: 14px;
    margin: 10px 0;
}

a.backToCatalog {
    background: url(/asset/images/nav/back_to_catalog_bg.png) top left no-repeat;
    display: inline-block;
    width: 151px;
    height: 32px;
    text-align: right;
    padding-right: 15px;
    line-height: 32px;
    color: #903e97;
    text-decoration: none;
    font-size: 13px;
    margin-right: 5px;
}


#back-to-products a.backToCatalog {
    margin: 30px 0 0 28px;
}

div#mainImg {
    width: 339px;
    height: 337px;
    background: url(/asset/images/product/mainimg_shadow.jpg) top left no-repeat;
    margin: 26px 0 0 -2px;

}

div#mainImg img {
    padding: 1px 0 0 3px;
}

ul#thumbs {
    overflow: hidden;
}

ul#thumbs,
ul#thumbs li {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul#thumbs li {
    float: left;
    width: 112px;
    height: 128px;
    background: url(/asset/images/product/thumbshadow.jpg) top left no-repeat;
}

ul#thumbs li img {
    padding: 0 0 0 1px;
}

#awardsBlock h2 {
    margin-left: 0;
}

#awardsBlock {
    padding-left: 5px;
}

/* Product Landing Page */
body.products,
body.product-category #innerWrapper {
    padding: 0;
}

#productLanding {
    overflow: hidden;
    padding-bottom: 20px;
}

#productLanding div.first {
    margin-left: -30px;
}

#productLanding div.last {
    margin-left: 0px;
    background: none;
}

div.productCat {
    width: 240px;
    float: left;
    background: url(/asset/images/gradients/innerShadowRightRepeatY.png) top right repeat-y;
    font-size: 11px;
    line-height: 130%;
    height: 325px;
    position: relative;
    cursor: pointer;
}

div.productCat div.productWrap {
    padding-left: 30px;
}

div.productCat div.catInfo {
    width: 182px;
}

div.catImg {
    width: 190px;
    height: 145px;
    background: url(/asset/images/products/img_shadow.jpg) no-repeat top left;
    margin-left: -6px;
}

div.catImg img {
    padding: 2px 0 0 6px;
}

div.productCat h3 {
    color: #903e97;
    font-weight: normal;
    font-size: 16px;
    padding: 10px 0 0 0;
}

div.productCat a.catLink {
    width: 145px;
    height: 35px;
    line-height: 31px;
    display: block;
    background: url(/asset/images/nav/viewCatalogueBg.png) top left no-repeat;
    text-indent: 12px;
    color: white;
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-decoration: none;
    font-size: 11px;
    margin-top: 10px;
    position: absolute;
    bottom: 0;
    left: 30px;
}

/* Gallery */
div.gallery-image {
    float: left;
    margin: 0 15px 10px 0;
    position: relative;
    height: 120px;
    width: 160px;
    text-align: center;
    background: #454545;
    border: 1px solid #404041;
    overflow: hidden;
}

div.gallery-image a {
    display: block;
    background: #404042;
}

div.gallery-image p {
    font-size: 11px;
    position: absolute;
    bottom: 0px;
    background: url(/asset/images/gradients/overlay_bg.png) repeat;
    display: block;
    width: 156px;
    padding: 2px 2px;
    text-align: center;
    color: white;
    display: block;
}

div.gallery-image img {}

div#gallery-html {
    overflow: hidden;
    margin-top: 15px;
}



/* Crumbs  */
#crumbs {
    clear: both;
    font-size: 11px;
    padding-left: 32px;
    padding-top: 29px;
    overflow: hidden;
}

#crumbs ul,
#crumbs li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#crumbs li {
    float: left;
    margin: 0 2px;
}

#crumbs span {
    float: left;
}

#crumbs a {
    text-decoration: none;
}

html body #crumbs a.selected {
    color: #6D6E71;
}



/* Colour Overides */

/*  Products */
body.products #crumbs,
body.products #crumbs a {
    color: #903f98;
}

body.products #crumbs a.selected {
    color: #6D6E71;
}


/*  Faq */
#navigation ul li#nav_node113.active {
    width: 90px;
    height: 71px;
    background: url("/asset/images/nav/faq_active.png") repeat-x scroll left top transparent;
}

body.faq #subNavWrapper {
    background: url(/asset/images/nav/subnav_support_bg.png) repeat-x top left;
}

body.faq ul#subnav li.active a {
    color: #008242;
}

body.faq #crumbs,
body.faq #crumbs a {
    color: #008242;
}

body.faq ul#subnav li {
    background-image: url(/asset/images/nav/subnav_divider_support.jpg);
}

body#page-faq div#innerWrapper {
    background: url("/asset/images/gradients/innerShadowTopRepeatX.png") repeat-x scroll left top transparent;
    margin: 0;
}

body.faq div#pageSubHeader h1 {
    color: #62bb46;
}




/*  About */
#navigation ul li#nav_node5.active {
    width: 97px;
    height: 67px;
    background: url("/asset/images/nav/about_active.png") repeat-x scroll left top transparent;
}

body.about #subNavWrapper {
    background: url(/asset/images/nav/subnav_about_bg.png) repeat-x top left;
}

body.about ul#subnav li.active a,
body.about #pageSubHeader h1 {
    color: #0095da;
}

body.about #crumbs,
body.about #crumbs a {
    color: #0095da;
}

body.about ul#subnav li {
    background-image: url(/asset/images/nav/subnav_divider_about.jpg);
}


/*  Order */
#navigation ul li#nav_node3.active {
    width: 92px;
    height: 67px;
    background: url("/asset/images/nav/order_active.png") repeat-x scroll left top transparent;
}

body.order #subNavWrapper {
    background: url(/asset/images/nav/subnav_order_bg.png) repeat-x top left;
}

body.order ul#subnav li.active a,
body.order #pageSubHeader h1 {
    color: #F7931E;
}

body.order ul#subnav li {
    background-image: url(/asset/images/nav/subnav_divider_order.jpg);
}

body.order #crumbs,
body.order #crumbs a {
    color: #F7931E;
}

/*  Contact  */
#navigation ul li#nav_node133.active {
    width: 104px;
    height: 70px;
    background: url("/asset/images/nav/contact_active.png") repeat-x scroll left top transparent;
}

body.contact ul#subnav li.active a,
body.contact #pageSubHeader h1 {
    color: #ED1C24;
}

body.contact #subNavWrapper {
    background: url(/asset/images/nav/subnav_contact_bg.png) repeat-x top left;
}

body.contact ul#subnav li {
    background-image: url(/asset/images/nav/subnav_divider_contact.jpg);
}

body.contact #crumbs,
body.contact #crumbs a {
    color: #ED1C24;
}

a.contactBlockLink {
    background: url("/asset/images/nav/red_readmore.png") no-repeat scroll left top transparent;
    clear: both;
    color: white;
    display: block;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
    font-style: italic;
    height: 44px;
    line-height: 44px;
    text-decoration: none;
    text-indent: 13px;
    width: 126px;
    margin-left: -7px;
}





/* Page Overides */
body#page-home #navigation ul li.active a {
    background: none;
    color: #6D6E71;
}

body#page-home #navigation ul li.active {
    background: none;
    width: auto;
}

body#page-products #pageSubHeader {
    display: none;
}

body#page-products #page {
    background: white;
}

body#page-products #col-left {
    display: none;
}

body#page-products #col-right {
    background: none;
    width: auto;
}

body#page-products #innerWrapper {
    padding: 0 0 0 30px;
    background: none;
}

body#page-products #innerWrapper h2 {
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #903e97;
    font-weight: normal;
    font-size: 18px;
    padding: 15px 0;
}



#links-404 {
    float: right;
    padding: 0 10px 10px 10px;
    width: 40%;
    background: url("/asset/images/gradients/innerShadowLeftRepeatY.png") repeat-y scroll left top #FFFFFF;
}

#suggested-pages h2 a {
    background: url("/asset/images/icons/bullet_purple.gif") no-repeat scroll left center transparent;
    color: #4B4433;
    font-size: 13px;
    font-weight: normal;
    padding-left: 15px;
}

/* Search */
body.search #pageSubHeader h1 {
    color: #162A75;
}

body.search #innerWrapper {
    padding: 20px;
    min-height: 380px;
    background: url("/asset/images/gradients/innerShadowTopRepeatX.png") repeat-x scroll left top transparent;
}

body.search #col-left {
    display: none;
}

body.search #col-right {
    width: 100%;
}


body.sitemap #innerWrapper {
    padding: 20px;
    min-height: 380px;
}

body#page-sitemap #navigation ul li.active {
    background: transparent;
}

body#page-sitemap #navigation ul li.active a {
    color: #6D6E71;
}


/* Staff Memeber Listing */
#peopleWrap {
    overflow: hidden;
}

#peopleWrap #leftCol {
    float: left;
    width: 668px;
}

#peopleWrap #rightCol {
    float: right;
    width: 240px;
}

#peopleWrap #rightCol img {
    margin-bottom: 15px;
}

div.staffMember {
    overflow: hidden;
    background: url("/asset/images/gradients/innerShadowTopRepeatX.png") repeat-x scroll left top transparent;
    padding: 15px 10px 10px 10px;
    clear: both;
}

a.button {
    background: url("/asset/images/nav/view_news_bg.jpg") no-repeat scroll left top transparent;
    color: white;
    display: inline-block;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
    font-style: italic;
    height: 36px;
    line-height: 31px;
    margin: 10px 15px 0 -2px;
    text-decoration: none;
    text-indent: 12px;
    width: 145px;
}

div.more {
    display: none;
    clear: left;
}

img.sideImg {
    float: left;
    margin-right: 15px;
}

/* Form Stuff */

#consent {
    float: left;
    margin-top: 15px;
}

#consent-element p {
    margin-left: 30px;
}
form dl.zend_form { width: auto !important; }
form dl.zend_form dt {
    width: 150px;
    padding-right: 20px;
}

form dl.zend_form dt.send_button {
    padding-left: 146px;
}

form dl.zend_form dd ul.errors li {
    color: red;
}

#cap-element { max-width: 300px; }

/*
 * Hax (don't look here)
 */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}