html, body { height: 100%; }
/*
*	Background.
*/
div#background-top
{
	background: #fff url(/design/background-main-top.jpg) top center repeat-x;
}
div#background-top-drawing
{
	background: transparent url(/design/background-main-top-drawing-2.png) top right no-repeat;
}
div#background-bottom
{
	background: transparent url(/design/background-main-bottom.png) bottom center repeat-x;
}
div#background-bottom-drawing
{
	padding-bottom: 130px;
	background: transparent url(/design/background-main-bottom-drawing-2.jpg) bottom center no-repeat;
}
/*
*	Page.
*/
div#page-container
{
	padding-top: 34px;
	text-align: center;
}
div#page
{
	width: 971px;
	margin-left: auto;
	margin-right: auto;
	background: transparent url(/design/background-page.png) top center repeat-y;
	text-align: left;
}
div#page-padding
{
	padding-top: 8px;
	padding-left: 7px;
	padding-right: 9px;
}
div#page-bottom
{
	height: 10px;
	width: 971px;
	margin-left: auto;
	margin-right: auto;
	background: transparent url(/design/background-page-bottom.png) top center repeat-y;
	position: relative;
}
/*
*	Header.
*/
div#header
{
	height: 91px;
	position: relative;
}
div#logo
{
	position: absolute;
	top: 23px;
	left: 42px;
	width: 208px;
	height: 56px;
	background: transparent url(/design/mikare.net.png) center center no-repeat;
	cursor: pointer;
}
div#language
{
	position: absolute;
	top: 10px;
	right: 80px;
	font-size: 11pt;
}
div#language a
{
	color: #1a4270;
	font-size: 8pt;
	font-family: Arial;
	text-transform: capitalize;
	text-decoration: none;
}
div#language a:hover
{
	text-decoration: underline;
}
div#call-today
{
	position: absolute;
	top: 36px;
	right: 24px;
	width: 210px;
	height: 50px;
	background: transparent url(/design/call-us-today-icon.png) top left no-repeat;
}
div#call-today div.label, div#call-today div.number
{
	position: absolute;
	left: 50px;
	font-family: Georgia;
	font-size: 14pt;
}
div#call-today div.label
{
	top: -2px;
	color: #294e79;
}
div#call-today div.number
{
	top: 18px;
	color: #f76300;
}
/*
*	Top menu.
*/
div#top-menu
{
	position: relative;
	height: 44px;
	background: transparent url(/design/background-top-menu-background.png) top left no-repeat;
}
div#top-menu ul
{
	padding-top: 2px;
	padding-left: 25px;
}
div#top-menu ul li
{
	height: 40px;
	float: left;
	padding-left: 10px;
	padding-right: 12px;
}
div#top-menu ul li a
{
	font-family: Verdana;
	color: #1a4270;
	line-height: 2.75em;
	text-decoration: none;
	font-size: 11pt;
}
div#top-menu ul li.current
{
	background: transparent url(/design/background-top-menu-right.png) top right no-repeat;
}
div#top-menu ul li.current a
{
	color: #fff;
}
div#top-menu ul li.left, div#top-menu ul li.current-left
{
	width: 2px;
	padding: 0;
}
div#top-menu ul li.current-left
{
	background: transparent url(/design/background-top-menu-left.png) top left no-repeat;
}
/*
*	Search.
*/
div#search
{
	position: absolute;
	top: 12px;
	right: 25px;
}
div#search input
{
	background: transparent;
	color: #b4b4b4;
	font-size: 10pt;
	border: 0;
}
div#search input.text
{
	position: relative;
	width: 142px;
	height: 20px;
}
div#search input.submit
{
	color: #fff;
	margin-left: 10px;
	font-weight: bold;
	width: 30px;
	height: 20px;
}
div#header-shade
{
	height: 23px;
	background: transparent url(/design/shade-header-bottom.png) top left no-repeat;
}
/*
* Body.
*/
div#body
{
	min-height: 550px;
}
div#left-side
{
	float: left;
	width: 268px;
}
div#right-side
{
	float: left;
	width: 687px;
}
/*	Left menu. */
div#left-menu
{
	float: right;
	width: 257px;
	background: transparent url(/design/background-left-menu-top.png) top left no-repeat;
	margin-bottom: 15px;
}
div#left-menu-bottom
{
	padding-bottom: 1px;
	float: right;
	width: 257px;
	background: transparent url(/design/background-left-menu-bottom.png) bottom left no-repeat;
}
div#left-menu ul
{
	margin-top: 2px;
}
div#left-menu ul li.level-1
{
	height: 27px;
	margin: 0 2px 1px 2px;
	background: transparent url(/design/background-left-menu-background.png) top left repeat-x;
	border: 1px solid #c1c1c1;
	border-width: 1px 0;
}
div#left-menu ul li.level-1 a
{
	font-family: Arial;
	font-size: 10pt;
	color: #003b7e;
	text-decoration: none;
	line-height: 2.15em;
	padding-left: 36px;
	background: transparent url(/design/pointer-left-menu-1-left.png) 12px 0 no-repeat;
}
div#left-menu ul li.level-1.current a
{
	background: transparent url(/design/pointer-left-menu-1-down.png) 12px 0 no-repeat;
}
div#left-menu ul li.level-2, div#left-menu ul li.level-3
{
	/*height: 24px;*/
	margin: 0 2px 1px 2px;
	background: transparent;
	margin-top: 3px;
	margin-bottom: 4px;
}
div#left-menu ul li.level-2 a, div#left-menu ul li.level-3 a
{
	margin-left: 0;
	font-family: Arial;
	font-size: 9pt;
	color: #6d6d6d;
	text-decoration: none;
	line-height: 1.5em;
	padding-left: 52px;
	background: transparent url(/design/pointer-left-menu-2-left.png) 33px 4px no-repeat;
	display: block;
}
div#left-menu ul li.level-2.current a
{
	font-weight: bold;
	background: transparent url(/design/pointer-left-menu-2-down.png) 33px 4px no-repeat;
}
div#left-menu ul li.level-3 a
{
	padding-left: 66px;
	background: transparent url(/design/pointer-left-menu-2-left.png) 47px 4px no-repeat;
}
div#left-menu ul li.level-3.current a
{
	font-weight: bold;
	background: transparent url(/design/pointer-left-menu-2-down.png) 47px 4px no-repeat;
}
/*
*	Intranet.
*/
div#intranet
{
	float: right;
	width: 257px;
	height: 40px;
	background: transparent url(/design/background-intranet.png) top left no-repeat;
	margin-bottom: 15px;
}
div#intranet h1
{
	color: #ff6a07;
	font-family: Verdana;
	font-size: 14pt;
	line-height: 2.1em;
	font-weight: normal;
	margin-left: 52px;
}
/*
*	Testimonials & recent blog posts & block div.
*/

div#testimonials, div#tipoftheday, div#recent-blog-posts
{
	float: right;
	width: 257px;
	margin-bottom: 15px;
}

/** Raido addons 25 juuni 2010 */
div#recent-blog-posts {
	font-family: Arial;
	font-size: 12px;
}

#recent-blog-posts-inner {
	padding: 7px;
}

#recent-blog-posts-ul li{
	margin: 8px 0;
}

#recent-blog-posts-ul a.blog-post-title {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #1A4270;
}

#recent-blog-posts ul p.blog-post-date {
	text-align: left;
	margin: 5px 0;
	font-style: italic;
}

/** Raido addons END**/

div.block h1
{
	position: relative;
	color: #fff;
	height: 29px;
	font-family: Verdana;
	font-size: 11pt;
	line-height: 1.9em;
	padding-left: 11px;
	font-weight: normal;
	background: transparent url(/design/background-heading.png) top left repeat-x;
}
div.block h1 a
{
	position: absolute;
	right: 9px;
	top: 0;
	color: #fff;
	font-size: 9pt;
	font-family: Verdana;
	letter-spacing: -1px;
	text-decoration: underline;
}
div.block h1 a:hover
{
	text-decoration: none;
}
div#testimonials div.content, div#testimonials div.title,
div#tipoftheday div.content, div#tipoftheday div.title
{
	font-family: Arial;
	font-size: 9pt;
	line-height: 1.25em;
	padding: 7px;
}
div#testimonials div.content img, div#tipoftheday div.content img
{
	margin-right: 5px;
	margin-bottom: 5px;
}
div#testimonials div.content strong, div#testimonials div.content b,
div#tipoftheday div.content strong, div#tipoftheday div.content b
{
	color: #ff6a07;
}
div#testimonials div.title, div#tipoftheday div.title
{
	text-align: right;
	padding-top: 0;
	font-style: italic;
	font-weight: bold;
	border-bottom: 1px dotted #7f7f7f;
	margin-bottom: 10px;
}
/*
*	Emotion picture.
*/
div#emotion-picture
{
	width: 687px;
	height: 257px;
	background: transparent url(/design/background-emotion-picture.png) top left no-repeat;
	position: relative;
	margin-bottom: 7px;
}
div#emotion-picture div.container
{
	position: absolute;
	top: 2px;
	left: 12px;
	width: 662px;
	height: 240px;
	background: #fff;
}
div#emotion-picture div.container div.pictures
{
	position: absolute;
	top: 0;
	left: 0;
	width: 662px;
	height: 240px;
	z-index: 2;
}
div.pictures {
    overflow: hidden;
}
div#emotion-picture div.container div.picture-container
{
	width: 662px;
	height: 240px;
}
div#emotion-picture div.container div.picture-container img
{
	position: absolute;
	top: 0;
	left: 0;
}
div#emotion-picture div.container div.picture-container div.text-container
{
	position: absolute;
	top: 194px;
	left: 1px;
	width: 660px;
	height: 45px;
}
div#emotion-picture div.container div.picture-container div.text-container div.text
{
	position: absolute;
	bottom: 0;
	width: 650px;
	font-family: Arial;
	font-weight: bold;
	line-height: 1.5em;
	color: #404040;
	font-size: 9pt;
	padding: 5px;
	background: transparent url(/design/background-emotion-picture-text.png) top left repeat;
}
/*
*	Services.
*/
div#services
{
	width: 661px;
	height: 147px;
	margin-left: 12px;
	padding-top: 1px;
	border: 1px solid #e4e4e4;
	position: relative;
}
div#services div.left, div#services div.right
{
	width: 18px;
	height: 46px;
	position: absolute;
	top: 55px;
	cursor: pointer;
}
div#services div.left
{
	left: -5px;
	background: transparent url(/design/carousel-left.png) top left repeat;
	z-index: 2;
}
div#services div.right
{
	right: -5px;
	background: transparent url(/design/carousel-right.png) top left repeat;
	z-index: 2;
}
div#services ul li
{
	float: left;
	width: 219px;
	height: 146px;
	background: transparent url(/design/carousel-background.png) top left repeat;
	margin-left: 1px;
	position: relative;
}
div#services ul li h2
{
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	color: #ff6a07;
	border-width: 0 1px;
	line-height: 2.2em;
	text-align: center;
}
div#services ul li div.content
{
	font-family: Arial;
	font-size: 9pt;
	color: #494949;
	padding: 8px 20px;
	text-align: left;
}
div#services ul li div.content p
{
	padding: 0;
	margin: 0;
	text-align: left;
}
div#services ul li div.find_more
{
	position: absolute;
	bottom: 9px;
	right: 15px;
	text-transform: uppercase;
	line-height: 1.8em;
	width: 88px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 9pt;
	font-family: Arial;
}
div#services ul li div.find_more a
{
	color: #fff;
	text-decoration: none;
}
/*
*	Home content.
*/
div#home-content
{
	width: 325px;
	float: left;
	margin-top: 25px;
}
div#home-content
{
	margin-left: 12px;
}
div#home-content h1
{
	font-family: Verdana;
	font-size: 16pt;
	font-weight: normal;
	color: #ff6a07
}
div#home-content, div#home-content p
{
	font-family: Arial;
	font-size: 10pt;
	color: #3b3b3b;
}
div#home-content p
{
	margin-bottom: 10px;
}
/*
*	Home portfolio.
*/
div#home-portfolio
{
	width: 325px;
	float: right;
	margin-top: 25px;
	margin-right: 12px;
}
div#home-portfolio h1
{
	margin-bottom: 2px;
}
div#home-portfolio div.portfolio
{
	position: relative;
	left: 5px;
	width: 103px;
	height: 96px;
	background: transparent url(/design/background-portfolio-thumbnail-x-small.png) top left no-repeat;
	float: left;
	margin-top: 4px;
	margin-right: 3px;
}
div#home-portfolio div.title
{
	position: absolute;
	bottom: 5px;
	left: 3px;
	width: 95px;
	height: 30px;
	text-align: center; 
	font-weight: bold;
	font-family: Arial;
	font-size: 9pt;
	color: #1a4270;
}
div#home-portfolio div.portfolio a
{
	position: absolute;
	top: 5px;
	left: 7px;
}
/*
*	Content.
*/
div#content-container
{
	border: 1px solid #e0dddd;
	margin-left: 12px;
	margin-right: 12px;
	padding: 1px;
}
div#content-container div#navigation
{
	padding-left: 18px;
	height: 27px;
	background: transparent url(/design/background-left-menu-background.png) top left repeat-x;
	font-size: 9pt;
	font-family: Arial;
	color: #294e79;
	line-height: 0.5em;
}
div#content-container div#navigation a
{
	font-size: 9pt;
	font-family: Arial;
	color: #294e79;
	line-height: 2em;
	text-decoration: none;
	position: relative;
	top: 1px;
}
div#content-container div#navigation a:hover
{
	text-decoration: underline;
}
div#content-text
{
	padding: 18px;
	font-family: Arial;
}
div#content-text ul li, div#content-text ol li
{
	padding-left: 5px;
	margin-left: 25px;
}
div#content-text ul li
{
	list-style: disc;
}
div#content-text ol li
{
	list-style: decimal;
	margin-bottom: 5px;
}
div#content-text img
{
	margin: 15px;
}
div#content-text h1
{
	color: #294e79;
	font-size: 11pt;
}
div#content-text, div#content-text p
{
	color: #494949;
	font-size: 9.5pt;
	font-family: Arial;
	color: #494949;
	line-height: 1.5em;
}
div#content-text p
{
	margin-bottom: 10px;
}
/*
*	Portfolio - selection.
*/
div#portfolio-container
{
	margin-left: 12px;
	margin-right: 12px;
	padding: 1px;
	border: 1px solid #d0d0d0;
	margin-bottom: 30px;
}
div#portfolio-container h1.header
{
	position: relative;
	height: 43px;
	background: transparent url(/design/background-portfolio-header.png) top left repeat;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 12pt;
	font-family: Arial;
	padding-left: 18px;
	line-height: 2.75em;
}
div#portfolio-container div#navigation
{
	position: absolute;
	right: 18px;
	top: -1px;
	font-size: 9pt;
	font-family: Arial;
	color: #fff;
}
div#portfolio-container div#navigation a
{
	font-size: 9pt;
	font-family: Arial;
	color: #fff;
	line-height: 2em;
	text-decoration: none;
	position: relative;
	top: 1px;
}
div#portfolio-container div#navigation a:hover
{
	text-decoration: underline;
}
div#portfolio-text
{
	padding: 18px;
	padding-bottom: 40px;
	background: #fff url(/design/background-portfolio-body.png) top left repeat-x;
	position: relative;

	color: #494949;
	font-size: 9.5pt;
	font-family: Arial;
	color: #494949;
	line-height: 1.5em;
}
div#portfolio-gallery div.portfolio
{
	position: relative;
	width: 158px;
	height: 119px;
	background: transparent url(/design/background-portfolio-thumbnail-small.png) top left no-repeat;
	float: left;
	margin-top: 4px;
	margin-right: 3px;
}
div#portfolio-gallery div.portfolio a
{
	position: absolute;
	top: 4px;
	left: 5px;
}
div#portfolio-gallery li
{
	width: 100%;
	text-align: center;
	display: block;
}
div#portfolio-gallery div.title
{
	position: absolute;
	top: 85px;
	left: 4px;
	width: 140px;
	height: 30px;
	text-align: center; 
	font-weight: bold;
	font-family: Arial;
	font-size: 8pt;
	color: #1a4270;
	line-height: 1em;
}
div#portfolio-text div#portfolio-gallery-navigation
{
	width: 659px;
	height: 30px;
	position: absolute;
	left: 0;
	bottom: 0;
	text-transform: uppercase;
	color: #1a4270;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	line-height: 1.6em;
}
div#portfolio-text div#portfolio-gallery-navigation div.left
{
	height: 23px;
	padding-left: 30px;
	width: 60px;
	background: transparent url(/design/background-portfolio-left.png) top left no-repeat;
	position: absolute;
	top: 0;
	left: 230px;
	cursor: pointer;
	line-height: 2em;
	font-size: 8pt;
}
div#portfolio-text div#portfolio-gallery-navigation div.right
{
	height: 23px;
	padding-right: 30px;
	width: 60px;
	background: transparent url(/design/background-portfolio-right.png) top right no-repeat;
	position: absolute;
	top: 0;
	right: 230px;
	cursor: pointer;
	line-height: 2em;
	font-size: 8pt;
}
/*
*	Portfolio - single.
*/
div#portfolio-text div.picture
{
	width: 440px;
	height: 260px;
}
div#portfolio-text div.content, div#portfolio-text div.content p
{
	color: #494949;
	font-size: 9.5pt;
	font-family: Arial;
	color: #494949;
	line-height: 1.5em;
}
div#portfolio-text div.content p
{
	margin-bottom: 10px;
}
div#portfolio-text div.thumbnails
{
	position: relative;
	top: 20px;
	clear: both;
	padding: 10px;
	padding-bottom: 0;
	background: #e9e9e9;
}
div#portfolio-text div.thumbnails div.thumbnail
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
/*
*	Footer.
*/
div#footer, div#footer p, div#footer p a, div#footer a
{
	font-size: 9pt;
	font-family: Arial;
	color: #3a577f;
	margin: 0;
	padding: 0;
	line-height: 4.3em;
}
div#footer
{
	position: relative;
	clear: both;
	height: 48px;
	background: transparent url(/design/background-footer.png) top left no-repeat;
}
div#footer div.copyright
{
	position: absolute;
	top: 0;
	left: 20px;
}
div#footer div.content
{
	position: absolute;
	top: 0;
	right: 20px;
}

/*
#f_feedback_form input[type="text"], #f_feedback_form textarea {
	border: 1px solid #999;
}
*/


/* 25 juuni 2010 lisad(Raido): */

.nupp, input[type="submit"], button[type="submit"] {
	background: url('button_bg_2.png') repeat-x;
	text-decoration: none;
	padding: 2px 8px;
	height: 26px;
	color: #FFF;
}

.nupp:hover {
	background: url('button_bg_2_hover.png') repeat-x;
}

input[type="submit"] {
	border: none;
	cursor: pointer;
}

input[type="text"], input[type="password"], textarea {
	border: 1px solid #999999;
}

table.login td {
	line-height: 22px;	
}

#webmail {
	font-family: Arial;
	font-size: 12px;
}
#webmail_submit {
	border: none;
}
/*
#webmail_submit {
	margin:0px;
	padding: 2px 5px;
	font-size:11px;
	background: #35ABE5;
	border: 1px solid #0198E2; 
	color: #FFF; 
	line-height: 18px;
}
*/

#feedback-modal-container {
	width: 420px; 
	height: 380px; 
	overlay: auto; 
	position: relative;
	font-family: Arial;
	font-size: 12px;
	background: #FFF;
	padding: 20px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#feedback-modal-overlay, #webmail-overlay {
	background: #bccfde;
}

#feedback-modal a.modalCloseImg {
	background: url('x.png') no-repeat; 
	width: 25px; 
	height: 29px; 
	display: inline; 
	z-index: 3200; 
	position: absolute; 
	top: -12px; 
	right: -14px; 
	cursor: pointer; 
}

#webmail-modal a.modalCloseImg {
	background: url('x.png') no-repeat; 
	width: 25px; 
	height: 29px; 
	display: inline; 
	z-index: 3200; 
	position: absolute; 
	top: -12px; 
	right: -14px; 
	cursor: pointer; 
}

/* 25 juuni lisad END */

#feedback-check-h {
	display: none;
}

#webmail {
	background: #FFF;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 20px;
}

#home_content_right input[type="submit"],
#home_content_right input[type="text"] {
	margin-top: 2px;
}

#home_content_right input[type="submit"]:hover {
	opacity: 0.8;
}

#csi-return-message {
	text-align: right;
	font-weight: bold;
	margin-top: 5px;
}
