/* Styles for Pillen beheer en advies b.v.
Author: Michael [at] 72300.nl

Have a look aroud and if you have any questions or remark concerning
my stylesheet or markup, please get in touch with me
*/
/*RESET*/
/**
 * Eric Meyer's Reset Stylesheet
 *
 * v2.0
 * 2011-01-26
 * Author: Eric Meyer - http://meyerweb.com/eric/tools/css/reset/
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*TYPE*/
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 16, 2011 */
@font-face {
    font-family: 'MuseoSans100';
    src: url('type/museosans_100-webfont.eot');
    src: url('type/museosans_100-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/museosans_100-webfont.woff') format('woff'),
         url('type/museosans_100-webfont.ttf') format('truetype'),
         url('type/museosans_100-webfont.svg#MuseoSans100') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MuseoSans100Italic';
    src: url('type/museosans_100_italic-webfont.eot');
    src: url('type/museosans_100_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/museosans_100_italic-webfont.woff') format('woff'),
         url('type/museosans_100_italic-webfont.ttf') format('truetype'),
         url('type/museosans_100_italic-webfont.svg#MuseoSans100Italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MuseoSans500';
    src: url('type/museosans_500-webfont.eot');
    src: url('type/museosans_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/museosans_500-webfont.woff') format('woff'),
         url('type/museosans_500-webfont.ttf') format('truetype'),
         url('type/museosans_500-webfont.svg#MuseoSans500') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MuseoSans500Italic';
    src: url('type/museosans_500_italic-webfont.eot');
    src: url('type/museosans_500_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/museosans_500_italic-webfont.woff') format('woff'),
         url('type/museosans_500_italic-webfont.ttf') format('truetype'),
         url('type/museosans_500_italic-webfont.svg#MuseoSans500Italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*GLOBAL*/
html{
	font-size: 62.5%;
}
body{
	background: #fff url('img/pattern2.gif');
	font-size: 14px;
	font-size: 1.4rem;
	color: #484e42;
	line-height: 20px;
	line-height: 2.0rem;
}

/*LAYOUT*/
#wrap{
	position: relative;
	width: 1024px;
	margin: 0 auto;
}
#shade{
	position: absolute;
	top: 210px;
	left: -79px;
	z-index: -1;
}
#header{
	height: 200px;
}
#main{
	font-family: 'MuseoSans500', Arial, sans-serif;
	background: #fff;
	overflow: hidden;
	min-height: 625px;
	z-index: 2;
}
#main.home{
	background: #fff url('img/home.jpg') no-repeat left 45px;
	min-height: 625px;
}
p#payoff{
	height: 28px;
	background: #484e42;
	color: #fff;
	font-family: 'MuseoSans500Italic', Arial, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 12px 0 0 10px;
	border-bottom: 5px solid #009cda;
	margin-bottom: 40px;
	}
#rhs{
	position: relative;
	float: right;
	width: 400px;
	margin-right: 20px;
}
#main-nav{
	position: absolute;
	top: 150px;
	overflow: hidden;
	padding: 16px;
}
#main-nav a{
	width: 140px;
	height: 30px;
	border: 2px solid #009cda;
	float: left;
	margin-right: 40px;
	text-align: center;
	text-decoration: none;
	box-shadow: 0px 0px 10px #b1b1b2;
}
a.vraag{
	background: url(img/vraag-bttn.jpg) no-repeat 0 0;
	padding-top: 110px;
	margin-bottom: 40px;
	color: #484e42;
}
a.vraag:hover, a.vraag.active{
	background: url(img/vraag-bttn.jpg) no-repeat 0 -140px;
	color: #fff;
}
a.dienst{
	background: url(img/dienst-bttn.jpg) no-repeat 0 0;
	padding-top: 110px;
	margin-bottom: 40px;
	color: #484e42;
}
a.dienst:hover, a.dienst.active{
	background: url(img/dienst-bttn.jpg) no-repeat 0 -140px;
	color: #fff;
}
a.over{
	background: url(img/over-bttn.jpg) no-repeat 0 0;
	padding-top: 110px;
	margin-bottom: 40px;
	color: #484e42;
}
a.over:hover, a.over.active{
	background: url(img/over-bttn.jpg) no-repeat 0 -140px;
	color: #fff;
}
a.contact{
	background: url(img/contact-bttn.jpg) no-repeat 0 0;
	padding-top: 110px;
	margin-bottom: 40px;
	color: #484e42;
}
a.contact:hover, a.contact.active{
	background: url(img/contact-bttn.jpg) no-repeat 0 -140px;
	color: #fff;
}
#content{
	width: 460px;
	margin-left: 70px;
}

/*HEADER*/
h1{
	padding-top: 75px;
}
h1 a{
	float: right;
	width: 277px;
	height: 92px;
	background: url('img/logo.png') no-repeat left top;
	text-indent: -9999px;
	margin-right: 15px;
}
h2{
	float: left;
	text-indent: -9999px;
}

/*FOOTER*/
#footer{
	background: #f6f6f5 url('img/footer.gif') repeat-x 2px top;
	height: 130px;
	margin-bottom: 60px;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 30px 70px 0;
}
#footer span{
	color: #009cda;
}
#footer h4{
	font-weight: bold;
}
#sub-nav{
	width: 160px;
	float: left;
	margin-right: 200px;
}
ul li.active{
	list-style-image: url('img/active.gif');
}
#sub-nav a{
	text-decoration: none;
	color: #484e42;
}
#sub-nav a:hover{
	color: #009cda;
}
#contact{
	float: left;
	margin-right: 190px;
}
#contact a{
	color: #484e42;
}
#contact a:hover{
	color: #009cda;
}
#social a{
	float: left;
	width: 103px;
	height: 28px;
	background: url('img/linkedin-logo.png') no-repeat left top;
	text-indent: -9999px;
}


/*TYPE*/
#content h3{
	color: #009cda;
}
#content p{
	margin: 0 0 30px 30px;
	font-family: 'MuseoSans100', Arial, sans-serif;
}
#content p.intro{
	margin-left: 0;
	font-family: 'MuseoSans500Italic', Arial, sans-serif;
}
#rhs p{
	font-size: 24px;
	font-size: 2.4rem;
	font-family: 'MuseoSans500Italic', Arial, Helvetica, Geneva, sans-serif;
	line-height: 36px;
	line-height: 3.6rem;
	border-left: 2px solid #009cda;
	padding: 0 40px 0 14px;
	margin-bottom: 20px;
}
p a{
	color: #484e42;
}
p a:hover{
	color: #009cda;
}
em{
	font-style: italic;
}

/* MEDIA QUERIES */
@media screen and (max-height: 768px){
	#header{
		height: 180px;
	}
	h1{
		padding-top: 30px;
	}
	#shade{
		top: 180px;
	}
}