/*** REDEFINED TAGS ***/
* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: Arial, Verdana, Tahoma;
    font-size: 10pt;
    color: #5c4c3b;
    background-repeat: repeat;
    background-image: url(../images/bg.jpg);
    background-color: #281a0b;
}

td {
    font-family: Arial, Verdana, Tahoma;
    font-size: 10pt;
    color: #5c4c3b;
}
p {
    padding: 0px 35px 0px 35px;
}

/*** IDS ***/
#container {
    position: absolute;
    left: 50%;
    width: 850px;
    margin: 0px 0px 0px -425px;
    height: 100%;
}

#header {
    background-image: url(../images/header.png);
    width: 850px;
    height: 135px;
    margin: -5px 0px 0px 0px;
    text-align: left;
}

#headerlink {
    height: 135px;
    padding: 59px 0px 0px 76px;
}

#content {
    width: 850px;
    height: 436px;
}

#content-left {
    background-image: url(../images/left.png);
    float: left;
    width: 72px;
    height: 426px;
}

#content-middle {
    float: left;
    width: 755px;
    height: 427px;
    text-align: left;
    background-color: #fff;
}

#innercontent {
    position: absolute;
    width: 721px;
    height: 393px;
    text-align: left;
    margin: 17px;
    color: #5c4c3b;
    background-color: #fff;
}

#mouldinggallery {
    position: absolute;
    background-image: url(../images/frame.gif);
    width: 755px;
    height: 427px;
    text-align: left;
    margin: 0px;
    padding: 0px;
    color: #5c4c3b;
    background-color: #fff;
}

#mouldingtable {
    margin: 29px 0px 0px 28px;
}

#moulding1 a {
    font-size: 10px;
}

#moulding1 a, #moulding2 a, #moulding3 a, #moulding4 a, #moulding5 a, #moulding6 a, #moulding7 a, #moulding8 a, #moulding9 a, #moulding10 a {
    font-size: 10px;
}

#mouldingdetails1, #mouldingdetails2, #mouldingdetails3, #mouldingdetails4, #mouldingdetails5, #mouldingdetails6, #mouldingdetails7, #mouldingdetails8, #mouldingdetails9, #mouldingdetails10 {
    display: none;
}

.mouldingslist {
    padding: 5px;
    font-size: 10px;
    text-align: center;
}

#moulding_number {
    height: 17px;
    width: 80px;
    font-size: 10px;
}

.toprow {
    border-bottom: 1px solid #cec6bb;
}

.bottomrow {
    border-top: 1px solid #cec6bb;
}


#innerleft {
    width: 303px;
    height: 394px;   
    float: left;
}

#frame {
    position: absolute;
    background-image: url(../images/frame.png);
    text-align: left;
    width: 755px;
    height: 427px;
    clear: both;
}

#innerright {
    position: absolute;
    float: left;
    margin-top: 25px;
    margin-left: 320px;
    width: 418px;
    height: 394px;
}

#map {
    position: absolute;
    float: left;
    margin-top: 30px;
    margin-left: 30px;
    width: 350px;
    height: 366px;
}

#contact {
    position: absolute;
    float: left;
    margin-top: 25px;
    margin-left: 370px;
    width: 368px;
    height: 394px;
}

#content-right {
    background-image: url(../images/right.png);
    float: left;
    width: 23px;
    height: 426px;
}

#content-bottom {
    background-image: url(../images/bottom.png);
    position: absolute;
    background-repeat: repeat-x;
    clear: both;
    width: 850px;
    height: 7px;
}

#menu {
    width: 850px;
    text-align: center;
    padding: 0px 0px 0px 43px;
}

#footer {
    font-family: Arial, Verdana, Tahoma;
    font-size: 8pt;
    color: #6f6048;
    width: 850px;
    margin: 25px 0px 0px 0px;
    padding: 0px 0px 0px 43px;
    text-align: center;
}

.fancyimg {
    padding: 1px;
    border: 1px solid #5c4c3b;
}

.contentlist {
    margin-left: 60px;
}

.shippinglist {
    margin-left: 60px;
    margin-top: 10px;
}

.indented {
    margin-left: 20px;
}

.shippinglist li {
    margin-top: 6px;
}

/*** LINK SELECTORS ***/
a:link {
    font-family: Arial, Verdana, Tahoma;
    font-size: 10pt;
    color: #5c4c3b;
    text-decoration: underline;
}
a:visited {
    font-family: Arial, Verdana, Tahoma;
    font-size: 10pt;
    color: #5c4c3b;
    text-decoration: underline;
}
a:active {
    font-family: Arial, Verdana, Tahoma;
    font-size: 10pt;
    color: #5c4c3b;
    text-decoration: none;
}
a:hover {
    font-family: Arial, Verdana, Tahoma;
    font-size: 10pt;
    color: #5c4c3b;
    text-decoration: none;
}

a.footerlink:link {
    font-family: Arial, Verdana, Tahoma;
    font-size: 8pt;
    color: #6f6048;
    text-decoration: none;
}
a.footerlink:visited {
    font-family: Arial, Verdana, Tahoma;
    font-size: 8pt;
    color: #6f6048;
    text-decoration: none;
}
a.footerlink:active {
    font-family: Arial, Verdana, Tahoma;
    font-size: 8pt;
    color: #6f6048;
    text-decoration: underline;
}
a.footerlink:hover {
    font-family: Arial, Verdana, Tahoma;
    font-size: 8pt;
    color: #6f6048;
    text-decoration: underline;
}