body {
    background-color: black;
    color: #bbbbbb;
    font-family: "Lucida Grande", "Geneva", "Trebuchet MS", "Arial", sans-serif;
    font-size: 0.9em;
    font-style: normal;
    font-weight: 200;
    font-variant: normal;
    line-height: 2.0em;
    margin: 0;
    padding: 0;
    border: none;
}

a {
    background-color: inherit;
    color: white;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/*** HANDHELD SPECIFIC ***************************/

div.handheld_nav {
    display: none;
}

/*** TOP BANNER ***************************/

div.banner {
    background-image: url("gfx/banner_filmstrip.gif");
    background-repeat: repeat-x;
    background-position: 176px 39px;
    display: block;
    width: 100%;
    height: 115px;
    position: absolute;
    left: 0px;
    top: 8px;
}

div.banner .logo {
    background-image: url("gfx/banner_logo.gif");
    background-repeat: no-repeat;
    background-position: -20px 0px;
    display: block;
    width: 176px;
    height: 115px;
}

div.banner div.name {
    font-style: italic;
    font-weight: normal;
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 20px;
    background-color: transparent;
    color: white;
    display: block;
    position: absolute;
    left: 176px;
    top: 0px;
    padding: 4px;
}

div.banner div.subtext {
    font-style: normal;
    font-weight: normal;
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 1.2em;
    color: #bbbbbb;
    display: block;
    position: absolute;
/*    min-width: 370px;    -- IE compatibility issues*/
    right: 8px;
    top: 4px;
    padding: 0;
    text-align: right;

}

/*** NAVIGATION ***************************/
    
div.nav {
    background-color: transparent;
    display: block;
    position: absolute;
    top: 127px;
    left: 0px;
    width: 100%;
    line-height: 1.1em;
    margin: 0px;
    padding: 0px;
}

/*-- MAIN NAVIGATION --------*/

div.nav div.main {
    background-color: #333333;
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
    line-height: 1.6em;
    height: 2.0em;
}

div.nav div.main ul {
    display: block;
    padding-left: 200px;
    padding-right: 0;
    min-width: 770px;
    margin: 0;
    font-size: 1em;
    line-height: 1.6em;
    white-space: nowrap;
}

div.nav div.main ul li {
    display: inline;
    font-weight: bold;
    white-space: nowrap;
}

div.nav div.main ul li a {
    display: inline;
    background-color: #333333;
    background-image: none;
    padding: 0.2em 0.8em;
    border: none;
    margin: 0px 0px;
    border-spacing: 0px;
    text-decoration: none;
    float: left;
    font-size: 1.0em;
    text-align: center;
}

div.nav div.main ul li a:hover {
    background-color: #ca7e38;
    color: yellow;
}

div.nav div.main ul li a.selected{
    background-color: #ca7e38;
}

/*-- SUB (SIDE)  NAVIGATION --------*/

div.nav div.sub {
    display: block;
    background-image: url("gfx/nav_side.gif");
    background-position: top;
    background-repeat: repeat-x;
    background-color: black;
    color: inherit;
    margin: 0;
    width: 200px;
    text-align: right;
    position: static;
    line-height: 1.5em;

    padding: 0 0 150px 0;
}

div.sub div.subtitle {
    background-color: transparent;
    color: inherit;
    background-image: none;
    display: block;
    margin: 0em 0 1em 0;
    padding: 3.5em 8px 0em 0px;
    width: 192px;

}

div.sub div.subtitle p {
    padding: 0;
    margin: 0 0 2em 0;
}

div.nav div.sub ul {
    display: block;
    background-color: transparent;
    background-image: none;
    padding: 0;
    margin: 0;
    list-style-type: none;
    line-height: 1.0em;
    
}

div.nav div.sub ul li {
    background-color: transparent;
    background-image: none;
    padding: 0;
    margin: 0.5em 0;
    font-weight: bold;
    font-size: 1.0em;
}

div.nav div.sub ul li a {
    display: block;
    background-image: none;
    padding: 0.25em 8px 0.25em 0px;
    border: 0;
    margin: 0;
    width: 192px;
    text-decoration: none;
    
}


div.nav div.sub ul li a:hover {
    background-color: #ca7e38;
    background-image: url("gfx/nav_side_highlight.gif");
    color: yellow;
}

div.nav div.sub ul li a.selected {
    background-color: #ca7e38;
    background-image: url("gfx/nav_side_highlight.gif");
}

div.nav div.sub ul ul {
    padding: 0 0 0.75em 0;
}

div.nav div.sub ul ul li{
    margin: 0;
    font-weight: lighter;
}

div.nav div.sub ul ul li a {
    color: #999999;
    padding: 0.25em 8px 0.25em 0px;
    margin: 0px;

}

div.nav div.sub ul ul li a {
    font-weight: normal;
}

div.nav div.sub ul li li a.selected {
    background-color: inherit;
    color: white;
}

/*** MAIN BODY AREA ***************************/

div.mainbody {
    background-color: transparent;
    display: inline;
    position: absolute;
    left: 200px;
    top: 160px;
    margin: 0;
    right: 0px;
    min-width: 570px;
    max-width: 794px;
    padding: 0;
    font-weight: lighter;

}

@media projection {
    div.mainbody {
        max-width: none;
    }
}

/*** CONTENT ***************************/


div.mainbody div.content {
    display: block;
    padding: 8px;
    
}    

div.content b {
    font-weight: bold;
    background-color: inherit;
    color: #dddddd;
}

div.content h1 {
    font-size: 2.5em;
    position: static;
    margin-top: 1em;
    margin-bottom: 0.6em;
    font-weight: normal;
    background-color: inherit;
    color: white;
    line-height: 1.2em;
}

div.content h2 {
    font-size: 1.5em;
    position: static;
    margin-top: 1em;
    margin-bottom: 0.8em;
    font-weight: normal;
    background-color: inherit;
    color: white;
    line-height: 1.2em;
}

div.content h3,
div.content h4,
div.content h5,
div.content h6 {
    font-size: 1.2em;
    position: static;
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-weight: bold;
    background-color: inherit;
    color: white;
    line-height: 1.2em;
}

div.content p {
    font-weight: 100;
    margin: 0 0 1.5em 0;
    padding: 0;
}

div.content blockquote {
    margin: 1em 10%;
    font-style: italic;
    font-size: 1.3em;
    text-align: center;
    line-height: 1.5em;
}

div.content blockquote.major {
    font-size: 1.8em;
}

/*--- lists ------- */

div.content ul {
    padding-left: 1.8em;
    margin-left: 0;
    line-height: 1.5em;
}

div.content ol {
    padding-left: 1.8em;
    margin-left: 0;
    line-height: 1.5em;
}

div.content li {
    padding-left: 0;
    margin-left: 0;
    list-style-position: outside;
}

div.content div.rhs_illustrations {
    float:right;
    margin-left: 1.5em;
    text-align:center;
}

/*--- links ------- */

div.content a {
    text-decoration: none;
    color: #ff9938;
/*    border-bottom: 1px dotted #ff9938;*/
}

div.content a b {
    color: #ff9938;
}


div.content a:hover {
    text-decoration: underline;
}

a img {
    border: 0px none;
}

/*--- tables ------- */

div.content table {
    border: 2px solid #666666;
    width: auto;
    margin: 1em auto 1em auto;
    border-collapse: collapse;
    text-align: center;
}

div.content table caption {
    caption-side: top;
    margin: 0;
    padding: 0.5em 0 0.5em 0;
    background-color: inherit;
    color: white;
    text-align: center;
    width: 100%;
}

div.content table tr {
    padding: 0px;
    margin: 0px;
}
div.content table th {
    background-color: #333333;
    padding: 0.3em 0.5em;
    margin: 0;
    border: 1px solid #666666;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
}

div.content table td {
    padding: 0.3em 0.5em;
    margin: 0px;
    border: 1px solid #666666;
    text-align: center;
    font-weight: normal;
    font-size: 1.0em;
}

div.content table td.blockoftext {
    text-align: left;
}

div.content table.keyvaluepairs {
    width: auto;
    margin: 1em auto 1em auto;
    border-collapse: collapse;
    border: none;
    text-align: center;
}

div.content table.keyvaluepairs caption {
    caption-side: top;
    margin: 0;
    padding: 0.5em 0 0.5em 0;
    background-color: inherit;
    color: white;
    text-align: center;
    width: 100%;
}

div.content table.keyvaluepairs tr {
    padding: 0px;
    margin: 0px;
}
div.content table.keyvaluepairs th {
    background-color: transparent;
    padding: 0.3em 0.5em;
    margin: 0;
    text-align: left;
    font-weight: bold;
    font-size: 1.2em;
    border: none;
    color: white;
    vertical-align: top;
}

div.content table.keyvaluepairs td {
    padding: 0.3em 0.5em;
    margin: 0px;
    border: none;
    text-align: left;
    font-weight: normal;
    font-size: 1.2em;
    vertical-align: top;
}

div.content table.sub_keyvaluepairs {
    width: auto;
    margin: 0em auto 0em 0em;
    border-collapse: collapse;
    border: 1px solid #888888;
    text-align: left;
}

div.content table.sub_keyvaluepairs caption {
    caption-side: top;
    margin: 0;
    padding: 0em 0 0.3em 0;
    background-color: inherit;
    color: white;
    text-align: left;
    width: 100%;
}

div.content table.sub_keyvaluepairs tr {
    padding: 0px;
    margin: 0px;
}
div.content table.sub_keyvaluepairs th {
    background-color: transparent;
    padding: 0.0em 0.5em;
    margin: 0;
    text-align: left;
    font-weight: bold;
    font-size: 1.0em;
    border: none;
    color: white;
    vertical-align: top;
}

div.content table.sub_keyvaluepairs td {
    padding: 0.0em 0.5em;
    margin: 0px;
    border: none;
    text-align: left;
    font-weight: normal;
    font-size: 1.0em;
    vertical-align: top;
}

table.skeyvaluepairs {
    width: auto;
    padding: 0.0em 0.5em;
    margin: 0px;
    border: 1px solid red;
    text-align: left;
    font-weight: normal;
    font-size: 1.0em;
    vertical-align: top;
}

/* ---simple columns arrangements --- */

div.content div.twocolumns {
    display: block;
    padding: 0;
    margin: 0;
}


div.content div.twocolumns div.column {
    display: block;
    float: left;
/*    width: 260px;*/
    width: 35%;
    padding: 0 8px;
    margin: 0 8px;
}

body div.content div.twocolumns > div.column {
    width: 43%;
}


div.content div.twocolumns div.aftercolumns {
    clear:both;
}

/*** CONTENT FEATURES *********************************
 Eg. galleries, photos, videos, ebay items
*/


div.content div.gallerysub {
    float: left;
    width: 360px;
    padding: 1em 0.25em;
    margin: 0.25em;
    text-align: left;
    vertical-align: middle;
    line-height: 1.3em;
    height: 10em;
    overflow: hidden;
    background-color: #333333;
}

div.content div.gallerysub img {
    display: block;
    float: left;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: auto;
    margin-bottom: auto;
}

div.content div.gallerysub div.text {
    display: block;
    margin-left: 146px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}
div.content div.gallerysub div.text h4 {
    margin-top: 0;
    padding-top: 0;
}

div.content div.gallerysub div.text span.date {
    font-weight: bold;
    color: #dddddd;
}

div.content div.post_gallerysubs {
    clear: both;
}


div.content div.galleryphoto {
    float: left;
    width: 120px;
    padding: 1em 0.25em;
    margin: 0.25em;
    text-align: center;
    vertical-align: top;
    line-height: 1.3em;
    height: 160px;
    overflow: hidden;
    background-color: #333333;
}

div.content div.galleryphoto img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0.5em;
}

div.content div.post_galleryphotos {
    clear: both;
}

div.content div.galleryvideo {
    float: left;
    width: 148px;
    padding: 1em 0.25em;
    margin: 0.25em;
    text-align: center;
    vertical-align: top;
    line-height: 1.3em;
    height: 160px;
    overflow: hidden;
    background-color: #443311;
}

div.content div.galleryvideo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0.5em;
}

div.content div.post_galleryvideos {
    clear: both;
}


div.content object.youtube_video {
    float: left;
    margin: 0.25em;
    padding: 0;
}


div.media_popup {
    display: block;
    visibility: hidden;
    position: absolute;  /* hack for IE */
    width:100%;
    height:100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color:transparent;
    background-image: url('gfx/greyout.gif');
    background-repeat: repeat;
    text-align: center;
    vertical-align: middle;
    z-index:1000;
    margin: 0;
}

body > div.media_popup {
    /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
    position: fixed;
    width:100%;
    height:100%;
    left: 0;
    top: 0;
}

div.media_popup div.page {
    display: block;
    position: relative;
    background-color: white;
    color: black;
    border: 4px solid black;
    width: 500px;
    height: 420px;
    margin: auto auto;
    padding: 1em;
    text-align: center;
    vertical-align: middle;
}

div.media_popup a {
    color: black;
}

div.media_popup div.page div.close {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    margin: 0.25em;
    padding: 0.25em;
}

div.media_popup div.page div.hosting {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    text-align: left;
    margin: 0.25em;
    padding: 0.25em;
}

/*** SHOP ITEMS ***********************/

div.content div.ebayitem {
    display:block;
    padding: 0.5em 0.25em;
    margin: 0.25em;
    text-align: left;
    vertical-align: middle;
    line-height: 1.3em;
    width: 40em;
    border: 1px solid #333333;
    min-height: 5em;
}

div.content div.ebayitem div.img {
    display: block;
    float: left;
    text-align: center;
    width: 80px;
}

div.content div.ebayitem div.img img {
    max-height: 5em;
    max-width: 80px;
}
div.content div.ebayitem div.text {
    display: block;
    margin-left: 88px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}
div.content div.ebayitem div.text h4 {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

div.content div.post_ebayitems {
    clear: both;
}


div.content div.infobox {
    display: block;
    float:right;
    background: black;
    border: 1px solid white;
    padding: 0 1em;
    margin: 1em;
    width: 15em;
}


div.content div.shopitem {
    display: block;
    padding: 0.5em 0.5em;
    margin: 0.5em;
    text-align: left;
    vertical-align: middle;
    line-height: 1.3em;
    border: 1px solid #333333;
    min-height: 172px;
    width: 500px;
}

div.content div.shopitem div.img {
    display: block;
    float: left;
    text-align: center;
    width: 160px;
}

div.content div.shopitem div.img img {
    max-height: 160px;
    max-width: 160px;
}

div.content div.shopitem div.img div.gallerylink {
    background-color: #333333;
    text-align: center;
    font-weight: bold;
    margin: 1em;
    padding: 0.5em 0.25em;
    display: block;
}

div.content div.shopitem div.text {
    display: block;
    margin-left: 168px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}
div.content div.shopitem div.text h2 {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 1em;
    padding-bottom: 0;
}

div.content div.shopitem div.text em {
    font-size: 1.2em;
}

div.content div.shopitem div.text form {
    float: left;
    padding: 0.25em;
    margin: 0.25em;
    border: 1px solid #ca7e38;
}

div.content div.shopitem div.text form.buybuttonvideo {
    border: 1px solid #008800;
    text-align: center;
}

div.content div.shopitem div.text form.buybuttoncalendar {
    border: 1px solid #3333ff;
    text-align: center;
}

div.content div.shopitem div.text form label {
    display: block;
    color: white;
    background-color: inherit;
    margin: 0 auto 0.25em auto;
    text-align: center;
}

div.content div.shopitem div.text p.post_buybuttons {
    clear: left;
    font-style: italic;
}

div.content div.post_shopitem {
    clear: both;
}


/*** HIGHLIGHT BOXES  ***************************/

div.right_column {
    display: block;
    float: right;
    width: 200px;
    margin: 0px;
    padding: 0px;
}

div.box {
/*    border: 1px dotted red; */
    background-color: #330000;
    padding: 8px 8px 8px 8px;
    margin: 8px;
    display: block;
}

div.box.alt {
    background-color: #220044;
}

div.box.alt2 {
    background-color: #003300;
}

div.box#hoverhighlight:hover {
    background-color: #440000;
/*    border: 1px dotted red;*/
}

div.box a {
    font-weight: bold;
    color: white;
    background-color: inherit;
}

div.box a:link {
    color: white;
}
div.box a:visited {
    color: inherit;
}

a.supresslinkstyle {
    text-decoration: none;
    color: #bbbbbb;
}

div.content a.supresslinkstyle {
    text-decoration: none;
    color: #bbbbbb;
}

div.box h1 {
    font-size: 1.5em;
    margin: 0;
    padding: 0;
}

div.box a:visited h1 {
    color: #bbbbbb;
}

div.box h2,
div.box h3,
div.box h4,
div.box h5,
div.box h6 {
    font-size: 1.2em;
    margin: 0;
    padding: 0;
}

div.box a:hover b {
    text-decoration: none;
}

/*** FOOTER  ***************************/

div.mainbody div.footer {
    display: block;
    position: static;
    padding: 8px 0;
    margin: 48px 0 0 0;
    text-align: center;
}

div.mainbody div.footer a {
    text-decoration: none;
    color: #bbbbbb;
}
div.mainbody div.footer a:hover {
    text-decoration: underline;
}

div.content table.borderless {
    background-color: transparent;
    border: 0px;
}

div.content table.borderless tr,
div.content table.borderless th,
div.content table.borderless td {
    background-color: transparent;
    border: 0px;
}
