
body {
    margin : 0;
    padding : 0; /* Opera default is not Zero */
    background : #FFF; /* Netscape 6 for Mac: default is gray */
}

#siteWrapper {
    top : 0px;
    position : relative;
    margin : 0 auto;
    padding : 0;
    width : 964px;
/*
    height : 738px;
*/
    font-family: verdana, arial, sans-serif;
    font-weight: normal;
    font-size: 10px;
    color: #000;
}
/******************************************************************************
 *      The the pre-header
 **/
#pre {
    width : 100%;
/*
    max-height : 22px;
*/
    text-align: right;
/*
    clear : both;
*/
}
#pre p {
    font-size: 10px;
    padding: 0;
    margin: 8px 0 9px;
/*
    margin: 0;
*/
    color : #C0C0C0;
}
/******************************************************************************
 *      All things header/menu
 **/
#header {
    width: 100%;
    height: 108px;
    background-color:#DE1C21;
}
.menu {
    position:relative;
    top: 43px;
}
.menu a,
.menu :visited {
    display:block;
    text-decoration:none;
    width:127px;
    text-align:center;
    color:#fff;
    font-size: 10px;
    line-height:22px; 
}
.menu ul {
    list-style-type: none;
    padding:0;
    margin:0;
}
.menu li {
    float:left;
    position:relative;
    z-index:100; 
}
.menu ul ul {
    visibility: hidden;
    position: absolute;
    top:20px;
}
.menu li:hover ul,
.menu a:hover ul {
    visibility: visible;
}
.menu li:hover,
.menu a:hover {
    font-weight:bold;
    font-size: 12px;
}
.menu li:hover li,
.menu a:hover a {
    font-weight: normal;
    font-size: 10px;
    border: 0;
}
.menu li.left_side {
    border-right:1px solid #F7901E;
}
.menu li.right_side {
    border-left:1px solid #F7901E;
    float:right;
}
.menu li.no_border {
    border:0;
}
.menu li.current_group a {
    font-weight: bold;
    visibility: visible;
}
.menu li.current { /* for subgroups that are currently active.. assign other entries in the same subgroup (that is active!) to the class "current_group" to gain  for these aswell */
    visibility: visible;
}
.menu li.current a { /* tmp */
    font-weight: bold;
    font-size: 12px;
}
.menu li.current li a {
    font-weight: normal;
    font-size: 10px;
}
.menu li.current li a:hover {
    font-weight: bold;
    font-size: 12px;
}
.menu li.current_group:hover li.current a {
    font-weight: bold;
    font-size: 10px;
    border: 0;
}
.menu li.current_group li.current a:hover {
    font-weight: bold;
    font-size: 12px;
    border: 0;
}
#pic_header {
    position: absolute;
    left: 379px;
/*
    z-index: 200;
*/
}
/******************************************************************************
 *      Content
 **/
#eula {
    position: absolute;
    left: 0px;
    width: 607px;
    height: 589px;
    padding-top: 11px;
    z-index: 5000;
    background-color: #FFF;
    visibility: hidden;
}
#eula .ok {
    position: relative;
    left: 293px;
    font-size: 12px;
    font-weight: normal;
    color: #F7901E;
    text-decoration: none;
}
#eula .ok:hover {
    font-weight: bold;
}
#leftColumn {
    position: relative;
    float: left;
    top: 11px;
    width: 607px;
    height: 589px; /* -11 of apparent column height */
    font-size: 12px;
}
#leftColumn small {
    color: #000;
}
#eula p {
    line-height: 1.3em;
    margin: 0;
    padding: 0;
}
#leftColumn p {
    line-height:1.5em;
    margin:0;
    padding:0;
}
#leftColumn p.main_content {
    font-weight: bold;
    color: #F7901E;
}
#leftColumn p.width_125px {
    width: 125px;
}
#leftColumn p.width_130px {
    width: 130px;
}
#leftColumn p.width_235px {
    width: 235px;
}
#leftColumn p.width_260px {
    width: 260px;
}
#leftColumn p.width_270px {
    width: 270px;
}
#leftColumn p.width_310px {
    width: 310px;
}
#leftColumn p.width_330px {
    width: 330px;
}
#leftColumn p.width_420px {
    width: 420px;
}
#leftColumn ul {
    list-style-type: disc;
    padding:0;
    margin:0 0 0 15px;
}
#leftColumn ul.width_260px {
    width:250px; /* the bullets doesn't count */    
}
#leftColumn ul.width_250px {
    width:240px; /* the bullets doesn't count */    
}
#leftColumn ul.width_300px {
    width:300px; /* the bullets doesn't count */
}
#leftColumn .orange {
    color: #F7901E;
    font-weight:bold;
}
#faq h1,
#eula h1,
#leftColumn h1 {
    font-weight: normal;
    color: #F7901E;
    margin: 3px 0 4px 0;
    font-size: 1.9em;
}
#faq h4,
#eula h4,
#leftColumn h4 {
    font-weight: normal;
    color: #F7901E;
    margin: 8px 0 2px 0;
    font-size: 1.2em;
}
#eula a,
#leftColumn a {
    color: #F7901E;
    font-weight: bold;
    text-decoration:underline;
}
#eula a:hover,
#leftColumn a:hover {
    text-decoration:none;
}
#leftColumn h1, #leftColumn h4, #leftColumn p, #leftColumn ul {
    position: relative;
    z-index: 50;
}
#faq {
/* this is a major IEx bug (in my eyes) - if a containing element 
 * (in this case #leftColumn is set to position:relative, overflow:scroll 
 * breaks badly, morbidly emulating position:fixed. The quickfix is to set 
 * the child element's position to relative as well. */
    position: relative; 
    width: inherit;
    height: 589px;
    overflow: auto;  /* vertical scroll only */
}
#faq a {
    font-size: 11px;
}
#faq h4 {
    font-weight: bold;
}
#faq p {
    margin: 0 15px;
}
#pic_leftColumn_main_right {
    position:absolute;
    right: 0px;
    top:-11px;
    z-index: 10;
}
#pic_leftColumn_main_right_nocompensate {
    position:absolute;
    right: 0px;
    top: 5px;
    z-index: 10;
}
#pic_leftColumn_main_bottom {
    position:absolute;
    bottom:0px;
    z-index: 10;
}
/******************************************************************************
 *      All things order form
 **/
#rightColumn {
    position: relative;
    float: right;
    width: 340px;
    height: 600px;
    font-size: 10px;
}
#rightColumn h1 {
    font-weight: normal;
    color: #F7901E;
    margin: 8px 0 0 0;
    font-size: 1.8em;
}
#rightColumn p {
    line-height:1.3em;
    padding:0;
    margin: 0 2px 0 0;
}
#rightColumn form p {
    width: 195px;
    
}
#rightColumn form small {
    font-size: 8px;
}
#rightColumn form a {
    color: #F7901E;
    text-decoration: underline;
}
#rightColumn form a:hover {
    text-decoration: none;
}
#rightColumn .orange {
    color: #F7901E;
    font-weight:bold;
}
#rightColumn .top_space {
    margin-top: 12px;
}
#rightColumn .top_bottom_space {
    margin: 3px 0 4px 0;
}
#rightColumn form { /* IE */
    margin:0;
    padding:0;
    position: relative;
    float: left;
    width: 200px;
}
#rightColumn form input {
    border-style: solid;
    border-width: 1px;
    border-color: #F7901E;
    color: #333;
    background-color: #FFF;
    font-family: verdana, sans-serif;
    font-size: 10px;
    padding: 0; /* IE */
    margin: 0;
}
#rightColumn form input[type="radio"] {
    position:relative;
    top:-6px;
    margin-left:3px;
}
#rightColumn form input[type="text"] {
    width: 128px;
    margin: 2px 0 2px 0;
}
#rightColumn form input[type="submit"] {
    position: relative;
    float: right;
    margin-right: 12px;
    top: -5px;
    font-size: 12px;
    color: #F7901E;
    border: 0;
    background-color: #FFF;
    cursor: pointer;
}
#rightColumn form input[type="checkbox"] {
    margin-top: 5px;
}
#rightColumn form label.text {
    width: 5em;
    float: left;
    margin-right: 0.6em;
    line-height: 18px;
}
#rightColumn form input:hover {
    background-color: #FFEEDE;
}
#rightColumn form input[type="submit"]:hover {
    font-weight: bold;
    background-color: #FFF;
}
#rightColumn form input:focus {
    background-color: #FFEEDE;
}
#pic_rightColumn_main {
    float:right;
    position:relative;
    top: -10px;
    margin: 0;
    padding: 0;
}
#pic_rightColumn_alone {
    position:absolute;
    left: 30%;
    top: 10%;
}


