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: #E2E2DC url(../pics/common/fade_top.gif) 0 0 repeat-x; }
body.fade2 { background: #fff url(../pics/common/fade_top_t2.gif) 0 0 repeat-x; }
body.fade3 {background: #DFDDD3 url(../pics/common/fade_top_t3.gif) 0 0 repeat-x; }

#container { background: transparent url(../pics/common/fade_bottom2.gif) left bottom repeat-x; }
#container2 { background: transparent; }
#container3 { background: transparent url(../pics/common/fade_bottom2_t3.gif) left bottom repeat-x; }

#container, 
#container2, 
#container3 {
	position: relative;
	min-height: 100%;
}

#inner {
	position: relative;
	width: 920px;
	margin: 0 auto;
	padding: 2px 0 40px 0;

}

#top {
	position: relative;
	height: 60px;
	width: 920px;
	text-transform: uppercase;
	color: #fff;
	font-size: 0.8em;
	margin: 0 auto;
    z-index: 88;
}

#content {
	position: relative;
	min-height: 340px;
	margin-bottom: 28px;
}

#contentFront {
	position: relative;
	margin-bottom: 8px;
}

#footer {
	position: absolute;
	bottom: 0;
	background: #fff;
	line-height: 40px;
	width: 100%;
	height: 40px;
}

#footerContainer {
	position: static;
}

#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;
	overflow: hidden;
}

.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 { width: 180px; }
.columnSmaller a { text-decoration: none; }
.columnSmaller2 {width: 201px;} /*Shadow*/

/* Jos ei contentPaddia */
.columnPad { padding: 20px 20px 10px 0; }
.columnPad2 { padding: 20px 10px 0 0; }

/**
 * Ylänavigaatio
 */
#topNavigation {
	position: absolute;
	left: 250px;
	top: 17px;
	font-size: 1.2em;
}

#topNavigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#topNavigation li {
	padding-right: 17px;
	float: left;
	height: 30px;
}

#topNavigation a {
	padding: 0;
	text-decoration: none;
	color: #fff;
	float: left;
	line-height: 30px;
	height: 30px;
    text-transform: uppercase;
}

#topNavigation a:hover {
	color: #F8FBB1;
}

#topNavigation .active {
    color: #F8FBB1;
}

/**
  * Alanavigaatio
  ****************************************/

#subNavigation {
	margin: 28px 0 20px 0;
    line-height: 1em;
}

.columnSmaller2 #subNavigation { margin: 28px 10px 20px 10px; }
/*.contentPadFront2 #subNavigation { margin: 28px 10px 20px 10px; }*/

#subNavigation ul {
	margin: 0;
	padding: 0;
}

#subNavigation li {
	list-style-type: none;
	padding: 0 2px 0 13px;
	text-transform: uppercase;
}

#subNavigation a {
	letter-spacing: 1px;
}

/**
  * Navigaatio
  ****************************************/
/*
#navigation {
	position: relative;
	margin-bottom: 20px;
	text-transform: uppercase;
	text-align: center;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation li {
	display: inline;
	list-style-type: none;
	padding: 0 20px 0 20px;
}

#navigation a {
	background: transparent url(../pics/common/arrow_black.gif) left center no-repeat;
	padding: 0 0 0 19px;
	text-decoration: none;
	color: #000;
	letter-spacing: 1px;
}

#navigation a.active {
	background: transparent url(../pics/common/arrow_yellow.gif) left center no-repeat;
	color: #F8FBB1;
}

#navigation a:hover {
	background: transparent url(../pics/common/arrow_yellow.gif) left center no-repeat;
	color: #F8FBB1;
}
*/
#bottomNavigation {
	position: relative;
	text-transform: uppercase;
	text-align: right;
}

#bottomNavigation ul {
	margin: 0;
	padding: 0;
}

#bottomNavigation li {
	display: inline;
	list-style-type: none;
	padding: 0 10px 0 10px;
}

#bottomNavigation a {
    color: #000;
    text-decoration: none;
}

#bottomNavigation a:hover {
    color: #F8FBB1;
}

/**
  * Kielivalinta
  ****************************************/
#languageSelection {
	position: absolute;
	right: 0;
	top: -7px;
	font-size: 1.2em;
    z-index: 99;
    width: 142px;
    text-transform:none;
    line-height: 1em;
}

#languageSelection ul {
    background: #B4B4AE;
    margin: 0;
    width: 128px;
    padding: 2px 6px 2px 8px;
}

#languageSelection li,
#languageSelection li.activeOpen {
    padding-bottom: 8px;
}

#languageSelection li.last {
    padding-bottom: 0;
}

#languageSelection a {
    color: #fff !important;
    text-decoration: none;
    padding: 1px 2px 0 20px;
    display: block;
    width: 100px;
}

#languageSelection .active {
    font-weight: bold;
    padding-bottom: 0;
}

#languageSelectionTop,
#languageSelectionBottom {
    height: 3px;
    font-size: 1px;
    line-height: 3px;
}

#languageSelectionTop {
    background: transparent url(../pics/bg_language_top.png) 0 0 no-repeat;
}

#languageSelectionBottom {
    background: transparent url(../pics/bg_language_bottom.png) 0 0 no-repeat;
}

.flagFin {
    background: transparent url(../pics/flag_fin.png) 0 2px no-repeat;
}

.flagEng {
    background: transparent url(../pics/flag_eng.png) 0 2px no-repeat;
}

.flagGer {
    background: transparent url(../pics/flag_ger.png) 0 2px no-repeat;
}

.flagSwe {
    background: transparent url(../pics/flag_swe.png) 0 2px no-repeat;
}

.flagRus {
    background: transparent url(../pics/flag_rus.png) 0 2px no-repeat;
}

/**
  * 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 2px 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 2px no-repeat;
	color: #999;
}

a.linkActive {
	background: transparent url(../pics/common/arrow_grey.gif) left 2px 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 2px 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 2px no-repeat;
	color: #e2e2dc;
}

a.whiteActive {
	background: transparent url(../pics/common/arrow_greylight.gif) left 2px no-repeat;
	padding: 0 0 0 19px;
	margin-bottom: 8px;
	color: #e2e2dc;
	display: block;
	text-decoration: none;
}

/**
  * Otsikot
  ****************************************/
h1#logo a {
    display: block;
	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;
}
.mallisto{
	clear:both;
	display:block;
}

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;
}

.space {
	height: 20px;
}

.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;
}

.hidden {
    display: none;
}

/**
 * Brändinavigaatio
 */

#navigation ul{
    height: 42px;
    background: #fff;
    padding: 6px 0 6px 5px;
    margin: 0;
}

#navigation li{
    list-style: none;
    float: left;
    margin-left: 26px;
}

#navigation li a {
    height: 42px;
    display: block;
    text-indent: -5000px;
}

#navigation #brandNanso{
    background:url(../pics/bg_brand_navigation.png) 0 0 no-repeat;
    width: 49px;
}

#navigation #brandNanso.active {
    background-position: 0 -42px;
}

#navigation #brandNansoLempivaate{
    background:url(../pics/bg_brand_navigation.png) -49px 0 no-repeat;
    width: 89px;
}

#navigation #brandNansoLempivaate.active {
    background-position: -49px -42px;
}

#navigation #brandVogue{
    background:url(../pics/bg_brand_navigation.png) -138px 0 no-repeat;
    width: 81px;
}

#navigation #brandVogue.active {
    background-position: -138px -42px;
}

#navigation #brandAmar{
    background:url(../pics/bg_brand_navigation.png) -219px 0 no-repeat;
    width: 67px;
}

#navigation #brandAmar.active {
    background-position: -219px -42px;
}

#navigation #brandNorlyn{
    background:url(../pics/bg_brand_navigation.png) -286px 0 no-repeat;
    width: 63px;
}

#navigation #brandNorlyn.active {
    background-position: -286px -42px;
}

#navigation #brandFinnwear{
    background:url(../pics/bg_brand_navigation.png) -349px 0 no-repeat;
    width: 80px;
}

#navigation #brandFinnwear.active {
    background-position: -349px -42px;
}

#navigation #brandKSSocks{
    background:url(../pics/bg_brand_navigation.png) -429px 0 no-repeat;
    width: 50px;
}

#navigation #brandKSSocks.active {
    background-position: -429px -42px;
}

#navigation #brandBlackHorse{
    background:url(../pics/bg_brand_navigation.png) -479px 0 no-repeat;
    width: 91px;
}

#navigation #brandBlackHorse.active {
    background-position: -479px -42px;
}

#navigation #brandHyvon{
    background:url(../pics/bg_brand_navigation.png) -570px 0 no-repeat;
    width: 82px;
}

#navigation #brandHyvon.active {
    background-position: -570px -42px;
}

/* Mallisto */

.thumb {
    float: left;
    width: 95px;
    height: 95px;
    border: 2px solid #fff;
    overflow: hidden;
    margin: 8px 8px 8px 0;
}