HTML, BODY {
	height: 100%;
}

BODY {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, sans-serif;
	font-weight: 300;
	font-size: 12px;
	background: url(../image/body_bg.jpg);
}

IMG {
	display: block; /* Fixes extra bottom margin in FF */
	border: 0;
}

A {
	color: #0fa5d4;
}

A:hover {
	color: #096d8d;
}

B {
	font-weight: bold;
}

I {
	font-style: italic;
}

HR {
	border: 0;
	color: #e8e8e8;
	background-color: #e8e8e8;
	height: 1px;
	width: 100%;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 15px;
}

#non-footer {
	position: relative;
	min-height: 100%;
}

* html #non-footer {
	height: 100%;
}

#top-bg {
	width: 100%;
	height: 350px;
	background: url(../image/header_bg_02.png);
	border-bottom: 5px solid #3f4247;
}

#header-container {
	width: 100%;
	height: 60px;
	background: url(../image/header_bg.png);
	border-bottom: 1px solid #36393c;
}

#header-container-content {
	width: 100%;
	height: 64px;
	background: url(../image/header_bg.png) bottom repeat-x;
}

#header {
	width: 940px;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
}

#logo IMG {
	padding: 0 0 0 1px;
}

#logo A {
	margin: 13px 10px 0 0;
	display: inline-block;
	padding: 1px 5px;
}

#logo A:hover {
	background: #4a4e53;
}

#slogan {
	float: left;
	color: #f5f5f5;
	font-size: 12px;
}

/* Generic */

.mt15 { margin-top: 15px !important; }
.mb15 { margin-bottom: 15px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb20 { margin-bottom: 20px !important; }
.ml10 { margin-left: 10px !important; }
.mr10 { margin-right: 10px !important; }
.ta-j { text-align: justify !important; }
.ta-r { text-align: right !important; }
.ta-c { text-align: center !important; }

/* Menu main */

#menu-main {
	float: right;
	margin-top: 17px;
}

#menu-main LI {
	float: left;
	line-height: 27px;
}

#menu-main A {
	display: block;
	color: #ffffff;
	text-decoration: none;
	line-height: 27px;
	padding-left: 10px;
	margin-right: 3px;
}

#menu-main A SPAN {
	padding-right: 10px;
}

#menu-main A:hover {
	background: url(../image/menu_main_bg_hover_left.png) no-repeat left top;
}

#menu-main A:hover SPAN {
	display: block;
	background: url(../image/menu_main_bg_hover.png) no-repeat right top;
}

#menu-main A.active {
	background: url(../image/menu_main_bg_hover_left.png) no-repeat left top;
}

#menu-main A.active SPAN {
	display: block;
	background: url(../image/menu_main_bg_hover.png) no-repeat right top;
}

#fresh {
	float: right;
	width: 157px;
	height: 78px;
	background: url(../image/fresh.png);
}

/* Entry */

#entry-container {
	width: 940px;
	margin: 0 auto;
	padding-top: 23px;
}

#entry-text {
	width: 400px;
	padding-top: 15px;
	float: left;
}

#entry-text H1 {
	color: #f1f5f9;
	font-size: 26px;
	font-weight: bold;
	line-height: 35px;
}

#entry-container P {
	font-size: 14px;
	color: #a7a7a7;
	padding-top: 10px;
	padding-bottom: 20px;
	line-height: 25px;
}

#entry-browser {
	float: right;
	margin-top: 8px;
}

#entry-btn A {
	width: 284px;
	height: 34px;
	line-height: 32px;
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding-left: 25px;
	text-shadow: #055781 0 -1px 0px;
	background: url(../image/entry_btn_bg.png) no-repeat;
}

#entry-btn A:hover {
	background: url(../image/entry_btn_bg_hover.png) no-repeat;
}

/* CMS intro */

#cms-intro-container {
	width: 100%;
	height: 119px;
	clear: both;
	background: url(../image/cms_intro_bg.png);
	border-bottom: 5px solid #0997c3;
}

#cms-intro {
	width: 940px;
	margin: 0 auto;
	padding-top: 11px;
}

DIV.cms-icon {
	height: 100px;
	width: 195px;
	float: left;
	padding-left: 100px;
	padding-right: 10px;
	border-right: 1px solid #1bb3e2;
}

DIV.icon-01 {
	background: url(../image/wordpress.png) left center no-repeat;
}

DIV.icon-02 {
	background: url(../image/cms_icon_03.png) left center no-repeat;
	margin-left: 10px;
}

DIV.icon-03 {
	background: url(../image/html5.png) left center no-repeat;
	margin-left: 10px;
	border: none;
}

DIV.cms-icon-txt {
	padding-top: 11px;
}

DIV.cms-icon H2 {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

DIV.cms-icon P {
	color: #f8f8f8;
	line-height: 20px;
}

DIV.cms-icon IMG {
	float: left;
	margin-right: 10px;
}

/* Main Page */

#portfolio-main DIV.image {
	padding: 4px;
	background: #ffffff;
	border: 1px solid #e8e8e8;
	width: 260px;
	margin-bottom: 15px;
}

/* -- Main page content area */

#content-container {
	text-align: center;
}

#content {
	text-align: left;
	width: 940px;
	margin-top: 20px;
	padding-bottom: 11.5em;	
	color: #444444;
	display: inline-block;
}

#content DIV.col1 {
	width: 388px;
	float: left;
	padding-right: 20px;
}

#content DIV.col2 {
	width: 290px;
	float: left;
	padding-right: 10px;
}

#content DIV.col3 {
	width: 232px;
	float: left;
}

DIV.col1 H1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #444444;
}

DIV.col1 P {
	line-height: 25px;
	color: #444444;
}

DIV.col2 H1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #444444;
}

DIV.col2 P {
	line-height: 25px;
	color: #444444;
}

DIV.col2 DIV.row {
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 10px;
	width: 270px;
}

DIV.col2 DIV.row SPAN {
	height: 33px;
	display: inline-block;
	float: left;
	padding-right: 5px;
	line-height: 20px;
}

DIV.col2 DIV.row A {
	line-height: 20px;
	display: block;
}

DIV.note {
	float: right;
	color: #686a6b;
}

DIV.note DIV.top {
	width: 235px;
	height: 32px;
	background: url(../image/note_top.png) no-repeat;
}

DIV.note DIV.bottom {
	width: 235px;
	height: 43px;
	text-align: right;
	background: url(../image/note_bottom.png) no-repeat;
}

DIV.note DIV.bottom P {
	padding-right: 15px;
}

DIV.note DIV.middle {
	width: 195px;
	background: url(../image/note_bg.png) repeat-y;
	padding: 0 10px 0 30px;
}

DIV.note DIV.middle P {
	line-height: 21px;
	padding-bottom: 21px;
}

/* -- Note for Main Page */

DIV.note_main {
	float: right;
	color: #686a6b;
}

DIV.note_main DIV.top {
	width: 235px;
	height: 32px;
	background: url(../image/note_main_top.png) no-repeat;
}

DIV.note_main DIV.bottom {
	width: 235px;
	height: 43px;
	text-align: right;
	background: url(../image/note_main_bottom.png) no-repeat;
}

DIV.note_main DIV.bottom P {
	padding-right: 15px;
}

DIV.note_main DIV.middle {
	width: 195px;
	background: url(../image/note_main_bg.png) repeat-y;
	padding: 0 10px 0 30px;
}

DIV.note_main DIV.middle P {
	line-height: 21px;
	padding-bottom: 21px;
}

DIV.partners {
	padding-top: 10px;
	clear: both;
	line-height: 20px;
	padding-left: 3px;
}

/* Page */

#page-container {
	text-align: center;
	padding-bottom: 10em;
}

#page {
	text-align: left;
	width: 890px;
	margin: 0 auto;
	padding: 20px 25px;
	background: url(../image/page_bg.png) repeat-y;
	color: #444444;
	display: inline-block;
}

#page-top {
	margin: 0 auto;
	margin-top: 20px;
	width: 940px;
	height: 2px;
	background: url(../image/page_top.png) no-repeat;
}

#page-bottom {
	margin: 0 auto;
	margin-bottom: 20px;
	width: 940px;
	height: 2px;
	background: url(../image/page_bottom.png) no-repeat;
}

#page H1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

#page H2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}

#page P {
	line-height: 25px;
}

#page UL { padding: 0; margin: 0; list-style: none; }
#page LI { list-style: none; margin: 0 0 0 20px; line-height: 24px; }
#page UL { margin: 0.5em 0 0.5em 0; padding: 0 0 0 0; }
#page UL LI { background: url(../image/bullet-03.png) 0 9px no-repeat; padding: 0 0 0 14px; }

.infobox { background: #fffddd; padding: 10px; color: #444444; font-size: 14px; line-height: 1.5em; }
.infobox2 { background: #e6e6e6; padding: 10px; color: #444444; font-size: 14px; line-height: 1.5em; }
.infobox3 { background: #fffddd; padding: 10px; color: #444444; font-size: 12px; line-height: 1.5em; border: 2px solid #ffd324; }

DIV.error { width: 100%; background-color: #c9282d; text-align: center; color: #ffffff; line-height: 40px; font-size: 16px; margin-bottom: 20px; }
DIV.done { width: 100%; background-color: #39892f; text-align: center; color: #ffffff; line-height: 40px; font-size: 16px; margin-bottom: 20px; }

DIV.dotted-stripe {
	width: 100%;
	height: 11px;
	background: url(../image/dotted_stripe_bg.png) left center repeat-x;
}

/* Footer */

#footer-container {
	clear: both;
	width: 100%;
	background: #ffffff;
	height: 120px;
	border-top: 1px solid #e8e8e8;
	position: relative;
	margin-top: -121px;
}

#footer {
	width: 940px;
	margin: 0 auto;
	color: #707070;
	padding-top: 15px;
	line-height: 25px;
}

#footer DIV.left {
	float: left;
}

#footer DIV.left DIV.copyright {
	color: #444444;
}

#footer DIV.left A {
	color: #707070;
}

#footer DIV.left A:hover {
	color: #0fa5d4;
}

#footer DIV.left SPAN {
	margin: 0 10px;
}

#footer DIV.right {
	float: right;
}

#footer DIV.right A {
	text-decoration: none;
	color: #444444;
	border-right: 1px solid #e8e8e8;
	padding-left: 10px;
	padding-right: 10px;
}

#footer DIV.right A.last {
	border: none;
	padding-right: 0;
}

#footer DIV.right A:hover {
	color: #0fa5d4;
}

/* Form */

TABLE.form {
	width: 100%;
}

TABLE.form TH {
	text-align: left;
	width: 20%;
	line-height: 14px;
	border: solid #e2e2e2;
	border-width: 1px 0;
	padding: 5px 10px;
	vertical-align: middle;
}

TABLE.form TD {
	line-height: 14px;
	border: solid #e2e2e2;
	border-width: 1px 0;
	padding: 5px 10px;
}

TABLE.form TD.field INPUT {
	width: 200px;
	padding: 3px;
}

TABLE.form TD.field TEXTAREA {
	font: normal 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 400px;
	height: 150px;
	padding: 3px;
}

SPAN.mandatory {
	font-weight: bold;
	color: red;
}

TABLE.data { margin-bottom: 10px; }
TABLE.data TH { font-weight: bold; border: 1px solid #e5e6e5; padding: 5px 7px; background: #e5e6e5;}
TABLE.data TD { padding: 5px 7px; border: 1px solid #e5e6e5; }
TABLE.data TD.highlight { background: #f97b75; color: #ffffff; }

/* Button */

A.button {
    background: url(../image/button_bg_a.png) no-repeat scroll top right;
    color: #156a8c;
    display: block;
    float: left;
    font: normal 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 32px;
    padding-right: 13px; /* sliding doors padding */
    text-decoration: none;
    font-weight: bold;
    text-shadow: #ffffff 0 1px 0;
}

A.button SPAN {
    background: url(../image/button_bg_span.png) no-repeat;
    display: block;
    line-height: 30px;
    padding-left: 14px;
    padding-bottom: 2px;
}

A.button:hover {
    background: url(../image/button_bg_a_hover.png) no-repeat scroll top right;
}

A.button:hover SPAN {
    background: url(../image/button_bg_span_hover.png) no-repeat;
}

/* Button 02 */

A.button02 {
    background: url(../image/button_02_bg_a.png) no-repeat scroll top right;
    color: #996633;
    display: block;
    float: left;
    font: normal 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 32px;
    padding-right: 13px; /* sliding doors padding */
    text-decoration: none;
    font-weight: bold;
    text-shadow: #ffffff 0 1px 0;
}

A.button02 SPAN {
    background: url(../image/button_02_bg_span.png) no-repeat;
    display: block;
    line-height: 30px;
    padding-left: 14px;
    padding-bottom: 2px;
}

A.button02:hover {
    background: url(../image/button_02_bg_a_hover.png) no-repeat scroll top right;
}

A.button02:hover SPAN {
    background: url(../image/button_02_bg_span_hover.png) no-repeat;
}

/* Page: generic stuff */

DIV.two-col-content {
	width: 890px;
	display: inline-block;
	background: url(../image/two-col-split.png) repeat-y;
}

DIV.two-col-content DIV.col-left {
	width: 615px;
	float: left;
	padding-right: 20px;
}

DIV.two-col-content DIV.col-right {
	width: 235px;
	float: right;
}

/* Page: Contact */

#contact DIV.left {
	float: left;
	width: 150px;
}

#contact DIV.right {
	float: right;
	width: 650px;
	background: url(../image/content_split.png) 20px 0 no-repeat;
	padding-left: 60px;
}

/* Page: blog */

DIV.blog-left {
	width: 615px;
	float: left;
	border-right: 1px solid #e8e8e8;
	padding-right: 20px;
}

DIV.blog-right {
	width: 235px;
	float: right;
}

#page DIV.blog .title .heading H2 { margin: 0; }
#page DIV.blog .title .heading H2 { font-size: 16px; font-weight: normal; }
#page DIV.headingviewrec H1 { padding: 0; font-weight: normal; line-height: 20px; font-size: 16px; color: #00aff0; margin: 0; }
.blog .title .date { float: left; width: 60px; margin-bottom: 10px; }
.blog .title .date .ddmm { background: #00aff0; width: 50px; line-height: 22px; font-weight: bold; text-align: center; color: #ffffff; }
.blog .title .date .yyyy {width: 50px; background: #e6e6e6; line-height: 22px; text-align: center; color: #333333; }
.blog .title .heading { float: left; }
.blog .title H2 { color: #00aff0; }
.blog .title H2 A { color: #00aff0; }
.blog .title H2 A:hover { color: #333333; }
.blog .readmore A { color: #df2f27; }
.blog .readmore A:hover { color: #333333; }
.blog .comment { border: 1px solid #cccccc; padding: 5px; margin-top: 10px; }
.blog .tags { background: url(../image/blogtag.png) no-repeat; line-height: 30px; display: block; padding-left: 35px; }
.blog .tags A { color: #333333; }
.blog .tags A:hover { color: #df2f27; }
.blog .pagetitle { font-size: 18px; color: #333333; margin-bottom: 10px; }
.blog P { display: block; padding:0; margin: 0 0 10px 0; }

#page DIV.blogcat UL { padding: 0; margin: 0; list-style: none; margin-top: 10px; }
#page DIV.blogcat LI { list-style: none; margin: 0; padding: 0; line-height: 22px; }
#page DIV.blogcat UL LI { list-style: none; background: none; margin: 0; padding: 0; }
#page DIV.blogcat A { color: #0fa5d4; display: block; }
#page DIV.blogcat A:hover { color: #096d8d; }

#page DIV.blognew UL { padding: 0; margin: 0; list-style: none; margin-top: 10px; }
#page DIV.blognew LI { list-style: none; margin: 0; padding: 0; line-height: 22px; border-bottom: 1px solid #e8e8e8; }
#page DIV.blognew UL LI { list-style: none; background: none; margin: 0; padding: 5px 0 5px 0; }
#page DIV.blognew A { color: #0fa5d4; display: block; }
#page DIV.blognew A:hover { color: #096d8d; }
#page DIV.blognew SPAN {
	float: left;
	margin-right: 5px;
	color: #757575;
}

/* Page: websites */

DIV.websites-left {
	width: 615px;
	float: left;
	border-right: 1px solid #e8e8e8;
	padding-right: 20px;
}

DIV.websites-right {
	width: 235px;
	float: right;
}

DIV.websites-cms {
	padding-left: 157px;
	width: 443px;
	height: 147px;
}

DIV.websites-cms-icon-01 {
	background: url(../image/haldusliides-01.png) no-repeat;
}

DIV.websites-cms-icon-02 {
	background: url(../image/haldusliides-02.png) no-repeat;
}

DIV.websites-cms-icon-03 {
	background: url(../image/haldusliides-03.png) no-repeat;
}

DIV.websites-cms-icon-04 {
	background: url(../image/haldusliides-04.png) no-repeat;
}

#page DIV.websites-cms P {
	line-height: 25px;
}

/* Page: portfolio */

#portfolio {
	width: 615px;
}

#portfolio DIV.image {
	padding: 4px;
	background: #ffffff;
	border: 1px solid #e8e8e8;
	width: 290px;
	margin-bottom: 15px;
	float: left;
}

#portfolio DIV.work {
	width: 290px;
}

#portfolio DIV.txt {
	line-height: 15px;
	margin-bottom: 15px;
}

DIV.greenbox DIV.heading {
	width: 235px;
	height: 42px;
	line-height: 38px;
	background: url(../image/greenbox_heading.png) no-repeat;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	padding-left: 13px;
	text-shadow: #727272 1px 1px 0px;
}

DIV.greenbox DIV.content {
	background: #f6f6f6;
	line-height: 20px;
	padding: 4px 13px 8px 13px;
	color: #6e6e6e;
	display: inline-block;
}

DIV.greenbox DIV.bottom {
	width: 253px;
	height: 3px;
	background: url(../image/greenbox_bottom.png) no-repeat;
}

/* Page: Banklink */

DIV.banklink {
	border: 1px solid #cccccc;
	height: 31px;
	padding: 5px;
}

DIV.banklink IMG {
	float: left;
	margin-right: 5px;
}

DIV.swed_partner {
	width: 235px;
	height: 139px;
	background: url(../image/swed_partner_bg.png) no-repeat;
	margin-top: 5px;
	margin-bottom: 13px;
}

DIV.swed_partner DIV.content {
	font-size: 12px;
	text-align: right;
	color: #292e34;
	width: 150px;
	line-height: 20px;
	margin-left: 75px;
	padding-top: 62px;
}

/* Page: 5 Good Reasons */

DIV.reason-no-1 {
	width: 495px;
	height: 107px;
	padding-left: 120px;
	background: url(../image/reason_no_1.png) no-repeat;
}

DIV.reason-no-2 {
	width: 495px;
	height: 107px;
	padding-left: 120px;
	background: url(../image/reason_no_2.png) no-repeat;
}

DIV.reason-no-3 {
	width: 495px;
	height: 107px;
	padding-left: 120px;
	background: url(../image/reason_no_3.png) no-repeat;
}

DIV.reason-no-4 {
	width: 495px;
	height: 107px;
	padding-left: 120px;
	background: url(../image/reason_no_4.png) no-repeat;
}

DIV.reason-no-5 {
	width: 495px;
	height: 107px;
	padding-left: 120px;
	background: url(../image/reason_no_5.png) no-repeat;
}

DIV.reason-txt {
	height: 107px;
	border-left: 1px solid #e8e8e8;
	padding-left: 15px;
}

DIV.reason H2 {
	font-size: 16px;
	font-weight: bold;
}

DIV.reason P {
	color: #5c5c5c;
}

/* Show Fancybox arrows always, not only on hover */

#fancybox-left-ico {
	left: 20px;
}		

#fancybox-right-ico {
	right: 20px; left: auto;
}




