#AboutPage {
    position: absolute;
    top: 24px;
    left: 260px;
}

body {
    background-color: #aaaaaa;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

#bodyshim {
    position: relative;
    height: 350px;
    padding: 0px 30px 0px 30px;
    border: 0px dashed red;
}

#body {
    position: relative;
    padding: 0px 30px 0px 30px;
}

#bodyindex {
height: 470px;
border: 0px dashed red;
}

#Box01 { 
    position: absolute; 
    top: 325px; 
    left: 230px;
    border-right: 1px solid #dedede; 
    border-bottom: 1px solid #dedede; 
    z-index: 5; 
    width: 270px; 
    height: 235px; 
    background-color: white; 
    overflow: hidden;
}
#Box02 {
    position: absolute;
    top: 325px;
    left: 500px;
    border-left: 1px solid #dedede; 
    border-bottom: 1px solid #dedede; 
    z-index: 5;
    width: 266px;
    height: 235px;
    background-color: white;
    overflow: hidden;
}
#Box03 {
    position: absolute;
    top: 560px;
    left: 230px;
    border-top: 1px solid #dedede; 
    border-right: 1px solid #dedede; 
    z-index: 5;
    width: 270px;
    height: 235px;
    background-color: white;
    overflow: hidden;
}
#Box04 {
    position: absolute;
    top: 560px;
    left: 500px;
    border-left: 1px solid #dedede;
    border-top: 1px solid #dedede;  
    z-index: 5;
    width: 266px;
    height: 235px;
    background-color: white;
    overflow: hidden;
}

#cage {
    border: 1px solid white;
    width: 775px;
    position: relative;
    margin: 0px auto;
    background-color: white;
    text-align: left;
}

#ContactPage {
    position: absolute;
    top: 220px;
    left: 130px;
}

.dcat {
width: 100%;
color: #ff0000;
background-color: #dddddd;
padding-left: 15px;
font-size: 25px;
font-weight: bold;
border-top: 3px solid #aaaaaa;
border-bottom: 3px solid #aaaaaa;
}

.did {
text-align: center;
font-weight: bold;
}
.dphoto {
text-align: center;
}
.dtitle {
text-align: center;
width: 100%;
color: #484848;
padding-left: 15px;
font-size: 25px;
font-weight: bold;
}

#footer {
    position: relative;
    border-top: 3px solid #dedede;
    background-color: white;
    font-family: arial, helvetica;
    text-align: center;
    font-size: 12px;
    color: #838383;
    z-index: 10;
    bottom: 0px;
}
#footer a:link    {color: #838383; text-decoration: none; }
#footer a:visited {color: #838383; text-decoration: none; }
#footer a:hover   {color: #232323; text-decoration: underline; }
#footer a:active  {color: #ff0900; text-decoration: none; }

.group {
    color: red;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 0px solid red;
}

#HomePage {
    position: absolute;
    top: 220px;
    left: 10px;
}

#header {
    position: absolute;
    top: 0px;
    height: 320;
    width: 100%;
    background-image: url('/toppagebg.jpg');
}

#headerBanner {
    position: absolute;
    top: 70px;
    left: 200px;
    height: 198px;
    width: 574px;
    border: 0px solid white;
}

html {
    font-family: arial, helvetica;
}

.item {
}

.item fieldset {
    width: 540px;
}

.itemhref:link    { 
    border-top: 2px solid #464646; 
    border-bottom: 2px solid #464646; 
    color: #464646;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding: 0px 8px 0px 8px;
}
.itemhref:visited { 
    border-top: 2px solid #464646; 
    border-bottom: 2px solid #464646; 
    color: #464646;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding: 0px 8px 0px 8px;
}
.itemhref:hover   { 
    border-top: 2px solid #464646; 
    border-bottom: 2px solid #464646; 
    background-color: #aaaaaa;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding: 0px 8px 0px 8px;
}
.itemhref:active  { 
    border-top: 2px solid #464646; 
    border-bottom: 2px solid #464646; 
    color: #ff0000;
    background-color: #aaaaaa;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding: 0px 8px 0px 8px;
}

#ManualPage {
    position: absolute;
    top: 220px;
    left: 70px;
}

.LeftPanel {
    position: relative;
    top: 165px;
    width: 200px;
    height: 470px;
    vertical-align: bottom;
    padding-left: 0px;
    margin: 0px 0px 0px 20px;
    border-right: 1px solid #dedede; 
}

.list {
    width: 100%;
}

#MonitorPage {
    position: absolute;
    top: 288px;
    left: 410px;
}

#ProductsPage {
    position: absolute;
    top: 24px;
    left: 385px;
}

#ServicePage {
    position: absolute;
    top: 24px;
    left: 520px;
}

#ShopPage {
    position: absolute;
    top: 24px;
    left: 685px;
}

