* {
	margin: 0;
	padding: 0;
}

body {
	background: #ececec;
}

body,
input,
textarea,
button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#content_container {
	width: 966px;
	margin: 0 auto 12px auto;
}

#header_container {
	position: relative;
	height: 110px;
}

#logo {
	position: absolute;
	top: auto;
	left: 19px;
	bottom: 24px;
}

#logo a {
	display: block;
	width: 128px;
	height: 34px;
	background: url("../images/barona_it_logo.png") no-repeat 0 0;
}

#top_container {
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
}

#top_navi {
	display: inline;
	float: left;
	margin-right: 15px;
}

#top_navi .left {
	float: left;
	background: url("../images/top_navi_left.png") no-repeat 0 -4px;
	width: 39px;
	height: 39px;
}

#top_navi .right {
	float: left;
	background: url("../images/top_navi_right.png") no-repeat 0 -4px;
	width: 39px;
	height: 39px;
}

#top_navi ul {
	float: left;
	list-style: none;
	background: url("../images/top_navi_background.png") repeat-x 0 -4px;
	height: 39px;
}

#top_navi ul li {
	display: inline;
	float: left;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	line-height: 22px;
	background: url("../images/top_navi_bullet.png") no-repeat 0 50%;
	padding-left: 10px;
	margin: 0px 10px;
}

#top_navi ul li a {
	color: #fff;
	text-decoration: none;
}

#language_navi {
	float: left;
}

#language_navi ul {
	display: inline;
	float: left;
	background: url("../images/languages.png") no-repeat 0 50%;
	height: 12px;
	list-style: none;
	padding-left: 68px;
	margin-top: 7px;
	margin-right: 11px;
}

#language_navi ul li {
	display: inline;
	float: left;
	margin-left: 5px;
}

#language_navi ul li a {
	display: block;
	width: 18px;
	height: 12px;
}

#language_navi ul li.fi a {
	background: url("../images/flag_fi.png") no-repeat 0 0;
}

#language_navi ul li.en a {
	background: url("../images/flag_en.png") no-repeat 0 0;
}

#language_navi ul li a span,
#logo a span {
	display: none;
}

#search_container {
	position: absolute;
	top: auto;
	left: auto;
	right: 0;
	bottom: 17px;
}

#search_container .left {
	float: left;
	background: url("../images/search_left.png") no-repeat 0 0;
	width: 7px;
	height: 25px;
}

#search_container .submit {
	float: left;
	background: url("../images/search_right.png") no-repeat 0 0;
	width: 24px;
	padding-left: 5px;
	height: 25px;
}

#search_container .submit button {
	display: block;
	border: none;
	background: transparent url("../images/search_submit.png") no-repeat 0 0;
	width: 24px;
	height: 24px;
}

#search_container .submit button span {
	display: none;
}

#search_container .input {
	background: url("../images/search_background.png") repeat-x 0 0;
	height: 22px;
	padding-top: 3px;
	line-height: 18px;
	float: left;
}

#search_container .input input {
	font-size: 11px;
	border: none;
	background: transparent;
	color: #999;
	width: 135px;
	outline: none;
}

.bar {
	position: relative;
}

.bar .left {
	position: absolute;
	background: url("../images/navi_left.png") no-repeat 0 0;
	width: 5px;
	height: 29px;
	top: 0;
	left: 0;
}

.bar .right {
	position: absolute;
	background: url("../images/navi_right.png") no-repeat 0 0;
	width: 5px;
	height: 29px;
	top: 0;
	right: 0;
}

.bar .content {
	height: 29px;
	background: url("../images/navi_background.png") repeat-x 0 0;
	margin: 0 5px;
}

#navi_container ul {
	list-style: none;
}

#navi_container ul li {
	display: inline;
	color: #c00000;
	float: left;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 29px;
	margin-left: 20px;
}

#navi_container ul li span.counter {
	padding-right: 2px;
	cursor: default;
}

#right_column h3 a {
	margin-left: 7px;
}

#navi_container ul li a,
#right_column h3 a {
	color: #ccc;
	text-decoration: none;
}

#right_column h3 a span {
	background: url("../images/navi_triangle.png") no-repeat 100% 60%;
	padding-right: 15px;
}

#column_container {
	margin-top: 12px;
}

#left_column {
	float: left;
	width: 201px;
	margin-top: 22px;
}

#left_column .blog {
	position: relative;
	margin: 0 15px;
	z-index: 100;
}

#left_column .blog h3 {
	background: url("../images/newest_blog.png") no-repeat 0 8px;
	width: 97px;
	height: 23px;
	margin-left: 71px;
	padding-top: 8px;
}

#left_column .blog h3 span {
	display: none;
}

#left_column .blog h4 {
	font-size: 10px;
	text-transform: uppercase;
	margin-top: 8px;
	color: #212121;
}

#left_column .blog h4 a {
	color: #212121;
	text-decoration: none;
}

#left_column .blog .ingress {
	font-size: 10px;
	color: #5b5b5b;
}

#left_column .blog .ingress a {
	text-decoration: none;
	color: #5b5b5b;
}

#left_column .blog .picture {
	float: left;
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 60px;
	height: 87px;
	z-index: 99;
}

#left_column .blog h4,
#left_column .blog .ingress {
	margin-left: 74px;
}

#left_column .news {
	position: relative;
	z-index: 100;
	background: url("../images/box_top.png") no-repeat 100% 0;
	margin-right: 4px;
	padding-right: 11px;
	padding-top: 19px;
	margin-bottom: 0px;
}

#left_column .news .poweredby {
	margin-top: 10px;
	overflow: hidden;
}

#left_column .news .poweredby a {
	display: block;
	width: 74px;
	height: 20px;
	background: url("../images/digitoday.png") no-repeat 0 0;
	float: right;
}

#left_column .news .poweredby a span {
	display: none;
}

#left_column .news h3 {
	background: url("../images/it_news.png") no-repeat 100% 0;
	width: auto;
	height: 23px;
}

#left_column .news h3 span {
	display: none;
}

#left_column .news .item {
	margin: 9px 14px 0px 29px;
	border-top: 1px solid #c8c8c8;
	padding-top: 12px;
}

#right_column .news .item {
	margin: 9px 9px 0px 9px;
	border-top: 1px solid #c8c8c8;
	padding-top: 12px;
}

#right_column .jobs .item {
	margin: 9px 0px 0px 9px;
}

#left_column .news .first,
#right_column .news .first {
	border-top: none;
	padding-top: 0;
}

#left_column .news .item h4,
#right_column .jobs .item h4,
#right_column .news .item h4 {
	font-size: 11px;
	text-transform: uppercase;
	color: #212121;
	overflow-x: hidden;
}

#right_column .jobs .item h4 a,
#right_column .news .item h4 a {
	color: #212121;
	text-decoration: none;
}

#left_column .news .item .ingress,
#right_column .jobs .item .ingress,
#right_column .news .item .ingress {
	font-size: 11px;
	color: #5B5B5B;
	line-height: 15px;
	margin-top: 4px;
}

#right_column .jobs .item .ingress {
	margin-top: 0;
}

#left_column .news .item .readmore,
#right_column .jobs .item .readmore,
#right_column .news .item .readmore {
	font-size: 10px;
	background: url("../images/readmore.gif") no-repeat 0 50%;
	padding-left: 10px;
	margin-top: 4px;
}

#left_column .news .item .readmore a,
#right_column .jobs .item .readmore a,
#right_column .news .item .readmore a {
	color: #999;
	text-decoration: none;
}

#left_column .box {
	position: relative;
	padding-bottom: 18px;
	margin-bottom: 20px;
	float: left;
}

#left_column .box .left {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	background: url("../images/box_bottom_left.png") no-repeat 0 0;
	width: 17px;
	height: 74px;
}

#left_column .box .right {
	position: absolute;
	top: auto;
	bottom: 0;
	right: 0;
	background: url("../images/box_bottom_right.png") no-repeat 0 0;
	width: 8px;
	height: 74px;
}

#left_column .box .bottom {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 74px;
	z-index: 5;
}

#left_column .box .bottom .background {
	background: url("../images/box_bottom_background.png") repeat-x 0 0;
	margin: 0 8px 0 17px;
	height: 74px;
}

#center_column {
	float: left;
	width: 483px;
	padding-left: 16px;
	padding-right: 20px;
}

#main #center_column {
	width: 749px;
	padding-right: 0;
}

.clearer {
	clear: both;
}

#image_container {
	position: relative;
}

#image_container .image {
	padding: 11px 12px 13px 12px;
	position: relative;
	background-repeat: no-repeat;
	background-position: 12px 11px;
}

#image_container .corner {
	position: absolute;
	top: 11px;
	right: 12px;
	bottom: 13px;
	left: 12px;
	z-index: 99;
}

#image_container .corner .top-left {
	position: absolute;
	top: 0;
	left: 0;
	background: url("../images/image_corner_top_left.png") no-repeat 0 0;
	width: 20px;
	height: 17px;
}

#image_container .corner .top-right {
	position: absolute;
	top: 0;
	right: 0;
	background: url("../images/image_corner_top_right.png") no-repeat 100% 0;
	width: 21px;
	height: 19px;
}

#image_container .corner .bottom-left {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	background: url("../images/image_corner_bottom_left.png") no-repeat 0 0;
	width: 13px;
	height: 13px;
}


#image_container .shadow {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	padding: 11px 12px 13px 12px;
}

#image_container .shadow .top {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 39px;
}

#image_container .shadow .top .left {
	background: url("../images/image_shadow_top_left.png") no-repeat 0 0;
}

#image_container .shadow .top .background {
	background: url("../images/image_shadow_top.png") repeat-x 0 0;
}

#image_container .shadow .top .right {
	background: url("../images/image_shadow_top_right.png") no-repeat 100% 0;
}

#image_container .shadow .top .left,
#image_container .shadow .bottom .left {
	position: absolute;
	top: 0;
	left: 0;
	width: 39px;
	height: 39px;
}

#image_container .shadow .background {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 39px;
}

#image_container .shadow .top .right,
#image_container .shadow .bottom .right {
	position: absolute;
	top: 0;
	right: 0;
	width: 39px;
	height: 39px;
}

#image_container .shadow .center {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 11px 12px 13px 12px;
}

#image_container .shadow .center .left {
	position: absolute;
	top: 39px;
	right: 0;
	bottom: 39px;
	left: 0;
	background: url("../images/image_shadow_left.png") repeat-y 0 0;
}

#image_container .shadow .center .right {
	position: absolute;
	top: 39px;
	right: 0;
	bottom: 39px;
	left: 0;
	background: url("../images/image_shadow_right.png") repeat-y 100% 0;
}

#image_container .shadow .bottom {
	position: absolute;
	top: auto;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 39px;
}

#image_container .shadow .bottom .left {
	background: url("../images/image_shadow_bottom_left.png") no-repeat 0 100%;
}

#image_container .shadow .bottom .background {
	background: url("../images/image_shadow_bottom.png") repeat-x 0 100%;
}

#image_container .shadow .bottom .right {
	background: url("../images/image_shadow_bottom_right.png") no-repeat 100% 100%;
}

#text_container {
	margin: 15px 26px 30px 36px;
	color: #333;
}

#text_container a img {
	border: none;
}

#text_container h1 {
	font-size: 20px;
	margin-bottom: 24px;
}

#text_container h2 {
	font-size: 18px;
	margin-bottom: 18px;
}

#text_container p {
	line-height: 18px;
	margin-top: 18px;
}

#text_container ul {
	padding-left: 40px;
	margin-bottom: 18px;
}

#text_container ul li {
	margin-left: 30px;
}

#text_container a {
	color: #b34a12;
}

#right_column {
	float: right;
	width: 246px;
}

#right_column h3 {
	line-height: 29px;
	height: 29px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

#right_column .jobs {
	position: relative;
}

#right_column .jobs h3 {
	position: absolute;
	top: -41px;
	width: 230px;
}

#right_column .jobs .scroller {
	height: 228px;
	overflow: scroll;
	overflow-x: auto;
}

#right_column .jobs .set {
	height: 228px;
}

#right_column .news {
	margin-top: 20px;
}

#right_column .news h3 {
	margin-left: 4px;
}

#right_column .news .first {
	margin-top: 15px;
}

#right_column .news .pagination {
	margin: 9px 0px 0px 9px;
	border-top: 1px solid #c8c8c8;
	font-size: 11px;
	padding-top: 5px;
	text-align: right;
	color: #a7a7a7;
}

#right_column .news .pagination a {
	color: #999;
	text-decoration: none;
}

#footer_container {
	width: 100%;
	background-color: #000;
	color: #999;
}

#footer {
	line-height: 25px;
	width: 966px;
	margin: 0 auto;
	font-size: 10px;
	text-transform: uppercase;
}

#footer span {
	border-left: 1px solid #999;
	padding-left: 6px;
	margin-left: 6px;
}

#footer span.first {
	border: none;
	padding: 0;
	margin: 0;
}

#footer span a {
	color: #999;
	text-decoration: none;
}

#subnavi ul {
	list-style: none;
	margin-left: 15px;
}

#subnavi ul li {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	border-bottom: 1px solid #dcdcdc;
	padding-left: 10px;
	padding-bottom: 8px;
	margin-bottom: 10px;
	background: url("../images/subnavi_bullet.gif") no-repeat 0 6px;
}

#subnavi ul li a {
	color: #686868;
	text-decoration: none;
}

#subnavi ul li a:hover {
	text-decoration: underline;
}

#subnavi ul li ul {
	margin: 10px 0 0 5px;
	padding: 0;
	list-style-type: none;
}

#subnavi ul li ul li {
	width: 190px;
	text-align: left;
	background: url("../images/sisa_subsubnavi_bg.gif") 0px 4px no-repeat;
	padding: 0 0 3px 10px;
	margin-bottom: 0;
	border-bottom: 0;
	font-weight: normal;
	text-transform: none;
}

#newsbox ul,
#blogbox ul {
	list-style-type: none;
}

#newsbox ul li,
#blogbox ul li {
	font-size: 11px;
	text-align: left;
	background: url("../images/subnavi_bg.gif") 0px 3px no-repeat;
	padding: 0 0 8px 14px;
	margin-bottom: 10px;
	border-bottom: 1px solid #DCDCDC;
	font-weight: bold;
}

#blogbox ul li span.writer {
	font-size: 10px;
	color: #888888;
}

.blog_comments h3 {
	margin-top: 18px;
}

.blog_comments form {
	margin-top: 20px;
}

.blog_comment_item {
	padding: 8px;
	border-top: 1px solid #dcdcdc;
}

.blog_comment_item:target
{
	background: #f0f0f0;
}

.blog_comment_header {
	overflow: hidden;
}

.blog_comment_name {
	font-weight: bold;
	float: left;
}

.blog_comment_time {
	float: right;
	font-size: 11px;
	color: #5B5B5B;
}

.blog_entry h3,
.blog_comments h3 {
	font-size: 18px;
	margin-bottom: 5px;
}

.blog_entry h4 {
	font-weight: normal;
	font-style: italic;
}

.links {
	margin-top: 10px;
	border-top: 1px solid #dcdcdc;
	padding-top: 10px;
}

.links ul {
	list-style: none;
	margin-left: 9px;
}

.links ul li {
	background: url("../images/subnavi_bg.gif") no-repeat 0 3px;
	padding: 0 0 0 14px;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 2px;
}

.links ul li a {
	color: #686868;
	text-decoration: none;
}

.purdyform fieldset {
	border: none;
}

.purdyform dl {
	clear: both;
}

.purdyform dt {
	display: inline;
	float: left;
	line-height: 25px;
	margin: 0 10px 10px 0;
	text-align: right;
	width: 120px;
}

.blog_comments .purdyform dt {
	width: 80px;
}

.purdyform dd {
	float: left;
	line-height: 25px;
	margin-bottom: 10px;
}

.purdyform dd.text {
	line-height: normal;
	width: 290px;
}

.purdyform button {
	background: transparent;
	border: none;
}

.purdyform button .button_container {
	position: relative;
	float: left;
}

.purdyform button .button_container .left {
	background: url("../images/purdyform/button_left.png") no-repeat 0 0;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0;
	left: 0;
}

.purdyform button .button_container .left .icon {
	width: 12px;
	height: 24px;
}

.purdyform button.submit .button_container .left .icon {
	width: 24px;
	background: url("../images/purdyform/button_icon_submit.png") no-repeat 10px 50%;
}

.purdyform button .button_container .center {
	margin-left: 24px;
	margin-right: 12px;
	background: url("../images/purdyform/button_background.png") repeat-x 0 0;
	height: 24px;
	line-height: 24px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
}

.purdyform button .button_container .right {
	background: url("../images/purdyform/button_right.png") no-repeat 0 0;
	width: 12px;
	height: 24px;
	position: absolute;
	top: 0;
	right: 0;
}

.purdyform .input_container {
	width: 290px;
}

.purdyform .input_container .left,
.purdyform .select_container .selected_item .left {
	background: url("../images/purdyform/input_left.png") no-repeat 0 0;
	width: 7px;
	height: 25px;
	float: left;
}

.purdyform .select_container .open .left {
	background-image: url("../images/purdyform/select_open_left.png");
}

.purdyform .input_container .input {
	background: url("../images/purdyform/input_background.png") repeat-x 0 0;
	height: 22px;
	padding-top: 3px;
	line-height: 18px;
	float: left;
}

.purdyform .input_container .input input {
	border: none;
	background: transparent;
	font-size: 11px;
	color: #999;
	width: 276px;
	outline: none;
}

.purdyform .select_container {
	position: relative;
	z-index: 999;
}

.purdyform .select_container .selected_item {
	overflow: hidden;
	cursor: pointer;
	z-index: 999;
}

.purdyform .select_container .selected_item * {
	z-index: 999;
}

.purdyform .select_container .select_options {
	position: absolute;
	width: 266px;
	z-index: 10000;
	line-height: normal;
}

.purdyform .select_container .selected_item .content {
	background: url("../images/purdyform/input_background.png") repeat-x 0 0;
	height: 22px;
	padding-top: 3px;
	padding-right: 7px;
	line-height: 18px;
	float: left;
	font-size: 11px;
	color: #999;
	width: 247px;
}

.purdyform .select_container .open .content {
	background-image: url("../images/purdyform/select_open_background.png");
}

.purdyform .select_container .select_options ul,
.purdyform .select_container .select_options ul * {
	margin: 0 !important;
	padding: 0 !important;
	line-height: normal;
}

.purdyform .select_container .select_options ul {
	list-style: none;
}

.purdyform .select_container .select_options ul li {
	font-size: 11px;
}

.purdyform .select_container .select_options ul li a {
	color: #999 !important;
	text-decoration: none !important;
	display: block;
}

.purdyform .select_container .select_options ul li a:hover {
	background: #dadada;
	color: #000;
}

.purdyform .select_container .selected_item .right {
	background: url("../images/purdyform/select_right.png") no-repeat 0 0;
	width: 29px;
	height: 25px;
	float: left;
}

.purdyform .select_container .open .right {
	background-image: url("../images/purdyform/select_open_right.png");
}

.purdyform .select_container .select_options .bottom {
	position: relative;
	height: 8px;
	padding: 0 7px;
	overflow: hidden;
}

.purdyform .select_container .select_options .bottom .left {
	background: url("../images/purdyform/select_options_bottom_left.png") no-repeat 0 0;
	width: 7px;
	height: 8px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.purdyform .select_container .select_options .bottom .center {
	height: 8px;
	background: url("../images/purdyform/select_options_bottom_center.png") repeat-x 0 0;
	overflow: hidden;
}

.purdyform .select_container .select_options .bottom .right {
	width: 7px;
	height: 8px;
	background: url("../images/purdyform/select_options_bottom_right.png") no-repeat 0 0;
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	overflow: hidden;
}

.purdyform .select_container .select_options .middle {
	position: relative;
}

.purdyform .select_container .select_options .middle .left {
	background: url("../images/purdyform/select_options_left.png") repeat-y 0 0;
	padding-left: 7px;
}

.purdyform .select_container .select_options .middle .right {
	background: url("../images/purdyform/select_options_right.png") repeat-y 100% 0;
	padding-right: 7px;
}

.purdyform .select_container .select_options .middle .center {
	background: #fff;
}

.purdyform .input_container .right {
	background: url("../images/purdyform/input_right.png") no-repeat 0 0;
	width: 7px;
	height: 25px;
	float: left;
}

.purdyform .textarea_container {
	width: 290px;
}

.purdyform .textarea_container .top {
	position: relative;
	height: 8px;
	padding: 0 7px;
	overflow: hidden;
}

.purdyform .textarea_container .top .left {
	width: 7px;
	height: 8px;
	background: url("../images/purdyform/textarea_top_left.png") no-repeat 0 0;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.purdyform .textarea_container .top .center {
	height: 8px;
	background: url("../images/purdyform/textarea_top_center.png") repeat-x 0 0;
	overflow: hidden;
}

.purdyform .textarea_container .top .right {
	width: 7px;
	height: 8px;
	background: url("../images/purdyform/textarea_top_right.png") no-repeat 0 0;
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	overflow: hidden;
}

.purdyform .textarea_container .bottom {
	position: relative;
	height: 8px;
	padding: 0 7px;
	overflow: hidden;
}

.purdyform .textarea_container .bottom .left {
	background: url("../images/purdyform/textarea_bottom_left.png") no-repeat 0 0;
	width: 7px;
	height: 8px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.purdyform .textarea_container .bottom .center {
	height: 8px;
	background: url("../images/purdyform/textarea_bottom_center.png") repeat-x 0 0;
	overflow: hidden;
}

.purdyform .textarea_container .bottom .right {
	width: 7px;
	height: 8px;
	background: url("../images/purdyform/textarea_bottom_right.png") no-repeat 0 0;
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	overflow: hidden;
}

.purdyform .textarea_container .middle {
	position: relative;
}

.purdyform .textarea_container .middle .left {
	background: url("../images/purdyform/textarea_left.png") repeat-y 0 0;
	padding-left: 7px;
}

.purdyform .textarea_container .middle .right {
	background: url("../images/purdyform/textarea_right.png") repeat-y 100% 0;
	padding-right: 7px;
}

.purdyform .textarea_container .middle .center {
	background: #fff;
}

.purdyform .textarea_container .middle textarea {
	display: block;
	border: none;
	width: 276px;
	height: 200px;
	background: transparent;
	font-size: 11px;
	color: #999;
	resize: none;
	outline: none;
}

ul.fileattachments {
	margin-top: 18px;
	padding: 0;
	list-style-type: none;
}

ul.fileattachments li {
	background: url("../images/attachment.gif") 0 4px  no-repeat;
	padding: 0 0 0 10px;
	margin: 0;
}