body {background-color: #E1E1E1;
background-image: url('images/porsche_BG_2.jpg');
background-repeat: no-repeat;
background-position: center 0px; 
background-attachment: fixed}

h1 {color: rgb(75,75,75)}
h1 {font-family: arial}

h2 {font-family: arial; font-size: 80%}

p {color: black}
p {font-family: arial}
P {font-size: 100%}
p {margin-left: 0.25cm}
p {margin-right: 0.5cm}

p.two {color: black}
p.two {font-family: arial}
P.two {font-size: 100%}
p.two {margin-left: 0cm}
p.two {margin-right: 0cm}

p.three {color: black}
p.three {font-family: arial}
P.three {font-size: 12px}
p.three {margin-left: 0cm}
p.three {margin-right: 0cm}

ul {color: rgb(0,0,0)}
ul {font-family: arial}
ul {font-size: 100%}

ul.two {color: rgb(0,0,0)}
ul.two {font-family: arial}
ul.two {font-size: 100%}
ul.two 
{
list-style-image: url('images/porsche_bullet.gif')
}
ul.two {margin-left: 1cm}
ul.two {margin-right: 1cm}

ul.three {color: rgb(0,0,0)}
ul.three {font-family: arial}
ul.three {font-size: 100%}
ul.three 
{
list-style-image: url('images/arrow.jpg')
}
ul.three {margin-left: 40%}
ul.three {margin-right: 1cm}

ol {color: rgb(0,0,100)}
ol {font-family: arial}
ol {font-size: 100%}

a:link {color: rgb(0,0,0); 
font-size: 90%; font-weight: bold; text-decoration: none}
a:visited {color: rgb(0,0,0); 
font-size: 90%; font-weight: bold; text-decoration: none}
a:hover {color: rgb(100,100,100); 
font-size: 90%; font-weight: bold; text-decoration: none}
a:active {color: #FF0000; font-size: 90%; font-weight: bold}

a.two:link {color: rgb(0,0,100); font-weight: bold; 
font-size: 90%; text-decoration: none}
a.two:visited {color: rgb(0,0,100); font-weight: bold;  
font-size: 90%; text-decoration: none}
a.two:hover {color: rgb(0,0,100); font-weight: bold; 
font-size: 90%; text-decoration: underline; background: rgb(200,225,255)}
a.two:active {color: rgb(0,0,100); font-size: 90%; font-weight: bold; 
text decoration: underline}

#navcontainer ul
{
margin: 0;
padding: 10;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px; font-weight: bold
}

#navcontainer li { margin: 0px 0px 0px 0px; }

#navcontainer a
{
display: block;
padding: 18px 5px 15px 15px;
border: 1px solid rgb(123,123,123);
width: 135px;
background-color: rgb(123,123,123);
background-image: url(images/button_down.jpg);
}

#navcontainer a:link, #navlist a:visited
{
border: 1px solid rgb(123,123,123);
color: black;
text-decoration: none;
}

#navcontainer a:hover
{
border: 1px solid rgb(123,123,123);
background-color: rgb(123,123,123);
background-image: url(images/button_over.jpg);
color: black;
}

#active a:link, #active a:visited, #active a:hover
{
border: 1px solid rgb(123,123,123);
background-color: rgb(123,123,123);
background-image: url(images/button_down.jpg);
color: rgb(123,123,123);
}

#showimage{
position:absolute;
visibility:hidden;
border: 1px solid gray;
}

#dragbar{
cursor: hand;
cursor: pointer;
background-color: #EFEFEF;
min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
font-weight: bold;
margin-right: 1px;
}

