/* ==  2006 Fluxility Design == */

	/**************************************************\
	|     Stylesheet                                   |
	|     Fluxility                                    |
	|     File Manager: Kilian Valkhof                 |
	\**************************************************/

/* *************************** 
   GLOBAL RESET SETTINGS
   ***************************/
* {margin:0;padding:0;}
a img {border:none;}
/* *************************** 
   PAGE SETTINGS
   ***************************/
html {height:100%;}
body {
	background:#fff url("../images/bg.png") repeat-x 0 0;
	height:100%;
	
	color:#300;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
}
/* *************************** 
   WRAP SETTINGS
   ***************************/
#wrap {
	position:relative;
	background:url(../images/header.png) no-repeat 0 0;
	width:760px;
	margin:0 auto;
	padding-top:160px;
}
/* *************************** 
   NAVIGATION SETTINGS
   ***************************/
#navigation {
	list-style:none;
	position:absolute;
	left:46px; 
	top:200px;
}
#navigation li a {
	display:block;
	width:155px; 
	height:33px;
	background:#f00 url("../images/menuitem.jpg") no-repeat 0 0;
	margin-bottom:16px;
	outline: none;
	overflow:hidden;

	text-align:center;
	color:#fff;
	font-size:16px;
	line-height:30px;
	font-weight:bold;
	text-decoration:none;
}
#navigation li a:hover {
	background:#fff url("../images/menuitem.jpg") no-repeat 0px -39px;
	color:#f00;
}
#navigation li a:active {
	background:url("../images/menuitem.jpg") no-repeat 0px -78px;
	color:#fff;
}
/* *************************** 
   SERVICE NAVIGATION SETTINGS
   ***************************/
#navigation #service ul {
	margin:-17px 0 0 5px;
	list-style-type:none;
}
#navigation #service ul li a {
	background:#fff url("../images/bullet.gif") no-repeat 3px 5px;
	display:inline;
	padding:2px;
	padding-left:15px;

	color:#900;
	font-size:14px;
	font-weight:normal;
	}
#navigation #service li a:hover {
	background:#fdd url("../images/bullet.gif") no-repeat 3px 5px;
}
#service {
	display:none;
}
#page-hardware #service,
#page-advies #service,
#page-remote-it-support #service,
#page-back-it-up-online #service,
#page-it-hulp #service,
#page-detachering #service,
#page-remote-services #service {
	display:block;
}
/* *************************** 
   NAVIGATION CONTACT SETTINGS
   ***************************/	
.contact {
	font-size:10px;
	margin-bottom:5px;
	list-style:none;
}
.contact li {
	height:18px;
	width:181px;
}
#navigation li .contact li a,
#navigation li .contact li a:hover,
#navigation li .contact li a:active {
	background:none;
	display:inline;
	color:#900;
	font-size:10px;
	font-weight:normal;
	line-height:18px;
	padding:2px 0px;
}
#navigation li .contact li a:hover {background:#fdd;}
/* *************************** 
   CONTENT SETTINGS
   ***************************/
#content {
	margin-left:235px;
	margin-right:40px;
	margin-top:36px;
}
.filler {float:right;margin:10px;border:2px solid #f33;}
.firstpar {background:#fee;}

/* *************************** 
   FONT SETTINGS
   ***************************/
h1 {display:none;visibility:hidden;}

h2 {
	position:relative;
	font-size:18px;
	font-weight:bold;
	color:#e00;
	padding:5px;
}
h3 { 
	position:relative;
	font-size:14px;
	font-weight:bold;
	color:#e00;
	padding:5px;
}
h4 { 
	position:relative;
	font-size:12px;
	font-weight:bold;
	color:#e00;
	padding:5px;
}
p {margin-bottom:10px;padding:5px;}
#page-about p.firstpar {display:block;position:relative;margin-top:-5px;}
a {
	color:#f00;
	padding:2px 0px;
}
a:hover {
	background:#fdd;
}
#content ul {margin-left:20px;}
/* *************************** 
   FOOTER SETTINGS
   ***************************/
#footer {
	clear:both;
	text-align:center;
	padding-top:20px;
	font-size:10px;
}

/* *************************** 
   CONTACT PAGE SETTINGS
   ***************************/
.contactinfo {
	list-style-type:none;
	line-height:18px;
	position:absolute;
	right:30px;top:333px;
	padding-left:10px;
	padding-top:20px;
	}

.contactinfo li {
	height:18px;
}

.contactinfo li h1 {
	visibility:visible;
	display:block;
	font-size:12px;
	font-weight:bold;
	color:#f00;
}

.sep {margin-bottom:18px;}

/* *************************** 
   FORM SETTINGS
   ***************************/
form {width:300px;}
fieldset {border:none;}
fieldset ol {list-style:none;}
legend {display:none;}
label {display:block;}
input, textarea {width:100%;padding:2px;border:1px solid #f00;background:#f9f9f9;}

.newsletter legend {display:block;}
.newsletter label input {width:15px;border:none;background:#fff;}

form p input {width:120px;height:24px;margin:10px;padding-bottom:2px;}
form p {text-align:center;width:485px;}
form textarea {width:485px;	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;}