/**
 * default stylesheet for Radix website
 */
 
/**
 * main tags
 */
 
@font-face {
	font-family: 'DIN';
	src: url('fonts/dinpro_regular.eot');
	src: local('☺'), url('fonts/dinpro_regular.otf') format('opentype');
	font-weight: normal;
}

@font-face {
	font-family: 'DIN';
	src: url('fonts/dinpro_bold.eot');
	src: local('☺'), url('fonts/dinpro_bold.otf') format('opentype');
	font-weight: bold;
}

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

body {
	font-family: 'DIN', Lucida Sans Unicode, Lucida Sans, Sans-Serif;
	font-size: 100%;
	color: #231f20;
	background: #ffffff;
}

table,
input,
select,
textarea {
	font-family: 'DIN', Lucida Sans Unicode, Lucida Sans, Sans-Serif;
	font-size: 1em;
}

h1, h2 {
	font-size: 1.167em;
	font-weight: bold;
	line-height: 1.714em;
}

h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: bold;
}

p {
	margin-bottom: 1.500em;
}

a {
	color: #0b52a2;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

hr {
	margin-bottom: 15px;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	border-bottom: 1px solid #cccccc;
}

ul {
	margin: 0 0 1em 20px;
	padding: 0;
	list-style: none;
}

ul li {
	background: url(../siteimg/list_bullet_arrow.png) no-repeat left 0.273em;
	padding-left: 20px;
}

ol {
	margin: 0 0 1em 40px;
	padding: 0;
}

ol li {
}

table {
	margin: 0 0 1em 0;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-spacing: 0;
}

table th,
table td {
	padding: 0.5em 1em;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	text-align: left;
	vertical-align: top;
}

table th {
	font-weight: bold;
}


/**
 * common styles & layout
 */

.clear {
	clear: both !important;
	height: 0 !important;
	float: none !important;
}

.blue {
	color: #0b52a2;
}

div.pagewrapper {
	margin: 0 auto;
	width: 803px;
	background: #ffffff url(../siteimg/bg_pagewrapper.png) repeat-y;
	font-size: 0.75em;
	line-height: 1.333em;
}

div.pagewrapper_bottom {
	background: url(../siteimg/bg_pagewrapper_bottom.png) no-repeat;
	width: 803px;
	height: 20px;
	clear: both;
}

div.header {
	background: url(../siteimg/bg_header.png) no-repeat;
	width: 803px;
	height: 141px;
	margin-bottom: 7px;
	position: relative;
}

div.header img.headerlogo {
	position: absolute;
	top: 57px;
	right: 107px;
}

div.header ul.nav_main {
	margin: 0;
	padding: 0 0 0 35px;
	position: absolute;
	top: 117px;
	left: 8px;
	height: 24px;
	width: 751px;
	background: #a7a9ac;
}

div.header ul.nav_main li {
	float: left;
	padding: 0 8px 0 0;
	margin: 0;
	background: #ffffff;
}

div.header ul.nav_main li:first-child {
	padding-left: 8px;
}

div.header ul.nav_main li a,
div.header ul.nav_main li h1 {
	display: block;
	margin: 0;
	padding: 0;
	height: 24px;
	background: url(../siteimg/bg_nav_main.png) no-repeat;
	overflow: hidden;
	text-indent: -999px;
}

div.header ul.nav_main li.nav_main_home a {
	background-position: 0 0;
	width: 115px;
}
div.header ul.nav_main li.nav_main_home a:hover,
div.header ul.nav_main li.nav_main_home h1 {
	background-position: 0 -24px;
	width: 115px;
}

div.header ul.nav_main li.nav_main_over_mij a {
	background-position: -115px 0;
	width: 111px;
}
div.header ul.nav_main li.nav_main_over_mij a:hover,
div.header ul.nav_main li.nav_main_over_mij h1 {
	background-position: -115px -24px;
	width: 111px;
}

div.header ul.nav_main li.nav_main_portfolio a {
	background-position: -226px 0;
	width: 111px;
}
div.header ul.nav_main li.nav_main_portfolio a:hover,
div.header ul.nav_main li.nav_main_portfolio h1 {
	background-position: -226px -24px;
	width: 111px;
}

div.header ul.nav_main li.nav_main_tips a {
	background-position: -337px 0;
	width: 111px;
}
div.header ul.nav_main li.nav_main_tips a:hover,
div.header ul.nav_main li.nav_main_tips h1 {
	background-position: -337px -24px;
	width: 111px;
}

div.header ul.nav_main li.nav_main_testimonials a {
	background-position: -448px 0;
	width: 111px;
}
div.header ul.nav_main li.nav_main_testimonials a:hover,
div.header ul.nav_main li.nav_main_testimonials h1 {
	background-position: -448px -24px;
	width: 111px;
}

div.header ul.nav_main li.nav_main_contact a {
	background-position: -559px 0;
	width: 114px;
}
div.header ul.nav_main li.nav_main_contact a:hover,
div.header ul.nav_main li.nav_main_contact h1 {
	background-position: -559px -24px;
	width: 114px;
}

div.header q.slogan {
	position: absolute;
	top: 88px;
	right: 70px;
	overflow: hidden;
	text-indent: -999px;
	width: 116px;
	height: 17px;
	background: url(../siteimg/bg_slogan.png) no-repeat;
}

div.col_left {
	float: left;
	width: 151px;
	min-height: 450px;
	padding: 24px 22px 13px 32px;
	text-align: center;
	color: #0b52a2;
	font-size: 1.167em;
	line-height: 1.714em;
}

div.col_main {
	float: left;
	width: 504px;
	min-height: 450px;
	padding: 24px 27px 13px 28px;
	background: #f6f6f6;
}

div.col_main_home {
	background: url(../siteimg/bg_col_main_home.png) repeat-y;
	width: 558px;
	padding-left: 1px;
	overflow: hidden;
}

div.subcol_home {
	float: left;
	width: 231px;
	min-height: 450px;
	padding: 24px 20px 13px 28px;
}

ul.portfolio {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.portfolio > li {
	margin: 0 0 1.25em;
	padding: 0;
	width: 100%;
	overflow: hidden;
}

ul.portfolio img.portfolio_image {
	float: left;
	margin: 3px 28px 0 0;
}

ul.portfolio h3.portfolio_title,
ul.portfolio div.portfolio_description {
	margin-left: 136px;
}
