body
{
	background:#000 url('../images/body-bg.jpg') no-repeat 50% 0;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:15px;
}

body.front
{
	background:#000 url('../images/body-front-bg.jpg') no-repeat 50% 0;
}

.inner h3
{
	font-size:16px;
	margin:10px 0;
}

#container 
{
	width:950px;
}

#header
{
	height:153px;
	position:relative;
	background:url('../images/header-bg.png') no-repeat 0 100%;
}

#header a, #header a:link, #header a:visited
{
	text-decoration:none;
	color:#fff;
}

#header h1#logo
{
	background:url('../images/logo.png') no-repeat;
	width:246px;
	height:98px;
	position:absolute;
	padding:0;
	margin:0;
	top:15px;
}

#header h1#logo a
{
	display:block;
	height:100%;
	width:100%;
	text-indent:-9999px;
}


/*
 * Language
 */
#header #language
{
	position:absolute;
	right:20px;
	top:10px;

}
#header #language a
{
	display:block;
	float:left;
	background:url('../images/flag-sprite.gif') no-repeat 0 4px;
	text-transform:uppercase;
	padding-left:20px;
}
#header #language a.en
{
	background-position:0 -20px;
	margin-left:15px;	
}

#header #language a.jp
{
	background-position:0 -44px;
	margin-left:15px;	
}


/*
 * List - gildir bæði fyrir top-menuinn og footer upplýsingar
 */

div.list .submenu {
	display: none;
}
div.list .select .submenu {
	display: block;
}
div.list
{
	top:126px;
	position:absolute;
	width:100%;
	font-size:12px;
	text-align:center;
}

div.list
{
	list-style:none;
	margin:0;	
}
div.list ul li
{
	display:inline;
	position:relative;
	margin-right:20px;
	min-width:30px;
}

div.list ul li.last
{
	margin-right:0;
}

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


#menu-left li.select, #menu-left li.menuitem a:focus, #menu-left li.menuitem a:active {
	text-decoration: underline;
}

#menu-left li.menuitem a {
	color:#DDD;
}
#menu-left li.menuitem a:hover {
	color:#FFF;
}

#menu-left li.menuitem {
	width: 95px;
}
#primary
{
	position: relative;
	min-height:54em;	
	width:100%;
}

#primary .inner
{
	padding:20px 32px 0 32px;
}


/*
 * content 
 */

#primary #content-left
{
	float:left;
	width:303px;
	overflow:Hidden;
}
#primary #menu-left {
	float: left;
	padding-left: 20px;
	min-height: 510px;
	#height: 510px;
	border-right: 1px solid #333;
	padding-right: 10px;
}



#primary #content-right {
	float:left;
	overflow:hidden;
	max-width: 532px;
	margin-left: 10px;
}

#footer
{
	height:85px;
	background:url('../images/footer-bg.png') no-repeat;
	position:relative;
}

#footer .list
{
	top:40px;
}


/*
 * misc classes
 */
.clearing
{
	clear:both;
}
