body {
    background: #d4cbb5;
}
#wrapper {
    width: 968px;
}
.header, #contentWrapperWrapper {
    background: url(./images/bg_body_dcc44ee6.png) repeat-y center top;
    width: 956px;
    padding: 0 6px;
}

a {
    color: #72948f;
}
a.button,
a.button:hover {
    background: url(./images/icon_arrow_right_dcc44ee6.png) no-repeat left center;
    color: #72948f;
    font-size: 12px;
    padding: 0 0 0 18px;
}
a.button:hover {
    text-decoration: underline;
}

/* LANGUAGE + SEARCH */
#globalWrapper,
#identityWrapper {
    background: #eef2f1;
    width: 956px;
}
#globalContainer {
    height: 22px;
    padding: 10px 25px 0 0;
}
#globalLanguage {
    padding-top: 4px;
}
#globalLanguage li {
    margin-left: 20px;
}
#globalLanguage a {
    color: #666;
    font-size: 12px;
    text-transform: none;
}
#globalLanguage a.active {
    color: #333;
    font-style: italic;
    font-weight: normal;
    text-decoration: none;
}
#globalSearch .field {
    background: #fff;
    border: 1px solid #ccc;
    font-size: 11px;
    line-height: 14px;
    color: #999;
    padding: 3px 4px;
    width: 160px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    behavior: url(http://www.rtna.com.au/css/htc/border-radius.htc);
}
#globalSearch .button {
    background: #72948f;
    border: none;
    border-color: #72948f;
    color: #fff;
    font-size: 12px;
    margin-left: 5px;
    padding: 2px 4px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    behavior: url(http://www.rtna.com.au/css/htc/border-radius.htc);
}

/* IDENTITY */
#identityContact {
    border: none;
}
#identityContact img {
    margin: 0 0 0 25px;
}
#identity {
    padding-left: 25px;
}
#companyName {
    font-size: 26px;
    color: #530006;
}
#companyTagline {
    font-size: 18px;
    font-family: Times, serif;
    color: #787770;
}
#contact {
    padding-right: 25px;
}
#actionLine {
    color: #993300;
    font-family: Times, serif;
    font-size: 18px;
}
#phoneNumber {
    color: #530006;
    font-family: Times, serif;
    font-size: 30px;
    line-height: 36px;
}

/* NAVIGATION */
#topNav {
    background: #72948f;
    border-bottom: none;
    border-top: 1px solid #fff;
    width: 956px;
}
#topNav ul {
    border-bottom: none;
    font-family: Times, serif;
    padding-left: 15px;
    width: 941px;
}
#topNav ul li a {
    color: #fff;
    font-size: 17px;
    height: 31px;
    line-height: 31px;
    padding: 0 15px;
    text-decoration: none;
}
#topNav ul li a.hasChildren {
    margin-bottom: 28px; /* Same margin as the submenu height*/
}
#topNav ul li a:hover {
    background: #b9cac7;
}
#topNav ul li a.active, #topNav ul li a.active:hover {
    background: #87a4a0;
    color: #993300;
    font-weight: normal;
}
#topNav ul ul {
    border-bottom: 1px solid #e3e3e3;
    top: 30px; /* Same top as the topmenu height */
}
#topNav ul li ul {
    background: #fff;
    font-family: Arial, sans-serif;
    padding-left: 20px;
}
#topNav ul li ul li a {
    color: #530006;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
}
#topNav ul li ul li a:hover {
    color: #993300;
    background: none;
}
#topNav ul li ul a.active,
#topNav ul li ul a.active:hover {
    background: none;
}

/* BREADCRUMB */
#breadcrumbContainer {
    width: 900px;
    padding: 0;
    margin: 0 auto;
}
#breadcrumb {
    color: #666;
    font-size: 10px;
}
#breadcrumb a {
    background: url(./images/icon_breadcrumb_dcc44ee6.png) no-repeat right center;
    color: #666;
    font-size: 10px;
    padding-right: 16px;
}

/* LEADERBOARD */
#adLeaderboard{
    background: #b1b1b1;
}

/* MODULES */
.module {
    color: #333;
    font-size: 12px;
    line-height: 16px;
}
.contentArea .h1 {
    color: #530006;
    font-family: Times, serif;
    font-weight: normal;
    font-size: 30px;
    line-height: 30px;
}
.contentArea .h2 {
    color: #530006;
    font-family: Times, serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 20px;
}
.contentArea .h1 a,
.contentArea .h2 a {
    color: #530006;
}
.contentArea .h4,
.feeds dd strong {
    color: #993300;
    font-family: Times, serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 18px;
}
.border .h2,
.notify .h2 {
    padding-bottom: 3px;
}
.border hr,
.focus .h2,
.linklist ul,
.feeds .h2,
.formbuilder .h2 {
    border-color: #e2e2d4;
    border-width: 4px;
}
.focus {
    border-bottom: 2px solid #e3e3e3;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
}
.focus .h4 {
    margin-bottom: 7px;
}
.focus p {
    margin-bottom: 10px;
}
.box,
.hours {
    background: #e1e1d1;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    behavior: url(http://www.rtna.com.au/css/htc/border-radius.htc);
}
.dotted {
    background-image: url(./images/bg_dotted_dcc44ee6.gif);
}
.linklist a {
    background-image: url(./images/icon_arrow_right_dcc44ee6.png) !important;
    color: #72948f !important;
    padding-left: 20px !important;
}
.comments .h4 {
    background: url(./images/icon_comments_dcc44ee6.gif) no-repeat 0 4px;
    border-color: #e3e3e3;
    padding-left: 20px;
}
.comments dl,
.feeds dl {
    border-width: 1px;
}
.comments .small a {
    color: #666;
}
.feeds dd strong {
    margin: 3px 0;
}
.external a {
    color: #514f46;
    font-family: Times, serif;
    font-size: 20px;
    font-weight: normal;
    padding: 22px 0 22px 76px !important;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    behavior: url(http://www.rtna.com.au/css/htc/border-radius.htc);
}
.external a.photo {
    background: #c5d3d1 url(./images/icon_photo_dcc44ee6.png) no-repeat 10px center;
}
.external a.quote {
    background: #c5d3d1 url(./images/icon_quote_dcc44ee6.png) no-repeat 10px center;
}
.hours .content {
    background: #f5f5ef;
    margin-bottom: 5px;
    padding: 5px 10px 1px 10px;
}
.contact {
    background: none;
    padding: 0;
}
.contact .h2 {
    border-bottom: 4px solid #e2e2d4;
    padding-bottom: 3px;
}
.logos ul {
    background: none;
    padding: 0;
}

/* FORMBUILDER */
.formbuilder.normal form {
    background: #e1e1d1;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    behavior: url(http://www.rtna.com.au/css/htc/border-radius.htc);
}
.formbuilder.simple {
    background: #e1e1d1;
    padding: 0;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    behavior: url(http://www.rtna.com.au/css/htc/border-radius.htc);
}
.formbuilder.simple .h2 {
    background: #72948f;
    border: none;
    color: #fff;
    padding: 10px 15px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    behavior: url(http://www.rtna.com.au/css/htc/border-radius.htc);
}
.formbuilder.simple form {
    padding: 0 15px 10px 15px;
}
.formbuilder hr {
    border-color: #fff;
}
.formbuilder .textarea-container,
.formbuilder .text-container {
    border-color: #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    behavior: url(http://www.rtna.com.au/css/htc/border-radius.htc);
}
.formbuilder .button-container {
    display: inline;
    padding: 8px 0 9px 0;
}

/* GALLERY */
.gallery .pics li em {
    font-style: normal;
}
.gallery .pics a {
    color: #333;
}
.gallery .pics li span.pic {
    background: #eee;
}
.gallery ul.nav {
    border-top: 1px solid #e2e2d4;
}
.gallery .nav .info {
    color: #666;
    font-size: 11px;
}
.gallery .nav a.previous {
    background-image: url(./images/icon_arrow_left_dcc44ee6.png);
}
.gallery .nav a.next {
    background-image: url(./images/icon_arrow_right_dcc44ee6.png);
}

/* SUB NAVIGATION */
.subnav a {
    background: url(./images/icon_subnav_dcc44ee6.png) no-repeat 1px 7px;
    border-bottom: 1px dotted #e3e3e3;
    padding-left: 14px;
    color: #333;
    font-size: 12px;
}
.subnav a:hover {
    color: #666;
    text-decoration: none;
}
.subnav li {
    margin-bottom: 2px;
}
.subnav ul ul {
    border-bottom: 1px dotted #e3e3e3;
}
.subnav li li {
    border: none;
    margin: 0;
}
.subnav a.active, .subnav a.active:hover {
    border-bottom: 1px dotted #e3e3e3;
    color: #993300;
    font-weight: normal;
}
.subnav li li .active, .subnav li li a.active:hover,
.subnav a.hasChildren, .subnav a.hasChildren:hover {
    border-bottom: 0;
}
.subnav li li a {
    background: none;
    font-size: 11px;
    padding-left: 14px;
}
.subnav li li li a {
    padding-left: 24px;
}
.subnav li li li li a {
    padding-left: 34px;
}
.subnav li li li li li a {
    padding-left: 44px;
}

/* FOOTER */
#footer {
    width: 968px;
}
#footer .bgWrapper:first-child {
    background: url(./images/bg_body_dcc44ee6.png) repeat-y center top;
    overflow: hidden;
}
address {
    background: #ede9de;
    border-top: 1px solid #b9b9b2;
    color: #333333;
    letter-spacing: 0;
    margin: 10px 31px 8px 31px;
    padding: 0 20px;
    text-align: left;
    text-transform: none;
}
#poweredByContainer {
    border: none;
    padding: 20px 31px 5px 31px;
    background: url(./images/bg_bottom_dcc44ee6.png) no-repeat center top;
}
#poweredBy {
    color: #333;
}

.contentAreaC .product .h1, .contentAreaD .product .h1 {
    border-bottom: 1px solid #e1e1d1;
}

/* CHECKOUT */
.checkoutArea table tbody tr.total td {
    background: #e1e1d1;
}
.checkoutArea, .product .price,
.checkoutArea table,
.checkoutArea table th,
.checkoutArea .subTotal strong,
.checkoutArea .total strong,
.checkoutArea .checkoutDetail strong {
    color: #333;
}
.checkoutArea .subTotal strong,
.checkoutArea .total strong,
.checkoutArea .checkoutDetail strong {
    font-weight: bold;
}

.checkoutArea .shopButtonWrapper, .contentArea .shopButtonWrapper {
    border: 0;
    text-align: right;
}
.formbuilder .button, .contentArea .shopButton {
    background: url(./images/shopButton_bg_dcc44ee6.png) repeat-x left center;
    width: auto;
    color: #fff;
    font-weight: bold;
    font-size: 14px !important;
    height: 27px;
    line-height: 27px;
    padding: 0 10px;
    border: 0;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 2px #999999;
    box-shadow: 0 1px 2px #999999;
}
.checkoutArea .shopButton,
.contentAreaA .shopButton,
.contentAreaB .shopButton,
.contentAreaC .shopButton,
.contentAreaD .shopButton,
.contentAreaE .shopButton,
.contentAreaF .shopButton {
    width: 100%;
}
.formbuilder .button-container:after, .checkoutArea .shopButtonWrapper:after {
    pointer-events:none;
    display: block;
    height: 0;
    font-size: 14px;
    content: ' âž”';
    color: #fff;
    /* just to be sure if at one point selectivizr or equivalent js lib would be installed */
    *display: none; /* IE7 hack */
    _display: none; /* IE6 hack */
}
.formbuilder .button-container:after {
    position: absolute;
    top: 21px;
    right: 6px;
}
.checkoutArea .shopButtonWrapper:after {
    position: relative;
    top: -22px;
    right: 6px;
}
.formbuilder .button, .checkoutArea .shopButton {
    padding: 0 22px 0 10px;
    *padding: 0 10px; /* IE7 hack */
    _padding: 0 10px; /* IE6 hack */
}
/* IE8 hack */
@media \0screen {
    .formbuilder .button-container:after, .checkoutArea .shopButtonWrapper:after {
        display: none;
    }
    .formbuilder .button, .checkoutArea .shopButton {
        padding: 0 10px;
    }
}
.formbuilder.simple .button {
    margin: 15px 0 0 0;
}

.ecommerceSlider ul.nav, .ecommerceSlider2 ul.nav {
    background: transparent;
}
.ecommerceSlider .nav a.previous, .ecommerceSlider2 .nav a.previous {
    background-image: url(./images/icon_arrow_left_dcc44ee6.png);
}
.ecommerceSlider .nav a.next, .ecommerceSlider2 .nav a.next {
    background-image: url(./images/icon_arrow_right_dcc44ee6.png);
}
.product .h1 a {
    background-image: url(./images/backtolist_dcc44ee6.gif);
}
