/* @override http://musicalapproach.co.uk/assets/stylesheets/screen.css */

body {
  margin: 0;
  padding: 0;
  background: #e5e4e5 url(../images/bg-repeat-y.gif) repeat-y center top;
}

a img {
  border-style: none;
}

.centered {
  text-align: center;
}

img.right {
  float: right;
  margin-left: 10px;
}

#container {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  background: url(../images/bg-nav-top.gif) no-repeat 0 173px;
  font: 0.8em/1.4em "Lucida Grande", Lucida, Verdana, sans-serif;
  color: #262626;
}

#head {
  height: 174px;
  background: #fff url(../images/bg-head.gif) left top;
}

#sidebar {
  width: 160px;
  float: left;
}

#sidebar ul {
  list-style-type: none;
  margin: 29px 15px 0;
  padding: 0;
  text-align: right;
}

#sidebar ul li {
  margin-bottom: 7px;
}

#sidebar ul li a {
  color: #fff;
  text-decoration: none;
}

#sidebar ul li a:hover {
  color: #92d9e7;
}

#content {
  margin-right: 20px;
  margin-top: 20px;
  margin-left: 180px;
}

#footer {
  margin-bottom: 20px;
  text-align: right;
  font-size: 0.8em;
  margin-top: 20px;
}

#footer a { text-decoration: none; }

h1 {
  font-weight: normal;
  font-style: normal;
  font-size: 1.4em;
  color: #307482;
}

h2 {
  font-weight: normal;
  font-style: normal;
  font-size: 1.2em;
  color: #307482;
}

#content a {
  color: #377886;
}

#content a:hover {
  color: #142d32;
}

hr,
#products .info td {
  border-bottom: 1px dotted #6aa5b1;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
}