body { 
        margin: 0; 
        padding: 0; 
        background-color: #333;
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 11px;
        color:#000;
}

#main {
        margin: 0 auto; 
        background: transparent url(../images/fade.jpg) top center repeat-y; 
        width: 801px;
}

#title { 
        background: transparent url(../images/title.jpg) top left no-repeat; 
        height: 112px;
        margin-left: 21px;
        text-align: right;
        padding-right: 30px;
        padding-top: 2px;
        font-size: 1.1em;
}

#title strong { padding-left: 10px; }

#title a, a:visited { color:#000; }

.bigtext {
        font-size: 1.2em;
}

#menu {
        padding-bottom: 2em;
        float: left;
        font-weight: bold;
        background: #F9F9F9 url(../images/menu_line.gif) top right repeat-y; 
        padding-right: 1px;
        margin-left: 20px;
        border-left: 1px solid #333;
        height: 780px;
}

* html div#menu {
        margin-left: 10px;
}

#menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 127px;
        border-bottom: 1px solid #ccc;
}

#menu ul li {
        position: relative;
}

#menu li ul {
        position: absolute;
        left: 127px;
        top: 0;
        display: none;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
}

#menu ul li a {
        display: block;
        text-decoration: none;
        color: #000;
        background: #F9F9F9;
        border-top: 1px solid #ccc;
        border-bottom: 0;
        padding: 4px 10px 4px 7px;
        text-align: left;
}

#menu a:hover { 
        background: #333; 
        color: #FFF; 
}

#menu li:hover ul,
#menu li.over ul { display: block; }

#menu li:hover ul, li.over ul { 
        display: block; }


/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

#menu span {
        display: block;
        text-decoration: none;
        color: #000;
        background: #E4E4E4;
        border-top: 1px solid #ccc;
        border-bottom: 0;
        text-align: left;
        height: 15px;
}

.homelink {
         font-weight: bold; 
         text-decoration: none;
}

.noborder td{
        padding: 0px 10px 10px 10px;
        vertical-align: top;
        border: none;
        margin: 0px;
}

.noborder {
        float: left;
}

#content { 
        background: transparent url(../images/bg.jpg) 1px 0px repeat-y; 
        width: 605px;
        float: left;
        padding-left: 15px;
        padding-bottom: 30px;
        margin-left: -1px;
}
 
#content a, a:visited { color:#000; }

#copyright {
        background: transparent url(../images/footer_line.gif) top right repeat-x; 
        clear: both;
        margin: 0 22px;
        height: 10px;
        text-align: center;
        color: #999;
        font-size: .8em;
        padding-bottom: 5px;
}
 
#foot { 
        clear: both;
        text-align:center;
        background: transparent url(../images/footer.jpg) bottom center no-repeat; 
        height: 24px;

}

#content a {
        padding-right: 1em;
}

#form {
        float:left;
        padding: 0px;
        margin: 0px;
        width: 190px;
}

.product {
        width: 161px;
        text-align: justify;
        margin: 0em 1.5em 3em 1.5em;
        float:left;
}

.image {
        width: 161px;
        float:left;
}

.image_text {
        float:left;
        width: 250px;
        padding-left: 25px;
}

.clearing {
        clear: both;
}

hr {
  border: 1;
  width: 80%;
}

thead tr {
        background-color: #F9F9F9;
}

td {
        padding: 0px 10px 10px 10px;
        vertical-align: top;
        border: solid 1px #ccc;
        margin: 0px;
}

table {
        margin-top: 0em;
}

form {
        margin:0px;
}

form p{
        margin: 0px 0px 5px 0px;
}

textarea {
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 11px;
}

input {
        font-size:11px;
}

.width {
        width: 150px;
}

.img {
        float:right; 
        margin: -30px 10px 20px 20px;
}


h1 { font-size:1.4em; letter-spacing:0; padding: 5px 0 1.5em 0px; margin:0;}
h2 { font-size:1.3em; letter-spacing:0; }
h3 { font-size:1.2em; letter-spacing:0; }
h4 { font-size:1em; }
h5 { font-size:0.8em; }

p { margin:0; padding: 5px 0 0 0; }

img { margion: 0em 0em 0em 1em }


