﻿/*------------------------------------------------------------------
	RETOUCH ApS - www.retouch.dk 
	layout.css
	
	[Table of contents]
	1. Body
	2. Typography
	3. Frame
	4. Navigation
	5. Buttons
	6. Page elements
	
-------------------------------------------------------------------*/

/* [1. Body
----------------------------------------------- */

body {
	font:normal 13px/normal  Arial, Helvetica, sans-serif;
	/* font: font-weight font-size/line-height font-family */	
	color:#676767;
	text-align:left;
	background:#fff; 
	line-height:150%;	
}
body,html    {}


/* [2. Typography
----------------------------------------------- */

/* Headlines */

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    line-height: 130%;
    font-weight: normal;
    color: #333;
	margin-bottom:.4em;
	font-family: georgia, arial, helvetica;
}

h1 { font-size: 28px; }
h2 { font-size: 14px; }
h3 { font-size: 13px;
	line-height: 150%;
	}
h4 { font-size: 12px; }
h5 { font-size: 11px; }
h6 { font-size: 10px; }

#sidebar h3,
.greybox h3,
.bluebox h3 {
	font-size:14px;
}

.pageDesc {
	margin:0 0 30px 0;
}
.pageDesc h2 {
	width:610px;
	float:left;
	font-size:14px;
	color:#676767;
}
.pageDesc img {
	float:right;
}

/* Text elements */

p       { line-height:160%; margin:0 0 10px 0; font-weight:normal; }

a       { text-decoration: none; color:#0098d1; font-weight:bold; }
a:focus,
a:hover { text-decoration: underline; color:#0098d1; }

/* Lists */

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }
ul,ol       { list-style-position:iinside; margin:0 0 10px 0; }

body, p, ul li, ol li {
	line-height:150%;
}

/* bullet list */

.bulletList {
	float:none;
	margin:0 20px 10px 0;
}
.bulletList ul {
	list-style-type:none;
	list-style-position:ioutside;
	margin:0;
}
.bulletList li {
	list-style-type:none;
	padding:0 0 0 13px;
	background:url('../images/bulletSmall.png') left 5px no-repeat;
	font-size:12px;
	line-height:21px;
}

/* [3. Frame]
----------------------------------------------- */

#sitecontainer {
	width:960px;
	margin:0 auto;
	position:relative;
}
#mainarea {
	width:960px;
	margin:0 auto;
	padding:40px 0 0 0;
	clear:both;
	position:relative;
	background:url('../images/mainareaBackground.jpg') left top no-repeat;
}
#content {
	width:630px;
	float:left;
}
#sidebar {
	width:300px;
	float:right;
	padding:40px 0 0 0;
}
#header {
	width:960px;
	margin:0 auto;
	position:relative;
	height:92px;
	background:url('../images/headerBackground.png') left bottom no-repeat;
	border-bottom:1px #fff solid;
}
#header #logo {
	width:162px;
	height:63px;	
	background:url('../images/logo.png') no-repeat;
	text-indent:-9000px;
	float:left;
	position:absolute;
	top:10px;
	left:-6px;
}
#header #logo_staffing {
	width:162px;
	height:63px;	
	background:url('../images/logo_staffing.png') no-repeat;
	text-indent:-9000px;
	float:left;
	position:absolute;
	top:10px;
	left:0px;
}


#header #flag_uk {
	width:16px;
	height:16px;	
	background:url('../images/uk-flag.png') no-repeat;
	text-indent:-9000px;
	float:left;
	position:absolute;
	top:10px;
	left:944px;
}
#header #flag_dk {
	width:16px;
	height:16px;	
	background:url('../images/dk-flag.png') no-repeat;
	text-indent:-9000px;
	float:left;
	position:absolute;
	top:10px;
	left:944px;
}
.alternateBackground {
	width:100%;
	background:#f5f5f5 url('../images/alternateBackground.png') center top no-repeat;
	padding:30px 0 0 0;
}
.alternateBackground .container {
	width:960px;
	margin:0 auto;
}

/* [4. Navigation]
----------------------------------------------- */

/* Topmenu */

#topmenu {
	padding:0;
    margin: 0;
    position: absolute;
	top:43px;
	right:0;
}
#topmenu ul {
	list-style-type:none;
	margin:0;
}
#topmenu ul li {
	float:left;
	margin:0 0 0 25px;
	display:inline;
}
#topmenu ul li a {
	color:#737373;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	padding:0 0 0 15px;
}
#topmenu ul li a:hover,
#topmenu ul li.current a {
	text-decoration:none;
	background:url('../images/bullet.png') left top no-repeat;
}

/* Footer */

#footer {	
	margin:20px auto 15px auto;
	padding:10px 0 0 0;
	border-top:1px #dadada solid;
	font-size:11px;
	color:#8c8c8c;
	width:960px;
}
#footer span {
	margin:0 5px;
}
#footer span.copy {
	margin:0 10px 0 0;
}
#footer span.designed {
	float:right;
}
#footer .leftside {
	width:600px;
	float:left;
}
#footer .rightside {
	width:360px;
	float:right;
}

#footer span.right {
	float:right;
	text-align:right;
}

#footer span.aglogo {
	margin-top: -5px;	
}

/* [5. Buttons]
----------------------------------------------- */

/* styles for all buttons */

a.btn { display: block; float: left; text-align:center; text-decoration: none; }
a.btn span {
	display: block;
}
a.btn:hover { outline: none; cursor: pointer; text-decoration:none; background-position: bottom right; }
a.btn:hover span { background-position: bottom left; }


/* btnBlue */

a.btnBlue {
	background: transparent url('../images/btnBlueRight.png') no-repeat scroll top right;
    height: 19px;
	/* font styles */
    color: #fff;
    font-size: 10px;
    font-weight: bold;
	margin-bottom:5px;
}
a.btnBlue span {
	background: transparent url('../images/btnBlueContent.png') no-repeat;
	line-height: 19px;
	padding: 0 8px 0 10px;
}
a.btnBlue:hover span { color: #fff; }
a.btnBlue,
a.btnBlue:hover {
	padding-right: 4px; /* width for button-right */
	float: left;
}

/* btnBlueBig */

a.btnBlueBig {
	background: transparent url('../images/btnBlueBigRight.png') no-repeat scroll top right;
    height: 64px;
	/* font styles */
    color: #fff;
    font-size: 23px;
    font-weight: bold;	
	font-family: georgia, arial, helvetica;	
}
a.btnBlueBig span {
	background: transparent url('../images/btnBlueBigContent.png') no-repeat;
    line-height: 64px;
    padding: 0 20px 0 30px;
}
a.btnBlueBig:hover span { color: #fff; }
a.btnBlueBig,
a.btnBlueBig:hover {
	padding-right: 10px; /* width for button-right */
}

/* btnRedBig */

a.btnRedBig {
	background: transparent url('../images/btnRedBigRight.png') no-repeat scroll top right;
    height: 64px;
	/* font styles */
    color: #fff;
    font-size: 23px;
    font-weight: bold;	
	font-family: georgia, arial, helvetica;	
}
a.btnRedBig span {
	background: transparent url('../images/btnRedBigContent.png') no-repeat;
    line-height: 64px;
    padding: 0 20px 0 30px;
}
a.btnRedBig:hover span { color: #fff; }
a.btnRedBig,
a.btnRedBig:hover {
	padding-right: 10px; /* width for button-right */
}

/* btnRedMedium */

a.btnRedMedium {
	background: transparent url('../images/btnRedMediumRight.png') no-repeat scroll top right;
    height: 48px;
	/* font styles */
    color: #fff;
    font-size: 16px;
    font-weight: bold;	
	font-family: georgia, arial, helvetica;	
}
a.btnRedMedium span {
	background: transparent url('../images/btnRedMediumContent.png') no-repeat;
    line-height: 48px;
    padding: 0 20px 0 30px;
}
a.btnRedMedium:hover span { color: #fff; }
a.btnRedMedium,
a.btnRedMedium:hover {
	padding-right: 10px; /* width for button-right */
}

/* [6. Page elements]
----------------------------------------------- */

.leftImage  { margin:5px 20px 5px 0; float:left; }
.rightImage { margin:5px 0 5px 20px; float:right; }

/* topinfo */

.topinfo {
	border-bottom:1px #f2f2f2 solid;
	padding:0 0 5px 0;	
	margin:0 0 15px 0;
	overflow:auto;
}
.topinfo h1 {
	font-size:28px;
	margin:0;
	float:left;
	width:850px;
}
#content .topinfo h1 {
	width:520px;
}
.topinfo .print {
	float:right;
	background:url('../images/print.png') left top no-repeat;
	padding:0 0 0 23px;
	margin:14px 0 0 0;
	float:right;
	font-size:11px;
	line-height:15px;
	font-weight:normal;
}

/* greybox */

.greyboxtop {
	background:url('../images/greyboxtop.png') left top no-repeat;
	height:5px;
	display:block;
	width:300px;	
}
.greybox {
	background:url('../images/greybox.png') left bottom no-repeat;
	padding:10px;
	margin:0 0 15px 0;	
	width:280px;	
}
.greybox,
.greybox p {
	font-size:12px;
}

/* bluebox */

.blueboxtop {
	background:url('../images/blueboxtop.png') left top no-repeat;
	height:5px;
	displat:block;
	width:200px;
}
.bluebox {
	background:url('../images/bluebox.png') left bottom no-repeat;
	padding:10px;
	margin:0 0 15px 0;	
	width:180px;	
}

/* profile */

.profile {}
.profile .pic {
	background:url('../images/profilephotoBackground.png') left top no-repeat;
	width:100px;
	height:100px;
	padding:3px 4px 5px 4px;
	float:left;
	margin:0 10px 0 0;
}
.profile .pic img {
	display:block;
}
.profile p {
	font-size:12px;
	color:#848484;	
}
.profile p a {
	color:#848484;	
	font-weight:normal;
}
.profile span.title {
	display:block;
	margin:0;
	font-size:11px;
	color:#848484;
}
.profile span.name {
	display:block;	
	margin:0 0 15px 0;
	font-size:14px;
	color:#000;
	font-family:georgia, arial, helvetica;
}

/* referencecBluebox */

.referencesSidebarBox {
	background:url('../images/referencesSidebarBox.png') left bottom no-repeat;
	padding:10px 10px 0 10px;
	width:280px;
	margin:0 0 15px 0;	
	height:163px;
}
.referencesSidebarBox .pic {
	background:url('../images/referenceLogosBackground.png') left bottom no-repeat;
	width:274px;
	padding:3px 4px 5px 4px;
	float:left;
	margin:0 0 10px 0;
}
.referencesSidebarBox .pic img {
	display:block;
}

/* factbox */

.factbox {
	width:200px;
	float:left;
	margin:0 20px 10px 0;
}
.factbox ul {
	list-style-type:none;
	margin:0;
}
.factbox ul li {
	padding:0 0 0 13px;
	background:url('../images/bulletSmall.png') left 5px no-repeat;		
	font-size:12px;
	line-height:21px;
	color:#365661;
}

/* partner */

.partner {
	margin:25px 0 0 0;
}
.partner .pic {
	float:left;	
	width:114px;
}
.partner .content {
	float:right;
	width:500px;
}
.partner .content h4 {
	margin:0 0 5px 0;
	font-size:13px;
	font-weight:bold;
	color:#0098d1;
	font-family: arial, helvetica, sans-serif;
}
.partner .content p {
	font-size:13px;
	margin:0;
}


/* solution */

.solutionContainer {
	position:relative;
	width:990px;
	margin-left:-30px;
	float: left;
}
.solution {
	float:left;
	display:inline;
	width:300px;
	margin:0 0 0 30px;
}
.solution h3 {
	background:url('../images/headlineBackground.png') left top no-repeat;
	width:288px;
	height:36px;
	line-height:30px;
	margin:0 0 10px 0;	
	padding:0 0 0 12px;
	font-size:14px;
	text-shadow:1px 1px 1px #f3f3f3;
}
.solution p {
	margin:0 0 15px 0;
}

.solution a {
}

/* logos */

.logostop {
	background:url('../images/logostop.png') left top no-repeat;
	height:5px;
	displat:block;
	width:960px;	
	margin:15px 0 0 0;
}
.logos {
	background:url('../images/logosBackground.png') left bottom no-repeat;
	padding:0 1px 5px 1px;
	margin:0 0 20px 0;	
	width:958px;	
}

/* contact */

.contactLeft {
	float:left;
	width:300px;
	padding-top: 40px;
}
.contactImage {
	background:url('../images/contactImageBackground.png') left top no-repeat;
	width:627px;
	height:290px;
	padding:4px 5px 6px 5px;
	float:right;
}

/* btnBig */

.btnBig {
	background:url('../images/btnBackground.png') left top no-repeat;
	width:285px;
	height:57px;
	padding:15px 0 0 15px;
	margin:10px 0 0 0;
	display:block;
	font-size:13px;
	font-family: georgia, arial, helvetica;
	color:#000;
	font-weight:normal;
}
.btnBig:hover {
	color:#000;
	text-decoration:none;
}
.btnBig img {
	float:left;
	margin:7px 20px 0 0;
}
.btnBig p {
	float:right;
	width:200px;
}
.btnBig strong {
	font-size:19px;
	display:block;
	font-weight:normal;
	margin:0 0 5px 0;
}
.btnBig .car {}
.btnBig .mail {
	margin-left:6px;
}



/* banner */

.banner {
}
.banner .content {
	float:left;
	width:410px;
}
.banner .content h1 {
	font-size:30px;
	margin:0 0 20px 0;
}
.banner .content ul {
	list-style-type:none;
	margin:0 0 20px 0;
}
.banner .content ul li {
	font-size:16px;
	color:#191919;
}
.banner .content ul li {
	font-size:16px;
	line-height:130%;
	color:#191919;
	margin:0 0 15px 0;
	background:url('../images/bullet.png') left 4px no-repeat;
	padding:0 0 0 19px;
}
.banner .content ul li span {
	font-size:13px;
	color:#777;
	display:block;
}
.banner .content ul li a {
	font-size:13px;	
	font-weight:normal;
}
.banner .content ul li a:hover {}

/* slider */


.slider {
	position:relative;
	overflow:hidden;
	width:400px;
	height:350;
	background:url('../images/bannerImageBackground_410x310.png') left top no-repeat;
	padding:4px 5px 6px 5px;
	float:right;
}
.slider .scrollable {
	position:relative;
	overflow:hidden;
	width:400px;
	height:300px;
} 
.slider .scrollable .items { 
    width:20000em; 
    position:absolute; 
    clear:both; 
}
.slider .scrollable .items .item {
	float:left;
	width:400px;
	height:300px;
	position:relative;
}
.slider .navi {
	margin:15px 0 0 215px;
}
.slider .navi a {
	width:11px;
	height:11px;
	float:left;
	margin:2px;
	background:url('../images/navigator.png') 0 0 no-repeat;
	display:block;
	font-size:1px;
	cursor:pointer;
}
.slider .navi a:hover {
	background-position:0 -11px;      
}
.slider .navi a.active {
	background-position:0 -22px;     
} 	

.slider .info {
	font-family: georgia, arial, helvetica;
	width:180px;
	position:absolute;
	top:51px;
	right:10px;
	height: 191px;
}

.slider .infoTop {
	font-family: georgia, arial, helvetica;
	width:200px;
	position:absolute;
	top:25px;
	left: 25px;
}

.slider .infoRight {
	font-family: georgia, arial, helvetica;
	width:125px;
	position:absolute;
	top:50px;
	right:15px;
	height: 214px;
}

.slider .infoSmaller {
	font-family: georgia, arial, helvetica;	
	width:180px;
	position:absolute;
	top:50px;
	right:10px;
}

.slider .quote {	
	font-size:15px;
	line-height:22px;
	color:#3f3f3f;
}

.slider .quote em {
	width:21px;
	height:12px;
	background:url('../images/quote.png') left top no-repeat;
	float:left;
}
.slider .quote em.right {
	float:right;
}
.slider .author {
	font-size:22px;
	line-height:26px;
	color:#3f3f3f;
}
.slider .author span {
	font-size:14px;
	line-height:22px;
	display:block;
}



/* buckets */

.buckets {
	position:relative;
	width:990px;
	margin-left:-30px;
}
.buckets .col {
	float:left;
	display:inline;		
	width:300px;
	margin:0 0 0 30px;
}
.buckets .col h3 {
	background:url('../images/headlineBackground.png') left top no-repeat;
	width:288px;
	height:36px;
	line-height:30px;
	margin:0 0 10px 0;	
	padding:0 0 0 12px;
	font-size:14px;
	text-shadow:1px 1px 1px #f3f3f3;
}
.buckets .col p {
	margin:0 0 15px 0;
}
.buckets .col img.left {
	float:left;
	margin:0 10px 5px 0;
}
.buckets .col img.logo {
	display:block;
	margin:0 auto;
}

/* Layout for buckets in rows of 4 */
.buckets4 {
	position:relative;
	width:985px;
	margin-left:-25px;
	font-size: 12px;
}

.buckets4 .col4 {
	float:left;
	display:inline;		
	width:221px;
	margin:0 0 0 25px;
}
.buckets4 .col4 h3 {
	background:url('../images/headlineBackground_221x36.png') left top no-repeat;
	width:209px;
	height:36px;
	line-height:30px;
	margin:0 0 10px 0;	
	padding:0 0 0 12px;
	font-size:14px;
	text-shadow:1px 1px 1px #f3f3f3;
}
.buckets4 .col4 p {
	margin:0 0 15px 0;
}
.buckets4 .col4 img.left {
	float:left;
	margin:0 10px 5px 0;
}
.buckets4 .col4 img.logo {
	display:block;
	margin:0 auto;
}



/* frontpage */

.frontpage {
	background:#f5f5f5;
}
.frontpage #sitecontainer {
	width:100%;
	background:#fff;
	padding-bottom:15px;
}
.contactRight {
	padding-top: 40px;
	width: 660px;
	float: right;
}

/* Reference siden */
#logoArea {
	margin-top: 25px;
	margin-left: 15px;
}

#logoArea .logoPlaceHolder {
	margin: 12px;
	float: left;
	height: 125px;
	width: 175px;
	background-image: url(../images/logoAreaLogoBackground.png);
}
.logoPlaceHolder img {
	margin-left: 12px;
	margin-top: 12px;
}
#content #topRightLogo {
	float: right;
	position: relative;
	top: -10px;
}
#content .leftPane {
	margin: 10px;
	float: left;
}

#content .rightPane {
	margin: 10px;
	float: right;
}

