﻿body{
	margin:0;
	font:12px Arial, Verdana, Helvetica, sans-serif;
}

input, textarea, select
{
	font-size: 12px;
	font-family: Arial;
}

/*Global Options*/
.big
{
	font-size:20px;
	
}
.blue
{
	color:#005595;
}
.blue a, a .blue
{
	color:#005595;
	text-decoration: none;
}
.orange
{
	color:#f9901b;
}
.orange a, a .orange
{
	color:#f9901b;
	text-decoration: none;
}
.dark
{
	color:rgb(68,68,68);
}
.dark a, a .dark
{
	color:rgb(68,68,68);
	text-decoration: none;
}
.right
{
	float:right;
}
.left
{
	float:left;
}

.padded
{
	padding:10px 20px;
}


form,fieldset,img{margin:0;padding:0;border:none;}
#wrapper{
	width:900px;
	padding:0 20px;
	overflow:hidden;
	margin:0 auto;
	background:#333 url(/resources/images/template/bg-wrapper.jpg) no-repeat 50% 0;
}
#main{
	width:880px;
	padding:0 10px;
	margin:4px 0 0;
	overflow:hidden;
	background:#fff;
	color:#333;
}
.cont{
	width:100%;
	overflow:hidden;
}
/*-- header --*/
#header{
	width:100%;
	padding:0 0 0 10px;
	margin:0 0 0 -10px;
	overflow:hidden;
}
#header .logo{
	float:left;
	width:213px;
	margin:0 0 0 9px;
	height:80px;
	overflow:hidden;
	text-indent:-9999px;
	background: url(/resources/images/template/logo-25ara.gif) no-repeat;
}
#header .logo a{
	display:block;
	height:100%;
}
#header .banner{
	margin:12px 11px 0 0;
	padding:0;
	list-style:none;
	float:right;
	display:inline;
}
#header .banner li{
	float:left;
	margin:0 0 0 17px;
	display:inline;
}
#header .nav-search{
	width:100%;
	overflow:hidden;
	clear:both;
	padding:3px 0 0 4px;
	margin:0 0 0 -4px;
}
#navigation{
	margin:0 0 0 -4px;
	padding:2px 0 0;
	list-style:none;
	float:left;
	display:inline;
	font-size:15px;
	line-height:51px;
	text-align:center;
}
#navigation li{
	float:left;
}
#navigation a{
	float:left;
	width:148px;
	height:51px;
	color:#fff;
	text-decoration:none;
	background: url(/resources/images/template/bg-nav.png) no-repeat;
}
#navigation li.lausnir a
{
	background: url(/resources/images/template/bg-nav2.png) no-repeat;
}
#navigation li.lausnir a.active,
#navigation li.lausnir a:hover
{
	background: url(/resources/images/template/bg-nav2_over.png) no-repeat;
}
#navigation li.vorur a
{
	background: url(/resources/images/template/bg-nav3.png) no-repeat;
}
#navigation li.vorur a.active,
#navigation li.vorur a:hover
{
	background: url(/resources/images/template/bg-nav3_over.png) no-repeat;
}
#navigation li.thjonusta a
{
	background: url(/resources/images/template/bg-nav4.png) no-repeat;
}
#navigation li.thjonusta a.active,
#navigation li.thjonusta a:hover
{
	background: url(/resources/images/template/bg-nav-over.png) no-repeat;
}
#navigation li.vefverslun a
{
	background: url(/resources/images/template/bg-nav5.png) no-repeat;
}
#navigation li.vefverslun a.active,
#navigation li.vefverslun a:hover
{
	background: url(/resources/images/template/bg-nav5_over.png) no-repeat;
}
#header .search{
	float:right;
	padding:8px 5px 10px 80px;
	background: url(/resources/images/template/bg-header-search.jpg) no-repeat 100% 0;
}
* html #header .search fieldset{
	float:left;
}
#header .search input{
	float:left;
	margin:0;
	padding:0;
	border:none;
}
#header .search .text{
	background:#f5f5e8;
	border:1px solid #ddd;
	width:131px;
	font: 10px/12px Arial, Verdana, Helvetica, sans-serif;
	color: rgb(119,119,119);
	padding:2px 4px;
}
#header .search .btn{
	color:#fff;
	background:transparent;
	width:36px;
	height:18px;
	cursor:pointer;
	margin:0 0 0 6px;
	font:bold 11px/14px Arial, Verdana, Helvetica, sans-serif;
}
/*-- content --*/
#content{
	width:640px;
	float:right;
	padding:26px 0 0;
}
#content .page-image{
	width:270px;
	float:right;
	overflow:hidden;
}
#content .discription{
	width:350px;
	float:left;
	line-height:18px;
}
#content h1, #wide-content h1,
#content h2, #wide-content h2{
	font-size:20px;
	color:#999;
	margin:0;
	font-weight:normal;
	line-height:24px;
}
#content h1 a, #wide-content h1 a,
#content h2 a, #wide-content h2 a{
	color:#999;
	text-decoration:none;
}
#content h1 a:hover, #wide-content h1 a:hover,
#content h2 a:hover, #wide-content h2 a:hover{
	text-decoration:underline;
}
#content h2, #wide-content h2{
	font-size:15px;
	padding:0 0 5px 5px;
	background: url(/resources/images/template/bg-line.gif) no-repeat 0 100%;
}
#content p, #wide-content p{
	margin:8px 0;
}
#content a, #wide-content a{
/*	color:rgb(51,51,51);*/
	color:#999;
	font-weight:bold;
	text-decoration:none;
}
#content a:hover, #wide-content a:hover{
	text-decoration:underline;
}
#content ul, #wide-content ul{
	margin:0;
	padding:7px 0;
	list-style:none;
}
#content ul li, #wide-content ul li{
	padding:0 0 0 12px;
	background: url(/resources/images/template/bullet-content-list.gif) no-repeat 6px 8px;
}
/*-- sidebar --*/
#sidebar{
	width:230px;
	float:left;
	margin:9px 0 0;
	background:url(/resources/images/template/bg-sidebar.gif) repeat-y;
}
#sidebar .sidebar-holder{
	width:100%;
	overflow:hidden;
	background: url(/resources/images/template/bg-sidebar-holder.gif) no-repeat;
}
#sidebar .sidebar-area{
	overflow:hidden;
	padding:10px;
	min-height:240px;
	background: url(/resources/images/template/bg-sidebar-area.gif) no-repeat 0 100%;
}
* html #sidebar .sidebar-area{
	height:240px;
	overflow:visible;
}
#sidebar .sub-nav{
	margin:3px 0 0;
	padding:0;
	list-style:none;
	font-size:13px;
	line-height:16px;
}
#sidebar .sub-nav li{
	padding:4px 0 6px 6px;
	background: url(/resources/images/template/bg-line.gif) no-repeat 0 100%;
}
#sidebar .sub-nav a{
	color: rgb(51,51,51);
	text-decoration:none;
}
#sidebar .sub-nav a:hover{
	text-decoration:underline;
}
/*-- product --*/

#product-title{
	padding:5px 10px;
	width:100%;
	overflow:hidden;
	font-size:15px;
	line-height:16px;
	color: rgb(154,154,154);
}

#product{
	width:100%;
	overflow:hidden;
	font-size:11px;
	line-height:14px;
}
#product ul{
	margin:4px 0 0;
	/*padding:1px 0 0;*/
	padding: 1px 0px 0px 83px;
	list-style:none;
	overflow:hidden;
	width:100%;
	background: url(/resources/images/template/bg-product.gif) no-repeat;
}
#product ul li{
	clear:both;
	float:left;
	margin:0px;
	padding:0px;
	width:732px;
	overflow:hidden;
}

#product .float{
	width:244px;
	float:left;
	overflow:hidden;
	background: url(/resources/images/template/bg-product-box.gif) repeat-y;
}

#product .holder{
	width:100%;
	overflow:hidden;
	background: url(/resources/images/template/bg-top-priduct.gif) no-repeat;
}
#product .area{
	overflow:hidden;
	padding:10px;
	min-height:150px;
	background: url(/resources/images/template/bg-product-area.gif) no-repeat 0 100%;
}
* html #product .area{
	height:150px;
	overflow:visible;
}
#product .holder-image{
	float:right;
	margin:0 0 0 5px;
	padding:0 0 10px;
}
* html #product .holder-image{
	margin:0 0 0 2px;
}
#product .holder-image img{
	display:block;
}
#product .info{
	overflow:hidden;
}
* html #product .info{
	height:1%;
	overflow:visible;
}
#product h3{
	color:rgb(51,51,51);
	line-height:18px;
	font-size:14px;
	margin:4px 0 0;
	font-weight:normal;
}
#product h3 a{
	color:rgb(51,51,51);
	text-decoration:none;
}
#product ul h3 a:hover{
	text-decoration:underline;
}
#product p{
	margin:9px 0;
}
/*-- bottom-nav --*/
#bottom-nav{
	width:900px;
	height:35px;
	margin:0 0 0 -10px;
	overflow:hidden;
	line-height:36px;
	font-size:13px;
	background: url(/resources/images/template/bg-bottom-nav.gif) no-repeat;
	position:relative;
	text-align:center;
	padding:0 0 1px;
}
#bottom-nav .holder-nav{
	float:left;
	position:relative;
	left:50%;
}
#bottom-nav a{
	color:#e6871d;
	text-decoration:none;
}
#bottom-nav a:hover{
	text-decoration:underline;
}
#bottom-nav ul{
	margin:0 0 0 -50%;
	padding:0;
	list-style:none;
	overflow:hidden;
	float:left;
	position:relative;
}
* html #bottom-nav ul{
	left:-50%;
	margin-left:0;
}
*+html #bottom-nav ul{
	left:-50%;
	margin-left:0;
}
#bottom-nav ul li{
	float:left;
	padding:0 8px 0 12px;
	margin:0 2px 0 -2px;
	display:inline;
	background: url(/resources/images/template/bottom-nav-devider.png) no-repeat;
}
/*-- footer --*/
#footer{
	clear:both;
	width:100%;
	overflow:hidden;
	font-size:11px;
	padding:13px 0 40px;
	line-height:14px;
	color:#fff;
	text-align:center;
}

#footer p{
	margin:0 5px 0 0;
	display:inline;
}
#footer address{
	font-style:normal;
	display:inline;
	margin:0 5px 0 0;
}
#footer dl{
	margin:0;
	display:inline;
}
#footer dl dt{
	display:inline;
	padding:0 0 0 5px;
	background: url(/resources/images/template/separator.gif) no-repeat 0 50%;
}
#footer dl dd{
	margin:0;
	display:inline;
}


/*wide-content*/
#wide-content{
	padding:20px; 
	width:860px;
	height: auto!important;
	height: 330px;
	min-height:330px;
}

/*front-content*/
.front-content
{
	padding-right:55px;
	width:805px;
	font-size:14px;
}
.front-content p
{
	padding:0;
	margin:0;
	line-height:200%;
}
.front-content a
{
	text-decoration:none;
}
.front-content .padded
{	
	display:block;
	width:370px;
	padding-left:10px;	
}

#main-black
{
	text-align:center;
	padding:10px 0 100px;
	color:#fff;
}
#main-black h1
{
	clear:both;
	padding:15px 0;
	margin:0;
	font-size:25px;
	font-weight:normal;	
}
#navigation-big{
	margin:0 0 0 36px;
	padding:2px 0 0;
	list-style:none;
	float:left;
	display:inline;
	font-size:20px;
	line-height:68px;
	text-align:center;
}
#navigation-big li{
	float:left;
}
#navigation-big a{
	float:left;
	width:205px;
	height:68px;
	color:#fff;
	text-decoration:none;
	background: url(/resources/images/template/bg-nav-big.png) no-repeat;
}
#navigation-big li.lausnir a
{
	background: url(/resources/images/template/bg-nav-big.png) no-repeat;
}
#navigation-big li.lausnir a:hover,#navigation-big li.lausnir a.active{
	background: url(/resources/images/template/bg-nav-big_over.png) no-repeat;
}
#navigation-big li.vorur a
{
	background: url(/resources/images/template/bg-nav-big2.png) no-repeat;
}
#navigation-big li.vorur a:hover,#navigation-big li.vorur a.active{
	background: url(/resources/images/template/bg-nav-big2_over.png) no-repeat;
}
#navigation-big li.thjonusta a
{
	background: url(/resources/images/template/bg-nav-big3.png) no-repeat;
}
#navigation-big li.thjonusta a:hover,#navigation-big li.thjonusta a.active
{
	background: url(/resources/images/template/bg-nav-big-over.png) no-repeat;
}
#navigation-big li.vefverslun a
{
	background: url(/resources/images/template/bg-nav-big4.png) no-repeat;
}
#navigation-big li.vefverslun a:hover,#navigation-big li.vefverslun a.active
{
	background: url(/resources/images/template/bg-nav-big4_over.png) no-repeat;
}



/* ADDONS */

div#footer
{
	float:left;
	padding-left:10px;
	width:90%;
	font-size:12px;
	text-align:left;
}

#main-black
{
	padding:10px 0 40px;
}

#bottom-nav ul li a, #sidebar ul li a
{
	color: rgb(51,51,51);
}

#bottom-nav ul.vorur-sub li a.active, #sidebar ul.vorur-sub li a.active
{
	font-weight:bold;
}


ul.top-menu
{
	margin:0px;
	padding:0px;
	list-style:none;
	float:right;
}

ul.top-menu li
{
	float:left;
	padding:5px 10px;
	line-height:13px;
	background: url(/resources/images/template/bg-shortcuts.gif) no-repeat top left;
}

ul.top-menu li.first
{
	background:none;
}

ul.top-menu li a
{
	color:#fff;
	text-decoration: none;
	font-size:11px;
	line-height:13px;
}

ul.top-menu li a img
{
	padding-right:5px;
	vertical-align:middle;
}

div#header-right
{
	width:600px;
	float:right;
}

div#header .banner{
	margin:14px 10px 6px 11px;
	padding:0;
	list-style:none;
	clear:both;
	float:right;
	display:block;
}

div#header .banner li{
	float:left;
	margin:0 0 0 9px;
	display:inline;
}

a.selected
{
	/*font-weight:bold;*/
}


div#wide-content ul.subitems
{
	clear:both;
	width:400px;
	margin:0px;
	padding:20px;
	list-style:none;
}

div#wide-content ul.subitems li
{
	float:left;
	padding:5px;
	width:190px;
	line-height:17px;
	background: none;
}

div#wide-content ul.subitems li a
{
	font-size:15px;
	color: #666;
}


div#wide-content .page-image{
	clear:both;
	float:left;
	width:360px;
	text-align:center;
}
div#wide-content .discription{
	clear:none;
	float:left;
	padding:20px 0px 0px 20px;
	width:420px;
}

div#breadcrumbs
{
	position: relative;
	top:-10px;
	color: #999;
}

div#breadcrumbs a
{
	color: #999;
}

ul.sitemap li.level-0
{
	margin-top:15px;
	margin-bottom:10px;
}

ul.sitemap li.level-0 a
{
	font-size:12px;
	font-weight: bold;
	text-transform: uppercase;
}

ul.sitemap li.level-1
{
	margin-left:25px;
}

ul.sitemap li.level-1 a
{
	font-weight: bold;
}

ul.sitemap li.level-2
{
	margin-left:50px;
}

ul.sitemap li.level-3
{
	margin-left:75px;
}

ul.sitemap li.level-3 a
{
	font-style: italic;
}

tr.alt, tr.alt td
{
	background: #f2f2f2;
}

/* FRONT SPECIAL */

.front-single
{
	clear:both;
	float:left;
	width:840px;
}

.front-single .image
{
	clear:both;
	float:left;
	width:365px;
	text-align:center;
}

.front-single .text
{
	float:left;
	padding:65px 30px 0px 30px;
	width:415px;
	font-size:14px;
	line-height:24px;
}

.front-single .text .dark
{
	text-align:right;
}

.front-double
{
	clear:both;
	float:left;
	width:840px;
}

.front-double .item
{
	float:left;
	padding:10px;
	width:400px;
	font-size:12px;
	line-height:20px;
}

.front-double .items
{
	clear:both;
	float:left;
	width:400px;
}

.front-double .items .text
{
	float:left;
	width:210px;
}

.front-double .items .image
{
	float:left;
	width:190px;
	text-align:center;
}

.front-double-2
{
	clear:both;
	float:left;
	width:840px;
	font-size:12px;
}

.front-double-2 .small
{
	clear:both;
	float:left;
	padding:20px 0px;
	width:260px;
}

.front-double-2 .small .big
{
	font-size:16px;
}

.front-double-2 .small .text img
{
	float:right;
}

.front-double-2 .small div
{
	clear:both;
}

.front-double-2 .medium
{
	float:left;
	padding:0px 20px;
	width:540px;
}

.front-double-2 .medium .text
{
	float:left;
	width:270px;
}

.front-double-2 .medium .image
{
	float:left;
	width:250px;
	text-align:center;
}


.front-triple
{
	clear:both;
	float:left;
	width:840px;
	font-size:12px;
}

.front-triple .item
{
	float:left;
	padding:20px 0px;
	width:260px;
}

.front-triple .item .big
{
	font-size:16px;
}

.front-triple .item .text img
{
	float:right;
}

.front-triple .item div
{
	clear:both;
}

.front-triple .split
{
	float:left;
	width:30px;
	height:30px;
}

.front-alter
{
	clear:both;
	float:left;
	width:840px;
}

.front-alter .big
{
	font-size:16px;
}

.front-alter .item-left, .front-alter .item-right
{
	float:left;
	width:420px;
	font-size:12px;
}

.front-alter .item-left img
{
	float:left;
	padding:0px 25px 0px 0px;
}

.front-alter .item-right
{
	padding-top:110px;
	text-align:right;
}

.front-alter .item-right img
{
	display:block;
	float:right;
	padding:0px 0px 0px 25px;
}


/* Rotator Styles */

#main-module{
	width:900px;
	margin:4px 0 0;
	overflow:hidden;
	background:#fff;
	color:#333;
}

#main-module a{
	color:#999;
	text-decoration:none;
}
#main-module a:hover{
	text-decoration:underline;
}

#rotator {
	background:#FFF;
	color:#000;
	position:relative;
	padding-bottom:2.6em;
	margin:0; 
	font-size:16px;
}

#rotator ul
{
	padding:0px;
}

#rotator ul li
{
	margin:0px;
	padding:0px;
	list-style:none;
}

/* Tabs */
ul.ui-tabs-nav, li.ui-tabs-nav-item, li.ui-tabs-nav-item a:link, li.ui-tabs-nav-item a:visited {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	line-height:1.3;
	text-decoration:none;
	font-size:100%;
	list-style:none;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
}

ul.ui-tabs-nav {
	position:absolute;
	bottom:0px;
	left:0;
	z-index:1;
	width:100%;
	background:#FFF url(/resources/images/template/tab/uitabsbg.gif) repeat-x bottom right;
	border-top:1px solid #FFF;
}

/* Non-Selected Tabs */
li.ui-tabs-nav-item a:link,
li.ui-tabs-nav-item a:visited {	
	font-size:.8em;
	font-weight:normal;
	color:#999;
	background:#FFF url(/resources/images/template/tab/uitabsbg.gif) repeat-x bottom left; 
	border-left:1px solid #FFF;
	border-right:1px solid #c5ced9;
	text-decoration: none;
}

/* Hovered Tab */
#rotator .ui-tabs-nav-item a:hover,
#rotator .ui-tabs-nav-item a:active {
	background:#FFF url(/resources/images/template/tab/uiactivetabbg.gif) repeat-x bottom left;
	color:#333;
	text-decoration: none;
}

#rotator .ui-tabs-nav-item a span {
	float:left; 
	padding:1em; 
	cursor:pointer;
}

/* Active Tab */
#rotator .ui-tabs-selected a:link,
#rotator .ui-tabs-selected a:visited,
#rotator .ui-tabs-selected a:hover,
#rotator .ui-tabs-selected a:active {
	background:#fff url(/resources/images/template/tab/uiactivetabbg.gif) repeat-x bottom left;
	color:#333;
	text-decoration: none;
}

/* Content Panels */
#rotator .ui-tabs-panel {
	font-family:Arial, Helvetica, sans-serif;
	clear:left;
	color:#000;
	padding:15px 380px 15px 15px;
	height:250px;
}

#rotator .ui-tabs-hide {
	display:none;
}

#rotator h2 {
	color:#E75D00;
	font-weight:normal;
	margin:0;
	padding:0px;
	font-size:1.8em;
	line-height:1.2em;
	background:none;
}

#rotator p {
	font-size:1.1em;
	margin:.5em 0;
	color:#333;
}

#rotator .btn_get_started {
	float:left;
	height:30px;
	width:99px;
	text-indent:-9999em;
	margin-right:7px; 
	overflow:hidden; 
	background:transparent url(/resources/images/template/tab/getstarted.gif) no-repeat
}

#rotator .btn_learn_more {
	float:left;
	height:26px;
	font-size:.9em;
}

/* NEWS - FRONT */

#news-scroll
{
	position:relative;
	clear:both;
	float:left;
	margin:30px 0px 0px 0px;
	padding:4px 0px 4px 0px;
	height:42px;
	width:900px;
	background:url(/resources/images/template/bg-news-black-biggest.gif) repeat-x 0px 0px #111;
	/*background:url(/resources/images/template/bg-news-black.gif) repeat-x 0px 0px #111;*/
}

#news-scroll-area
{
	position:relative;
	overflow:hidden;
	clear:both;
	float:left;
	height:42px;
	width:900px;
}

#news-scroll-title
{
	float:left;
	width:130px;
	padding:7px 0px 7px 10px;
	height:28px;
	line-height:28px;
	font-size:25px;
	color:rgb(245,245,245);
}

#news-scroll-content
{
	position:relative;
	top:0px;
	float:left;
	padding:7px 10px 7px 0px;
	height:28px;
	line-height:28px;
	width:750px;
	font-size:25px;
	color:rgb(245,245,245);
}

a#news-scroll-link
{
	color:rgb(245,245,245);
	text-decoration: none;
}

a#news-scroll-link:hover
{
	text-decoration: underline;
}

/* BOXES FRONT */

div.boxes
{
	clear:both;
	float:left;
	width:900px;
	padding:8px 0px 0px 0px;
}

div.box
{
	overflow:hidden;
	float:left;
	padding:10px;
	width:199px;
	height:130px;
	background: url(/resources/images/template/bg-box.gif) no-repeat top left rgb(166,166,166);
	font-size:13px;
	color: rgb(68,68,68);
}

div.box h2
{
	margin:0px;
	padding:0px;
	font-size:13px;
	color: rgb(68,68,68);
}

div.box h2.orange, div.box h2.orange a
{
	color: rgb(251,144,28);
}

div.box h2.light, div.box h2.light a
{
	color: rgb(101,101,101);
}

div.box h2.rss
{
	background: url(/resources/images/template/bg-rss.gif) no-repeat center right;
}

div.box h2.rss a.rss, div.box h2.facebook a.facebook
{
	overflow:hidden;
	float:right;
	width:15px;
	height:15px;
	text-indent:-9999px;
	background:#00f;
	background: url(/resources/images/template/bg-rss.gif) no-repeat -15px -15px;
}

div.box h2.facebook
{
	background: url(/resources/images/template/bg-facebook.gif) no-repeat center right;
	color: rgb(0,85,150);
}

div.box h2.facebook a
{
	color: rgb(0,85,150);
}

div.box ul
{
	margin:0px;
	padding:0px;
	list-style:none;
}

div.box ul li
{
	list-style:none;
	display:block;
	margin-top:5px;
	line-height:15px;
}

div.box ul li span.date
{
	font-size:11px;
	color: rgb(101,101,101);
}

div.box ul li a
{
	clear:both;
	font-weight:bold;
}

div.clear
{
	float:left;
	width:8px;
	height:150px;
}

div.box a
{
	text-decoration: none;
	color: rgb(68,68,68);
}

.newsscroll
{
	width:199px;
}


div#content table.namskeid-i-bodi a
{
	text-decoration:underline;
}