/* Start of CMSMS style sheet 'Pameto' */
body {
	background-color:#ececec;
	text-align: left;
	font-family:Tahoma, Arial, "Trebuchet MS";
	font-size: 12px;
	color: #666;
}
h1
{
  font-family: Calibri, "Trebuchet MS", Arial;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 4px solid #EDEDED;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #0068a7;
}

h2
{
  font-family: Calibri, "Trebuchet MS", Arial;
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #666666;
}

h3 {
  font-family: Calibri, "Trebuchet MS", Arial;
  font-size: 12px;
  color: gray;
  padding-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

p {
  font-family: Tahoma, Arial;
  font-size: 12px;
  color: #666666;
}

a {
  font-family: Tahoma, Arial;
  font-size: 12px;
  color: #006699;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

td {
  vertical-align: top;
  border-width: 0px;
  border-style: none;
}

img {
  border-width: 0px;
}

ul {
  list-style-type:circle;
  padding: 0px;
  padding-left:20px;
  margin: 0px;
}
table.frontpage ul li {
 margin-bottom:5px;
}
table.frontpage_tuotteet ul li {
margin-bottom:0px;
}

li.lista {
  background-image:url(../uploads/images/bullet.gif);
  background-position:0 5px;
  background-repeat:no-repeat;
  color:#666666;
  font-family:Tahoma,Arial;
  font-size:12px;
  list-style-type:none;
  margin: 0px;
  padding: 0px;
  padding-left: 15px;
  text-align:left;
}

form {
  margin: 0px;
}
#pagecontent {
	width: 960px;
	border: 1px solid #CCCCCC;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align: left;
	background-color:#FFF;
}
#titlebar {
	height: 80px;
	background-color:#FFF;
	width: 960px;
}
#logo {
	width: 300px;
	float:left;
	height: 60px;
	margin: 10px;
        margin-top:15px;
        margin-bottom:0;
	text-align: left;
}
#search {
	width: 300px;
	float:right;
	height: 30px;
	margin-top: 5px;
        margin-bottom:0;
        margin-right: 10px;
	text-align: right;
}

input.search-input {
  background-image:url(../uploads/images/search.png);
  background-repeat:no-repeat;
  border:1px solid #7F9DB9;
  padding-left:20px;
  margin-right:3px;
}

input.search-button {
  font-size: 11px;
  height:20px;
  padding-bottom:1px;
}

div.grayline {
	width: 960px;
	height: 3px;
	margin: 0;
	padding: 0;
        background-color:#b0b0b0;
        clear:both;
        font-size: 1px; /* IE6 fix */
        line-height:0px;
}
#menu {
	width:960px;
	margin:0;
	padding:0;
	position:relative;
	background-color: #fff;
	z-index: 9;
}
#breadcrumb {
	width: 960px;
	height: 30px;
	background-image: url(uploads/images/breadcrumbbackground.png);
	background-repeat:repeat-x;
	background-position:top;
        clear:both;
        position:relative;
}
#breadcrumb p {
	color:#666666;
	font-family:Tahoma,Arial;
	font-size:12px;
	margin:0;
	padding:9px 0 0 20px;
}
#frontpage_banner {
	background-image: url(../uploads/images/banner.png);
	background-repeat:no-repeat;
	height: 92px;
	position:relative;
	width: 960px;
        z-index: 1;
}
#contentdiv {
	background-image: url(../uploads/images/maintablebackground.png);
	background-position: top;
	background-repeat:repeat-x;
	background-color:#fff;
	width: 938px;
	margin: 10px;
	position:relative;
	border: 1px solid #ccc;
}
h1.etusivu {
  font-size: 18px;
  border-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 5px;
  padding: 0px;
}

ul.etusivu {
margin:0;
padding-left:10px;
}
ul.etusivu li {
list-style-type:circle;
background-color:none;
border-left: none;
padding-left:10px;
}

table.frontpage td h2 {
  color: gray;
  font-size: 12px;
  margin-top: 0px;
  margin-bottom: 5px;
  padding: 0px;
}

table.frontpage td h3 {
  color:gray;
  margin-top: 0px;
  margin-bottom: 5px;
  padding: 0px;
  color:#666666;
  font-family:Tahoma,Arial;
  font-size:12px;
  text-align:left;
}

table.main {
margin:0;
padding:0;
}

table.frontpage td{
  vertical-align: top;
  padding: 10px;
  margin: 10px;
}

table.main td{
  vertical-align: top;
  padding: 0px;
  margin: 0px;
}

td.frontpage_left {
  width: 25%;
  background-color: white;
  padding: 5px;
  border-style: solid;
  border-color: #cccccc;
  border-width: 1px;
}

td.frontpage_center {
  width: 50%;
  background-color: white;
  padding: 5px;
  margin-left: 3px;
  border-style: solid;
  border-color: #cccccc;
  border-width: 1px;
}
td.frontpage_rightwide{
  width: 75%;
  background-color: white;
  padding: 5px;
  margin-left: 3px;
  border-style: solid;
  border-color: #cccccc;
  border-width: 1px;
}

td.frontpage_right {
  width: 25%;
  background-color: white;
  text-align: left;
  padding: 5px;
  border-style: solid;
  border-color: #cccccc;
  border-width: 1px;
}

td.frontpage_right a {
  color: #0068a7;
  font-size: 12px;
}
td.frontpage_right p {
  font-family:Tahoma, Arial;
  font-size:12px;
  text-decoration:none;
  text-align:left;
}

ul.frontpage {
  margin: 0px;
  padding: 0px;
  list-style-type:none;
}

ul.frontpage li {
  background-image:url(../uploads/images/bullet.gif);
  background-position:0 4px;
  background-repeat:no-repeat;
  color:#666666;
  font-family:Tahoma,Arial;
  font-size:12px;
  list-style-type:none;
  margin: 0px;
  padding: 0 0 5px 15px;
  text-align:left;
}
table.frontpage_tuotteet {
  width: 100%;
}

table.frontpage_tuotteet td {
  background-image: url(../uploads/images/frontpage_background_tuotteet.png); 
  background-repeat: repeat-x;
  background-color: white;
  background-position: bottom left;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  width: 33%;
  padding: 10px;
}

table.frontpage_tuotteet td.frontpage_tuotteet_up {
  width: 100%;
  background-image: url(../uploads/images/frontpage_background_tuotteet.png); 
  background-repeat: repeat-x;
  background-color: white;
  background-position: bottom left;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  padding: 10px;
}

table.frontpage_tuotteet td.frontpage_tuotteet_up table {
  width: 100%;
  margin: 0px;
  padding: 0px;
}

table.frontpage_tuotteet td.frontpage_tuotteet_up table td {
  border-width: 0px;
  border-style: none;
  margin: 0px;
  padding: 0px;
  width: 30%;
}

table.frontpage_tuotteet td.frontpage_tuotteet_up img {
  padding-bottom: 13px;
}

table.frontpage_tuotteet td.frontpage_tuotteet_left {
  width: 30%;
}

table.frontpage_tuotteet td.frontpage_tuotteet_center {
  width: 30%;
}

table.frontpage_tuotteet td.frontpage_tuotteet_right {
  width: 40%;
}

a.frontpage_stronglink {
  font-size: 11px;
  margin: 0px;
  padding: 0px;
}
#footer {
        color: #fff;
        background-color:#036;
	width: 960px;
	text-align:center;
	margin:0;
	background-image:url(../uploads/images/link_notselected.png);
	background-repeat:repeat-x;
	padding-top:5px;
	padding-bottom:5px;
}
#canterdesign {
	width: 960px;
	margin-left:auto;
	margin-right: auto;
	text-align: right;
	margin-top:2px;
	margin-bottom: 10px;
}
/**
 * YHTEYSTIEDOT-sivu
 */

table.yhteyshenkilot td {
  background-image:url(../uploads/images/businesscard_bg.png);
  background-repeat:no-repeat;
  border:medium none;
  height:150px;
  margin:0;
  padding:0 17px 15px 15px;
  vertical-align:top;
  width:300px;
}

table.yhteyshenkilot td.empty {
  background-image: none;
}

table.yhteyshenkilot tr td table tr td {
  background:transparent none repeat scroll 0 0;
  border:medium none;
  margin:0;
  padding:0;
  vertical-align:middle;
  width:100%;
}



/* End of 'Pameto' */

