html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-image: url("../images/background.png");
    font-family: arial;
    font-size: 12px;
    color: black;
}
table {
    font-size: 12px;
    color: black;
    vertical-align: top;
}
h2 {
    font-size: 18px;
}

a:link {
    font-size: 12px;
    font-weight: bold;
    color: #E07000;
    text-decoration: none;
}

a:visited {
    font-size: 12px;
    font-weight: bold;
    color: #E07000;
    text-decoration: none;
}
a:active {
    font-size: 12px;
    color: #E07000;
}
a:hover {
    color:orange;
    text-decoration: underline;
}



table.parentTable td.separatorCell {
    background-color: black;
}
table.parentTable td.allContentCell {
    background-image: url("../images/top-banner2.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-color: white;
}

table.menuTable {
    margin-left: 0px;
    margin-right: 10px;
}
table.menuTable img.rightArrow {
    padding-left: 5px; 
    padding-top: 3px;
}
table.menuTable img.arrowDown {
    padding-left: 5px; 
    padding-top: 5px;
}
table.menuTable img.rightArrowSubMenu {
    padding-left: 5px; 
}
table.menuTable a:link {
    font-weight: bold;
    font-size: 14px;
    color: #E07000;
    text-decoration:none;
}
table.menuTable a:visited {
    font-weight: bold;
    font-size: 14px;
    color: #E07000;
    text-decoration:none;
}
table.menuTable a:hover {
    color: black;
}
table.menuTable td.menuCell {
    border-bottom: 1px dotted gray;
    padding: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
}

table.subMenuTable {
    margin-top: 2px;
}
table.subMenuTable a:link {
    font-weight: bold;
    font-size: 12px;
    color: #E07000;
    text-decoration:none;
}
table.subMenuTable a:visited {
    font-weight: bold;
    font-size: 12px;
    color: #E07000;
    text-decoration:none;
}
table.subMenuTable a:hover {
    color: black;
}
table.subMenuTable td {
    padding: 2px;
}

td.footerCell {
    background-color: black;
    color: white;
    padding: 10px;
    padding-left: 20px;
}
td.footerCell a:link {
    color: #E07000;
}

table.brandsTable td {
    border-bottom: 1px dotted gray;
}
table.brandsSubTable td {
    border-bottom: none;
    vertical-align: top;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
}

table.priceTable {
    margin-right: 30px;
}
table.priceTable img.priceRowWidthFiller {
    width: 400px;
    height: 1px;
}
table.priceTable td {
    padding-top: 1px;
    padding-bottom: 1px;
}
table.priceTable td.headerCell {
    font-family: arial;
    font-size: 17px;
    font-weight: bold;
}
table.priceTable td.serviceCell {
    padding-right: 40px;
}
table.priceTable td.priceSeparatorCell {
    width: 12px;
    text-align: center;
}
table.priceTable img.rowSeparatorImage {
    width: 1px;
    height: 15px;
}

table.textContentTable {
    margin-right: 15px;
}

font.serviceDescription {
    font-size: 11px;
}
font.newService {
    color: red;
    font-weight: bold;
}
font.akvarium {
    font-size: 23px;
    font-family: French Script MT;
    color: #007766;
}
font.swarovsky {
    font-size: 18px;
    font-family: Pristina;
    font-weight: normal;
}
font.gatineau {
    color: rgb(231, 47, 117);
    font-weight: bold;
}

table.contactTable td {
    vertical-align: top;
    padding-bottom: 7px;
}
td.contactTableHeaderCell {
    vertical-align: top;
    font-weight: bold;
    padding-left: 0px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}
table.openHoursTable td {
    padding-bottom: 0px;
}
table.openHoursTable td.weekdayCell {
    padding-right: 5px;
}
.imageBorder {
    border: 1px solid gray;
    padding: 2px;
}