@charset "utf-8";
/* CSS Document */

body
{
	font-size:14px;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}
#background
{	
	width:1086px;
	margin:0px auto;
	background-image:url(../images/body_background.gif);
	background-repeat:repeat-y;
}

h1,h2,h3,h4,h5,p
{
	margin:0px;
	padding:0px;
	font-weight:normal;
	color:#4c4c4c;
}
li
{
	color:#4c4c4c;
}
a
{
	text-decoration:none;
	color:#990000;
}
a:hover
{
	text-decoration:underline;
}



/***************************************** Head *****************************************/
#head
{
	width:1086px;
	margin:0px auto;
	background-image:url(../images/header_background.gif);
	background-repeat:no-repeat;
	height:128px;
}
#slogan
{
	background-image:url(../images/skogen-group-brand-responsibly.gif);
	background-repeat:no-repeat;
	background-position:142px 70px;
	display:block;
	height:115px;
	width:375px;
	text-indent:-900px;
	font-size:0.5em;
}

/***************************************** Nav *****************************************/

#nav
{
	width:980px;
	margin:0px auto; 
	background-image:url(../images/nav/background.gif);
	background-repeat:repeat-x; 
	height:20px; 
	padding:0px 10px;
}

#nav ul
{
	margin:0px; 
	padding:0px; 
	list-style:inherit; 
}
#nav li
{
	display:inline; 
}
#nav a
{
	background-image:url(../images/nav/nav_image.gif);
	display:inline-block;
	height:20px;
	text-indent:-500px;
	overflow:hidden;
}

.nav-text
{
	visibility:hidden;
}

#nav #our-work
{
	background-position:0px 0px;
	width:71px;
}
#nav #our-work:hover
{
	background-position:0px -20px;
	text-decoration:none;
}

#nav #what-we-can-do
{
	background-position:-71px 0px;
	width:77px;
}
#nav #what-we-can-do .nav-text
{
	font-size:9px;
}

#nav #what-we-can-do:hover
{
	background-position:-71px -20px;
	text-decoration:none;
}

#nav #clients
{
	background-position:-148px 0px;
	width:54px;
}
#nav #clients:hover
{
	background-position:-148px -20px;
	text-decoration:none;
}

#nav #contact-us
{
	background-position:-202px 0px;
	width:74px;
}
#nav #contact-us:hover
{
	background-position:-202px -20px;
	text-decoration:none;
}

#nav #about-us
{
	background-position:-276px 0px;
	width:62px;
}
#nav #about-us:hover
{
	background-position:-276px -20px;
	text-decoration:none;
}

#nav #blog
{
	background-position:-338px 0px;
	width:31px;
}
#nav #blog:hover
{
	background-position:-338px -20px;
	text-decoration:none;
}

/***************************************** Body *****************************************/
#body
{
	background-color:#000000;
	margin:0px auto;
	width:974px;
	padding:0px 13px;
	height:516px;
	overflow:auto;
}

h1
{
	color:#CCCCCC;
}
p, legend, label
{
	color:#999999;
}
label
{
	display:block;
}

#flash
{
	display:none;
	background-color:#000000;
	margin:0px auto;
	width:1000px;
	padding:0px;
	height:516px;
	overflow:hidden;
}

/***************************************** Foot *****************************************/
#foot
{
	width:976px;
	height:64px;
	overflow:hidden;
	margin:0px auto;
	padding:0px 55px;
	color:#666666;
	text-transform:uppercase;
	background-image:url(../images/footer_background.gif);
	font-size:0.7em;
}

#foot a
{
	color:#666666;
	padding-right:10px;
}

#foot a:hover
{
	color:#990000;
}

#footer-image
{
	height:44px;
}

#copyright
{
	float:right;
	padding:2px 0px;
}

#motto
{
	width:1000px;
	height:172px;
	background-image:url(../images/exceptional.gif);
}	