
/*Lone Wolf 2CSS technical page*/

body {
   margin:.0;
   padding: 0;
   background-color: black;
}

#banner { 
   background: transparent;
   margin-top: .8em;
   padding-bottom: .2em; /*space below banner*/
   border: none;
}

#container{
   position: absolute;
   left: 0px;    /*space on side of container*/
   width: 100%; /*space on side of container*/
   margin-bottom: 0px;
   background-color: aliceblue;
   border-style: none;
   line-height: 130%;  /*space between text lines*/
   background-image: url(images/menubackground1.jpg);
   background-repeat: repeat-y;
}

#container2{
   background-image: url(images/menubackground2.jpg);
   background-repeat: repeat-y;
   background-position: right;
}

h1 {
    font-family: Bookman Old Style;
    font-size: 45px;
    font-weight: bolder;
    text-align: center;
    color: red;
    padding: 15px 10px 15px;
}
h2 {
    font-family: Bookman Old Style;
    font-size: 25px;
    font-weight: bolder;
    text-align: center;
    color: red;
    padding: 5px 10px 2px;
}
h3 {
    font-family: Bookman Old Style;
    font-weight: bolder;
    font-size: 17px;
    text-align: center;
    color: red;
}
h4 {
    font-family: Bookman Old Style;
    font-weight: bold;
    font-size: normal;
    text-align: center;
    margin-bottom: 0.25em; 
    color: red;
}
h6 {
    font-family: Times New Roman;
    font-size: .85em;
    text-align: center;
    color: red;
}
h5 {
    font-family: Times New Roman;
    font-size: .85em;
    text-align: center;
    margin-bottom: 0;
    color: white;
}
img {
border-style: none
}
p {
    font-family: Comic Sans MS;
    font-weight: normal;
    font-size: normal;
    color: black;
    background-color: transparent;
}
#mainbody {
    padding: 20px 25px 25px;   /*top side bottom*/
    background-color: transparent;
    border-style: none;
    margin-left: 0;
    height: 99%;
    overflow: auto;
}

#menu {
    float: left;
    width: 170px;  /*column width*/
    height: 100%;
    padding: 0px;
    padding-top: 0px;  /*menu list placement*/
    overflow: hidden;
}

#menu li {
    margin: 0;
    padding: 0px;
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
    font-size: 1em;
}
#menu a {
    padding: 0.25em 0.1em 0.1em 0.5em; /*button height, right space, button height, left space */
    background: blue;                     
    display: block;
    text-decoration: none;
    width: 99%;
    margin-bottom: 0.5em;  
    margin-top: 0.5em;  /*space between buttons*/
    margin-left: 0em;
    width: 130px; /*button width*/
    color: white;
}
#menulist a:current {
    border-color: #5bd #035 #068 #f30; 
}
#menulist a:hover {
    border-color: #59 #6cf #5bd #fc0;
    padding: 0.25em 0.1em 0.1em 0.25em; /*button height, right space, button height, left space */
    background: darkblue;
    color: darkgrey;
}
#menulist a:active {
    background: darkblue;
    border-color: #069 #6cf #5bd white;
    padding: 0.25em 0.1em 0.1em 0.25em; /*button height, right space, button height, left space */
    color: black;
}
#trightcolumn { /*technical page*/
    overflow: hidden;
    float: right;
    width: 170px; /*image placement */
    height: 100%;
    padding: 25px 0px 10px;   /*content placement*/
    overflow: hidden;
}
#img { 
      border-style: none;
}  

#footer {
     clear: both;
     padding: .1em .1em;
     Background-color: black;
     border-style: solid;
     border-width: 1px 0;
     position: relative;
}

#cleardiv{
     clear: both;
}

.inside{
      padding: 0 1.5em;
}

#warrantee{
     font-family: Comic Sans MS;
     font-weight: normal;
     font-size: normal;
     text-align: center;
     color: black;
}