/*****************************************************/
/*   Design:  Tanfor Oy                           */
/*****************************************************/

/*****************/
/*   MAIN BODY   */
/*****************/
body {
	font-size: 69.5%;
	margin: 0em auto;
	padding: 0em;
	background: #E7E7E7;
  	font-family: Verdana,Tahoma,Arial,sans-serif;
}

/*** Correction for Safari 1.x ***/
* > #footer, * > form, * > #notes, * > .output {
	position: relative;
	z-index: 1000;
}

/**************/
/*   TOP BODY   */
/**************/

/*** Top body ***/
#main-body {
	width: 100%;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF url(../images/upbg.jpg) repeat-x;
}

/*** Header main banner ***/
#main-pic {
	margin: 0 auto;
	width: 943px;
	height: 322px;
	padding: 0px 0px 0px 0px;	
	background:  url(../images/mainpic.jpg) no-repeat;
}

/*** Header navigation top ***/
#main-nav {
	float: right;
	margin: 24px 20px 0px 0px;
	font-weight: bold;
	padding: 0px;
}

 #main-nav ul {	
	margin: 0em;
	padding: 0em;
	list-style: none;
}	

#main-nav li {
	float: left;
	white-space: nowrap;
}

#main-nav li a {
	display: block; 
	margin: 0px;
	padding: 0px 20px 0px 10px;
	background: transparent;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}

#main-nav a:hover, #main-nav .selected {
	background-color: inherit;
	color: rgb(0,0,0);
	text-decoration: none;	
}

#content-area {
	margin: 0 auto;
	width: 929px;
	height: auto;	
	padding: 0px;
}

#content-area-left {
	margin: 0 auto;
	float: left;	
	width: 650px;
	height: auto;
	padding: 20px 20px 20px 20px;
	background: transparent;
	border-left: dashed 1px #eaeaea;
}

#content-area-right {
	margin: 0 auto;
	float: left;
	width: 183px;
	height: 500px;
	padding: 20px 20px 20px 20px;
	background: #FFFFFF url(../images/contentrightbg.jpg) top left repeat-x;
}
/***********************/
/***   INFO BOXES       ***/
/***********************/

#info-box-area {
	margin: 0 auto;
	width: 943px;
	height: 316px;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
}

.info-box-hdr {
	margin: 0px;
	padding: 0px;
	width: 229px;
	height: 42px;
}

.info-box-cont {
	width: 209px;
	height: 218px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	
}

#info-box-1 {
	width: 238px;
	height: 316px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
}

#info-box-2 {
	width: 238px;
	height: 316px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
}

#info-box-3 {
	width: 238px;
	height: 316px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
}

#info-box-4 {
	width: 229px;
	height: 316px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
}


/*****************/
/***   FOOTER   **/
/*****************/

#bottom-body {
	margin: 0 auto;
	float: left;
	width: 100%;
	padding: 0px 0px 0px 0px;
	background: #E7E7E7 url(../images/shadowbg.jpg) top left repeat-x;
}

#footer {
	margin: 0 auto;		
	width: 948px;
	height: 150px;
	padding: 20px 0px 0px 0px;
	text-align: center;
	color: rgb(100,100,100);
	font-size: 1.3em;
	background: #E7E7E7 url(../images/shadow.jpg) top left no-repeat;
}

/*h1 { font-family:Arial,Helvetica; font-size:16px; font-weight:bold; text-decoration:none; color:#000; display:inline;} */

h1 { font-family:Arial,Helvetica; font-size:16px; font-weight:bold; text-decoration:none; color:#0080C0;}

h2 { font-family:Arial,Helvetica; font-size:13px; font-weight:bold; text-decoration:none; color:#000;}

h3 { font-family:Arial,Helvetica; font-size:12px; font-weight:bold; text-decoration:none; color:#0080C0;}

h6 { font-family:Arial,Helvetica; font-size:16px; font-weight:bold; text-decoration:none; color:#0080C0;}


/*************************************************/
/***   HYPERLINKS IN MIDDLE AND RIGHT COLUMNS  ***/
/*************************************************/

/*** Hyperlinks in middle and right columns ***/
a {
	background-color: inherit;
	color: rgb(100,100,100);
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/*** Visited links not in use ***/
/*a:visited {
	background-color: inherit;
	color: rgb(100,100,100);
	text-decoration: underline;
} */

/**********************************/
/** IMAGES                                              */
/**********************************/

.img-left-border {
/*	clear: left;*/
	float: left;
	border: solid 1px #c0c0c0;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
}

