/* Tagien oletustyylit */
/***********************/

* {
	margin: 0;
	padding: 0;
}

html, body {	
	height: 100%;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	background: #f2f2f2 url(../images/base/tausta.jpg) repeat-x;
}

a {
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

ul, ol {
	padding-left: 40px;
	margin: 16px 0px;
	line-height: 14px;
}

ul ul {
	margin: 0;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 1em;
	color: white;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	color: black;
}

h3 {
	margin-bottom: 10px;
}

p {
	margin-bottom: 10px;
	font-size: 13px;
}

th {
	text-align: left;
}

/* container elementtien määrittelyt */
/****************************/

#outerContainer {
	width: 100%;
	height : 100%;
	position: relative;
}

#innerContainer {
	width: 960px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#shadowContainer {
	width: 100%;
	height : 100px;
	position: relative;
	background: #f2f2f2 url(../images/base/shadow.jpg) no-repeat center center;
}

/* headerin määrittelyt */
/****************************/

#header {
	width: 960px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 100;
}

#logo {
	position: absolute;
	top: 45px;
	left: 0px;
}

#umbro-com {
	position: absolute;
	top: 7px;
	right: 10px;
}

#seuratarjous {
	position: absolute;
	top: 8px;
	left: 10px;
}

#logo_bsci {
	position: absolute;
	top: 0px;
	right: 10px;
}

/* navigaation määrittelyt */
/***************************/ 

#navigation {
	position: absolute;
	top: 60px;
	right: 0px;
}

#navigation a {
	background-image: url(../images/navigation/navi.gif);
	background-repeat: no-repeat;
	display: block;
	height: 21px;
	float: left;
}

a#nav_etusivu {
	width: 77px;
	background-position: 0px 0px;
}

a#nav_etusivu:hover {
	background-position: 0px -21px;
}

a#nav_kuvasto {
	width: 82px;
	background-position: -77px 0px;
}

a#nav_kuvasto:hover {
	background-position: -77px -21px;
}

a#nav_jalleenmyyjat {
	width: 130px;
	background-position: -159px 0px;
}

a#nav_jalleenmyyjat:hover {
	background-position: -159px -21px;
}

a#nav_ota_yhteytta {
	width: 123px;
	background-position: -288px 0px;
}

a#nav_ota_yhteytta:hover {
	background-position: -288px -21px;
}

a#nav_sultrade {
	width: 88px;
	background-position: -410px 0px;
}

a#nav_sultrade:hover {
	background-position: -410px -21px;
}

/* sisällön määrittelyt */
/****************************/

#contents {
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	z-index: 50;
}

#left {
	float: left;
	width: 191px;
	margin-left: 20px;
}

#right {
	float: right;
	width: 191px;
	margin-right: 20px;
}

#center {
	float: left;
	width: 490px;
	min-height: 300px;
	margin-left: 20px;
}

#index_flash {
	position: absolute;
	top: -20px;
	right: -42px;
}

/* footerin määrittelyt */
/****************************/

#footer{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 100;
}

#footer a {
	display: block;
	float: left;
}

#footer a:hover {
	border-bottom: 3px solid #808080;
}

#heinakuu {
	position: absolute;
	top: 30px;
	right: 10px;
}

#heinakuu a {
	font-size: 11px;
	color: #666;

}

#heinakuu a:hover {
	border: 0px;
}

/* luokka määrittelyt */
/****************************/

.bold {
	font-weight: bold;
}

.strike {
	text-decoration: line-through ;
}


.middle {
	vertical-align: middle;
}

.smalltext {
	font-weight: normal;
	font-size: 11px;
}

.bordered {
	border: 1px solid #bcbc2b;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.error_msg {
	height:16px;
	font-size: 11px;
	color: red;
	font-weight: bold;
	padding-left: 22px;
	padding-top: 4px;
	background: url(../images/base/exclamation.png) left 3px no-repeat;
	margin-top: 4px;
}

div.hr {
	height: 1px;
	background: #7a7a7a;
}

div.row {
	clear: both;
	padding-top: 2px;
}

div.row span.label {
	float: left;
	width: 130px;
	text-align: left;
	font-size: 13px;
	color: #575757;
}

div.row span.label2 {
	float: left;
	width: 60px;
	text-align: left;
	font-size: 13px;
	color: #575757;
	margin-left: 3px;
}

div.row span.label3 {
	float: left;
	width: 40px;
	text-align: left;
	font-size: 13px;
	color: #575757;
	margin-left: 3px;
}

div.row span.formw {
	float: left;
	width: auto;
	text-align: left;
}


/* Selaimen tunnitukseen    */
/* liittyvät määritykset    */
/****************************/

#browser_notice {
	width: 100%;
	margin-bottom: 10px;
	padding: 5px 0px;
	border: 1px solid #cecece;
	background: #d9ffb7;
}

#browser_notice span.message {
	padding: 0px 10px;
	font-size: 11px;
}

#browser_notice  img {
	vertical-align: middle;
	margin-left: 10px;
}

#browser_notice  #notice_close {
	position: absolute;
	right: 5px;
	top: 5px;
}