/* 
-----------------------------------
Website: unleaded.nl / unleaded.es
copyright 2010 unleaded

--------------
Swatch colors:
--------------
#c8c8c8 = Grey (lines)
#5a5a5a = Grey (text)
#37c6f2 = Blue (links & header)

-----------------------------------
*/

/* General settings */
body {
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2;
	color: #5a5a5a;
}

a { 
	font-weight: bold; 
	color: #37c6f2;
	text-decoration: underline;
}

h1 { 
	font-size: 24px;
	color: #37c6f2;
	text-transform: uppercase;
}
h2 { 
	font-size: 48px;
	color: #37c6f2;
}
h3 { 
	font-size: 21px;
	color: #5a5a5a;
	margin: 0 0 0 4px;
}
h4 {
	font-size: 13px;
	color: #000;
	margin: 6px 0;
	font-weight: bold;
}
h6 { /* menu text */
	font-size: 13px;
	color: #5a5a5a;
	font-weight: normal;
	display: inline;
}

em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
p {
	margin: 8px 0;
}

#container { 
	width: 100%;
	height: 100%;
	margin: 0;
	text-align:center;
	position: relative;
	background: url(../images/bg_header.gif) left top repeat-x;
}

#page-wrap { 
	max-width: 960px;
	min-width: 960px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

/* Header */
#header {
	height: 80px;
	width: 960px;
	text-align: left;
	padding: 20px 0 0 0;
}
	#header #lang {
		position: absolute;
		right: 0px;
		top: 25px;
		height: 11px;
		width: 95px;
	}
		#header #lang .flag {
			margin: 0 0 0 5px;
			border: 0;
		}

/* Menu */
#menubar {
	height: 38px;
	margin: 10px 0 0 0;
	background: url(../images/menubar.png) left top no-repeat;
	text-align: left;
	padding: 9px 30px 0 30px;
}
	#menubar a {
		text-decoration: none;
		color: #5a5a5a;
		font-weight: normal;
		margin: 0 55px 0 0;
	}

/* Catchphrase + photo */
#catch {
	background: url(../images/bghome.jpg) left top no-repeat;
	height: 253px;
	width: 930px;
	text-align: left;
	padding: 30px 0 0 30px;
	margin: 0;
}
#catch-clients {
	background: url(../images/bgclients.jpg) left top no-repeat;
	height: 253px;
	width: 930px;
	text-align: left;
	padding: 30px 0 0 30px;
	margin: 0;
}
#catch-contact {
	background: url(../images/bgcontact.jpg) left top no-repeat;
	height: 253px;
	width: 930px;
	text-align: left;
	padding: 30px 0 0 30px;
	margin: 0;
}
#catch-ws {
	background: url(../images/bgwebsites.jpg) left top no-repeat;
	height: 253px;
	width: 930px;
	text-align: left;
	padding: 30px 0 0 30px;
	margin: 0;
}
#catch-email {
	background: url(../images/bgemail.jpg) left top no-repeat;
	height: 253px;
	width: 930px;
	text-align: left;
	padding: 30px 0 0 30px;
	margin: 0;
}
#catch-om {
	background: url(../images/bgonline.jpg) left top no-repeat;
	height: 253px;
	width: 930px;
	text-align: left;
	padding: 30px 0 0 30px;
	margin: 0;
}
#catch-over {
	background: url(../images/bgover.jpg) left top no-repeat;
	height: 253px;
	width: 930px;
	text-align: left;
	padding: 30px 0 0 30px;
	margin: 0;
}

/* Main text parts */
.maintop {
	background: url(../images/maintop.gif) left top no-repeat;
	width: 960px;
	height: 10px;
	margin: 0px;
	float: left;
}
.mainbg {
	background: url(../images/bgmain.gif) left top repeat-y;
	width: 960px;
	float: left;
}
.mainbg1 {
	background: url(../images/bgmain1.gif) left top repeat-y;
	width: 960px;
	float: left;
}

	#column1, #column2 {
		width: 290px;
		padding: 15px 15px 5px 15px;
		text-align: left;
		float: left;
	}
	#column3 {
		width: 290px;
		padding: 15px 15px 5px 15px;
		text-align: left;
		float: right;
	}
	#column12 {
		width: 610px;
		padding: 15px 15px 5px 15px;
		text-align: left;
		float: left;
	}
	#column23 {
		width: 610px;
		padding: 15px 15px 5px 15px;
		text-align: left;
		float: right;
	}
	#column123 {
		width: 930px;
		padding: 15px 15px 5px 15px;
		text-align: left;
		float: left;
	}
		#column1 img, #column2 img, #column3 img {
			vertical-align: middle;
		}
		.pic {
			vertical-align: middle;
		}
		.photo {
			border: solid 1px #d0d0d0;
			width: 110px;
			height: 110px;
			padding: 5px;
			float: right;
			position: relative;
			margin: 0 0 0 10px;
		}
		#column12 ul {
			list-style-type: square;
			margin: 12px 0 12px 25px;
		}

.mainbot {
	background: url(../images/mainbot.gif) left top no-repeat;
	width: 960px;
	height: 10px;
	margin: 0px;
	float: left;
}

/* Newsletter part */
#signin {
	background: url(../images/bgsubscribe.png) left top no-repeat;
	width: 255px;
	height: 105px;
	float: left;
	padding: 15px;
	margin-top: 12px;
}

/* Forms */
.submit {
	height: 23px;
	width: 110px;
	background: url(../images/send.png) left top no-repeat;
	border:0;
	text-align: left;
	padding: 0 0 0 10px;
	font-weight: bold;
	font-size: 11px;
	color: #5a5a5a;
}
.txtfield {
	border: solid 1px #d0d0d0;
	width: 235px;
	margin: 0 0 4px 0;
}
.fout {
	border: 1px solid #FF0000;
	margin: 10px 0;
	padding: 10px;
	font-weight: bold;
	color: #FF0000;
	background:#ffe5e5;
}
.formulier {
	margin: 10px 30px;
	padding: 15px;
	background:#e8e8e8;
	float: left;
}
	.formulier .fieldnames {
		float: left;
		width: 200px;
		height: 35px;
	}
	.formulier .fields {
		float: left;
		width: 250px;
		height: 35px;
	}
	.formulier .fields2 {
		float: left;
		width: 250px;
		height: 80px;
	}
.meer {
	height: 23px;
	width: 110px;
	background: url(../icons/leesmeer.png) left top no-repeat;
	border:0;
	text-align: left;
	padding: 0 0 0 10px;
	font-weight: bold;
	font-size: 11px;
	color: #5a5a5a;
}

/* Footer */
.footbg {
	background: url(../images/bgfoot.gif) left top repeat-y;
	width: 960px;
	float: left;
}
#footer {
	width: 900px;
	padding: 5px 15px;
	text-align: center;
	font-size: 11px;
}
	#footer img {
		vertical-align: middle;
	}

