@import url('PullDownMenu.css');
@import url('common.css');
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
}
#pagewidth{
 width:780px;
 text-align:left;
margin-left:auto; 
 margin-right:auto;  
}
 
#header{
 position:relative; 
 height:302px; 
  background-color: #292E2C;
 width:100%;
} 


#sidecol{
 width:211px;
 float:left;
 position:relative;
  }
  
#maincol{
    float: right;
    display:inline;
    position: relative;
    width:569px;
     background-color: #292E2C;
 }

.clearfix:after {
 content: ".";
 display: block;
height: 0;
 clear: both;
 visibility: hidden;
 }
.clearfix{display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */



/*******************/
/*layout switch*/
#switch #maincol{
    float: left;
    width: 486px;
}
#switch #sidecol{
    float: right;
    width: 294px;
    padding: 20px 0 0 0;
    overflow: hidden;
    text-align: center;
}
#switch #sidecol .box{
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    float: none !important;
    margin-bottom: 24px;
}

/*******************/

body{
    background: #2C3230 url('bg.gif') center center repeat-y;
    color: #FFF;
}

#header{
    background: url('top.jpg') no-repeat;
    height: 259px;
}


#header a{
    position: absolute;
    height: 258px;
    width: 310px;
}
#header a span{
    display: none;
}

#header h2{
    display: none;
}
.txt{
    padding: 1em;
    text-align: justify;
    line-height: 2em;
}

.txt ul{
    height: 1%;
    list-style: none;
    margin: 1em 0 2em 1em;
}
.txt ul li {
    padding-left: 1em;
    background: url('li.gif') 0px .45em no-repeat;
    line-height: 18px;
    margin-bottom: 0.5em;
}
.txt ul li span{
    display: block;
    float: left;
    width: 300px;
}
.txt{
    padding-left: 20px;
}

h1{
    border-bottom: 1px solid #CCC;
    font: bold 14px Arial;
    letter-spacing: 2px;
    margin-top: 1em;
    height: 1%;
}


h3{
    border-bottom: 1px solid #CCC;
    margin: 2em 0 1.5em 0;
    font-weight: bold;
    font-size: 125%;
}
.txt p{
    margin-bottom: 1em;
}

.tree ul{
    margin: 0 !important;
    padding: 0 !important;
}


fieldset{
    border: 1px solid #880000;
    padding: 0.5em;
    margin: 0 2px 1em 0px;
}

legend{
    font-weight: bold;
    padding: 1px 4px;
    background: #880000;
    _margin-bottom: 0.5em;
}

#footer{
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    width: 774px;
    margin: 1em 3px 4px 3px;
    text-align: right;
    line-height: 15px;
}
#footer a{
    color: #D9D9D9;
    text-decoration: none;
    margin: 0 1em 0 0;
    font-size: 10px;
}

a{color:#FFF}

#distributors{
    margin-top: 1em;
}

#distributors td{
    padding: 4px;
}
