/* 
 * GLOBAL STYLE SETTINGS 
 */

body {
  background-color: #ececec;
  text-align: center;
}

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:none;
  padding: 0px;
  padding-left:20px;
  margin: 0px;
}

li {
  background-image:url(../resources/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;
}

/**
 * GLOBAL SETTINGS
 */
div.pagecontent {
  background-color: white;
  width: 960px;
  background-color: white;
  border-width: 1px;
  border-color: #CCCCCC;
  border-style: solid;
  margin-left: auto ;
  margin-right: auto ;
  text-align: left;  
}

div.titlebar {
  background-image: url(../resources/logo.png);
  background-repeat: no-repeat;
  background-position: 20 20;
  width: 960px;
  height: 80px;
}

div.languages {
  text-align: right;
  width: 960px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 7px;
}

div.languages a {
  font-size: 12px; 
  padding-right: 5px;
}

div.search {
  float: right;
  margin: 0px;
  padding-top: 7px;
  padding-bottom: 0px;
  padding-right: 5px;
}

input.searchfield {
  background-image:url(../resources/search.png);
  background-repeat:no-repeat;
  border:1px solid #7F9DB9;
  padding-left:20px;
}

input.searchsubmit {
  font-size: 11px;
}

table.orangetable{
  background-color: #ffde00;
  width: 960px;
  height: 4px;
  padding: 0px;
  margin: 0px;
  border-style: none;
  border-spacing: 0px;
  border-collapse: collapse;
}

div.contentdiv {
  background-image: url(../resources/maintablebackground.png); 
  background-repeat: repeat-x;
  background-color: white;
  background-position: top left;
  margin: 10px;
  padding: 0px;
  border-style: solid;
  border-color: #cccccc;
  border-width: 1px;
}

div.breadcrumb {
  background-image: url(../resources/breadcrumbbackground.png); 
  background-repeat: repeat-x;
  margin: 0px;
  padding: 0px;
  float: none;
  height: 30px;
  width: 960px;
}

div.breadcrumb p {
  font-family: Tahoma, Arial;
  font-size: 12px;
  color: #666666;
  margin: 0px;
  padding: 0px;
  padding-top: 10px;
  padding-left: 20px;
}

div.breadcrumb a {
  font-family: Tahoma, Arial;
  font-size: 12px;
  color: #006699;
}

div.footer {
  padding: 0px;
  margin: 0px;
  width: 960px;
  text-align: center;
  vertical-align: middle;
  background-image: url(linklevel1_background_notselected.png); 
  background-repeat: repeat-x;
  background-color: white;
}

div.footer p {
  padding-top: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: white;
   padding-bottom: 5px;
}

div.canterdesign {
  text-align: right;
  width: 960px;
  margin-left: auto ;
  margin-right: auto ;
}

/**
 * DEFAULT PAGE
 */

table.defaultpage {
  border-style:solid;
  border-width:0;
  height:600px;
}

table.defaultpage td {
  vertical-align: top;
  padding: 10px;
  margin: 10px;
  border-style: solid;
  border-color: #cccccc;
  border-width: 1px;
}

td.defaultpage_centerandright td {
  border-width: 0px;
  border-style: none;
}

td.defaultpage_left {
  width: 250px;
  min-height: 400px;
  background-color: #F0F0F0;
}
td.defaultpage_center {
  width: 500px;
  background-color: white;
}
td.defaultpage_right {
  width: 250px;
  background-color: white;
  text-align: center;
}

td.defaultpage_right img {
  width: 200px;
  text-align: center;
}

td.defaultpage_centerandright {
  width: 750px;
  background-color: white;
  text-align: left;
  padding-left: 10px;
  padding-top: 10px;
}

table.logotable td {
  border-width: 0px;
  border-style: none;
  text-align: center;
  padding: 0px;
}

table.logotable td img {
  text-align: center;
}

/**
 * FONT PAGE STYLES
 */

table.frontpage td h1 {
  font-size: 18px;
  border-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 5px;
  padding: 0px;
}

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;
}

div.frontpage_banner {
  background-image: url(../resources/banner2.png);
  background-repeat: no-repeat;
  height: 100px;
}

table.frontpage {
  height:600px;
}

table.frontpage td{
  vertical-align: top;
  padding: 10px;
  margin: 10px;
}

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_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;
  maring-left: 0px;
  padding: 0px;
  padding-left: 5px;
}

ul.frontpage li {
  background-image:url(../resources/bullet.gif);
  background-position:0 5px;
  background-repeat:no-repeat;
  margin: 0px;
  padding: 0px;
  padding-bottom: 5px;
  padding-left: 20px;
}

table.frontpage_tuotteet {
  width: 100%;
}

table.frontpage_tuotteet td {
  background-image: url(../resources/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(../resources/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 table td img {
  padding-bottom: 20px;
}

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;
}

/*
 *  WIDE PAGE styles
 */
table.widepage {
  border-style:solid;
  border-width:0;
  height:600px;
}

table.widepage td{
  vertical-align: top;
  padding: 10px;
  margin: 10px;
  border-style: solid;
  border-color: white;
  border-width: 1px;
  text-align: left;
  border-color: #cccccc;
  background-color: white;
}

td.widepage_left {
  width: 333px;
  min-height: 600px;
}

td.widepage_center {
  width: 333px;
}

td.widepage_right {
  width: 333px;
}

/*
 * PALAUTE
 */

table.palaute {
  border-width: 0px;
}

table.palaute td {
  border-width: 0px;
  font-family: Tahoma, Arial;
  font-size: 12px;
  color: #666666;
}

/**
 *  SäHKöISET PALVELUT-TYYLIT
 */
table.sahkoisetpalvelut {
;
}

table.sahkoisetpalvelut td {
  vertical-align: top;
}

table.sahkoisetpalvelut td img{
  vertical-align: top;
}
table.sahkoisetpalvelut h1{
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

table.sahkoisetpalvelut a:hover {
  text-decoration: underline;
}

/**
 * YHTEYSTIEDOT-sivu
 */

table.yhteyshenkilot td {
  background-image:url(../resources/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%;
}


