@font-face {
	font-family: 'DinPro';
	src: url('http://www.skapalon.is/fonts/DINPro-Regular.ttf') format('truetype');
	font-weight: lighter;
}

@font-face {
	font-family: 'DinPro';
	src: url('http://www.skapalon.is/fonts/DINPro-Medium.ttf') format('truetype');
	font-weight: normal;
}

@font-face {
	font-family: 'DinPro';
	src: url('http://www.skapalon.is/fonts/DINPro-Bold.ttf') format('truetype');
	font-weight: bold;
}

html, body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-color: #000;
}

div#background {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: url(images/backgrounds/background-1.jpg) center top no-repeat;
	-webkit-background-size: cover;
	z-index: 0;
}

div.wrapper {
	width: 976px;
	margin: 0 auto;
	padding: 32px 0;
	position: relative;
	z-index: 1;
}

/* Top */
div#top {
	background: url(images/backgrounds/top-tiler.gif) top left repeat-x;
	border: 1px #be0911 solid;
	border-bottom: 0;
	height: 122px;
	
	border-radius-top-left: 3px; /* CSS3 */
		-moz-border-radius-topleft: 3px; /* Firefox */
		-webkit-border-top-left-radius: 3px; /* Safari, Chrome */
	border-radius-top-right: 3px; /* CSS3 */
		-moz-border-radius-topright: 3px; /* Firefox */
		-webkit-border-top-right-radius: 3px; /* Safari, Chrome */
}

div#top a.logo {
	display: block;
	float: left;
	margin-top: 38px;
	margin-left: 18px;
}

/* Navigation */
div#navigation {
	border-top: 1px #88080d solid;
	height: 36px;
	background: url(images/backgrounds/navigation-tiler.gif) top left repeat-x;
	
	background: -webkit-gradient(linear, left top, left bottom, from(#48494d), to(#3a3b3c)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #48494d,  #3a3b3c); /* for firefox 3.6+ */
}

div.frontPage div#navigation {
	border-radius-bottom-left: 3px; /* CSS3 */
		-moz-border-radius-bottomleft: 3px; /* Firefox */
		-webkit-border-bottom-left-radius: 3px; /* Safari, Chrome */
	border-radius-bottom-right: 3px; /* CSS3 */
		-moz-border-radius-bottomright: 3px; /* Firefox */
		-webkit-border-bottom-right-radius: 3px; /* Safari, Chrome */
}

div.frontPage div#navigation li:first-child a {
	border-radius-bottom-left: 3px; /* CSS3 */
		-moz-border-radius-bottomleft: 3px; /* Firefox */
		-webkit-border-bottom-left-radius: 3px; /* Safari, Chrome */
}

div#navigation ul.primaryNavigation {
	float: left;
}

div#navigation ul.primaryNavigation li {
	font-family: 'DinPro Medium', 'DinPro', Arial, Helvetica, sans-serif;
	float: left;
	font-weight: normal;
	position: relative;
}

div#navigation ul.primaryNavigation li:last-child {
	border-right: 1px #494a4d solid;
}

div#navigation ul.primaryNavigation li a {
	display: block;
	float: left;
	line-height: 36px;
	color: #fff;
	font-size: 0.9375em;
	text-shadow: #000 0 1px 1px;
	text-decoration: none;
	border-left: 1px #494a4d solid;
	border-right: 1px #38393b solid;
	padding: 0 18px;
}

div#navigation ul.primaryNavigation li:first-child a {
	border-left: 0;
}

div#navigation ul.primaryNavigation li a:hover {
	background: url(images/backgrounds/navigation-hover-tiler.gif) top left repeat-x;

	background: -webkit-gradient(linear, left top, left bottom, from(#5b5c5f), to(#4e4f50)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #5b5c5f,  #4e4f50); /* for firefox 3.6+ */
}

div#navigation ul.primaryNavigation li.current a, div#navigation ul.primaryNavigation li.current a:hover {
	background: url(images/backgrounds/navigation-current-tiler.gif) top left repeat-x;
	border-left: 0;
	padding-left: 19px;

	background: -webkit-gradient(linear, left top, left bottom, from(#363739), to(#2f2f30)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #363739,  #2f2f30); /* for firefox 3.6+ */
}

/* External links */
div#navigation ul.externalLinks {
	float: right;
	border-left: 1px #38393c solid;
}

div#navigation ul.externalLinks li {
	float: left;
}

div#navigation ul.externalLinks li.reyktal {
	display: none;
}

div#navigation ul.externalLinks li.dogun {
	border-left: 1px #494a4e solid;
}

div#navigation ul.externalLinks li a {
	line-height: 36px;
	padding: 0 17px;
	color: #fff;
	text-shadow: #000 0 1px 1px;
	font-weight: bold;
	font-size: 0.75em;
	text-decoration: none;
}

/* Content */
div#content {
	background-color: #fff;
	
	border-radius-bottom-left: 3px; /* CSS3 */
		-moz-border-radius-bottomleft: 3px; /* Firefox */
		-webkit-border-bottom-left-radius: 3px; /* Safari, Chrome */
	border-radius-bottom-right: 3px; /* CSS3 */
		-moz-border-radius-bottomright: 3px; /* Firefox */
		-webkit-border-bottom-right-radius: 3px; /* Safari, Chrome */
		
	width: auto;
}

div#content div.main {
	position: relative;
	min-height: 360px;
	margin-bottom: 30px;
}

div#content div.left {
	float: left;
	width: 219px;
	margin-top: 23px;
	margin-left: 20px;
	margin-bottom: 23px;
}

div#content div.left ul li {
	display: block;
	line-height: 33px;
	font-size: 0.8125em;
	border-bottom: 1px #dedede solid;
}

div#content div.left ul li a {
	color: #c70f17;
	text-decoration: none;
	display: block;
	font-weight: bold;
}

div#content div.left ul li.current a {
	color: #1f1f1f;
	padding-left: 11px;
	background: url(images/icons/black-arrow.png) left no-repeat;
}

div.main {
	margin: 0 20px;
	padding-top: 10px;
	padding-bottom: 30px;
}

div.twoColumns div.main {
	float: right;
	width: 697px;
	margin-right: 20px;
	margin-left: 0;
	margin-top: 9px;
}

div.main div.breadcrumbs {
	position: absolute;
	top: 34px;
	right: 0;
	font-size: 0.75em;
	color: #323232;
}

div.twoColumn div.main div.breadcrumbs {
	top: 24px;
}

div.breadcrumbs span, div.breadcrumbs ul, div.breadcrumbs ul li {
	float: left;
}

div.breadcrumbs span {
	background: url(images/icons/breadcrumb-arrow.png) right no-repeat;
	padding-right: 20px;
	margin-right: 10px;
}

div.breadcrumbs li {
	background: url(images/icons/black-dot.png) right no-repeat;
	padding-right: 11px;
	margin-right: 6px;
}

div.breadcrumbs li.current {
	background: none;
	padding-right: 0;
	margin-right: 0;
}

div.breadcrumbs li a {
	color: #c50e16;
	text-decoration: none;
	display: block;
}

div.main h1 {
	font-family: 'DinPro', Arial, Helvetica, sans-serif;
	color: #272727;
	font-size: 1.875em;
	line-height: 60px;
	border-bottom: 1px #dedede solid;
	margin-bottom: 0.75em;
	font-weight: lighter;
}

div.main h2 {
	font-size: 1.125em;
	color: #232323;
	line-height: 1em;
	margin-bottom: 1em;
}

div.main h3 {
	font-size: 0.9375em;
	font-weight: bold;
	color: #232323;
	line-height: 1.4em;
}

div.main h4 {
	font-size: 0.9375em;
	color: #c60e16;
	font-style: italic;
	line-height: 1.4em;
	margin-bottom: 20px;
}

div.main p {
	color: #232323;
	font-size: 0.875em;
	line-height: 1.5em;
	margin-bottom: 1em;
}

div.main p strong {
	font-weight: bold;
}

div.main div.media {
	margin-bottom: 24px;
}

div.main a.backLink {
	clear: both;
	display: block;
	font-size: 0.8125em;
	color: #be0a12;
	font-weight: bold;
	text-decoration: none;
}

div.main a.documentDownload {
	display:  block;
	background-color: #eee;
	padding: 13px 16px;
	width: auto;
	overflow: hidden;
	text-decoration: none;
	margin-bottom: 2em;
	
	border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
}

div.main a.documentDownload img {
	float: left;
	margin-right: 14px;
}

div.main a.documentDownload span {
	display: block;
	font-size: 0.9375em;
	color: #c40d16;
	line-height: 1.2em;
	margin-top: 6px;
}

div.main a.documentDownload em {
	font-size: 0.75em;
	line-height: 1.5em;
	font-style: italic;
	color: #232323;
}

div.main img.logo {
	float: right;
	width: 203px;
	margin-left: 10px;
	margin-bottom: 10px;
}

div.main div.imageGallery {
	clear: both;
	background: #f2f2f2;
	padding: 14px 5px;
	float: left;
	font-size: 0.75em;
	margin-bottom: 29px;
	border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
}

div.main div.imageGallery p {
	padding-left: 10px;
	font-size:  1em;
}

div.main div.imageGallery ul li {
	float: left;
	margin: 0 10px;
}

div.main div.imageGallery ul li a {
	position: relative;
	display: block;
	color: #c70f17;
	font-size: 0.9167em;
	text-decoration: none;
}

div.main div.imageGallery ul li a img.zoom {
	position: absolute;
	top: 50px;
	left: 6px;
}

div.main div.imageGallery ul li a img {
	display: block;
	margin-bottom:  6px;
}

div.main ul.standard {
	list-style: disc;
	font-size: 0.875em;
	line-height: 1.5em;
	margin-bottom: 1em;
	padding-left: 16px;
}

div.main ul.standard a {
	color: #c70f17;
	text-decoration: none;
}

div.main hr {
	clear: both;
	display: block;
	border: 0;
	border-top: 1px #dedede solid;
	margin-bottom: 30px;
}

form#contactForm {
	margin-bottom: 1em;
}

form#contactForm div.columnLeft {
	float: left;
	width: 280px;
}

form#contactForm div.formItem label {
	display: block;
	font-size: 0.8125em;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 40px;
}

form#contactForm div.formItem input, form#contactForm div.formItem textarea {
	border: 1px #d1d1d1 solid;
	border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1em;
	color: #666;
	margin: 0;
	padding: 6px 8px;
	box-shadow: #ccc 0px 1px 4px inset;
		-moz-box-shadow: #ccc 0px 1px 4px inset;
		-webkit-box-shadow: #ccc 0px 1px 4px inset;
}

form#contactForm div.formItem input:focus, form#contactForm div.formItem textarea:focus {
	box-shadow: #c70f17 0 0 12px;
		-moz-box-shadow: #c70f17 0 0 12px;
		-webkit-box-shadow: #c70f17 0 0 12px;
}

form#contactForm div.formItem input {
	width: 259px;
	height: 18px;
}

form#contactForm div.formItem textarea {
	width: 385px;
	height: 162px;
}

form#contactForm div.formItem.textarea {
	float: right;
}

form#contactForm a {
	margin-top: 26px;
	display: block;
	clear: both;
	float: right;
	line-height: 39px;
	background: url(images/buttons/red-left.png) left no-repeat;
	padding-left: 4px;
	color: #fff;
	font-size: 0.9375em;
	text-shadow: #000 0 1px 1px;
	text-decoration: none;
}

form#contactForm a span {
	background: url(images/buttons/red-right.png) right no-repeat;
	display: block;
	padding-right: 21px;
	padding-left: 17px;
}

ul.productList li, ul.contactsList li {
	float: left;
	width: 458px;
	margin-top: 20px;
	margin-bottom: 1em;
}

ul.contactsList li {
	margin-bottom: 2em
}

ul.productList li img, ul.contactsList li img {
	float: left;
	padding: 5px;
	box-shadow: #bbb 0 0 3px;
		-moz-box-shadow: #bbb 0 0 3px;
		-webkit-box-shadow: #bbb 0 0 3px;
}

ul.productList li span {
	color: #272727
	font-size: 0.9375em;
	margin-left: 136px;
	display: block;
	line-height: 1.2em;
	margin-bottom: 1em;
}

ul.productList li p {
	margin-left: 136px;
	margin-bottom: 0;
	font-size: 0.8125em;
	line-height: 1.38em;
}

ul.productList li p strong {
	display: block;
}

ul.productList li.odd, ul.contactsList li.odd {
	clear: left;
}

ul.contactsList li ul {
	margin-left: 129px;
}

ul.contactsList ul li {
	width: auto;
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 0;
	float: none;
	line-height: 18px;
	font-size: 0.75em;
}

ul.contactsList p {
	padding-top: 1em;
	clear: both;
	font-size: 0.8125em;
}

ul.contactsList span {
	font-size: 1.25em;
	color: #333;
	display: block;
}

ul.contactsList em {
	color: #da2819;
	font-size: 1.0833em;
	display: block;
}

ul.contactsList a {
	float: left;
	text-decoration: none;
	color: #fff;
	line-height: 22px;
	background: url(images/buttons/email-red-left.png) left no-repeat;
	padding-left: 21px;
	font-size: 0.6875em;
	font-weight: bold;
	margin-top: 11px;
}

ul.contactsList a span {
	display: block;
	color: #fff;
	background: url(images/buttons/email-red-right.png) right no-repeat;
	padding-left: 6px;
	padding-right: 21px;
}

ul.contactsList p {
	display: none
}

div.Clear {
	clear: both;
}

/* Showcase */
div#showcase {
	margin-top: 20px;
	height: 251px;
	padding-top: 40px;
}

div#showcase h1 {
	font-family: "DinPro Medium", 'DinPro', Arial, Helvetica, sans-serif;
	font-size: 5em;
	line-height: 1em;
	color: #fff;
	padding-left: 16px;
	float: left;
	text-shadow: #555 1px 1px 3px;
	font-weight: normal;
}

div#showcase div.backgroundRoll {
	float: right;
	margin-top: 20px;
	position: relative;
}

div#showcase div.backgroundRoll div.transparent {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #fff;
	opacity: 0.2;
	z-index: 0;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
}

div#showcase div.backgroundRoll ul {
	padding: 11px 13px;
	position: relative;
	z-index: 1;
	width: auto;
	overflow: hidden;
}

div#showcase div.backgroundRoll ul li {
	float: left;
	width: 16px;
	height: 16px;
	background-color: #fff;
	border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
	margin: 0 5px;
	cursor: pointer;
}

div#showcase div.backgroundRoll ul li.current {
	background-color: #c70e16;
}

/* Grey box */
div#greyBox {
	border: 1px #37373a solid;
	margin-top: 20px;
	border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		
	background-color: #3f4043;
	color: #fff;
	
	box-shadow: 2px 2px 3px rgba(0,0,0,.29); /* CSS3 */
		-moz-box-shadow: 2px 2px 3px rgba(0,0,0,.29); /* Firefox */
		-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.29); /* Safari, Chrome */
}

div#greyBox ul.greyList {
	border-top: 1px #4e4f53 solid;
	width: auto;
	overflow: hidden;
	padding: 8px 9px 8px 8px;
}

div#greyBox ul.greyList > li {
	float: left;
	margin: 0 10px;
	width: 299px;
	position: relative;
}

div#greyBox h1 {
	font-family: 'DinPro Bold', 'DinPro', Arial, Helvetica, sans-serif;
	line-height: 34px;
	border-bottom: 1px #363739 solid;
	text-shadow: #000 0 1px 1px;
	font-size: 1.125em;
	font-weight: bold;
}

div#greyBox div.content {
	border-top: 1px #494a4d solid;
	font-size: 0.8125em;
	line-height: 1.5em;
	padding-top: 15px;
}

div#greyBox div.content h2 {
	font-weight: bold;
}

div#greyBox div.content p {
	margin-bottom: 12px;
}

div#greyBox div.content a {
	color: #fff;
	text-decoration: none;
}

div#greyBox img {
	float: left;
	margin-right: 10px;
	margin-bottom: 16px;
	vertical-align: bottom;
}

div#greyBox em {
	font-style: italic;
}

div#greyBox li li {
	width: auto;
	overflow: hidden;
}

div#greyBox li.contacts a {
	position: absolute;
	right: 0;
	top: 11px;
	color: #fff;
	text-decoration: none;
	font-size: 0.75em;
	background: url(images/icons/white-arrow.png) left no-repeat;
	padding-left: 14px;
}

/* Bottom */
div#bottom {
	clear: both;
	border: 1px #151618 solid;
	margin-top: 20px;
	border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		
	background-color: #1b1c1e;
	color: #c7c7c7;
	
	box-shadow: 2px 2px 3px rgba(0,0,0,.29); /* CSS3 */
		-moz-box-shadow: 2px 2px 3px rgba(0,0,0,.29); /* Firefox */
		-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.29); /* Safari, Chrome */
}

div#bottom ul.bottomList {
	border-top: 1px #212325 solid;
	width: auto;
	overflow: hidden;
	padding: 18px 19px;
}

div#bottom ul.bottomList > li {
	float: left;
	width: 234px;
}

div#bottom h1 {
	font-size: 0.8125em;
	line-height: 1.385em;
	font-weight: bold;
}

div#bottom ul ul, div#bottom p {
	font-size: 0.75em;
	line-height: 1.5em;
}

div#bottom ul ul {
	list-style: disc;
	list-style-position: inside;
}

div#bottom ul ul a {
	color: #c7c7c7;
	text-decoration: none;
}

div#bottom p.contactInfo {
	padding-top: 18px;
}

div#bottom p a, div#footer a {
	color: #c60e16;
	text-decoration: none;
}

/* Footer */
div#footer {
	margin: 12px 0;
	width: auto;
	overflow: hidden;
	color: #fffefe;
	font-size: 0.75em;
	line-height: 1.5em;
}

div#footer span.left {
	float: left;
}

div#footer span.right {
	float: right;
}
