/* CSS Document */

@font-face {
    font-family: 'TwCenMTCondensedRegular';
    src: url('fonts/tccm____-webfont.eot');
    src: url('fonts/tccm____-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/tccm____-webfont.woff') format('woff'), url('fonts/tccm____-webfont.ttf') format('truetype'), url('fonts/tccm____-webfont.svg#TwCenMTCondensedRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* DOM Elements */

canvas {
    width: 100%;
    max-width: 485px;
}

h1 {
    font-size: .75em;
    font-weight: bold;
    line-height: normal;
    color: #333;
    text-align: right;
    font-family: Calibri, Arial, Helvetica, sans-serif;
}

body {
    font: 14px/18px Calibri, Arial, Helvetica, sans-serif !important;
    margin: 0 auto;
    padding: 0px;
    text-align: left;
    color: #666;
    padding: 0;
}

img {
    border: none;
}

a {
    color: #0000ff;
    font-weight: normal;
    text-decoration: underline;
}

a:visited, a:hover, a:active {
    color: #0000ff;
}

/* Mobile Menu */

.tab-bar {
    background-color: #f2f2f2;
    border-top: 1px solid #cfcfcf;
    padding: 10px;
    width: 100%;
    height: auto;
    display: block;
    float: left;
}

.tab-bar ul {
    list-style-type: none;
    margin-left: 0;
}

.tab-bar ul li a, .tab-bar button {
    color: #79a2c4;
    font-size: 1.2rem;
    display: block;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.tab-bar ul li i {
    font-size: 2rem;
}

.off-canvas {
    background: #fff;
}

.off-canvas ul {
    list-style-type: none;
    margin-left: 0;
}

.off-canvas ul li label {
    background: #e00000;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    font-family: 'TwCenMTCondensedRegular';
    text-transform: uppercase;
    font-size: 20px;
}

.off-canvas ul li a {
    padding: 5px 10px;
    border-bottom: 1px solid #cfcfcf;
    color: #999;
    text-decoration: none;
    font-family: 'TwCenMTCondensedRegular';
    text-transform: uppercase;
    font-size: 20px;
    display: block;
}

.is-drilldown-submenu-parent > a:after {
    content: "\f0da";
    font-family: "FontAwesome";
    color: #999;
    position: absolute;
    top: 40%;
    margin-top: -6px;
    right: 1rem;
    border: 0;
}

.off-canvas ul li .js-drilldown-back a {
    background: #e00000;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    font-family: 'TwCenMTCondensedRegular';
    text-transform: uppercase;
    font-size: 20px;
    border: 0;
}

.off-canvas ul li .js-drilldown-back > a:before {
    color: #999;
    display: block;
    border: 0;
    content: "\f0d9";
    margin-right: .75rem;
    border-left-width: 0;
}

/* Top Grey Bar */

#top_links {
    width: 100%;
    float: left;
    background-color: #f2f2f2;
    border: 1px solid #cfcfcf;
}

#login_box {
    z-index: 100;
    position: relative;
}

#login_box ul.dropdown {
    width: 250px;
    height: 30px;
    display: block;
    padding: 0;
    margin: 4px 3px 3px -4px;
}

#login_box ul.dropdown ul {
    width: 460px;
    background-color: #f2f2f2;
    border: #cfcfcf 1px solid;
    border-top: 0;
    padding: 0 2px 5px 2px;
    margin: 0;
    height: 45px;
    display: block;
}

#login_box ul.dropdown {
    height: 30px;
    display: block;
}

#login_box .login, #login_box .logout, #login_box ul.dropdown a.sm {
    background: transparent url(../images/social.png) no-repeat 0 0;
    text-align: left;
    text-indent: -9999px;
    display: block;
    border: none;
}

#login_box .login {
    width: 90px;
    height: 30px;
}

#login_box .logout {
    width: 90px;
    height: 30px;
    background-position: 0 -30px;
}

#login_box ul.dropdown a.sm {
    width: 30px;
    height: 30px;
}

#login_box ul.dropdown a.facebook {
    background-position: -90px 0;
}

#login_box ul.dropdown a:hover.facebook {
    background-position: -90px -30px;
}

#login_box ul.dropdown a.twitter {
    background-position: -120px 0;
}

#login_box ul.dropdown a:hover.twitter {
    background-position: -120px -30px;
}

#login_box ul.dropdown a.rss {
    background-position: -150px 0;
}

#login_box ul.dropdown a:hover.rss {
    background-position: -150px -30px;
}

#login_box ul.dropdown a.googleplus {
    background-position: -180px 0;
}

#login_box ul.dropdown a:hover.googleplus {
    background-position: -180px -30px;
}

#login_box ul.dropdown a.linkedin {
    background-position: -210px 0;
}

#login_box ul.dropdown a:hover.linkedin {
    background-position: -210px -30px;
}

#login_box .slide {
    width: 90px;
    height: 30px;
    float: left;
    padding: 0;
    margin: 4px 3px 3px 4px;
}

#panel-login {
    background-color: #f2f2f2;
    border: #cfcfcf 1px solid;
    display: none;
    z-index: 999999;
    position: absolute;
    top: 39px;
    left: 0;
}

#login_area {
    display: block;
    padding: 5px;
}

#login_area input, #login_area .sdate {
    display: inline-block;
}

#login_area .sdate input {
    height: auto;
}

#login_button input {
    font-family: 'TwCenMTCondensedRegular';
    font-size: 1rem;
    padding: 3px 15px;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 10px;
    border-radius: 6px;
    color: #808080;
    border: 1px solid #808080;
    background: #f9f9f9;
    background: -moz-linear-gradient(top, #f9f9f9 0%, #e7e7e7 100%);
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #e7e7e7 100%);
    background: linear-gradient(to bottom, #f9f9f9 0%, #e7e7e7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e7e7e7', GradientType=0);
}

#not_registered {
    display: block;
    font-size: 11px;
    color: #acacac;
    font-family: "Calibri", "Helvetica", "Arial", sans-serif;
    text-align: left;
    text-decoration: underline;
}

#not_registered a {
    color: #e00000;
    padding: 0;
    margin: 0;
}

#not_registered a:hover {
    color: #acacac;
    text-decoration: none;
}

/* top menus */

#top_navigation {
    float: right;
    margin-left: 0px;
    margin-right: 20px;
    padding: 0px;
}

#top_navigation ul {
    list-style-type: none;
    float: left;
    margin: 0px;
    padding: 0px;
}

#top_navigation ul li {
    float: left;
    margin: 0px;
    padding: 0px;
    position: relative;
}

#top_navigation a img {
    border: 0;
    float: left;
    margin: 0px;
    padding: 0px;
}

#top_navigation ul li a {
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    display: block;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    color: #79a2c4;
    font-size: 22px;
    font-family: 'TwCenMTCondensedRegular';
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    padding: 3px 6px;
    position: relative;
    opacity: 1;
    transition: opacity .5s ease-in-out;
    font-weight: bold;
}

#top_navigation > ul > #active > a {
    color: #e00000;
}

#top_navigation ul li a:hover {
    background: rgba(255, 255, 255, 0.5);
    border-right: 1px solid #808080;
    border-left: 1px solid #808080;
    opacity: 0.5;
    transition: opacity .5s ease-in-out;
}

#top_navigation li ul {
    position: absolute;
    top: 38px;
    left: 0;
    padding-left: 0px;
    background: #fafafa;
    z-index: 2;
    clear: both;
    border: 1px solid #cfcfcf;
    border-top: 0px;
    height: auto;
    padding-top: 5px;
    display: none;
}

#top_navigation li:hover ul {
    display: block;
}

#top_navigation li ul li {
    border-bottom: solid;
    border-bottom-width: 0px;
    display: block;
    background: #fafafa;
    height: 20px;
    font-family: "Calibri", "Helvetica", "Arial", sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #898989;
    text-transform: uppercase;
}

#top_navigation li:hover ul a, #top_navigation li.sfHover ul a {
    color: #898989;
    width: 170px;
    text-indent: 5px;
}

#top_navigation li:hover ul a:hover, #top_navigation li.sfHover ul a:hover {
    background: #fafafa;
    color: #e00000;
    height: 20px;
}

#top_navigation li:hover ul, #top_navigation li.sfhover ul {
    left: auto;
    margin: 0px;
    padding: 0px;
}

#top_navigation ul li ul li a {
    border-top: 0;
    padding: 3px 12px 3px 6px;
    margin: 0px;
    line-height: 20px;
    font-family: "Calibri", "Helvetica", "Arial", sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #898989;
    text-transform: uppercase;
    text-decoration: none;
    border: 0;
}

#top_navigation ul li ul li a:hover {
    color: #e00000;
    border-top: 0;
    padding: 3px 12px 3px 6px;
    height: 20px;
    margin: 0px;
    line-height: 20px;
    border: 0;
}

/* Left Hand Blocks */

.block-title, .block-title-link {
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
    font-family: 'TwCenMTCondensedRegular';
    font-size: 24px;
    color: #999;
    text-decoration: none;
    text-transform: uppercase;
}

.last-word {
    color: #79a2c4;
}

#main_content .medium-4:nth-child(3), #main_content .large-4:nth-child(3) {
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
}

/* template 3 */

/* Left Hand Menu */

.removeMyPadding {
    padding: 0 !important;
}

/* News */

.news-search-box {
    width: 100%;
    background-color: #F2F2F2;
    padding: 5px;
    margin-bottom: 15px;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #CFCFCF;
}

.news-search-box_heading {
    color: #808080;
    text-transform: uppercase;
    display: block;
}

.news-search-box_selectors {
    color: #5D9BCE;
    text-transform: uppercase;
    display: block;
}

.news-category a {
    text-decoration: none;
}

.news-category a h3 {
    color: #808080;
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    text-decoration: none;
    font-family: Calibri, Arial, Helvetica, sans-serif;
    line-height: 34px;
}

.news-category a h3:hover, .news-category a h3:active, .news-category a h3:visited {
    color: #5d9bce;
}

.news-error {
    color: #888888;
    font-size: 12px;
    font-family: calibri;
}

#searchform input[type="text"], #searchform select {
    border-radius: 5px;
    border: 1px solid #cfcfcf;
    margin-top: 2px;
    margin-top: 1px;
    margin-left: 5px;
    margin-left: 0px;
    margin-left: -0px;
    font-size: 11px;
    color: #8B8B8B;
    background-color: #FBFBFB;
    height: auto;
    max-height: 31px;
}

#searchform select {
    box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, .1);
}

#search-button-news {
    font-family: 'TwCenMTCondensedRegular';
    font-size: 1rem;
    padding: 3px 15px;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 6px;
    color: #808080;
    border: 1px solid #808080;
    background: #f9f9f9;
    background: -moz-linear-gradient(top, #f9f9f9 0%, #e7e7e7 100%);
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #e7e7e7 100%);
    background: linear-gradient(to bottom, #f9f9f9 0%, #e7e7e7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e7e7e7', GradientType=0);
    margin-bottom: 7px;
    margin-top: 20px;
}

#search_box {
    font-size: 12px;
}

#search_box #searchform .sdate {
    display: block;
}

.noBorder {
    border: 0 !important;
}

.noPadRight {
    padding-right: 0;
}

.register-button input {
    margin-left: 0 !important;
    margin-bottom: 10px;
}

.seo-content h2 {
    font-size: 1.8rem;
    margin: 0;
    padding: 0;
    color: #e00000;
    text-transform: uppercase;
    font-family: 'TwCenMTCondensedRegular';
}

#returned_errors {
    padding: 10px;
    margin-left: 0;
    list-style-type: none;
    background: rgba(255, 0, 0, 0.2);
    border-radius: 6px;
    border: 1px solid #e00000;
    color: #e00000;
}

/* Directory */

.font-primary {
    font-family: 'TwCenMTCondensedRegular';
    text-transform: uppercase;
}

#pets_bread_crumb .h2red {
    font-family: 'TwCenMTCondensedRegular';
    margin: 0;
    padding: 0;
    color: #e00000;
    text-transform: uppercase;
    display: block;
    font-size: 1.5em;
    font-weight: bold;
}

#record_holder {
    float: left;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#record_heading {
    display: block;
    color: #5d9bce;
    font-size: 16px;
    font-family: "Calibri", "Helvetica", "Arial", sans-serif;
    font-weight: bold;
}

#record_line {
    display: block;
}

#record_line_caption {
    height: 100%;
    color: #888888;
    font-size: 12px;
    font-family: "Calibri", "Helvetica", "Arial", sans-serif;
}

#record_bottom_text {
    margin-top: 5px;
    height: 100%;
    color: #888888;
    font-size: 11px;
    font-family: "Calibri", "Helvetica", "Arial", sans-serif;
}

#more_info {
    margin-top: 5px;
    float: right;
    color: #ed0000;
    font-size: 10px;
    font-family: "Calibri", "Helvetica", "Arial", sans-serif;
    font-weight: bold;
}

.pagination a {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    padding: 0;
    color: #898989;
    text-decoration: none;
    font-family: 'TwCenMTCondensedRegular';
}

.pagination a:hover, .pagination button:hover {
    background: none;
    color: #e00000;
}

.pagination .currentPage {
    font-size: 18px;
    font-weight: bold;
    color: #e00000;
    font-family: 'TwCenMTCondensedRegular';
}

/* ************************************************************************ EVERYTHING ABOVE HERE HAS BEEN VETTED ************************************************************************ */

/* Header */

.news_cat a {
    color: #f30;
}

a.new-item-heading,
a.new-item-heading:active,
a.new-item-heading:visited {
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
    color: #5d9bce
}

a.new-item-heading:hover {
    color: #ed0000
}

div.newsitem {
    font-size: 12px;
    margin-bottom: 10px;
}

.newsitem h3 {
    font-weight: bold;
    margin: 3px 0px;
}

.newsitem h3 a {
    color: #818181;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

.newsitem h3 a:hover {
    color: #ee1c24;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

a.readmore {
    display: block;
    clear: both;
    font-size: 11px;
    font-weight: normal;
    padding: 3px 0;
}

.block-item {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 20px;
}

.block-item p strong {
    font-size: 14px;
}

/*TopBanner*/

.breakingNews {
    height: 100%;
    margin-top: 20px;
    padding-top: 0;
}

.normal_block .breakingNews p span.subHdr {
    color: #606060;
}

/* Right Column*/

#pet_directory_heading {
    width: 281px;
    height: 18px;
    float: left;
    background-image: url(../images/pet_direcotory_heading.png);
    background-repeat: no-repeat;
}

#pet_directory_text {
    width: 281px;
    height: 100%;
    float: left;
    margin-top: 5px;
    font-size: 12px;
    color: #818181;
    font-family: "Calibri", "Helvetica", "Arial", sans-serif;
}

#search_heading {
    width: 281px;
    height: 16px;
    float: left;
    background-image: url(../images/search_box_heading.png);
    background-repeat: no-repeat;
    margin-top: 15px;
}

#featured_articles {
    width: 281px;
    margin-left: 20px;
    margin-right: 19px;
    margin-bottom: 0px;
    float: left;
    height: 100%;
    padding-bottom: 6px;
    margin-top: 20px;
    padding-top: 15px;
}

#featured_articles_heading {
    width: 281px;
    height: 19px;
    float: left;
    background-image: url(../images/featured_articles_heading.png);
    background-repeat: no-repeat;
}

#featured_articles_text {
    width: 281px;
    height: 100%;
    float: left;
    margin-top: 5px;
    font-size: 12px;
    color: #818181;
    font-family: "Calibri", "Helvetica", "Arial", sans-serif;
    margin-bottom: 5px;
}

#featured_articles_item_heading {
    width: 281px;
    height: 100%;
    float: left;
    margin-top: 5px;
    font-size: 14px;
    color: #444444;
    font-style: italic;
    font-weight: bold;
    font-family: "Calibri", "Helvetica", "Arial", sans-serif;
    text-decoration: underline;
}

#featured_articles_item_text {
    width: 281px;
    height: 100%;
    float: left;
    margin-top: 5px;
    font-size: 12px;
    color: #818181;
    font-family: "Calibri", "Helvetica", "Arial", sans-serif;
}

.normal_block p, .block-item p {
    color: #818181;
    font-size: 14px;
    margin: 0px;
    min-padding: 0px;
}

.normal_block p.normal_block_heading, .block-item p.normal_block_heading {
    width: 281px;
    float: left;
}

.normal_block p.normal_block_heading img, .block-item p.normal_block_heading img {
    valign: top;
}

.normal_block p.normal_block_thumb, .block-item p.normal_block_thumb {
    float: left;
    margin: 3px 8px 0px 0px;
    padding: 1px 0px 3px 2px;
}

.normal_block p span.subHdr, .normal_block p span.subHdr a, .block-item p span.subHdr, .block-item p span.subHdr a {
    display: block;
    font-weight: bold;
    text-decoration: none;
}

/* Footer */

.upprLnks {
    text-align: center;
    margin-bottom: 15px;
}

.upprLnks p {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#footer_links_dot {
    background: transparent url(../images/footer_dot.png) center 4px no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: 2px;
}

/*animal_menus */

#animals_menu_holder {
    float: left;
    width: 100%;
    height: 352px;
    margin-top: 10px;
}

#animals_menu {
    width: 100%;
    height: 352px;
    width: 282px;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
    border-left: 1px solid #cfcfcf;
    float: left;
    margin-top: 1px;
}

#animals_menu {
    float: left;
    margin-left: 0px;
    padding: 0px;
    margin-left: 0px;
}

#animals_menu ul {
    list-style-type: none;
    float: left;
    margin: 0px;
    padding: 0px;
    height: 35px;
}

#animals_menu ul li {
    float: left;
    margin: 0px;
    padding: 0px;
    height: 35px;
    clear: both;
}

#animals_menu a img {
    border: 0;
    float: left;
    margin: 0px;
    padding: 0px;
}

#animals_menu ul li a {
    display: block;
    height: 35px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

/*animals */

/*services_menus */

#services_menu_holder {
    float: left;
    width: 100%;
    height: 247px;
    margin-top: 15px;
}

#services_menu {
    height: 247px;
    float: left;
    margin-top: 1px;
    width: 282px;
    border-top: 1px solid #cfcfcf;
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
}

#services_menu {
    float: left;
    margin-left: 0px;
    padding: 0px;
    margin-left: 0px;
}

#services_menu ul {
    list-style-type: none;
    float: left;
    margin: 0px;
    padding: 0px;
    height: 35px;
}

#services_menu ul li {
    float: left;
    margin: 0px;
    padding: 0px;
    height: 35px;
    clear: both;
}

#services_menu a img {
    border: 0;
    float: left;
    margin: 0px;
    padding: 0px;
}

#services_menu ul li a {
    display: block;
    height: 35px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

#right_advert_1 {
    margin-bottom: 10px;
}

#banner embed {
    width: 100%;
}

/* 2nd Template CSS*/

/* 3rd Template CSS*/

#middle_text {
    float: left;
    width: 570px;
    height: 100px;
    margin-bottom: 20px;
    margin-top: 10px;
}

#you_may_consider_heading {
    width: 136px;
    height: 16px;
    float: left;
    background-image: url(../images/you_may_consider_heading.png);
    background-repeat: no-repeat;
}

#you_may_consider {
    width: 568px;
    height: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 20px;
}

#you_may_consider_1 {
    width: 111px;
    height: 190px;
    float: left;
    border: 1px solid #b4b4b4;
}

#you_may_consider_2 {
    margin-left: 39px;
    width: 111px;
    height: 190px;
    float: left;
    border: 1px solid #b4b4b4;
}

#you_may_consider_3 {
    margin-left: 39px;
    width: 111px;
    height: 190px;
    float: left;
    border: 1px solid #b4b4b4;
}

#you_may_consider_4 {
    width: 111px;
    height: 190px;
    float: right;
    border: 1px solid #b4b4b4;
}

#advertisement_heading {
    width: 104px;
    height: 17px;
    float: left;
    margin-top: 130px;
    background-image: url(../images/advertisement_heading.png);
    background-repeat: no-repeat;
}

#advertisement {
    width: 568px;
    height: 120px;
    float: left;
    border: 1px solid #b4b4b4;
    margin-top: 10px;
}

#forum_holder {
    width: 568px;
    height: 100%;
    float: left;
    margin-top: 5px;
}

#forum_item_heading {
    width: 568px;
    height: 15px;
    float: left;
    margin-top: 5px;
    color: #898989;
    font-size: 12px;
    font-family: "Calibri", "Helvetica", "Arial", sans-serif;
}

/* 3rd Template CSS*/

.contSentEO {
    padding: 5px;
    margin: 0;
    color: #818181;
    font: 12px/14px Calibri, Arial, Helvetica, sans-serif;
    text-align: left
}

.contSentEO h2 {
    font-family: 'TwCenMTCondensedRegular';
    text-transform: uppercase;
    color: #e00000;
    font-size: 22px;
    line-height: 22px;
    font-weight: normal;
    margin: 2px 0;
    padding: 0;
}

.contSentEO h3 {
    font-family: 'TwCenMTCondensedRegular';
    text-transform: uppercase;
    color: #818181;
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
    margin: 2px 0;
    padding: 0;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

a:focus {
    outline: none;
}

.ss-wrapper {
    padding: 10px 5px;
    margin: 10px auto;
    border-top: #D0000F 1px solid;
}

.ss-wrapper .ss-title {
    width: auto;
    float: left;
    display: table-cell;
    height: 10px;
    vertical-align: middle;
}

.ss-wrapper .ss-icons {
    width: 300px;
    float: right;
    display: table-cell;
    height: 10px;
    vertical-align: baseline;
    text-align: right;
}

.ss-wrapper .ss-title p {
    padding: 20px 0 0 0;
    font-size: 1.6em;
}

.ss-wrapper .ss-icons .icon {
    float: right;
    margin: 0 5px 0 0;
}

.link {
    clear: both;
    font-size: 13px;
    float: left;
    margin-top: 10px;
    width: 100%;
}

.link a {
    background-color: #4c4c4c;
    padding: 5px 7px 7px 30px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}

.link a:hover {
    background-color: #D0000F;
    color: #fff;
    text-decoration: none;
}

.back-link {
    float: left;
    background: url(../images/icon-back.png) no-repeat 3px 3px;
}

.forum-link {
    float: right;
    background: url(../images/icon-discuss.png) no-repeat 3px 3px;
}

/* News */

#news_cat a {
    color: #606060;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 34px;
    text-decoration: none;
}

#news_cat a:hover, #news_cat a:active, #news_cat a:visited {
    color: #5d9bce;
}

.socialshare {
    padding: 10px;
    margin-top: 10px;
    clear: both;
}

/* Header */

.news_cat a {
    color: #f30;
}

h2.redH2 {
    font-size: 1.5rem;
    margin: 0;
    padding: 0;
    color: #e00000;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Calibri, Arial, sans-serif;
}

a.new-item-heading {
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
    color: #5d9bce
}

a.new-item-heading:hover {
    color: #ed0000
}

div.newsitem .news-content {
    font-size: 12px;
}

.newsitem h3 {
    font-weight: bold;
    margin: 3px 0px;
}

.newsitem h3 a {
    color: #818181;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

.newsitem h3 a:hover {
    color: #ee1c24;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

a.readmore {
    clear: both;
    font-size: 11px;
    font-weight: normal;
}

.block-item {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 20px;
}

.block-item p strong {
    font-size: 14px;
}

a {
    color: #0000ff;
    font-weight: normal;
    text-decoration: underline;
}

a:visited, a:hover, a:active {
    color: #0000ff;
}

#holder {
    margin: 0 auto;
    height: 100%;
    width: 962px;
    margin-top: 28px;
    -overflow: hidden;
}

#main {
    height: 100%;
    width: 962px;
    float: left;
    min-height: 20px;
    -overflow: hidden;
}

#cat_in_logo {
    width: 40px;
    height: 99px;
    float: left;
    margin-top: 0px;
    background-image: url(../images/cat_in_logo.png);
    background-repeat: no-repeat;
    margin-left: -40px;
}

#logo {
    width: 244px;
    height: 99px;
    float: left;
    margin-top: 0px;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
}

#main_content {
    float: left;
    border: 1px solid #cfcfcf;
    width: 100%;
    padding-top: 20px;
}

img {
    border: none;
}

#topBanner img {
    display: block;
    margin: 0 auto;
}

/* Left Column*/

#left_column {
    width: 319px;
    height: 100%;
    float: left;
    -overflow: hidden;
    -margin-left: -20px;
    padding-top: 10px;
}

#middle_column {
    width: 320px;
    height: 100%;
    float: left;
    -overflow: hidden;
    -margin-left: -1px;
    /*padding-top: 20px;*/
    padding-top: 10px;
}

.breakingNews {
    height: 100%;
    margin-top: 20px;
    padding-top: 0;
}

.normal_block .breakingNews p span.subHdr {
    color: #606060;
}

/* Right Column*/

#pet_directory_heading {
    width: 281px;
    height: 18px;
    float: left;
    background-image: url(../images/pet_direcotory_heading.png);
    background-repeat: no-repeat;
}

#pet_directory_text {
    width: 281px;
    height: 100%;
    float: left;
    margin-top: 5px;
    font-size: 12px;
    color: #818181;
    font-family: "Calibri", "Helvetica", "Arial", sans-serif;
}

#search_heading {
    width: 281px;
    height: 16px;
    float: left;
    background-image: url(../images/search_box_heading.png);
    background-repeat: no-repeat;
    margin-top: 15px;
}

#featured_articles {
    width: 281px;
    margin-left: 20px;
    margin-right: 19px;
    margin-bottom: 0px;
    float: left;
    height: 100%;
    padding-bottom: 6px;
    margin-top: 20px;
    padding-top: 15px;
}

#featured_articles_heading {
    width: 281px;
    height: 19px;
    float: left;
    background-image: url(../images/featured_articles_heading.png);
    background-repeat: no-repeat;
}

#featured_articles_text {
    width: 281px;
    height: 100%;
    float: left;
    margin-top: 5px;
    font-size: 12px;
    color: #818181;
    font-family: "Calibri", "Helvetica", "Arial", sans-serif;
    margin-bottom: 5px;
}

#featured_articles_item_heading {
    width: 281px;
    height: 100%;
    float: left;
    margin-top: 5px;
    font-size: 14px;
    color: #444444;
    font-style: italic;
    font-weight: bold;
    font-family: "Calibri", "Helvetica", "Arial", sans-serif;
    text-decoration: underline;
}

#featured_articles_item_text {
    width: 281px;
    height: 100%;
    float: left;
    margin-top: 5px;
    font-size: 12px;
    color: #818181;
    font-family: "Calibri", "Helvetica", "Arial", sans-serif;
}

.normal_block, .block-item {
    border-bottom: 1px solid #cfcfcf;
    color: #818181;
    font-family: "Calibri", "Helvetica", "Arial", sans-serif;
    font-size: 12px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.normal_block p, .block-item p {
    color: #818181;
    font-size: 12px;
    margin: 0px;
    min-padding: 0px;
}

.normal_block p.normal_block_heading, .block-item p.normal_block_heading {
    width: 281px;
    float: left;
}

.normal_block p.normal_block_heading img, .block-item p.normal_block_heading img {
    valign: top;
}

.normal_block p.normal_block_thumb, .block-item p.normal_block_thumb {
    float: left;
    margin: 3px 8px 0px 0px;
    padding: 1px 0px 3px 2px;
}

.normal_block p span.subHdr, .normal_block p span.subHdr a, .block-item p span.subHdr, .block-item p span.subHdr a {
    display: block;
    font-weight: bold;
    text-decoration: none;
}

/* Footer */

.footer {
    margin: 15px 0;
}

.upprLnks {
    text-align: center;
}

.upprLnks p {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

/* Directory */

#login_button {
    display: inline-block;
}

.sdate {
    display: inline-block;
}

.sdate input {
    border-radius: 5px;
    border: 1px solid #cfcfcf;
    border: none;
    margin-top: 2px;
    margin-top: 1px;
    margin-left: 5px;
    margin-left: 0px;
    margin-left: -0px;
    font-size: 11px;
    color: #8B8B8B;
    background-color: #FBFBFB;
    height: auto;
}

.log-me-out {
    float: left;
    padding: 10px 0;
}

.log-me-out a {
    color: #e00000;
    display: block;
    font-family: 'TwCenMTCondensedRegular';
    text-transform: uppercase;
    text-align: center;
}

.log-me-out .user {
    font-family: 'TwCenMTCondensedRegular';
    text-transform: uppercase;
}

/*Profile */

.login-box {
    border: 1px solid #CCCCCC;
    float: left;
    padding: 10px;
}

.login-box .login-heading {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    text-transform: uppercase;
    color: #808080;
}

#frm1 a {
    color: #e00000;
}

#frm1 #login_button input {
    margin-left: 0;
    margin-right: 5px;
}

/*Forum_small_menu */

#forum_small_menu_holder {

    float: left;
    width: 179px;
    height: 60px;
    margin-left: 19px;
}

#forum_small_menu {
    width: 179px;
    height: 60px;
    float: left;
    margin-top: 1px;
}

#forum_small_menu {
    float: left;
    margin-left: 0px;
    padding: 0px;
    margin-left: 0px;
}

#forum_small_menu ul {
    list-style-type: none;
    float: left;
    margin: 0px;
    padding: 0px;
    height: 18px;
}

#forum_small_menu ul li {
    float: left;
    margin: 0px;
    padding: 0px;
    height: 18px;
    clear: both;
    margin-left: -1px;
}

#forum_small_menu a img {
    border: 0;
    float: left;
    margin: 0px;
    padding: 0px;
}

#forum_small_menu ul li a {
    display: block;
    height: 18px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;

}

#forum_small_menu ul li a#heading {
    background-image: url(../images/forum_small.png);
    width: 179px;
    height: 21px;
    background-position: -0px -14px;
    background-repeat: no-repeat;
}

#forum_small_menu ul li a#all_discussions {
    background-image: url(../images/forum_small.png);
    width: 179px;
    height: 18px;
    background-position: -0px -34px;
    background-repeat: no-repeat;
}

#forum_small_menu ul li a#all_discussions:hover {
    background-image: url(../images/forum_small.png);
    background-position: -0px -93px;
    background-repeat: no-repeat;
}

#forum_small_menu ul li#active a#all_discussions {
    background-image: url(../images/forum_small.png);
    background-position: -0px -152px;
    background-repeat: no-repeat;
}

/* 2nd Template CSS*/

#featured_products {
    margin-top: 13px;
}

#featured_products_heading {
    width: 256px;
    height: 16px;
    float: left;
    background-image: url(../images/featured_products_heading.png);
    background-repeat: no-repeat;
}

#featured_products_img {
    width: 137px;
    height: 174px;
    float: left;
    margin-top: 8px;
}

#featured_products_text {
    width: 112px;
    height: 100%;
    float: left;
    margin-top: 8px;
    margin-left: 5px;
    font-size: 12px;
    color: #818181;
    font-family: "Calibri", "Helvetica", "Arial", sans-serif;
    text-align: left;
}

/* 2nd Template CSS*/

/* 3rd Template CSS*/

#middle_text {
    float: left;
    width: 570px;
    height: 100px;
    margin-bottom: 20px;
    margin-top: 10px;
}

#you_may_consider_heading {
    width: 136px;
    height: 16px;
    float: left;
    background-image: url(../images/you_may_consider_heading.png);
    background-repeat: no-repeat;
}

#you_may_consider {
    width: 568px;
    height: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 20px;
}

#you_may_consider_1 {
    width: 111px;
    height: 190px;
    float: left;
    border: 1px solid #b4b4b4;
}

#you_may_consider_2 {
    margin-left: 39px;
    width: 111px;
    height: 190px;
    float: left;
    border: 1px solid #b4b4b4;
}

#you_may_consider_3 {
    margin-left: 39px;
    width: 111px;
    height: 190px;
    float: left;
    border: 1px solid #b4b4b4;
}

#you_may_consider_4 {
    width: 111px;
    height: 190px;
    float: right;
    border: 1px solid #b4b4b4;
}

#advertisement_heading {
    width: 104px;
    height: 17px;
    float: left;
    margin-top: 130px;
    background-image: url(../images/advertisement_heading.png);
    background-repeat: no-repeat;
}

#advertisement {
    width: 568px;
    height: 120px;
    float: left;
    border: 1px solid #b4b4b4;
    margin-top: 10px;
}

#forum_holder {
    width: 568px;
    height: 100%;
    float: left;
    margin-top: 5px;
}

#forum_item_heading {
    width: 568px;
    height: 15px;
    float: left;
    margin-top: 5px;
    color: #898989;
    font-size: 12px;
    font-family: "Calibri", "Helvetica", "Arial", sans-serif;
}

/* 3rd Template CSS*/

.contSentEO {
    padding: 5px;
    margin: 0;
    color: #818181;
    font: 12px/14px Calibri, Arial, Helvetica, sans-serif;
    text-align: left
}

.contSentEO h2 {
    font-family: 'TwCenMTCondensedRegular';
    text-transform: uppercase;
    color: #e00000;
    font-size: 22px;
    line-height: 22px;
    font-weight: normal;
    margin: 2px 0;
    padding: 0;
}

.contSentEO h3 {
    font-family: 'TwCenMTCondensedRegular';
    text-transform: uppercase;
    color: #818181;
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
    margin: 2px 0;
    padding: 0;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

a:focus {
    outline: none;
}

#middle_column p {
    padding: 0;
    margin: 0;
}

.spacer {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 5px
}

.ss-wrapper {
    padding: 10px 5px;
    margin: 10px auto;
    border-top: #D0000F 1px solid;;
}

.ss-wrapper .ss-title {
    width: auto;
    float: left;
    display: table-cell;
    height: 10px;
    vertical-align: middle;
}

.ss-wrapper .ss-icons {
    width: 300px;
    float: right;
    display: table-cell;
    height: 10px;
    vertical-align: baseline;
    text-align: right;
}

.ss-wrapper .ss-title p {
    padding: 20px 0 0 0;
    font-size: 1.6em;
}

.ss-wrapper .ss-icons .icon {
    float: right;
    margin: 0 5px 0 0;
}

.link {
    clear: both;
    font-size: 13px;
    float: left;
    margin-top: 10px;
    width: 100%;
}

.link a {
    background-color: #4c4c4c;
    padding: 5px 7px 7px 30px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}

.link a:hover {
    background-color: #D0000F;
    color: #fff;
    text-decoration: none;
}

.back-link {
    float: left;
    background: url(../images/icon-back.png) no-repeat 3px 3px;
}

.forum-link {
    float: right;
    background: url(../images/icon-discuss.png) no-repeat 3px 3px;
}

/* News */

#news_cat a {
    color: #606060;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 34px;
    text-decoration: none;
}

#news_cat a:hover, #news_cat a:active, #news_cat a:visited {
    color: #5d9bce;
}

.socialshare {
    padding: 10px;
    margin-top: 10px;
    clear: both;
}

.footerCntnt, .footerCntnt a {
    color: #999;
    font-size: 9px;
}

.seo-footer-links {
    width: 100%;
}

.seo-footer-links a {
    display: inline-block;
    font-size: 9px;
    font-weight: normal;
    color: #999999;
    text-transform: uppercase;
    text-decoration: none;
}

.seo-footer-links a:not(:last-child):after {
    content: "|";
    margin: 0 5px;
}

/* Responsive Specific */

@media only screen {
    .collapse-for-medium-up .column {
        padding: 0 .9375rem;
    }

    header canvas {
        margin-left: 0;
    }

    .block-footer {
        display: block;
        text-align: center;
    }

    #right_advert_1 img {
        display: block;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 40.63em) {
    .collapse-for-medium-up .column {
        padding: 0;
    }

    header canvas {
        margin-left: 0px;
    }

    .block-footer {
        display: inline;
        text-align: center;
    }

    #right_advert_1 img {
        margin: 0;
    }
}

@media only screen and (min-width: 1075px) {
    header canvas {
        margin-left: -60px;
    }
}

.cookie-wrapper {
    width: 100%;
    min-height: 47px;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 7px 0;
}

.cookie-wrapper a {
    color: #fff;
}

.cookie-wrapper p {
    margin-bottom: 0;
}

.cc-button {
    padding: 10px;
    background: #e30000;
    font-size: 0.6rem;
    display: block;
    text-align: center;
    cursor: pointer;
}

/* --------------------------------------- */

/* OLD CSS */

#services_menu_holder {
    float: left;
    width: 100%;
    height: 245px;
    margin-top: 15px;
    margin-bottom: 20px;
}

#services_menu {
    height: 247px;
    float: left;
    margin-top: 1px;
}

#services_menu {
    float: left;
    margin-left: 0px;
    padding: 0px;
    margin-left: 0px;
}

#services_menu ul {
    list-style-type: none;
    float: left;
    margin: 0px;
    padding: 0px;
    height: 35px;
}

#services_menu ul li {
    float: left;
    margin: 0px;
    padding: 0px;
    height: 35px;
    clear: both;
}

#services_menu a img {
    border: 0;
    float: left;
    margin: 0px;
    padding: 0px;
}

#services_menu ul li a {
    display: block;
    height: 35px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

#services_menu ul li a#wholesalers {
    background-image: url(../images/Services_big.png);
    width: 280px;
    height: 35px;
    background-position: -0px -0px;
    background-repeat: no-repeat;
}

#services_menu ul li a#wholesalers:hover {
    background-image: url(../images/Services_big.png);
    background-position: -0px -245px;
    background-repeat: no-repeat;
}

#services_menu ul li#active a#wholesalers {
    background-image: url(../images/Services_big.png);
    background-position: -0px -490px;
    background-repeat: no-repeat;
}

#services_menu ul li a#shopfitting_epos {
    background-image: url(../images/Services_big.png);
    width: 280px;
    height: 35px;
    background-position: -0px -35px;
    background-repeat: no-repeat;
}

#services_menu ul li a#shopfitting_epos:hover {
    background-image: url(../images/Services_big.png);
    background-position: -0px -280px;
    background-repeat: no-repeat;
}

#services_menu ul li#active a#shopfitting_epos {
    background-image: url(../images/Services_big.png);
    background-position: -0px -525px;
    background-repeat: no-repeat;
}

#services_menu ul li a#services {
    background-image: url(../images/Services_big.png);
    width: 280px;
    height: 35px;
    background-position: -0px -70px;
    background-repeat: no-repeat;
}

#services_menu ul li a#services:hover {
    background-image: url(../images/Services_big.png);
    background-position: -0px -315px;
    background-repeat: no-repeat;
}

#services_menu ul li#active a#services {
    background-image: url(../images/Services_big.png);
    background-position: -0px -560px;
    background-repeat: no-repeat;
}

#services_menu ul li a#exhibition_events {
    background-image: url(../images/Services_big.png);
    width: 280px;
    height: 35px;
    background-position: -0px -105px;
    background-repeat: no-repeat;
}

#services_menu ul li a#exhibition_events:hover {
    background-image: url(../images/Services_big.png);
    background-position: -0px -350px;
    background-repeat: no-repeat;
}

#services_menu ul li#active a#exhibition_events {
    background-image: url(../images/Services_big.png);
    background-position: -0px -595px;
    background-repeat: no-repeat;
}

#services_menu ul li a#organisation_charities {
    background-image: url(../images/Services_big.png);
    width: 280px;
    height: 35px;
    background-position: -0px -140px;
    background-repeat: no-repeat;
}

#services_menu ul li a#organisation_charities:hover {
    background-image: url(../images/Services_big.png);
    background-position: -0px -385px;
    background-repeat: no-repeat;
}

#services_menu ul li#active a#organisation_charities {
    background-image: url(../images/Services_big.png);
    background-position: -0px -630px;
    background-repeat: no-repeat;
}

#services_menu ul li a#publications_n_websites {
    background-image: url(../images/Services_big.png);
    width: 280px;
    height: 35px;
    background-position: -0px -175px;
    background-repeat: no-repeat;
}

#services_menu ul li a#publications_n_websites:hover {
    background-image: url(../images/Services_big.png);
    background-position: -0px -420px;
    background-repeat: no-repeat;
}

#services_menu ul li#active a#publications_n_websites {
    background-image: url(../images/Services_big.png);
    background-position: -0px -665px;
    background-repeat: no-repeat;
}

#services_menu ul li a#company_listing {
    background-image: url(../images/Services_big.png);
    width: 280px;
    height: 35px;
    background-position: -0px -210px;
    background-repeat: no-repeat;
}

#services_menu ul li a#company_listing:hover {
    background-image: url(../images/Services_big.png);
    background-position: -0px -455px;
    background-repeat: no-repeat;
}

#services_menu ul li#active a#company_listing {
    background-image: url(../images/Services_big.png);
    background-position: -0px -700px;
    background-repeat: no-repeat;
}

/*services */
@media only screen and (min-width: 768px) {
    .small-menu-border-wrap {
        max-width: 100%;
        border-right: none;
    }

    .big-menu-border-wrap {
        max-width: 100%;
        border-right: none;
    }
}

@media only screen and (min-width: 61em) {
    .small-menu-border-wrap {
        max-width: 179px;
        border-right: 1px solid #ccc;
    }

    .big-menu-border-wrap {
        max-width: 282px;
        border-right: 1px solid #ccc;
    }
}

/*animals_small_menu */

#animals_small_menu_holder {

    float: left;
    width: 179px;
    height: 220px;
}

#animals_small_menu {
    width: 179px;
    height: 220px;
    float: left;
    margin-top: 1px;
}

#animals_small_menu {
    float: left;
    margin-left: 0px;
    padding: 0px;
    margin-left: 0px;
}

#animals_small_menu ul {
    list-style-type: none;
    float: left;
    margin: 0px;
    padding: 0px;
    height: 18px;
}

#animals_small_menu ul li {
    float: left;
    margin: 0px;
    padding: 0px;
    height: 18px;
    clear: both;
    margin-left: -1px;
}

#animals_small_menu a img {
    border: 0;
    float: left;
    margin: 0px;
    padding: 0px;
}

#animals_small_menu ul li a {
    display: block;
    height: 18px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;

}

#animals_small_menu ul li a#heading {
    background-image: url(../images/Pet_small.png);
    width: 179px;
    height: 21px;
    background-position: -0px -14px;
    background-repeat: no-repeat;
}

#animals_small_menu ul li a#cats {
    background-image: url(../images/Pet_small.png);
    width: 179px;
    height: 18px;
    background-position: -0px -34px;
    background-repeat: no-repeat;
}

#animals_small_menu ul li a#cats:hover {
    background-image: url(../images/Pet_small.png);
    background-position: -0px -254px;
    background-repeat: no-repeat;
}

#animals_small_menu ul li#active a#cats {
    background-image: url(../images/Pet_small.png);
    background-position: -0px -474px;
    background-repeat: no-repeat;
}

#animals_small_menu ul li a#dogs {
    background-image: url(../images/Pet_small.png);
    width: 179px;
    height: 18px;
    background-position: -0px -52px;
    background-repeat: no-repeat;
}

#animals_small_menu ul li a#dogs:hover {
    background-image: url(../images/Pet_small.png);
    background-position: -0px -272px;
    background-repeat: no-repeat;
}

#animals_small_menu ul li#active a#dogs {
    background-image: url(../images/Pet_small.png);
    background-position: -0px -492px;
    background-repeat: no-repeat;
}

#animals_small_menu ul li a#small_mammals {
    background-image: url(../images/Pet_small.png);
    width: 179px;
    height: 18px;
    background-position: -0px -70px;
    background-repeat: no-repeat;
}

#animals_small_menu ul li a#small_mammals:hover {
    background-image: url(../images/Pet_small.png);
    background-position: -0px -290px;
    background-repeat: no-repeat;
}

#animals_small_menu ul li#active a#small_mammals {
    background-image: url(../images/Pet_small.png);
    background-position: -0px -508px;
    background-repeat: no-repeat;
}

#animals_small_menu ul li a#reptiles {
    background-image: url(../images/Pet_small.png);
    width: 179px;
    height: 18px;
    background-position: -0px -88px;
    background-repeat: no-repeat;
}

#animals_small_menu ul li a#reptiles:hover {
    background-image: url(../images/Pet_small.png);
    background-position: -0px -308px;
    background-repeat: no-repeat;
}

#animals_small_menu ul li#active a#reptiles {
    background-image: url(../images/Pet_small.png);
    background-position: -0px -526px;
    background-repeat: no-repeat;
}

#animals_small_menu ul li a#aquatics {
    background-image: url(../images/Pet_small.png);
    width: 179px;
    height: 18px;
    background-position: -0px -106px;
    background-repeat: no-repeat;
}

#animals_small_menu ul li a#aquatics:hover {
    background-image: url(../images/Pet_small.png);
    background-position: -0px -326px;
    background-repeat: no-repeat;
}

#animals_small_menu ul li#active a#aquatics {
    background-image: url(../images/Pet_small.png);
    background-position: -0px -544px;
    background-repeat: no-repeat;
}

#animals_small_menu ul li a#cage_n_aviary {
    background-image: url(../images/Pet_small.png);
    width: 179px;
    height: 18px;
    background-position: -0px -124px;
    background-repeat: no-repeat;
}

#animals_small_menu ul li a#cage_n_aviary:hover {
    background-image: url(../images/Pet_small.png);
    background-position: -0px -344px;
    background-repeat: no-repeat;
}

#animals_small_menu ul li#active a#cage_n_aviary {
    background-image: url(../images/Pet_small.png);
    background-position: -0px -562px;
    background-repeat: no-repeat;
}

#animals_small_menu ul li a#garden_birds {
    background-image: url(../images/Pet_small.png);
    width: 179px;
    height: 18px;
    background-position: -0px -142px;
    background-repeat: no-repeat;
}

#animals_small_menu ul li a#garden_birds:hover {
    background-image: url(../images/Pet_small.png);
    background-position: -0px -362px;
    background-repeat: no-repeat;
}

#animals_small_menu ul li#active a#garden_birds {
    background-image: url(../images/Pet_small.png);
    background-position: -0px -580px;
    background-repeat: no-repeat;
}

#animals_small_menu ul li a#poultry {
    background-image: url(../images/Pet_small.png);
    width: 179px;
    height: 18px;
    background-position: -0px -160px;
    background-repeat: no-repeat;
}

#animals_small_menu ul li a#poultry:hover {
    background-image: url(../images/Pet_small.png);
    background-position: -0px -380px;
    background-repeat: no-repeat;
}

#animals_small_menu ul li#active a#poultry {
    background-image: url(../images/Pet_small.png);
    background-position: -0px -598px;
    background-repeat: no-repeat;
}

#animals_small_menu ul li a#veterinary {
    background-image: url(../images/Pet_small.png);
    width: 179px;
    height: 18px;
    background-position: -0px -178px;
    background-repeat: no-repeat;
}

#animals_small_menu ul li a#veterinary:hover {
    background-image: url(../images/Pet_small.png);
    background-position: -0px -398px;
    background-repeat: no-repeat;
}

#animals_small_menu ul li#active a#veterinary {
    background-image: url(../images/Pet_small.png);
    background-position: -0px -616px;
    background-repeat: no-repeat;
}

#animals_small_menu ul li a#organic_products {
    background-image: url(../images/Pet_small.png);
    width: 179px;
    height: 18px;
    background-position: -0px -196px;
    background-repeat: no-repeat;
}

#animals_small_menu ul li a#organic_products:hover {
    background-image: url(../images/Pet_small.png);
    background-position: -0px -416px;
    background-repeat: no-repeat;
}

#animals_small_menu ul li#active a#organic_products {
    background-image: url(../images/Pet_small.png);
    background-position: -0px -634px;
    background-repeat: no-repeat;
}

#services_small_menu_holder {

    float: left;
    width: 179px;
    height: 800px;
    margin-left: 0;
}

#services_small_menu {
    width: 179px;
    height: 166px;
    float: left;
    margin-top: 1px;
}

#services_small_menu {
    float: left;
    margin-left: 0px;
    padding: 0px;
    margin-left: 0px;
}

#services_small_menu ul {
    list-style-type: none;
    float: left;
    margin: 0px;
    padding: 0px;
    height: 18px;
}

#services_small_menu ul li {
    float: left;
    margin: 0px;
    padding: 0px;
    height: 18px;
    clear: both;
    margin-left: -1px;
}

#services_small_menu a img {
    border: 0;
    float: left;
    margin: 0px;
    padding: 0px;
}

#services_small_menu ul li a {
    display: block;
    height: 18px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;

}

#services_small_menu ul li a#heading {
    background-image: url(../images/Services_small.png);
    width: 179px;
    height: 21px;
    background-position: -0px -14px;
    background-repeat: no-repeat;
}

#services_small_menu ul li a#wholesalers {
    background-image: url(../images/Services_small.png);
    width: 179px;
    height: 18px;
    background-position: -0px -34px;
    background-repeat: no-repeat;
}

#services_small_menu ul li a#wholesalers:hover {
    background-image: url(../images/Services_small.png);
    background-position: -0px -200px;
    background-repeat: no-repeat;
}

#services_small_menu ul li#active a#wholesalers {
    background-image: url(../images/Services_small.png);
    background-position: -0px -366px;
    background-repeat: no-repeat;
}

#services_small_menu ul li a#shopfitting_epos {
    background-image: url(../images/Services_small.png);
    width: 179px;
    height: 18px;
    background-position: -0px -52px;
    background-repeat: no-repeat;
}

#services_small_menu ul li a#shopfitting_epos:hover {
    background-image: url(../images/Services_small.png);
    background-position: -0px -218px;
    background-repeat: no-repeat;
}

#services_small_menu ul li#active a#shopfitting_epos {
    background-image: url(../images/Services_small.png);
    background-position: -0px -384px;
    background-repeat: no-repeat;
}

#services_small_menu ul li a#services {
    background-image: url(../images/Services_small.png);
    width: 179px;
    height: 18px;
    background-position: -0px -70px;
    background-repeat: no-repeat;
}

#services_small_menu ul li a#services:hover {
    background-image: url(../images/Services_small.png);
    background-position: -0px -236px;
    background-repeat: no-repeat;
}

#services_small_menu ul li#active a#services {
    background-image: url(../images/Services_small.png);
    background-position: -0px -402px;
    background-repeat: no-repeat;
}

#services_small_menu ul li a#exhibition_events {
    background-image: url(../images/Services_small.png);
    width: 179px;
    height: 18px;
    background-position: -0px -88px;
    background-repeat: no-repeat;
}

#services_small_menu ul li a#exhibition_events:hover {
    background-image: url(../images/Services_small.png);
    background-position: -0px -254px;
    background-repeat: no-repeat;
}

#services_small_menu ul li#active a#exhibition_events {
    background-image: url(../images/Services_small.png);
    background-position: -0px -420px;
    background-repeat: no-repeat;
}

#services_small_menu ul li a#organisation_charities {
    background-image: url(../images/Services_small.png);
    width: 179px;
    height: 18px;
    background-position: -0px -106px;
    background-repeat: no-repeat;
}

#services_small_menu ul li a#organisation_charities:hover {
    background-image: url(../images/Services_small.png);
    background-position: -0px -272px;
    background-repeat: no-repeat;
}

#services_small_menu ul li#active a#organisation_charities {
    background-image: url(../images/Services_small.png);
    background-position: -0px -438px;
    background-repeat: no-repeat;
}

#services_small_menu ul li a#publications_n_websites {
    background-image: url(../images/Services_small.png);
    width: 179px;
    height: 18px;
    background-position: -0px -124px;
    background-repeat: no-repeat;
}

#services_small_menu ul li a#publications_n_websites:hover {
    background-image: url(../images/Services_small.png);
    background-position: -0px -290px;
    background-repeat: no-repeat;
}

#services_small_menu ul li#active a#publications_n_websites {
    background-image: url(../images/Services_small.png);
    background-position: -0px -456px;
    background-repeat: no-repeat;
}

#services_small_menu ul li a#company_listing {
    background-image: url(../images/Services_small.png);
    width: 179px;
    height: 18px;
    background-position: -0px -142px;
    background-repeat: no-repeat;
}

#services_small_menu ul li a#company_listing:hover {
    background-image: url(../images/Services_small.png);
    background-position: -0px -308px;
    background-repeat: no-repeat;
}

#services_small_menu ul li#active a#company_listing {
    background-image: url(../images/Services_small.png);
    background-position: -0px -474px;
    background-repeat: no-repeat;
}

/*animal_menus */

#animals_menu_holder {
    float: left;
    height: 352px;
    margin-top: 10px;
}

#animals_menu {
    height: 352px;
    float: left;
    margin-top: 1px;
}

#animals_menu {
    float: left;
    margin-left: 0px;
    padding: 0px;
    margin-left: 0px;
}

#animals_menu ul {
    list-style-type: none;
    float: left;
    margin: 0px;
    padding: 0px;
    height: 35px;
}

#animals_menu ul li {
    float: left;
    margin: 0px;
    padding: 0px;
    height: 35px;
    clear: both;
}

#animals_menu a img {
    border: 0;
    float: left;
    margin: 0px;
    padding: 0px;
}

#animals_menu ul li a {
    display: block;
    height: 35px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

#animals_menu ul li a#cats {
    background-image: url(../images/Animal_big.png);
    width: 280px;
    height: 35px;
    background-position: -0px -0px;
    background-repeat: no-repeat;
}

#animals_menu ul li a#cats:hover {
    background-image: url(../images/Animal_big.png);
    background-position: -0px -350px;
    background-repeat: no-repeat;
}

#animals_menu ul li#active a#cats {
    background-image: url(../images/Animal_big.png);
    background-position: -0px -700px;
    background-repeat: no-repeat;
}

#animals_menu ul li a#dogs {
    background-image: url(../images/Animal_big.png);
    width: 280px;
    height: 35px;
    background-position: -0px -35px;
    background-repeat: no-repeat;
}

#animals_menu ul li a#dogs:hover {
    background-image: url(../images/Animal_big.png);
    background-position: -0px -385px;
    background-repeat: no-repeat;
}

#animals_menu ul li#active a#dogs {
    background-image: url(../images/Animal_big.png);
    background-position: -0px -735px;
    background-repeat: no-repeat;
}

#animals_menu ul li a#small_mammals {
    background-image: url(../images/Animal_big.png);
    width: 280px;
    height: 35px;
    background-position: -0px -70px;
    background-repeat: no-repeat;
}

#animals_menu ul li a#small_mammals:hover {
    background-image: url(../images/Animal_big.png);
    background-position: -0px -420px;
    background-repeat: no-repeat;
}

#animals_menu ul li#active a#small_mammals {
    background-image: url(../images/Animal_big.png);
    background-position: -0px -770px;
    background-repeat: no-repeat;
}

#animals_menu ul li a#reptiles {
    background-image: url(../images/Animal_big.png);
    width: 280px;
    height: 35px;
    background-position: -0px -105px;
    background-repeat: no-repeat;
}

#animals_menu ul li a#reptiles:hover {
    background-image: url(../images/Animal_big.png);
    background-position: -0px -455px;
    background-repeat: no-repeat;
}

#animals_menu ul li#active a#reptiles {
    background-image: url(../images/Animal_big.png);
    background-position: -0px -805px;
    background-repeat: no-repeat;
}

#animals_menu ul li a#aquatics {
    background-image: url(../images/Animal_big.png);
    width: 280px;
    height: 35px;
    background-position: -0px -140px;
    background-repeat: no-repeat;
}

#animals_menu ul li a#aquatics:hover {
    background-image: url(../images/Animal_big.png);
    background-position: -0px -490px;
    background-repeat: no-repeat;
}

#animals_menu ul li#active a#aquatics {
    background-image: url(../images/Animal_big.png);
    background-position: -0px -840px;
    background-repeat: no-repeat;
}

#animals_menu ul li a#cage_n_aviary {
    background-image: url(../images/Animal_big.png);
    width: 280px;
    height: 35px;
    background-position: -0px -175px;
    background-repeat: no-repeat;
}

#animals_menu ul li a#cage_n_aviary:hover {
    background-image: url(../images/Animal_big.png);
    background-position: -0px -525px;
    background-repeat: no-repeat;
}

#animals_menu ul li#active a#cage_n_aviary {
    background-image: url(../images/Animal_big.png);
    background-position: -0px -875px;
    background-repeat: no-repeat;
}

#animals_menu ul li a#garden_birds {
    background-image: url(../images/Animal_big.png);
    width: 280px;
    height: 35px;
    background-position: -0px -210px;
    background-repeat: no-repeat;
}

#animals_menu ul li a#garden_birds:hover {
    background-image: url(../images/Animal_big.png);
    background-position: -0px -560px;
    background-repeat: no-repeat;
}

#animals_menu ul li#active a#garden_birds {
    background-image: url(../images/Animal_big.png);
    background-position: -0px -910px;
    background-repeat: no-repeat;
}

#animals_menu ul li a#poultry {
    background-image: url(../images/Animal_big.png);
    width: 280px;
    height: 35px;
    background-position: -0px -245px;
    background-repeat: no-repeat;
}

#animals_menu ul li a#poultry:hover {
    background-image: url(../images/Animal_big.png);
    background-position: -0px -595px;
    background-repeat: no-repeat;
}

#animals_menu ul li#active a#poultry {
    background-image: url(../images/Animal_big.png);
    background-position: -0px -945px;
    background-repeat: no-repeat;
}

#animals_menu ul li a#veterinary {
    background-image: url(../images/Animal_big.png);
    width: 280px;
    height: 35px;
    background-position: -0px -280px;
    background-repeat: no-repeat;
}

#animals_menu ul li a#veterinary:hover {
    background-image: url(../images/Animal_big.png);
    background-position: -0px -630px;
    background-repeat: no-repeat;
}

#animals_menu ul li#active a#veterinary {
    background-image: url(../images/Animal_big.png);
    background-position: -0px -980px;
    background-repeat: no-repeat;
}

#animals_menu ul li a#organic_products {
    background-image: url(../images/Animal_big.png);
    width: 280px;
    height: 35px;
    background-position: -0px -315px;
    background-repeat: no-repeat;
}

#animals_menu ul li a#organic_products:hover {
    background-image: url(../images/Animal_big.png);
    background-position: -0px -665px;
    background-repeat: no-repeat;
}

#animals_menu ul li#active a#organic_products {
    background-image: url(../images/Animal_big.png);
    background-position: -0px -1015px;
    background-repeat: no-repeat;
}

#toggleMe {
    background: #e30000;
    display: none;
}

#toggleMe span {
    color: #fff;
    font-weight: bold;
}

@media only screen and (width: 768px) {
    #login_box ul.dropdown {
        margin: 0 auto;
        float: none;
    }
}

#newsItems {
    margin-bottom: 10px;
}

#newsItems img {
    margin: 10px 0;
}

.borderRight {
    border-right: 1px solid #cfcfcf;
}

@media only screen {
    #animals_menu_holder, #services_menu_holder, #services_small_menu_holder, #animals_small_menu_holder, #forum_small_menu_holder, #forum_menu_holder {
        display: none;
    }
}

@media only screen and (min-width: 40.63em) {
    #animals_menu_holder, #services_menu_holder, #services_small_menu_holder, #animals_small_menu_holder, #forum_small_menu_holder, #forum_menu_holder {
        display: block;
    }
}

@media only screen and (min-width: 61em) {
}

.content-section {
    font-size: 14px/18px;
    font-family: Calibri, Arial, Helvetica, sans-serif;
    line-height: 20px;
}

.content-section h3 {
    font-family: Calibri, Arial, Helvetica, sans-serif;
    display: block;
    font-size: 1.17em;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

#frm1 td {
    padding: 0;
}

#frm1 tr {
    background: none;
}

#frm1 input {
    background-color: white;
    cursor: auto;
    padding: 1px;
    padding: 0;
    height: auto;
    box-shadow: none;
    margin-bottom: 0;
}

#frm1 select {
    font: 13.3333px Arial;
    cursor: auto;
    padding: 2px;
    height: auto;
    box-shadow: none;
    margin-bottom: 0;
    -webkit-appearance: menulist;
}

#frm1 input,
#frm1 select {
    max-width: 173px;
}

#frm1 label {
    color: #666;
    font-size: 12px;
}

@media only screen and (min-width: 40.63em) {
    .border-right {
        border-right: 1px solid #ccc;
    }
}

.template4 {
    padding: 0 15px;
}

.template4 .small-12 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.small_blue {
    margin-bottom: 10px;
    display: block;
}

.jobListing p {
    margin-bottom: 0;
}

.template1 > .large-4 {
    padding-top: 10px;
}

#newsDetails .title {
    padding-top: 25px;
}

#newsDetails .small_blue {
    margin-bottom: 25px;
}

.middle_col_only .block-title-link {
    margin-bottom: 0;
}

.mobile-float {
    float: left;
    margin-top: 7px;
    margin-right: 7px;
    margin-bottom: 7px;
}

.reset-line-height {
    line-height: 18px;
}

.shadow_container {
    box-shadow: #ccc 0px 5px 20px;
    margin: 0 auto;
    padding: 30px 0 0 0;
}

.kitten_404 {
    position: relative;
    position: relative; left: 50%;
    transform: translateX(-50%);
    top: 45px;
}

button {
    margin: 5px;
    padding: 15px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1rem;
}

.green, .green a {
    background: #1A7248;
    color: #fff !important;
    text-decoration: none;
}

.blue_text {
    color: #79a2c4;
}

.super_bold {
    font-weight: bold;
}

.super_large_text {
    font-size: 10rem;
    line-height: 7rem;
}

.medium_text {
    font-size: 1.5rem;
}
