/* screen.css */

body {
    font: 1em "trebuchet ms", arial, sans-serif;
    color: #000;
    background: #fff url(/gfx/page_bg.gif) repeat-x top left;
}

#wrapper {
    width: 891px;
    margin: 0 auto;
}

#top_shadow {
    width: 891px;
    height: 25px;
    background: url(/gfx/wrap_top.png) no-repeat top left;
}

#header {
	position: relative;
	width: 870px;
	height: 61px;
}

#main {
    width: 871px;
    background: url(/gfx/wrap_bg.png) repeat-y top left;
    padding: 10px 10px 0 10px;
    position: relative;
}

#footer {
	position: relative;
    width: 887px;
    height: 63px;
    margin: 0 auto;
    background: url(/gfx/footer.jpg) no-repeat top left;
}

#bottom_shadow {
	height: 54px;
	background: url(/gfx/bottom_shadow.jpg) no-repeat top left;
}

h1#logo {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}

h1#logo a {
	display: block;
    width: 199px;
    height: 61px;
    margin: 0;
    background: url(/gfx/humany_logo.gif) no-repeat top right;
    text-indent: -999em;
}

h1#logo a:hover { text-decoration: none; }

h2#slogan {
	position: absolute;
	top: 10px;
	left: 620px;
	font: bold italic 1.2em georgia, "times new roman", serif;
	color: #bdbdbd;
}

#logos {
    height: 62px;
    overflow: hidden;
}

#content {
    clear: left;
    width: 829px;
    padding: 0 21px 20px 21px;
}

#splash {
    width: 828px;
    height: 249px;
    background-color: #f6f8f9;
}

/* ---- Start page buttons ---- */

#siteassistant {
	display: block;
	width: 250px;
	height: 64px;
	background: #2969ae url(/gfx/prod_assistant.jpg) no-repeat top left;
	margin-bottom: 10px;
	text-indent: -999em;
}

a#siteassistant:hover {
	background-image: url(/gfx/prod_assistant_hover.jpg);
	text-decoration: none;
}

#sitesearch {
	display: block;
	width: 250px;
	height: 64px;
	background: #96cef2 url(/gfx/prod_search.jpg) no-repeat top left;
	margin-bottom: 10px;
	margin-top: 10px;
	text-indent: -999em;
}

a#sitesearch:hover {
	background-image: url(/gfx/prod_search_hover.jpg);
	text-decoration: none;
}

#watchdemo {
	display: block;
	width: 250px;
	height: 64px;
	background: #6dbe52 url(/gfx/prod_demo.jpg) no-repeat top left;
	margin-top: 10px;
	text-indent: -999em;
}

a#watchdemo:hover {
	background-image: url(/gfx/prod_demo_hover.jpg);
	text-decoration: none;
}

/* ---- Navigation ---- */

.language {
	position: absolute;
	top: -15px;
	right: 0;
	width: 84px;
	height: 19px;
	text-indent: -999em;
}

#language_swe { background: url(/gfx/in_swedish.gif) no-repeat top left; }
#language_eng { background: url(/gfx/in_english.gif) no-repeat top left; }

#navigation {
	position: relative;
    width: 836px;
    height: 42px;
    margin: 0 auto;
    background: url(/gfx/menu_shadow.gif) no-repeat top left;
}

#navigation ul {
    display: block;
    width: 710px;
    height: 36px;
    position: relative;
    top: 4px;
    left: 4px;
    list-style: none;
    padding: 0 0 0 118px;
    margin: 0;
    background: url(/gfx/menu_bg.gif) repeat-x top left;
}

#navigation li {
    display: block;
    float: left;
    height: 36px;
}

#navigation li a {
    display: block;
    float: left;
    height: 26px;
    padding: 7px 15px 3px 15px;
    text-decoration: none;
    color: #fff;
    font-size: .95em;
}

#navigation li a:hover {
	background: url(/gfx/menu_active_bg.gif) repeat-x top right;
	text-decoration: none;
}

#navigation li.active, #navigation li.dir_active {
    background: url(/gfx/menu_active_bg.gif) repeat-x top right;
}

/* ---- Subnavigation ---- */

#subnavigation ul {
	list-style: none;
	margin: 0;
	padding: 30px 0 6px 0;
	background: #f2f2f2 url(/gfx/submenu_top.jpg) no-repeat top right;
}

#subnavigation ul li {
	display: block;
	background-color: #f2f2f2;
	font-size: .8em;
	margin: 0;
	padding: 0;
}

#subnavigation ul li a {
	display: block;
	width: 160px;
	padding: 4px 16px;
	margin: 0;
}

#subnavigation ul li a:hover {
	background-color: #e7e7e7;
	text-decoration: none;
}

#subnavigation ul li.active a {
	background-color: #e7e7e7;
}

/* ---- Columns ---- */

#startpage #left_col {
    float: left;
    width: 180px;
}

#startpage #center_col {
    float: left;
    margin-left: 31px;
    width: 324px;
}

#startpage #right_col {
    float: left;
    margin-left: 44px;
    width: 250px;
}

#two_columns #left_col, #three_columns #left_col, #four_columns #left_col {
	float: left;
	width: 193px;
}

#two_columns #right_col,
#big_picture_2c #right_col {
	float: left;
	width: 530px;
	margin-left: 29px;
}

#three_columns #center_col, #three_columns #right_col, #four_columns #center_col, #four_columns #right_col {
	float: left;
	width: 251px;
	margin-left: 29px;
}

#four_columns #big_center_col {
	float: left;
	width: 530px;
	margin-left: 29px;
}

#big_picture #big_center_col,
#big_picture_2c #big_center_col {
	width: 829px;
}

#big_picture #left_col,
#big_picture_2c #left_col {
	float: left;
	width: 193px;
}

#big_picture #center_col,
#big_picture #right_col {
	float: left;
	margin: 29px 0 0 29px;
	width: 280px;
}

/* ---- Text ---- */

h2 {
	font: bold 1.8em "trebuchet ms", arial, sans-serif;
    margin: 1em 0 .5em 0;
}

h3 {
    font: bold 1.5em "trebuchet ms", arial, sans-serif;
    margin: 1.35em 0 .5em 0;
    color: #94755c;
}

h4 {
    font-size: bold 1em "trebuchet ms", arial, sans-serif;
    margin: 1.9em 0 .5em 0;
    color: #94755c;
}

h5 {
	font-size: 1em;
	font-family: georgia, "times new roman", serif;
	font-weight: normal;
	line-height: 1.3em;
}

p {
    font-family: georgia, "times new roman", serif;
    font-size: .95em;
	margin: .5em 0 .5em 0;
}

#two_columns #right_col p,
#three_columns #center_col p,
#three_columns #right_col p,
#four_columns #big_center_col p,
#four_columns #center_col p,
#four_columns #right_col p,
#big_picture_2c #right_col p,
#big_picture #right_col p,
#big_picture #center_col p,
#two_columns #right_col ul,
#three_columns #center_col ul,
#three_columns #right_col ul,
#four_columns #big_center_col ul,
#four_columns #center_col ul,
#four_columns #right_col ul,
#two_columns #right_col ol,
#three_columns #center_col ol,
#three_columns #right_col ol,
#four_columns #big_center_col ol,
#four_columns #center_col ol,
#four_columns #right_col ol {
	font-family: verdana, sans-serif;
	font-size: .7em;
	line-height: 150%;
	margin-bottom: 1.5em;
}

.newsarchive p {
	margin-bottom: 1.3em;
}

.left_box p {
	font-family: "trebuchet ms", sans-serif;
	font-size: .75em;
	margin: 0 0 .5em 0;
}

#newsletter.left_box p {
	font-family: georgia, "times new roman", serif;
	font-size: .7em;
	margin: 0 0 1em 0;
}

#footer p {
	display: block;
	width: 887px;
	padding-top: 12px;
	text-align: center;
	font-family: "trebuchet ms", sans-serif;
	font-size: .8em;
	margin: 0;
	color: #fff;
}

#big_picture #center_col h4,
#big_picture #right_col h4 {
	font-family: georgia, "times new roman" serif;
	margin: 1em 0 0 0;
	color: #000;
}

body.newspage h2 {
	margin-top: .5em;
}

body.newspage p.back { margin-top: 2em; }

#big_picture #center_col p, #big_picture #right_col p { margin-top: 0; }

/* ---- Containers ---- */

.left_box_top {
	width: 192px;
	height: 5px;
	background: url(/gfx/left_box_top.gif) no-repeat top left;
}

.left_box {
	width: 160px;
	padding: 11px 16px 16px 16px;
	background: #ececec url(/gfx/left_box_bg.gif) no-repeat bottom left;
}

#newsletter_wrap {
	width: 193px;
}

#documents_wrap {
	width: 193px;
}

/* ---- Links ---- */

a {
    color: #8e3c05;
    text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

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

.left_box a.pdf {
	display: block;
	background: url(/gfx/pdf.gif) no-repeat center left;
	padding-left: 2.2em;
}

/* ---- Forms ---- */

form { margin: 0; }

#newsletter input.text {
	border: none;
	background-color: #fff;
	width: 90px;
	height: 17px;
	padding: 4px;
}

#newsletter input.btn_ok {
	position: relative;
	top: 3px;
	left: -5px;
	border: none;
	text-indent: -999em;
	width: 61px;
	height: 29px;
	background: url(/gfx/btn_ok.gif) no-repeat top left;
	cursor: pointer;
}

/* --- Images ---- */

#startpage #right_col img {
    margin-bottom: 5px;
}

/* ---- Misc ---- */

br.clear { clear: both; }

.hiddenPic { display: none; }

img {
    margin: 0;
    padding: 0;
    border: none;
}

#two_columns #right_col p img {
	margin: 1em;
}

a#happiness {
	position: absolute;
	right: 8px;
	bottom: 0;
	display: block;
	width: 85px;
	height: 15px;
	text-indent: -999em;
	}

a#happiness:hover { text-decoration: none; }

a#watch_demo {
	display: block;
	width: 192px;
	height: 157px;
	margin: 20px 0;
	background: #83da65 url(/gfx/prod_box_demo.jpg) no-repeat top left;
	text-indent: -999em;
}

a#watch_demo:hover { background-image: url(/gfx/prod_box_demo_hover.jpg); }