* {
    margin: 0;
    padding: 0;
    
    font-family: arial,sans-sherif;
    font-size: 13px;
    line-height: 20px;
    color: black;
}

li {
    list-style-type: none;
}
li h1 {
    margin: 30px 0;
    font: normal 18px alial,sans-serif;
    color: #00a0df;
    line-height: 24px;
}

#topline {
    margin-bottom: 50px;
    height: 221px;
    overflow: hidden;
    background: #fefefe url('i/top-line-bg.gif') repeat-x top left;
    /* border: 1px solid black; */
}
a, a:link, a:visited, a:active {
    text-decoration:none;
    border-bottom:1px solid #e81a83;
    color: #e81a83;
}
a:hover {
    border-bottom:1px dotted #e81a83;
    color: #e81a83;
}


#topline .inner {
    height: 221px;
    clear: both;
    background: url('i/top-bg.jpg') no-repeat top right;
}
#topline .keywords {
    height: 68px;
    overflow: hidden;
}
#topline .keywords span {
    display: block;
    margin: 15px 20px 0 20px;
}
#topline .keywords p, #topline .keywords strong, #topline .keywords a {
    display: inline;
    font-size: 11px;
    line-height: 12px;
    color: #666666;
}
#topline .keywords a {
    /* border-bottom: 1px solid #666666; */
    border-bottom: 0;
    color: black;
    margin: 0 5px;
}
#topline .repair {
    width: 593px;
    margin-bottom:25px;
    float: left;
}
#topline .logo {
    margin: 11px 153px 0 10px;
}
#menu {
    position: absolute;
    top: 195px;
    width: 100%;
    text-align: center;
    border: 0px solid black;
    background: url('i/menu-lf.gif') no-repeat top left;
}
#menu .bgright {
    background: url('i/menu-rg.gif') no-repeat top right;
}
#menu h5 {
    display: inline;
    padding: 0 10px;
}
#menu h5 a {
    font: bold 16px arial,sans-sherif;
    font-decoration: none;
    border: 0;
    color: black;
}

#rss {
    position: absolute;
    top: 76px;
    right: 0;
    padding-top: 9px;
    width: 126px;
    height: 74px;
    background: url('i/rss.gif') no-repeat top right;
    overflow: hidden;
}
#rss li {
    height: 15px;
    margin-left: 10px;
}
#rss a {
    font-size: 11px;
    line-height: 12px;
    color: #00a0df;
    border: 0;
}
#rss a, #rss a:hover{
    border-bottom: 1px dotted #00a0df;
}

#sidebarleft {
    position: absolute;
    top: 270px;
    width: 195px;
    background-color: white;
}
#sidebarleft #sidelogo {
    margin-left: 21px;
}
#sidebarleft ul {
    list-style: none;
}
#sidebarleft ul .item {
    padding: 0 0 40px 21px;
    border-bottom: 1px solid black;
}

#sidebarright {
    position: absolute;
    top: 270px;
    right: 0;
    width: 195px;
    float: right;
    background-color: white;
    text-align: right;
}
#sidebarright ul {
    list-style: none;
}
#sidebarright ul .item {
    padding: 0 21px 40px 0;
    border-bottom: 1px solid black;
}
#sidebarright #bgrgtop {
    text-align: right;
}

#sidebarleft a, #sidebarleft a:link, #sidebarleft a:visited, #sidebarleft a:active, 
#sidebarright a, #sidebarright a:link, #sidebarright a:visited, #sidebarright a:active {
    text-decoration:none;
    border: 0;
    color: #606060;
}
#sidebarleft a:hover, #sidebarright a:hover {
    border-bottom:1px solid #e81a83;
    color: #e81a83;
}

#orderbox {
    width: 192px;
    text-align: left;
    background: #ea1583 url('i/order-page.jpg') no-repeat bottom right;
}
#orderbox p {
    margin: 10px;
    font: normal 11px arial,sans-sherif;
    color: white;
}
#orderbox label {
    font: bold 12px arial,sans-sherif;
    letter-spacing: .5pt;
    color: white;
}
#orderbox input {
    height: 20px;
    border: 1px solid #9f0450;
    font: normal 11px arial,sans-sherif;
    color: black;
}

#content {
    background: url('i/bg-lf.gif') repeat-y top left;
}
#content .bgright {
    background: url('i/bg-rg.gif') repeat-y top right;
}
#page {
    padding: 0px 230px 80px;
    text-align: justify;
}
#page h1, #page h1 a {
    margin: 40px 0 15px 0;
    font: normal 18px alial,sans-serif;
    color: #00a0df;
    line-height: 24px;
    text-decoration:none;
}
#page a, #page a:link, #page a:visited, #page a:active {
    text-decoration:none;
    border-bottom:1px solid #e81a83;
    color: #e81a83;
}
#page a:hover {
    border-bottom:1px dotted #e81a83;
}

#footer {
    margin: 5px 230px 0px;
    padding: 5px 10px;
    background-color: #ea1e85;
}
#footer a  {
    color: white;
}
#footer .tab {
    float: left;
}
#footer ul {
    margin-top: 5x;
}
#footer li {
    display: inline;
    margin-right: 20px;
}

fieldset { border: 1px solid #E4DF94; padding: 10px 8px; margin: 0 0 8px 0; background: #FFFBC0; color: #000; }
input { padding: 2px; }
textarea { width: 97%; height: 20em; padding: 3px; }
.comment { background: #F5F6F6; color: #808080; padding: 10px; margin: 0 0 10px 0; border-top: 1px solid #ccc; }
.commentsbox { background: #f4f4f4; color: #808080; padding: 10px; margin: 0 0 10px 0; }
.date { border-top: 1px solid #eee; margin: 10px 0 20px 0; }
