html{color:#fff;background:#000;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquoteth,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*because legend doesn't inherit in IE */
legend{color:#fff;}
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
/**
 * Bump up IE to get to 13px equivalent
 */
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:100%;}
body{text-align:center;}
#ft{clear:both;}
#doc {
    margin:auto;text-align:left;
}
.yui-gb div.first {margin-left:0;float:left;}
.yui-gb .yui-u {float:left;}

body {
    color: white;
}

div.middle {
    margin: 0 auto;
    width: 800px;
    text-align: left;
}

div.grey_border_div {
    border: 1px solid;
    border-color: #868686;
    margin-top: 20px;
    margin-bottom: 20px;
}


div.white_border_div {
    border: 14px solid;
    border-color: white;
    background-color: #250604;
    height: 570px;
    width: 770px;
}

div.imagefloat {
    position: absolute;
    z-index: 0;
    left: 50%;
    margin-left: -385px;
    overflow: hidden;
}

div.bottom_boxes,
div.bottom_nav {
    position: absolute;
    margin-top: 436px;
    left: 50%;
    margin-left: -373px; /*386 with 13px padding */
    width: 744px; /* 770 minus 26px */
}

#filling {
    position: absolute;
    left: 50%;
    margin-left: -385px; /*386 with 13px padding */
    margin-top: 100px;
    width: 770px;
    overflow: hidden;
    z-index: 3;
}

#homelink {
    position: absolute;
    width: 130px;
    height: 98px;
    top: 360px;
    margin-left: 5px;
    z-index: 4;
}

#dvd_image {
    margin-left: 320px;
    opacity: 0;
}

div.bottom_right {
    float: right;
    width: 620px;
    height: 124px;
    overflow: auto;    
}

div.play_button {
    margin: 0px 5px 0px 0px;
    float: right;
}

img.dvd_thumb {
    padding: 8px 4px 0px 4px;
    outline: none;
}

img.thumb_arrow {
    margin: 0px 0px 27px 0px;
}

div.product_image {
    margin: 20px 0px 0px 0px;
    width: 120px;
    height: 100px;
    float: right;
}

div.product_description {
    float: right;
    right: 5px;
    margin: 5px 0px 0px 10px;
    width: 460px;
    height: 100px;
    padding: 5px;
    overflow: hidden;
}

div .contact_middle {
    padding: 13px 10px 10px 45px;
    width: 360px;
    float: right;
    height: 90px;
    overflow: auto;
}

div .contact_address {
    margin: 10px 0px 10px 10px;
    padding: 5px;
    width: 164px;
    height: 90px;
    float: right;
    line-height: 15px;
    overflow: hidden;
}

div.contact_address p {
    font-style: italic;
    font-size: 85%;
}

div.wide_body {
    padding: 10px 10px 10px 25px;
}

div.boxes {
}

div.bottom_nav {
    z-index: 5;
}

div.bottom_nav img {

}

h1 {
    font-size: 108%;
    font-weight: bold;
    padding-bottom: 5px;
}

p {
    font-size: 93%;
    padding-bottom: 5px;
    margin: 0px;
}

a, a:visited {
    text-decoration: none;
    color: #aaa;
    outline: none;
}

a:hover {
    color: white;
}

div.menu_item {
    padding: 11px 0px 10px 27px;
    margin-left: 5px;
    background-repeat: no-repeat;
    background-position: 2px 7px; 
    width: 80px;
    overflow: hidden;
}

div.menu_item a {
    color: grey;
}

div.menu_item p{
    font-weight: bold;
    font-size: 93%;
}

div.transparent_menu {
    background-repeat: no-repeat; 
    width: 744px; 
    height: 123px;
}

#transparent_menu_01 {
    background-image: url('/media/site_images/menu_back_01.png');
}

#transparent_menu_02 {
    background-image: url('/media/site_images/menu_back_02.png');
}

#transparent_menu_03 {
    background-image: url('/media/site_images/menu_back_03.png');
}

#transparent_menu_04 {
    background-image: url('/media/site_images/menu_back_04.png');
}

div.active a{
    color: white;
}

div.mission {
    background-image: url("/media/site_images/B_ROCKET_GREY.png");
}

div.mission.active {
    background-image: url("/media/site_images/B_ROCKET_WHITE.png");
}

div.projects {
    background-image: url("/media/site_images/B_MEGAPHONE_GREY.png");
}

div.projects.active {
    background-image: url("/media/site_images/B_MEGAPHONE_WHITE.png");
}

div.contact {
    background-image: url("/media/site_images/B_LETTER_GREY.png");
}

div.contact.active {
    background-image: url("/media/site_images/B_LETTER_WHITE.png");
}