html
{
	background: url('../images/bg_brown.jpg');
	margin: 0px;
	padding: 0px;
	
}

body {
	color: black;
	background: url('../images/bg_top.jpg') repeat-x  50% 0%;
	padding: 0px;
	
	margin: 0px;
	text-align: center;
}



#menu
{
	background: url('../images/header2.jpg') no-repeat 50% 0%;
	
	
	width: 760px;
	height: 310px;
	padding: 0px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#navcontainer
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 258px;
	margin: 0px;
	padding: 0px;
	margin-left: 38px;
	z-index: 30;
}

#navcontainer ul { padding: 0;  margin: 0px;}
#navcontainer ul li { display: inline; }

#navcontainer ul
{
margin: 0px;
padding: 0px;
}

#navcontainer ul li a
{
	float: left;
}



#navlist li a span
{
	display: none;
}

#navlist li a
{
	background-repeat: no-repeat;
	height: 44px;
}

#navlist li .etusivu
{
	background-image: url('../images/bn_etusivu.png');
	width: 138px;
}

#navlist li .etusivu:hover, #navlist li.active .etusivu 
{
	background-image: url('../images/bn_etusivu_over.png');
}

#navlist li .yleista
{
	background-image: url('../images/bn_yleista.png');
	width: 137px;
}

#navlist li .yleista:hover, #navlist li.active .yleista 
{
	background-image: url('../images/bn_yleista_over.png');
}

#navlist li .sisalto
{
	background-image: url('../images/bn_sisalto.png');
	width: 138px;
}

#navlist li .sisalto:hover, #navlist li.active .sisalto 
{
	background-image: url('../images/bn_sisalto_over.png');
}

#navlist li .galleria
{
	background-image: url('../images/bn_galleria.png');
	width: 137px;
}

#navlist li .galleria:hover, #navlist li.active .galleria 
{
	background-image: url('../images/bn_galleria_over.png');
}

#navlist li .myynti
{
	background-image: url('../images/bn_myynti.png');
	width: 137px;
}

#navlist li .myynti:hover, #navlist li.active .myynti 
{
	background-image: url('../images/bn_myynti_over.png');
}

#container {
	position: relative;
	width: 760px;
	padding: 0px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background: url('../images/content_middle2.jpg') repeat-y 50% 0%;
	z-index: 10;
}

#content
{
	margin-top: -150px;
	margin-bottom: -70px;
	position: relative;
	width: 561px;
	
	z-index: 20;
	
	text-align: left;
	
	margin-left: 81px;
	margin-right: 11px;
	
	padding: 20px;
	
	
	background: url('../images/bg_paper.jpg') repeat-y 50% 0%;
}

#content a
{
	color: #000000;
	font-family: Verdana;
	font-size: 8pt;
}

#content h1
{
	font-weight: bold;
	font-size: 12pt;
	font-family: Verdana;
}

#content p, ul
{
	font-size: 8pt;
	font-family: Verdana;
}


#top 
{
	width: 760px;
	height: 150px;
	background: url('../images/content_top2.jpg') no-repeat 50% 0%;
	
}

#bottom 
{
	position: relative;
	z-index: 15;
	
	width: 760px;
	
	height: 100px;
	background: url('../images/content_bottom.gif') no-repeat 50% 0%;
}


#heading h1 {
	font-size: medium;
	color: blue;
}


#footer 
{
	text-align: center;
	margin-left: 450px;
	padding-top: 5px;
}

#footer a
{
	color: #d8cb97;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

a img
{
	display: block;
	border: none;
}

#gallery table tr td a img
{
	border: 1px solid gray;
	padding: 0;
}

#gallery table
{
	margin-left: auto;
	margin-right: auto;
}

#pic_right
{
	float: left;
	border: none;
	margin: 15px;
	margin-left: 0px;
	margin-bottom: 5px;
}

#pic_right p {
  clear: left;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  padding: 0;
  margin: 0;
}

#pic_center
{
	text-align: center;
	border: none;
	margin: auto;
}

#pic_center p {
  text-align: left;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  padding: 0;
  margin: 0;
}

#pic_left
{
	float: right;
	text-align: left;
	border: none;
	margin: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}

#pic_left p {
  clear: right;
  text-align: left;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  padding: 0;
  margin: 0;
}

#orderForm input
{
	width: 180px;
	margin-bottom: 15px;
}

#orderForm td
{
	font-weight: bold;
	font-size: 80%;
}


