* {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

body,html {
	height: 100%;
}

body {
	font-family: Arial, Tahoma;
	color: #565655;
	font-size: 0.7em;
}

select, input, textarea {
	font-family: Arial, Tahoma;
	font-size: 1em;
}

body.fade { background: none; }
body.fade2 { background: none; }
body.fade3 {background: none; }

#container { background: none; }
#container2 { background: none; }
#container3 { background: none; }

#container, 
#container2, 
#container3 {
	position: relative;
}

#inner {
	padding-top: 0;
	position: relative;
	width: 920px;
	margin: 0 auto;
	padding-bottom: 40px;
}

#top {
	display: none;
}

#content {
	position: relative;
	min-height: 340px;
	margin-bottom: 28px;
}

#contentFront {
	position: relative;
	margin-bottom: 8px;
}

#footer {
	display: none;
}

#footerContent {
	width: 920px;
	margin: 0 auto;
	font-size: 0.8em;
}

#footerContent ul {
	padding: 0;
	margin: 0;
}

#footerContent li {
	display: inline;
	padding: 0 20px 0 0;
}

#footerContent li, 
#footerContent a {
	color: #B6B6B1;
	text-decoration: none;
}

#footerContent a:hover {
	text-decoration: underline;
}

/**
  * Kolumnit ja sisältöalueet
  ****************************************/
.contentMain {
	float: left;
	width: 650px;
}

.contentPad {padding: 20px 20px 20px 35px; }
.contentPad2 { padding: 20px 10px 20px 35px; } /*Shadow*/

.contentPadFront { padding: 20px 20px 20px 25px; }
.contentPadFront2 { padding: 20px 10px 20px 25px; } /*Shadow*/

.floaterLeftNoMargin { float: left; }
.floaterLeft {
	float: left;
	margin-right: 25px;
}

.floaterRight {
	float: right;
}

.default img.imgBorder { border: 1px solid #9B9B96 }
.default {
	border: 1px solid #fff;
	background: #E2E2DC;
}

.dotted {
	position: relative;
	background:url(../pics/common/dot_line.gif) repeat-x;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	margin: 2px 0 2px -13px;
}

.columnSmall img.imgBorder,
.columnSmall img.image {
	position: relative;
	left: -10px;
}

.columnSmall .columnInner {
	width: 190px;
	position: relative;
}
.columnSmall { width: 200px;}
.columnSmall .dotted {
	position: absolute;
	background:url(../pics/common/dot_line.gif) repeat-x;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	width: 200px;
	margin: 0;
	left: -10px;
}

.columnMid {
	width: 270px;
	margin-top: 10px;
}

.columnMedium {
	width: 335px;
	margin-top: 10px;
}

.columnWide {
	width: 650px;
}

.columnWider {
	width: 692px;
}

/* Oikea reuna */
.columnSmaller { display: none; }
.columnSmaller a { text-decoration: none; }
.columnSmaller2 { display: none; } /*Shadow*/

/* Jos ei contentPaddia */
.columnPad { padding: 20px 20px 10px 0; }
.columnPad2 { padding: 20px 10px 0 0; }

/**
  * Navigaatiot
  ****************************************/
#languageSelection,
#topNavigation ,
#navigation,
#subNavigation {
	display: none;
}

/**
  * Boxit
  ****************************************/
.box .boxContent h2 {
	position: relative;
	left: 0;
	font-family: Arial;
	color: #fff;
	text-transform: uppercase;
	font-size: 1em;
	letter-spacing: 2px;
	padding: 0 0 5px 0;
	font-weight: bold;
}
  
.box .boxContent {
	position: relative;
	background: #A2A29D;
	padding: 5px 13px 5px 13px;
}

.box .boxTopCornerLeft {
	background:url(../pics/common/box_corners.gif) top left no-repeat;
	float: left;
	height: 9px;
	width: 9px;
}

.box .boxTopCornerRight {
	background:url(../pics/common/box_corners.gif) top right no-repeat;
	float: right;
	height: 9px;
	width: 9px;
}

.box .boxBottomCornerLeft {
	background:url(../pics/common/box_corners.gif) bottom left no-repeat;
	float: left;
	height: 9px;
	width: 9px;
}

.box .boxBottomCornerRight {
	background:url(../pics/common/box_corners.gif) bottom right no-repeat;
	float: right;
	height: 9px;
	width: 9px;
}

.box .boxHeader,
.box .boxFooter {
	background: #A2A29D;
	height: 9px;
	width: 100%;
	font-size: 1px;
	line-height: 1px;
}

/**
  * Lomaketyylit
  ****************************************/
fieldset {
	border: 0;
}

.form .row input {
	width: 170px;
	border: 1px solid #999; 
	font-size: 1em;
	padding: 2px 2px 2px 2px;
}

.form textarea {
	width: 100%;
	height: 140px;
	border: 1px solid #999;
	font-family: Arial, Tahoma;
	font-size: 1em;
}

.form  select {
	width: 176px;
	border: 1px solid #999;
	font-size: 1em;
}

.form .file {
	margin-right: 6px;
}

.form  .row {
	padding: 4px 0 4px 0;
	clear: both;
}

.form  .head {
	float: left;
	width: 100px;
}

.form .content {
	text-align: right;
}

.form .headContact {
	float: left;
	width: 150px;
}

.form label {
	text-transform: uppercase;
}

.form  .submit {
	margin-top: 10px;
}

.error {
	color: #E10126;
}

#corner .error input,
#corner .error select,
#corner .error textarea,
.form .error input,
.form .error select,
.form .error textarea {
	border: 1px solid #E10126;
	color: #E10126;
}

.contest input.email {
	border: 1px solid #999;
	padding: 1px 1px 1px 1px;
}

.contest input.error {
	border: 1px solid #E10126;
}

.contest .email {
	width: 105px;
}

.contest .submit {
	vertical-align: bottom;
}

.contest .field {
	display: none;
}

/**
  * Linkit
  ****************************************/
a {
	color: #565655;
	text-decoration: underline;
	cursor: pointer;
}

a.link {
	background: transparent url(../pics/common/arrow_black.gif) left 3px no-repeat;
	padding: 0 0 0 19px;
	color: #000;
	display: block;
	text-decoration: none;
}

a.link:hover {
	background: transparent url(../pics/common/arrow_grey.gif) left 3px no-repeat;
	color: #999;
}

a.linkActive {
	background: transparent url(../pics/common/arrow_grey.gif) left 3px no-repeat;
	padding: 0 0 0 19px;
	color: #999;
	display: block;
	text-decoration: none;
}

a.white {
	background: transparent url(../pics/common/arrow_white.gif) left 3px no-repeat;
	padding: 0 0 0 19px;
	margin-bottom: 8px;
	color: #fff;
	display: block;
	text-decoration: none;
}

a.white:hover {
	background: transparent url(../pics/common/arrow_greylight.gif) left 3px no-repeat;
	color: #e2e2dc;
}

a.whiteActive {
	background: transparent url(../pics/common/arrow_greylight.gif) left 3px no-repeat;
	padding: 0 0 0 19px;
	margin-bottom: 8px;
	color: #e2e2dc;
	display: block;
	text-decoration: none;
}

/**
  * Otsikot
  ****************************************/
h1#logo {
	position: relative;
	height: 48px;
	width: 213px;
	background:url(../pics/common/logo_nansogroup.gif) no-repeat;
	text-indent:-9000px;
	top: 23px;
}

.default h2 { color: #999; }

h2 {
	position: relative;
	left: -13px;
	font-family: Arial;
	text-transform: uppercase;
	font-size: 2.1em;
	letter-spacing: 2px;
	padding: 0 0 15px 0;
	font-weight: normal;
}

h3 {
	position: relative;
	text-transform: uppercase;
	font-size: 1em;
	padding: 4px 0 4px 0;
	color: #4a4a4a;
	letter-spacing: 1px;
}

h3 a {
	text-decoration: none;
}

h4 {
	font-size: 1em;
	padding: 2px 0 2px 0;
	color: #4a4a4a;
}

/**
  * Trendikulma
  ****************************************/
#corner { text-transform: uppercase; text-align:right; }
#corner fieldset { text-align: left; }
#corner label { float: left; padding-top: 1px;}
#corner select { width: 100px; text-transform: none;}
#corner input { text-transform: none;}
#corner textarea {
	width: 100%;
	height: 85px;
	text-transform: none;
}

#corner .pad { margin-bottom: 3px; }
#corner .column1 { width: 145px; }
#corner textarea, #corner .city, #corner .age, #corner .country, #corner .name {
	border: 1px solid #999;
}

#corner .name { width: 100px; }
#corner .city,
#corner .age {
	width: 60px;
}

#thumbnails .default { border: 1px solid #999; }
#thumbnails .active { border: 1px solid #fff; }
#thumbnails .thumbnail {
	float: left;
	width: 52px;
	height: 82px;
	overflow: hidden;
	margin: 3px;
}

#pageLinks { margin-left: 13px; }
#pageLinks .arrow {
	padding-right: 10px;
	vertical-align: middle;
}

/**
  * Teksti+kuva table
  ****************************************/
.imageText { margin: 10px 0 10px 0; }
.imageText td.img { width: 270px; }
.imageText td.text { padding-right: 20px; }

/**
  * Yleiset
  ****************************************/
.noNavi {
	margin-top: 50px;
}
  
.alignRight {
	text-align: right;
}

.alignLeft {
	text-align: left;
}

.ingress {
	text-transform: uppercase;
}

p {
	padding: 8px 0 8px 0;
	line-height: 1.4em;
}

ul {
	margin: 5px 0 15px 20px;
}

.bold {
	font-weight: bold;
}

.clear {
	clear: both;
}

.clearSpace {
	clear: both;
	padding-bottom: 5px;
}

.printButton {
	text-transform: uppercase;
	margin: 20px 0 0 13px;
}

.contentPad2 .printButton { margin: 20px 0 0 23px; }
.contentPadFront2 .printButton { margin: 20px 0 0 23px; }

.printButton img {
	vertical-align: middle;
	margin: 0 0 0 4px;
}

.bottomPad{
	margin-bottom: 8px;
}

.valuesPreview img {
	float: right; 
	margin:8px 0 8px 10px;
}

.valueDate {
	float: right;
	margin:  0 10px 0 5px;
}

.sendLang {
	vertical-align: middle;
	border: 0;
}

.alignerRight {
	float: right; 
	margin:8px 0 8px 10px;
}

.alignerLeft{
	float:left;
	margin:8px 10px 8px 0;
}

/**
  * Brändinavigaatio
  ****************************************/
#brands {
	display: none;
}

#brands a {
	padding: 0 22px 0 22px;
}

#bottomNavigation{
  display:none;
}
