/* 
    Document   : main
    Created on : May 12, 2009, 2:07:07 PM
    Author     : VincentLaw
    Description:
        Purpose of the stylesheet follows.
*/

* {
     border: 0;
     margin: 0;
     padding: 0;
}

html {
    height: 100%;

}

body {
     font-family: 'Lucida Sans Unicode';
     font-size: 9pt;
     /*background-color: #000;*/
    background-image: url('./images/bgclouds.jpg');
    background-position: 0px 0px;
    background-color: #000;
    background-repeat: repeat-x;
    background-attachment:fixed;
     color: #fff;

     height: 100%;
}

a {
     color: #00cc55;
}

a:visited {
     color: #00aa33;
}

table a img {
    border: 2px solid #00aa33;
}

td {
    padding: 1px;
}

#content {
     min-height: 100%;
     position: relative;
     background-image: url('./images/bgfactory.png');
     background-attachment:fixed;
     background-position: bottom left;
     background-repeat: no-repeat;
}

#menu {
     float: left;
     width: 230px;
     /*background-color: #fff;*/
     background-image: url('./images/clear.png');
     padding: 20px 0px 20px 20px;
     
}

#menu li {
     list-style-image: none;
     list-style-type: none;

     line-height: 25pt;
     font-size: 10pt;
}

#menu li:hover {
     list-style-image: url('./images/leaf.png');
}

#header {
     padding-left: 20px;
     padding-top: 20px;


}

#header img {

}

#headmenu {
     text-align: right;
     color: #121212;
     text-transform: uppercase;
     letter-spacing: 2px;
     font-size: 9px;
     width: 715px;
     margin-bottom: 40px;
     
}

#headmenu a {
     padding-left: 40px;
     color: #121212;
}

#body {
     /*background-color: #fff;*/
     padding: 20px;
     margin-left: 290px;
     background-image: url('./images/clear.png');

}

#alignment {

     width: 960px;
     margin: 0 auto;
     padding-bottom: 150px;

}

#footer {
     color: #fff;

     background-color: #000;
     position: absolute;
     bottom: 0;
     height: 100px;
     width: 100%;
}

#footer p {
     padding: 10px 10px 10px 10px;
     color: #00cc55;

     text-align: center;
}

h1 {
     font-size: 40pt;
     font-family: 'Trebuchet MS';
     color: #a7da2c;
     margin-top: 22px;
     letter-spacing: -1px;
}

#subheading {
     margin-top: -3px;
     font-size: 9pt;
     font-family: 'Trebuchet MS';
     color: #fff;
     margin-bottom: 38px;
     font-weight: normal;
     background-image: url('./images/clear.png');
     width: 525px;
     padding: 3px;
}

p {
     padding: 10px 0px;
}

ul {
     margin-left: 15px;
}

li {

     list-style-image: url('./images/leaf.png');
     padding-left: 5px;
     margin-left: 10px;
}

.floatimgr {
     float: right;
     margin-left: 10px;
     border: 1px solid #000;
}



