
#stripe {
    display: none;
}
#body {
    width: 100%;
    background: url(../images/bg.contentEmpty.png) repeat-y;
    float: left;
}

#submenu {
    width: 186px;
    float: left;
    /* padding: 30px 0; */
    padding: 30px 0 0 20px;
    margin-right: 5px;
}

#text {
    /* width: 436px; */
    width: 474px;
    float: left;
    margin-right: 5px;
    min-height: 300px;
    padding: 40px 98px 25px 30px;
}
#text img {
   /* width: 436px; */
    border: none;
}
#text h1 {
    color: #e03a3e;
    font-weight: normal;
    margin: 0;
    font-size: 200%;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 130%;
}
/* tables */
#text table {
    border-collapse: collapse;
}
#text td {
    border: 1px solid #b4b8b9;
    padding: 2px;
    font-size: 100%;
}
#text table.no-border td {
    border: none;
}
#text .intro {
    font-weight: bold;
}



/** listings **/

#text #listing {
    display: block;
    width: 437px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    list-style: none;
}
#text #listing li {
    list-style: none;
    display: block;
    margin: 5px 0 0 0;
    padding: 0;
    background: none;
    position: relative;
    overflow: hidden;
    height: 72px;
    width: 437px;
}
#text #listing p {
    width: 245px;
    height: 62px;
    margin: 0;
    margin-right: 5px;
    padding: 10px 20px 0 25px;
}
#text #listing li:hover p, #text #listing li.menuover p {
    background-color: #d5d7d8;
}
#text #listing li:hover a, #text #listing li.menuover a {
    color: #e03a3e;
}

#text #listing img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 142px;
    height: 72px;
    border-left: 5px solid #fff;
}
#text #listing a {
    text-decoration: none;
}
#text #listing p a:after {
    content: url(/images/arrow.red.png);
    margin-left: 3px;
}




#highlight {
    line-height: 150%;
    width: 142px;
    float: left;
    overflow: hidden;
}
#highlight[id] {
    overflow: visible;
}
#highlight div.block {
    background-color: #d5d7d8;
    margin: 0;
    padding: 20px 15px;
    border-bottom: 5px solid #fff;
}
#highlight div.block img {
    display: block;
    width: 112px;
    margin: 1em auto;
    border: none;
}
#highlight div.block img.readmore {
    display: inline;
    margin: 0;
    width: auto;
}
#highlight img.block {
    display: block;
    margin: 0;
    border: none;
    width: 142px;
    border-bottom: 5px solid #fff;
}
#highlight p {
    margin: 0;
}
#highlight p a:after {
    content: url(/images/arrow.red.png);
    margin-left: 3px;
}

/* document lists to the right */
#highlight h2 {
    font-size: 100%;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
    padding-bottom: 5px;
}
#highlight h3 {
    font-size: 100%;
    font-weight: bold;
    margin-bottom: -1em;
    padding-bottom: 5px;
    margin: 0;
}
#highlight ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#highlight ul li {
    margin: 0;
    padding: 5px 0 5px 0;
}



/* submenu */
#submenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#submenu li {
    margin: 0;
    padding: 5px 5px 5px 25px;
    list-style: none;
}
#submenu li li {
    padding: 1px 0 1px 15px;
}
#submenu li a {
    display: block;
}
li.expanded {
    /* background-color: #fff; */
}
li.expanded a {
    font-weight: bold;
}
li.expanded li a {
    font-weight: normal;
}
a.selected {
    color: #e03a3e;
}



/** contact **/
#contact {
    margin: 0;
    padding: 0;
    width: 100%;
}
#contact input, #contact select, #contact textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #333;
    border: 1px solid #999;
    width: 200px;
}
#contact input:hover, #contact select:hover, #contact textarea:hover {
    border-color: #333;
    background-color: #e6e7e8;
}
#contact label {
    display: block;
    font-weight: bold;
}
#contact p {
    margin: 0.5em 0;
    clear: both;
}
#contact .button {
    font-weight: bold;
    background-color: #e6e7e8;
}
#contact #form-textboxes {
    float: left;
    width: 230px;
}
#contact #form-checkboxes {
    margin-top: 10px;
    float: left;
    width: 200px;
}
#contact #form-checkboxes input {
    border: none;
    width: auto;
    display: inline;
}
#contact #form-checkboxes label {
    display: inline;
    font-weight: normal;
}
#contact span.required {
    color: #f00;
}




/** File list **/
#files p {
    margin: 0;
}
#text #files ul {
    margin-left: 0;
}
#text #files ul li {
    padding-left: 20px;
}
#text #files ul li { background: url(/images/icons/unknown.png) no-repeat top left; }
#text #files ul li.pdf { background: url(/images/icons/pdf.png) no-repeat top left; }
#text #files ul li.txt { background: url(/images/icons/txt.png) no-repeat top left; }
#text #files ul li.doc { background: url(/images/icons/doc.png) no-repeat top left; }
#text #files ul li.ppt { background: url(/images/icons/ppt.png) no-repeat top left; }
#text #files ul li.xls { background: url(/images/icons/xls.png) no-repeat top left; }
#text #files ul li.gif { background: url(/images/icons/gif.png) no-repeat top left; }
#text #files ul li.jpg { background: url(/images/icons/jpg.png) no-repeat top left; }
#text #files ul li.jpe { background: url(/images/icons/jpg.png) no-repeat top left; }
#text #files ul li.jpeg { background: url(/images/icons/jpg.png) no-repeat top left; }
#text #files ul li.png { background: url(/images/icons/png.png) no-repeat top left; }
#text #files ul li.tif { background: url(/images/icons/tif.png) no-repeat top left; }
#text #files ul li.tiff { background: url(/images/icons/tif.png) no-repeat top left; }




/** Gallery **/
#gallery img {
    width: auto;
    vertical-align: middle;
    display: inline;
}
#text #gallery ul {
    margin: 0;
    padding: 0;
    background: none;
    width: 100%;
    overflow: hidden;
}
#text #gallery li {
    margin: 20px 20px 0 0;
    padding: 0;
    width: 125px;
    float: left;
    display: table;
    _display: block;
}
#text #gallery a {
    vertical-align: middle;
    display: table-cell;
    _display: block;
    width: 125px;
    height: 125px;
    background-color: #f1f1f2;
    text-align: center;
    line-height: 125px;
}
#gallery li.clear {
    clear: left;
}
#gallery li p {
    margin: 0;
}
#gallery li p.title {
    font-weight: bold;
}

/** subscription **/
#subscription form {
    margin: 0;
    width: 112px;
}
#subscription input {
    width: 100%;
    font-family: 
}
#subscription input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #333;
    border: 1px solid #999;
    width: 108px;
}
#subscription input:hover {
    border-color: #333;
    background-color: #e6e7e8;
}
#subscription label {
    display: block;
}
#subscription .button {
    font-weight: bold;
    background-color: #e6e7e8;
    margin-bottom: 10px;

}





/** search **/
#text #search-results {
    margin: 0;
}
#text #search-results h3 {
    margin: 0;
}
#body #text #search-results p {
    margin: 0;
}
#body #text #search-results p.path {
    font-size: 90%;
}
#text #search-results li {
    margin: 10px 0;
    padding: 0;
    background: none;
}

#search .search-pages {
    margin: 0;
    padding: 0;
    list-style: none;
}
#search .search-pages li {
    display: block;
    margin: 0;
    padding: 0;
    background: #e6e7e8;
    float: left;
    width: 1.5em;
    height: 1em;
    margin-right: 3px;
}
#search .search-pages a {
    display: block;
    text-align: center;
    margin: 0;
    text-decoration: none;
    background: #e6e7e8;
    border: 1px solid #ccc;
}
#search .search-pages li.selected a {
    color: #e03a3e;
}
#search .search-highlight {
    font-weight: bold;
}



/** newslisting **/
#text #newslisting {
    margin: 0;
}
#text #newslisting li {
    margin-bottom: 10px;
    background: none;
    padding: 0;
}
#text #newslisting h2 {
    margin: 0;
    font-weight: bold;
}
#text #newslisting p {
    margin: 0;
}
#text #newslisting .date {
    font-size: 90%;
}

/**resellers **/
#resellerform {
    margin: 1em 0;
    padding: 0;
}
#resellerform label {
    display: block;
}
#resellerform select {
    display: block;
    font-family: Arial, Helvetica, sans-serif;;
    font-size: 100%;
}
