/* 
  from ALA http://alistapart.com/articles/fauxcolumns/, zeldman book etc
*/

body {
  background: #ddd;
  margin: 0;
  padding: 0;
  font-family:  Arial, Helvetica, Tahoma, Verdana, sans-serif;
  font-size: 12px;
  line-height: 17px;
  color: #555;
}

td {
  font-size: 12px;
}

.music_spacer{
    height: 2px;
    background-color: #f9f9f9;
}
.music_empty_cell{
    width: 5px;
    background-color: #f9f9f9;
}
.music_album {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 9px; 
    font-weight: bold;
    line-height: 10px;
    background-color: #f9f9f9;
}
.music_artist {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 9px; 
    font-weight: normal
    line-height: 9px;
    background-color: #f9f9f9;
}


#wrapper {
  margin: 0 auto;
  padding: 0;
  position: relative;
  border: 1px solid #bbb;  
  background: #fff ;
  width: 822px;
  voice-family: "\"}\""; 
  voice-family: inherit;
  width: 730px;
}

#inner {
  padding: 0 0px 0 0px;
}


a {
  color: #4477AA;
  font-weight: normal;
  text-decoration: none;
  border-bottom: 1px dotted;
}

a:hover {

  color: #155585;
  text-decoration: none;
  border-bottom: 1px dotted #155585;
  
}

b a {
    font-weight: bold;
}



#homeSect
{
  height: 50px;
  background: url(../images/title_bar.jpg) top left no-repeat;
}


span.nodisplay {
  display: none;
}


#outerContainer {
  padding: 20px 15px 40px 20px;
  margin: 0;
  width: 450px;
  float: left;
}

#rightMiddle {
  margin: 0;
  padding: 0;

}

#rightInner {
  margin: 0;
  padding: 0 35px 5px 30px;

}

#rightInner ul {
  margin: 10px 15px;
}

ul {
  list-style: disc url(../images/bullet.gif) outside;
  padding: 0;
  margin: 0 0 10px 15px;
}



/* sidebar coloured with an edge  */

#sidebarContainer {
  margin: 20px 0 20px 0;
  width: 220px;
  float: left;
  background-color: #f9f9f9;
  border: solid #ddd 1px;
}

#sidebar {
  padding: 15px 20px 5px 25px;
  font-size: 11px;
  color: #555;
  line-height: 15px;
}


#sidebar p {
  margin: 0 0 10px 0;
}

#sidebar h1, h2, h3 {
  font-size: 12px;
  margin: 0 0 5px 0;
  color: #555;
}

.specialMark {
  font-family:  Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #f00;
}

hr {
  background: transparent;
  height: 1px;
  border: 0;
  border-top: 1px dotted #bbb;
  margin: 4px 35px 12px 35px;
  padding: 0;
}

p {
  margin: 0 0 15px 0;
}

h1, h2 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  margin: 0 0 10px 0;
  font-size: 20px;
  line-height: 22px;
  color: #555;
}

h3 {
  font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
  margin: 0 0 4px 0;
  font-size: 14px;
}




#footer {
  padding: 1px 30px;
  text-align: right;
  font-size: 10px;
  color: #999;
  border-top: solid #eee 1px;
  border-bottom: solid #777 1px;
  background-color: #f6f6f6;
}


pre {
  font-size: 11px;
  font-family: "Courier New", Courier, mono;
  padding: 10px 10px;

}


#smalltext {
  font-size: 10px;
}

.indented {
  margin: 0px 0px 0px 10px;
}


/* highlight for product names */
.product {
  color: #226699;
}


/* used on the dowloads page for the list of downloads */
#downloaditem {
  font-size: 11px;
  color: #555;
  line-height: 14px;
}



/* nav bar */

#menu {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  line-height: 19px;
}

#menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  border: 0;
}

#menu ul li {
  padding: 0;
  margin: 0;
  float: left;
  text-align: center;
  display: block;
}

#menu ul li a {
  color: #222;
  text-align: center;
  padding: 0;
  margin: 0;
  background-color: #d0d0d0;
  width: 119px;
  height: 18px;
  display: block;
  text-decoration: none;
  border-top: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
}

#menu ul li#contact a	{
  width: 123px;
}

#menu ul li a:hover,
#menu ul li a:hover.selected
{
  background: #ffcc33;
  color: #333;
  border-top: 1px solid #ffee55;
  border-left: 1px solid #ffee55;
  border-bottom: 1px solid #ddaa11;
  border-right: 1px solid #ddaa11;
}

#menu ul li a.selected {
  background: #ffcc33;
  border-top: 1px solid #ffee55;
  border-left: 1px solid #ffee55;
  border-bottom: 1px solid #ddaa11;
  border-right: 1px solid #ddaa11;
  border-bottom: 1px solid #ddaa11;
  border-right: 1px solid #ddaa11;
}

