/* |-- yleiset määrittelyt --> */
a:link {
	color:#000066;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
}      /* unvisited link */
a:visited {
	color:#000066;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
}  /* visited link */
a:hover {
	color:#666666;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}  /* mouse over link */
a:active {
	color:#333333;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
}  /* selected link */
img {
	border: 0;
}
h1 {
	color: #000066;
	font-size: 25px;
	text-shadow: 1px 1px 3px #000;
}
h2 {
	color:#000066;
	font-size: 20px;
	text-shadow: 0px 0px 0px #000;
}
h3 {
	color:#000066;
	font-size: 17px;
}
body {
	background-image: url(background.png);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 13px;
}
ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
}
li {
	background-image: url(bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 14px;
}
p {
	font-size: 13px;
}
table {
	font-size: 13px;
}
/* <-- yleiset määrittelyt --| */

a.linkMenu:link {
	color:#000066;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 23px;
	text-decoration: none;
}      /* unvisited link */
a.linkMenu:visited {
	color:#000066;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 23px;
	text-decoration: none;
}  /* visited link */
a.linkMenu:hover {
	color:#666666;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 23px;
	text-decoration: none;
}  /* mouse over link */
a.linkMenu:active {
	color:#333333;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 23px;
	text-decoration: none;
}  /* selected link */
#linkButton1 {
	height: auto;
	width: auto;
	position: absolute;
	margin: 2px auto auto 755px;
}
#linkButton2 {
	height: auto;
	width: auto;
	position: absolute;
	margin: 55px auto auto 793px;
}
#linkButton3 {
	height: auto;
	width: auto;
	position: absolute;
	margin: 25px auto auto 793px;
}
#linkButton4 {
	height: auto;
	width: auto;
	position: absolute;
	margin: 45px auto auto 20px;
}
#linkButton5 {
	height: auto;
	width: auto;
	position: absolute;
	margin: 105px auto auto 20px;
}
#container { 
	/*width: 100%;
	background-color: transparent;*/
	position:absolute;
	left: 50%;
	width:1000px;
	margin-top: 10px; 
	margin-left: -500px; /*aseta negatiivinen luku joka on puolet leveydestä*/

}
#spacer {
	height: 100px;
	float: left;
	width: 1px;
	font-size: 1px; /* varmistetaan, ett?eveytt?i ohiteta */
	padding: 0;
	margin: 0;	
}
#spacer2 {
	height: 146px;
	width: 1px;
	font-size: 1px; /* varmistetaan, ett?eveytt?i ohiteta */
	padding: 0;
	margin: 0;
	clear: right;
}
#header {
	height: 200px;
	width: 995px;
	margin: auto;
	background-image: url(headerlogo.png);
	background-repeat: no-repeat;
	background-position: center;
	word-spacing: 20px;
}
#textHeader {
	height: auto;
	width: auto;
	text-align: right;
	vertical-align: bottom;
	position: static;
	vertical-align:bottom;
	bottom:1px;
	padding-right: 15px;
	float: right;
	
}
#clock {
	padding: 0 0 auto 30px; 
	float: left;
}
#mainContent {
	height: auto;
	background-image: url();
	background-repeat: no-repeat;
	background-position: center;
	/* filter:alpha(opacity=80); */ /* for IE */
	/* opacity:0.8; */ /* CSS3 standard */
	
}
#textMain {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;	
	height: auto;
	width: 985px;
	margin: auto; 
	overflow: hidden;
	padding: 10px 10px 10px 10px;
}
#footer {
	height: 200px;
	width: 995px;
	margin: auto;
	background-image: url(footerlogo.png);
	background-repeat: no-repeat;
	background-position: center;
}
#textFooter {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: bottom;
	position: static;
	padding-left: 15px;
	word-spacing: 20px;
	clear: both;
}
#textDomain {
	font-family: Verdana, Geneva, sans-serif;	
	font-size: 10px;
	height: 130px;
	width: 330px;
	margin: 10px auto  auto 100px;
	overflow: hidden;
	float: left;
	border: none;
	background: url(textboxBG.png);
	background-repeat: no-repeat;
	padding: 2px 5px 2px 5px;
}
#textNews {
	font-family: Verdana, Geneva, sans-serif;	
	font-size: 10px;
	height: 118px;
	width: 317px;
	margin: 10px 200px  auto auto;
	overflow: auto;
	float: right;
	border: none;
	background: url(textboxBG.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding: 2px 5px 10px 15px;
}
table.table_hinnasto {
	border-collapse:collapse;
	border:1px solid black;
}
td.table_hinnasto {
	border:1px solid black;
}
th.table_hinnasto {
	border:1px solid black;
}

/* tilauslomakkeen tyylimääreet */
.tilaa {
	border-width: 0px;
	border-style: solid;
}
.tilaa td {
	border-width: 0px;
	border-style: dashed;
	border-bottom-width: 0px;
}

.tilaa #seloste td {
	background-image: url(uploaded_files/image/blue_dot.gif);
	background-color: #333399;
	font-weight: bold;
	color:#FFFFFF;
	font-size: 13px;
}

.tilaa #tuote1 td {
	background-color: #CCCCCC;
	color: #000000;

}
.tilaa #tuote2 td {
	background-color: #BBBBBB;
	color: #000000;
}

.tilaa #yhteystiedot td {
	background-color: #999999;
	color: #000000;
}

.tilaa #yhteystiedot1 td {
	background-color: #AEAEAE;
	color: #000000;
}

.tilaa #yhteystiedot2 td {
	background-color: #CCCCCC;
	color: #000000;
}

.tilaa #siirry td {
	background-color: #999999;
	vertical-align: top;
}

.tilaa #siirry div {
	vertical-align: top;
}

.tilaa #siirry a {
	color: #0066FF;
	text-decoration: underline;
}

.tilaa #siirry a:hover {
	color: #FFFF00;
	text-decoration: none;
}

.tilaa #herja {
	color: #FF0000;
	font-stretch:extra-expanded;
}
.til a {
	background-image: url(uploaded_files/image/tab_tilaa.gif);
	display: block;
	width: 158px;
	text-align: center;
	float: left;
	margin-right: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000000;
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
}
.til a:hover {
	background-image: url(uploaded_files/image/tab_tilaa_hover.gif);
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	font-weight: bold;
}

/* nappulat */
a.nappi1 {
display: block;
width: 200px;
height: 76px;
padding: 13px 0 5px 87px;
background: transparent url('nappi1.png') no-repeat; 
text-decoration: none;
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:normal;
}
a.nappi1:hover {
color: #fff;
background: transparent url('nappi1_hover.png') no-repeat; 
}

a.nappi2 {
display: block;
width: 200px;
height: 76px;
padding: 13px 0 5px 72px;
background: transparent url('nappi2.png') no-repeat; 
text-decoration: none;
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:normal;
}
a.nappi2:hover {
color: #fff;
background: transparent url('nappi2_hover.png') no-repeat; 
}
