* {
	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: #E2E2DC url(images/fade_top.gif) 0 0 repeat-x; }
body.fade2 { background: #fff url(images/fade_top_t2.gif) 0 0 repeat-x; }
body.fade3 {background: #DFDDD3 url(images/fade_top_t3.gif) 0 0 repeat-x; }

#container { background: transparent url(images/fade_bottom2.gif) left bottom repeat-x; }
#container2 { background: transparent; }
#container3 { background: transparent url(images/fade_bottom2_t3.gif) left bottom repeat-x; }

#container, 
#container2, 
#container3 {
	position: relative;
	height: 100%;
	min-height: 100%;
}

#inner {
	padding-top: 58px;
	position: relative;
	width: 715px;
	margin: 0 auto;
	padding-bottom: 40px;
}

#top {
	position: relative;
	height: 60px;
	width: 920px;
	text-transform: uppercase;
	color: #fff;
	font-size: 0.8em;
	margin: 0 auto;
}

#content {
	position: relative;
	margin-bottom: 28px;
}

#footer {
	position: absolute;
	bottom: 0;
	background: #fff;
	line-height: 40px;
	width: 100%;
	height: 40px;
}

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

#username img {
	vertical-align: middle;
	margin: 0 0 0 4px;
}

#password img {
	vertical-align: middle;
	margin: 0 0 0 4px;
}

#username input {
    border: 1px solid #7f9db9;
    width: 204px;
    margin-left: 10px;
    padding: 2px 2px 2px 2px;
}

#password input {
    border: 1px solid #7f9db9;
    width: 204px;
    margin-left: 10px;
    padding: 2px 2px 2px 2px;
}

.loginLabel {
	font-family: Arial;
	color: #ececec;
	text-transform: uppercase;
	font-size: 0.7em;
	letter-spacing: 2px;
    margin-left: 26px;
	text-transform: uppercase;
    margin-top: 5px;
}

#usernameLabel {
    margin-bottom: 12px;
}

#passwordLabel {
    margin-bottom: 0px;
}

#loginButton {
    margin-top: 12px;
}

.contentPad {padding: 20px 20px 20px 35px; }

.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(images/dot_line.gif) repeat-x;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	margin: 2px 0 2px -13px;
}

.columnMid {
	width: 270px;
	margin-top: 10px;
}

.columnMedium {
	width: 335px;
	margin-top: 10px;
}

/**
  * Ylänavigaatio
  ****************************************/
#topNavigation {
	position: absolute;
	left: 280px;
	top: 25px;
	width: 400px;
	font-size: 1.1em;
}

#topNavigation ul {
	margin: 0;
	padding: 0;
}

#topNavigation li {
	display: inline;
	padding-right: 15px;
}

#topNavigation a {
	background: transparent url(images/arrow_white_left.gif) left center no-repeat;
	padding: 0 0 0 19px;
	text-decoration: none;
	color: #fff;
	letter-spacing: 1px;
}

#topNavigation a:hover {
	background: transparent url(images/arrow_yellow_left.gif) left center no-repeat;
	color: #F8FBB1;
}

/**
  * Kielivalinta
  ****************************************/
#languageSelection {
	background: #9B9B96;
	position: absolute;
	right: 0;
	top: 23px;
	font-size: 1.1em;
}

#languageSelection label {
	background: transparent;
}

#languageSelection select {
	width: 100px;
	vertical-align: middle;
	text-transform: none;
}

/**
  * Boxit
  ****************************************/
.box .boxContent h2 {
	font-family: Arial;
	color: #fff;
	text-transform: uppercase;
	font-size: 1em;
	letter-spacing: 2px;
	padding: 0 0 5px 0;
	font-weight: bold;
}
  
.box .boxContent {
	background: #A2A29D;
	padding: 5px 13px 5px 13px;
}

.box .boxTopCornerLeft {
	background:url(images/box_corners.gif) top left no-repeat;
	float: left;

	height: 9px;
	width: 9px;
}

.box .boxTopCornerRight {
	background:url(images/box_corners.gif) top right no-repeat;
	float: right;
	height: 9px;
	width: 9px;
}

.box .boxBottomCornerLeft {
	background:url(images/box_corners.gif) bottom left no-repeat;
	float: left;
	height: 9px;
	width: 9px;
}

.box .boxBottomCornerRight {
	background:url(images/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;
}

/**
  * Linkit
  ****************************************/
a {
	color: #565655;
	text-decoration: underline;
	cursor: pointer;
}

a.link {
	background: transparent url(images/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(images/arrow_grey.gif) left 3px no-repeat;
	color: #999;
}

a.linkActive {
	background: transparent url(images/arrow_grey.gif) left 3px no-repeat;
	padding: 0 0 0 19px;
	color: #999;
	display: block;
	text-decoration: none;
}

a.white {
	background: transparent url(images/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(images/arrow_greylight.gif) left 3px no-repeat;
	color: #e2e2dc;
}

a.whiteActive {
	background: transparent url(images/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(images/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;
}

p {
	padding: 8px 0 8px 0;
	line-height: 1.4em;
}

ul {
	margin: 5px 0 15px 20px;
}

.registerButton {
	text-transform: uppercase;
	margin: 5px 0px 0px 0px;
}

.registerButton img {
	vertical-align: middle;
	margin: 0 0 0 4px;
}

.sendLang {
	vertical-align: middle;
	border: 0;
}


