/*
 * Copyright (c) 2014 =ontworpen
 * All rights reserved.
 * 
 * Address:
 * Schiehavenkade 252
 * 3024 EZ Rotterdam
 * The Netherlands
 * 
 * Phone: 06 231 856 74
 * Email: post@isontworpen.nl
 * Website: http://www.isontworpen.nl
 */

/*
 * #B40031; /* PRE RED *
 * #005194; /* PRE BLUE *
 * #FFDF00; /* WAKA YELLOW *
 * #747374; /* WAKA GREY *
 */

/*
v BASICS, ID'S & CLASSES
	v LINK STATES
		v COMBINED CSS; DIVIDED
 */

/*--------------------------------------------------
 * FONT-FACE
 */

@font-face {
	font-family: "News Gothic";
	src: url('http://www.pr-electronics.nl/fonts/newsgolt-webfont.eot');
	src: local('News Gothic LT Medium'),
		 url('http://www.pr-electronics.nl/fonts/newsgolt-webfont.woff') format('woff'),
		 url('http://www.pr-electronics.nl/fonts/newsgolt-webfont.ttf') format('truetype'),
		 url('http://www.pr-electronics.nl/fonts/newsgolt-webfont.svg#webfontb9U106vO') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*--------------------------------------------------
 * HOME BUTTON
 */

#content_home_button, #content_home_button_mail {
	width: 328px;
	height: 53px;
	margin-top: 40px;
	padding: 7px 0 0 0;
	position: relative;
	background: url('http://www.pr-electronics.nl/images/home_button/bar.png') left top no-repeat;
}

#content_home_button a, #content_home_button a:hover {
	color: #FFF;
	border-bottom: 0;
	text-decoration: none;
}

#content_home_button h2 {
	margin: 0;
	padding: 0 100px 0 0;
	font-family: "News Gothic", sans-serif;
	font-size: 200%;
	font-style: normal;
	font-weight: normal;
	line-height: 1.0;
	color: #005194; /* PRE BLUE */
	text-align: center;
}

#content_home_button p {
	margin-bottom: 0;
	text-align: center;
}

#content_home_button_waka {
	width: 71px;
	height: 100px;
	position: absolute;
	top: -20px;
	right: 30px;
	z-index: 1030;
	background: url('http://www.pr-electronics.nl/images/home_button/waka_light.png') center top no-repeat;
}

#content_home_button_mail {
	border-bottom: 0;
	display: block;
	text-decoration: none;
	width: 328px;
	height: 53px;
	margin-top: 40px;
	padding: 18px 0 0 0;
	position: absolute;
	z-index: 1030;
	background: #b7002e url('../images/home_button/icon_mail_us.png') right 18px center no-repeat;
	vertical-align: middle;
	border-radius: 5px;
}

#content_home_button_mail h2 {
	color: #FFF;
	padding-left: 18px;
}

#content_home_button_mail:hover {
	background: #005194 url('../images/home_button/icon_mail_us.png') right 18px center no-repeat;
}

#content_home_button_mail:hover h2,
#content_home_button_mail:visited h2 {
	color: #FFF;
	border-bottom: 0;
	text-decoration: none;
}

#content_home_button_mail h2 {
	margin: 0;
	font-family: "News Gothic", sans-serif;
	font-size: 180%;
	font-style: normal;
	font-weight: normal;
	line-height: 1.7;
}

/*
 * End
 */