*
{
  margin: 0px;
  padding: 0px;
}

body, p, div
{  
  font-family: Arial;
  font-size: 12px;
  color: #171717;
}

img
{
  border: 0px;
}

body
{
  background-color: #f2edf2;
  background-image: url('/images/layout/background.jpg');
  background-repeat: no-repeat;
  background-position: top left;
}

p
{
  margin-bottom: 10px;
}

a, a:visited
{
  color: #d299a0;
  text-decoration: none;
}

a:hover, a:visited:hover
{
  text-decoration: none;
  color: #4a7a8e;
}

h1
{
  margin-top: 10px;
  margin-bottom: 5px;
  color: #d299a0;
  font-size: 16px;
}

h1:first-child
{
  margin-top: 0px;
}

h2
{
  margin-top: 15px;
  margin-bottom: 5px;
  color: #d299a0;
  font-size: 13px;
}

#wrapper
{
  width: 850px;
  margin-left: auto;
  margin-right: auto;
}

#nav
{
  margin-top: 160px;
  margin-left: 60px;
  float: left;
}

#nav ul, #subnav ul
{
  list-style: none;
}

#nav ul li, #subnav ul li
{
  display: inline;
  margin-left: 5px;
  margin-right: 5px;
  text-transform: uppercase;
  color: #d299a0;
  cursor: pointer;
  font-weight: bold;
}

#nav ul li
{
  letter-spacing: -1px;
  font-size: 13px;
}

#subnav
{
  margin-bottom: 20px;
}

#subnav ul li
{
  text-transform: inherit;
}

#nav ul li:hover
{
  color: #4a7a8e;
}

#nav ul li.spacer, #nav ul li.spacer:hover, #subnav ul li.spacer
{
  cursor: inherit;
  color: #4a7a8e;
}

#store-logo
{
  background-image: url(/images/layout/lippukauppa.gif);
  width: 109px;
  height: 109px;
  float: left;
  margin-left: 75px;
  margin-top: 100px;
  cursor: pointer;
}

#store-logo:hover
{
  background-image: url(/images/layout/lippukauppa_over.gif);
}

#store-logo img
{
  opacity: 0;
}

#content
{
  padding-top: 60px;
  width: 600px;
  text-align: justify;
}

#copyright, #mainokset
{
  margin-top: 20px;
  text-align: center;
  width: 600px;
}

#copyright p
{
  color: #555555;
}

#subnav
{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

ul.indented-list
{
  list-style: none;
  padding-left: 25px;
}

.clear
{
  clear: both;
}

ul.production-list
{
  list-style: none;
  margin-top: 25px;
  width: 280px;
  margin-bottom: 25px;
}

ul.production-list h1
{
  font-size: 14px;
  margin-top: 20px;
}

ul.production-list li
{
  margin-left: 10px;
}

ul.production-list li.title
{
  margin-left: 0;
}

ul.production-list li:first-child h1
{
  margin-top: 0;
}

.left-column
{
  float: left;
}

.right-column
{
  float: right;
}

table#gallery img
{
  border: 1px solid black;
  margin: 20px;
}

table#gallery img:hover
{
  border: 1px solid #d299a0;
}
