/*
 * 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 *
 */

/*
 * 1000: TOP
 * 1010: HEADER
 * 1020: CONTENT PATENTED
 * 1030: 
 * 1040: CONTENT POLAROID
 * 1050: 
 * 1060: 
 * 1070: 
 * 1080: 
 * 1090: 
 * 1100: 
 * 9000: 
 */

/*
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;
}
/*
@font-face {
	font-family: "News Gothic";
	src: url('http://www.pr-electronics.nl/afrika/fnt/news_gothic.eot');
	src: url('http://www.pr-electronics.nl/afrika/fnt/news_gothic.eot?#iefix') format('embedded-opentype'),
		 url('http://www.pr-electronics.nl/afrika/fnt/news_gothic.woff') format('woff'),
		 url('http://www.pr-electronics.nl/afrika/fnt/news_gothic.ttf') format('truetype'),
		 url('http://www.pr-electronics.nl/afrika/fnt/news_gothic.svg#newsgothic') format('svg');
	font-style: normal;
	font-weight: lighter;
}

@font-face {
	font-family: "Lucida Grande";
	src: url('http://www.pr-electronics.nl/afrika/fnt/lucida_grande.eot');
	src: url('http://www.pr-electronics.nl/afrika/fnt/lucida_grande.eot?#iefix') format('embedded-opentype'),
		 url('http://www.pr-electronics.nl/afrika/fnt/lucida_grande.woff') format('woff'),
		 url('http://www.pr-electronics.nl/afrika/fnt/lucida_grande.ttf') format('truetype'),
		 url('http://www.pr-electronics.nl/afrika/fnt/lucida_grande.svg#lucidagrande') format('svg');
	font-style: normal;
	font-weight: lighter;
}
*/

/*--------------------------------------------------
 * SELECTION
 */

::-moz-selection {
	background: #005194; /* PRE BLUE */
	color: #FFF;
}

::-webkit-selection {
	background: #005194; /* PRE BLUE */
	color: #FFF;
}

/*--------------------------------------------------
 * GENERAL
 */

body {
	margin: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	line-height: 1.7;
	color: #747374; /* WAKA GREY */
	
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
}

/*---*/

a {
	color: #000;
	border-bottom: 1px solid #CCC;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}

a:hover {
	color: #747374; /* WAKA GREY */
	border-bottom: 1px solid #CCC;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}

/*---*/

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
	padding: 0;
	font-family: "News Gothic", sans-serif;
	font-size: 200%;
	font-style: normal;
	font-weight: normal;
	line-height: 1.3;
	color: #005194; /* PRE BLUE */
}

/*---*/

p {
	margin: 0 0 30px 0;
	padding: 0;
}

img {
	max-width: 100%;
	border: 0;
}

iframe {
	border: 0;
}

/*--------------------------------------------------
 * STYLES
 */

.bold {
	font-weight: bold;
}

.regular {
	font-weight: normal;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.strike_through {
	text-decoration: line-through;
}

/*---*/

.clear {
	margin: 0;
	padding: 0;
	clear: both;
}

.relative {
	position: relative;
}

.break_word {
	word-wrap: break-word;
}

.no_wrap {
	white-space: nowrap;
}

.display_none {
	display: none;
}

.lowercase {
	text-transform: lowercase;
}

.text_center {
	text-align: center;
}

/*--------------------------------------------------
 * CONTAINERS
 */

#container {
	width: 950px;
	margin: 0 auto;
	position: relative;
}

/*--------------------------------------------------
 * HEADER
 */

#header {
	width: 950px;
	height: 455px;
	position: relative;
	background: url('http://www.pr-electronics.nl/afrika/img/photo.png') center top no-repeat;
}

/*---*/

#header_dots {
	width: 113px;
	height: 173px;
	position: absolute;
	bottom: 0;
	left: 418px;
	z-index: 1010;
	background: url('http://www.pr-electronics.nl/afrika/img/circle_dots_top.png') center top no-repeat;
}

/*--------------------------------------------------
 * TOP
 */

#top {
	width: 866px;
	height: 114px;
	position: absolute;
	top: 0;
	left: 42px;
	z-index: 1000;
	background: url('http://www.pr-electronics.nl/afrika/img/top.png') center top no-repeat;
}

	#top a, #top a:hover {
		border-bottom: 0;
	}

/*---*/

#top_logo_pre {
	width: 393px;
	margin: 29px 0 0 0;
	float: left;
	text-align: right;
}

#top_and {
	width: 80px;
	margin: 26px 0 0 0;
	float: left;
	font-family: "News Gothic", sans-serif;
	font-size: 290%;
	color: #CCC;
	text-align: center;
}

#top_logo_waka {
	width: 393px;
		margin: 33px 0 0 0;
	float: left;
}

/*--------------------------------------------------
 * CONTENT
 */

#content {
}

/*---*/

#content_waka {
	width: 305px;
	margin: 34px 0 0 46px;
	float: left;
}

#content_patented {
	width: 248px;
	float: left;
	position: relative;
	text-align: center;
}

#content_pre {
	width: 305px;
	margin: 34px 46px 0 0;
	float: left;
}

/*---*/

#content_patented_circle {
	width: 80px;
	height: 64px;
	padding: 16px 0 0 0;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1020;
	background: url('http://www.pr-electronics.nl/afrika/img/circle_patented.png') center top no-repeat;
	line-height: 1.2;
	color: #FFF;
}

/*---*/

#content_pre_help {
	width: 305px;
	height: 53px;
	padding: 7px 0 0 0;
	position: relative;
	background: url('http://www.pr-electronics.nl/afrika/img/help.png') left top no-repeat;
}

	#content_pre_help a, #content_pre_help a:hover {
		color: #FFF;
		border-bottom: 0;
	}

#content_pre_help h3 {
	margin-bottom: 0;
	padding-right: 60px;
	line-height: 1.0;
	text-align: center;
}

#content_pre_help p {
	margin-bottom: 0;
	padding-right: 60px;
	text-align: center;
}

#content_pre_help_waka {
	width: 61px;
	height: 100px;
	position: absolute;
	top: -20px;
	right: 0;
	z-index: 1030;
	background: url('http://www.pr-electronics.nl/afrika/img/waka_light.png') center top no-repeat;
}

/*---*/

#content_polaroids {
	height: 250px;
	position: relative;
}

#content_polaroid_01 {
	width: 231px;
	height: 266px;
	position: absolute;
	top: -15px;
	left: 40px;
	z-index: 1043;
}

#content_polaroid_02 {
	width: 243px;
	height: 274px;
	position: absolute;
	top: -80px;
	left: 225px;
	z-index: 1042;
}

#content_polaroid_03 {
	width: 245px;
	height: 276px;
	position: absolute;
	top: -15px;
	left: 405px;
	z-index: 1041;
}

#content_polaroid_04 {
	width: 227px;
	height: 260px;
	position: absolute;
	top: -10px;
	left: 600px;
	z-index: 1040;
}

/*--------------------------------------------------
 * FOOTER
 */

#footer {
	width: 950px;
	height: 78px;
	background: url('http://www.pr-electronics.nl/afrika/img/footer.png') center top no-repeat;
}

/*
 * End
 */