/* general */
body {
    background: #efefed url(images/bg_1345111398.png) repeat-x;
    color: #333;
}
a {
    color: #333;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
#wrapper {
    width: 100%;
}
#header,
#globalWrapper,
#topGraphicWrapper,
#adLeaderboardWrapper {
    width: 946px;
    margin: 0 2px;
}
#identityContact,
#topNav {
    border: 0;
}
/* header */
#identityWrapper {
    background: url(images/black70_1345111398.png);
    width: 100%;
}
#identityContact {
    margin: 0 auto;
    width: 900px;
}
#companyName {
    font-size: 24px;
    color: #ccc;
}
#phoneNumber {
    font-size: 18px;
    font-weight: normal;
    color: #ccc;
}
#companyTagline,
#actionLine {
    font-size: 16px;
    font-style: italic;
    color: #ccc;
}
#contact {
    margin: -22px 0 0 0;
}

/* horizontal nav level 1 */
#topNav {
    background: url(images/nav_bg_1345111398.png) repeat-x;
    width: 100%;
}
#topNav ul {
    width: 900px;
    margin: 0 auto;
}
#topNav ul li a {
    margin: 0 20px 0 0;
    padding: 0;
    color: #999;
    font-family: arial, helvetica, sans-serif;
    font-size: 16px;
    height: 42px;
    line-height: 50px;
    text-decoration: none;
}
#topNav ul li a:hover,
#topNav ul li a.active,
#topNav ul li a.active:hover {
    color: #fff;
    font-weight: normal;
    cursor: pointer;
    text-decoration: none;
}
#topNav ul li a.hasChildren {
    margin: 0 20px 37px 0;
}
/* horizontal nav level 2 */
#topNav ul ul {
    margin: 0;
    top: 42px;
    height: 37px;
}
#topNav ul ul li {
    height: 37px;
}
#topNav ul ul li a {
    margin: 0 20px 0 0;
    padding: 0;
    color: #202020;
    font-family: arial, sans-serif;
    font-size: 13px;
    line-height: 37px;
    text-shadow: none;
    height: 37px;
}
#topNav ul ul li a:hover,
#topNav ul ul li a.active,
#topNav ul ul li a.active:hover {
    background: none;
    color: #202020;
    text-decoration: underline;
}

/* vertical nav level 1 */
.subnav a,
.subnav a.active,
.subnav a.active:hover {
    border: 0;
    line-height: 19px;
}
.subnav li {
    position: relative;
}
.subnav a {
    color: #202020;
    text-decoration: none;
}
.subnav a.active,
.subnav a.active:hover,
.subnav a:hover {
    color: #202020;
    font-weight: normal;
    cursor: pointer;
    text-decoration: underline;
}

/* vertical nav level 2 */
.subnav ul ul {
    padding: 0;
    margin: 0 0 5px 0;
}
.subnav ul ul a {
    font-size: 13px;
    border: 0;
}
.subnav ul ul li {
    margin: 0 0 0 20px;
}

/* breadcrumb */
#breadcrumbWrapper {
    width: 910px;
    margin: 0 auto;
}
#breadcrumb ol {
    margin: 5px 0 0 0;
}
#breadcrumb li {
    font-size: 11px;
    color: #666;
    margin: 0 0 0 5px;
}
#breadcrumb li a {
    text-decoration: none;
    color: #666;
}
#breadcrumb li a:hover {
    text-decoration: underline;
}
#breadcrumb li:before {
    display: inline;
    margin: 0 5px 0 0;
    content: '›';
}
#breadcrumb li:first-child:before {
    content: '';
    margin: 0;
}
.addthis_toolbox {
    padding: 0;
    margin: 6px 0 9px 0;
}

/* content */
#contentWrapperWrapper {
    width: 920px;
    margin: 0 auto;
}
.contentArea .h1,
.contentArea .h2 {
    font-weight: normal;
    color: #333;
}
.contentArea .h1 {
    font-size: 24px;
}
.contentArea .h2 {
    font-size: 20px;
}
.contentArea .h1 a,
.contentArea .h2 a {
    text-decoration: none;
}
.contentArea .h1 a:hover,
.contentArea .h2 a:hover {
    text-decoration: underline;
}
.contentArea .h4 {
    color: #333;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
}
a.button {
    background: url(images/button_bg_1345111398.png) no-repeat left center;
    color: #ccc;
    padding: 3px 7px 3px 19px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 11px;
}
a.button:hover {
    background: url(images/button_bg_1345111398.png) no-repeat left center;
}
.module.focus .h2,
.formbuilder .h2 {
    margin: 0 0 5px 0;
    padding: 0 0 3px 0;
}
.module.contact {
    background: transparent;
    margin: 0 10px;
    padding: 0;
}
.module.focus .h2,
.formbuilder .h2,
.comments .h4,
.border hr,
.contentAreaC .product .h1,
.contentAreaD .product .h1,
.product .price {
    border-bottom: 1px solid #666;
}
.product .price {
    border-top: 1px solid #666;
}
.formbuilder.normal form {
    background: transparent;
    padding: 0 0 15px 0;
}
.contentAreaA .formbuilder.normal .text,
.contentAreaA .formbuilder.normal .text-container,
.contentAreaA .formbuilder.normal .textarea,
.contentAreaA .formbuilder.normal .textarea-container,
.contentAreaA .formbuilder.normal .width-container {
    width: 425px;
}
.formbuilder.simple {
    background: url(images/black70_1345111398.png);
    color: #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.formbuilder.simple label,
.formbuilder.simple h3 {
    color: #ccc;
}
.formbuilder.simple .text-container,
.formbuilder.simple .textarea-container {
    background: url(images/white70_1345111398.png);
}
.formbuilder.simple textarea {
    background: transparent;
}
.formbuilder.simple .text-container,
.formbuilder.simple .textarea-container {
    border-color: #d0d0d0;
}
.formbuilder.simple .button {
    background: url(images/white70_1345111398.png);
    color: #333;
}
.formbuilder .text-container,
.formbuilder .textarea-container {
    border-color: #d0d0d0;
}
.focus {
    padding: 0;
    margin: 0 10px 15px 10px;
    border-bottom: 1px dashed #ccc;
}
.box {
    background: url(images/black70_1345111398.png);
    color: #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.box .h2 {
    color: #ccc;
}
.external {
    background: url(images/black70_1345111398.png);
    margin: 0 10px !important;
    padding: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.external .quote,
.external .quote:hover {
    background: url(images/photo_icon_1345111398.png) no-repeat 14px center;
    padding: 20px 15px 20px 65px;
}
.external .photo,
.external .photo:hover {
    background: url(images/photo_icon_1345111398.png) no-repeat 14px center;
    padding: 20px 15px 20px 65px;
}
.external a {
    font-family: arial, helvetica, sans-serif;
    font-weight: normal;
    font-size: 20px;
    text-decoration: none;
    color: #ccc;
}
.gallery .pics a {
    text-decoration: none;
}
.gallery .pics em {
    color: #666;
    font-style: normal;
}
.gallery ul.nav {
    border-top: 1px dashed #666;
    font-size: 11px;
    color: #666;
}
.gallery .nav a.previous {
    background: url(images/arrow-left_1345111398.png) no-repeat center center;
}
.gallery .nav a.next {
    background: url(images/arrow-right_1345111398.png) no-repeat center center;
}
.comments .h4 {
    padding: 0;
}
.comments .h4 a {
    background: url(images/comment_1345111398.png) no-repeat left center;
    padding: 0 0 0 20px;
    color: #333;
    text-decoration: none;
}
.comments .h4 a:hover {
    text-decoration: underline;
}
.comments dl {
    border: 0;
}
.comments dd {
    border-bottom: 1px dashed #666;
}
.comments a {
    color: #666;
}
dt.small {
    color: #333;
}
a.hide,
a.show {
    color: #666;
    text-decoration: none;
}
a.hide:hover,
a.show:hover {
    text-decoration: underline;
}
a.hide {
    background: url(images/arrow-up_1345111398.gif) no-repeat left center;
}
a.show {
    background: url(images/arrow-down_1345111398.gif) no-repeat left center;
}
.formbuilder.simple .h2 {
    padding: 0;
    border: 0;
}
.divider {
    border-top: 1px solid #666;
}
.dotted {
    border-top: 1px dashed #666;
}
.linklist ul {
    border-top: 1px solid #666;
}
.linklist li {
    padding: 4px 0 4px 18px;
    background: url(images/linklist_bullet_1345111398.png) no-repeat 5px center;
    border-bottom: 1px dashed #666;
}
.linklist li a {
    padding: 0;
    color: #333;
    text-decoration: none;
}
.linklist li a:hover {
    text-decoration: underline;
}
.feeds .h2 {
    border-bottom: 1px solid #666;
}
.feeds dl {
    border: 0;
}
.feeds dd {
    border-bottom: 1px dashed #666;
}
.feeds dd strong {
    color: #333;
    font-weight: normal;
}
.feeds img {
    max-width: 100%;
}
.map {
    border: 0;
    padding: 0;
}
.mapcontainer .content {
    background: url(images/white70_1345111398.png);
    border: 1px solid #d0d0d0;
    padding: 9px;
    margin: 0 0 5px 0;
}
.hours {
    border: 1px solid #d0d0d0;
    background: url(images/white70_1345111398.png);
}
.hours .content {
    background: #ececec;
    padding: 10px;
    margin: 10px 0 5px 0;
    line-height: 17px;
}
.hours .content p {
    margin: 0;
}
.contact .h2 {
    border-bottom: 1px solid #666;
    margin: 0 0 5px 0;
    padding: 0 0 3px 0;
}
.contact strong {
    font-weight: normal;
}
.contact ul li {
    color: #333;
}

/* shop */
.productBuyButton .price,
.contentAreaC .price,
.contentAreaD .price {
    border: 0;
}
.ecommerceSlider .slider,
.ecommerceSlider2 span.pic {
    border: 1px solid #d0d0d0;
}
.ecommerceSlider2 .slider {
    border-bottom: 1px solid #666;
}
.ecommerceSlider ul.nav,
.ecommerceSlider2 ul.nav {
    background: transparent;
}
.ecommerceSlider .nav a.previous,
.ecommerceSlider2 .nav a.previous {
    background: url(images/arrow-left_1345111398.png) no-repeat center center;
}
.ecommerceSlider .nav a.next,
.ecommerceSlider2 .nav a.next {
    background: url(images/arrow-right_1345111398.png) no-repeat center center;
}
.ecommerceSlider2 .pics li span.pic span.stamp,
.ecommerceSlider span.stamp,
.ecommerceSlider2 span.stamp {
    background: #ff5700;
    background: rgba(255,87,0,.8);
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
}
.product .h1 a {
    background-image: url(images/catalogue_1345111398.png);
}

/* checkout */
.checkoutArea {
    font-size: 13px;
}
.checkoutArea .checkoutNav {
    color: #666;
}
.checkoutArea .checkoutNav a.active {
    color: #333;
    text-decoration: none;
}
.checkoutArea .checkoutNav a:hover {
    text-decoration: underline;
}
.checkoutArea table tbody tr td,
.checkoutArea table tbody tr.paymentDelivery td,
.checkoutArea table tbody tr.subTotal,
.checkoutArea table tbody tr.total td,
.checkoutArea .newsletter,
.checkoutArea .terms,
.checkoutArea .checkoutDetail {
    border-color: #666;
}
.checkoutArea table tbody tr.total td {
    background: transparent;
}
.checkoutArea .subTotal strong,
.checkoutArea .total strong,
.checkoutArea .checkoutDetail strong {
    font-weight: bold;
}
.checkoutArea .button-container a.return {
    background: url(images/arrow-left_1345111398.png) no-repeat left center;
}
.checkoutArea .button-container a.return:hover {
    text-decoration: underline;
}
.checkoutArea table td span,
.checkoutArea form .text-container {
    border-color: #d0d0d0;
}

/* buttons */
.shopButtonWrapper {
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.shopButton,
.checkoutArea form .shopButton,
.formbuilder .button {
    background: transparent url(images/black70_1345111398.png);
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    border: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.formbuilder .button {
    padding: 0 20px;
}

/* footer */
#footer {
    width: 900px;
    margin: 0 auto 25px auto;
}
div.address {
    color: #333;
    text-transform: none;
    font-size: 13px;
    letter-spacing: 0;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
}
#poweredByContainer {
    height: 22px;
    border: 0;
}
#poweredByContainer a {
    line-height: 20px;
}