@import url("body.css");

.hide {
	display: none;
}

/******************************************************************************/
/* Page header                                                                */
/******************************************************************************/

h1 {
	font-size: 20px;
	margin-top: 0;
	padding-top: 0;
}

/******************************************************************************/
/* Page footer                                                                */
/******************************************************************************/

#footer {
	font-size: 10px;
	padding: 0;
        margin: 0 auto; /* FF requires this to center */
        clear: both;
        width: 700px; /*757px;*/
}
#footer {
  background-image: url("/static/images/shadows-background.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}

#shadows {
  display:none;
}
/*
#shadows {
  margin: 0 auto; / * FF requires this to center * /
  width: 700px; / *757px;* /
  height: 165px;
  background-image: url("/static/images/shadows.png");
  background-repeat: no-repeat;
  background-position: top center;
}
#shadows ul {
  padding: 0;
  margin: 0;
}
#shadows li {
  list-style: none;
  padding: 0;
  margin: 0;
}
#shadows a {
  float: left;
  height: 165px;
  width: 106px;
}
#shadows span {
  display: none;
}
*/
#copyright {
  clear: both;
  background-image: url("/static/images/footer.png");
  background-repeat: repeat-x;
}
/******************************************************************************/
/* General layout                                                             */
/******************************************************************************/

body {
        background-color: #8B4513;
        font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
        font-size: 13px;
        line-height: 16px;
        text-align: center;
}

/******************************************************************************/
/* Body content                                                               */
/******************************************************************************/

#body {
	background-image: url("/resources/graphic/Etusivu-tausta+kyltti_02.jpg");
	background-repeat: repeat-y;
}
#content {
	background-color: transparent;
	background-image: none;
        /*
	padding-left: 150px;
	padding-right: 180px;
	padding-bottom: 10px;
        */
        margin: 0px 180px 10px 150px;
	min-height: 100%;
}

/******************************************************************************/
/* Side-float address                                                         */
/******************************************************************************/

#nav {
	text-align: left;
	width: 120px;
	padding-left: 5px;
	margin-left: 8px;
	float: left;
	font-size: 11px;
}
#nav ul {
	display: block;
	margin: 0;
	padding: 0;
}
#nav li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
}
#nav li a {
	font-weight: bolder;
	font-size: 12px;
	line-height: 12px;
	color: white;
}
#nav li li a {
	font-weight: normal;
	font-size: 11px;
	line-height: 12px;
	/*color: #990000;*/
}
#nav .banner {
	text-align: center;
	padding-top: 16px;
	color: white;
	text-transform: uppercase;
}
#nav .banner img {
	border: none;
	padding-top: 10px;
}

/******************************************************************************/
/* Side-float address                                                         */
/******************************************************************************/
/* TODO: rename #sidebar to #sidebar-right */

#sidebar,
.sidebar {
	width: 155px;
}
#sidebar,
.sidebar {
	margin-left: 8px;
	float: right;
}
#sidebar address,
.sidebar address{
	text-align: left;
	font-style: normal;
	font-size: 11px;
	line-height: 12px;
	margin-bottom: 5px;
}
#sidebar address .name,
.sidebar address .name{
	font-weight: bolder;
	font-size: 12px;
	line-height: 12px;
	color: white;
}

/* Gallery */

.gallery {
  float: right;
  width: 145px
}
.gallery ul {
  padding: 0;
  margin: 0;
}
.gallery li {
  list-style: none;
  padding: 0;
  margin: 2px;
  float: left;
}
.gallery li:hover {
  margin: 1px;
  border: solid 1px white;
}
.gallery li * {
  display: block;
}

/******************************************************************************/
/* General rules                                                              */
/******************************************************************************/

a {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #FF3333;
	text-decoration: underline;
}
a img {
	border-style: none;
}

#content p,
#content address {
	margin-top: 0;
	margin-bottom: 1em;
	font-style: normal;
}
.sp {
	vertical-align: bottom;
}