/* Start of CMSMS style sheet 'healthsupply' */
/* algemeen */
* {
	margin:0;
	padding:0;
	text-indent:0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
}
#borderbottom {
	width:100%;
	height:669px;
	border-bottom:1px solid #b6c7d1;
}
#container {
	width:800px;
	height:669px;
	margin:0 auto;
	background-image:url(uploads/images/bg/healthsupply.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}
div.logo {
	display:inline;
	float:left;
	
	width:230px;
	height:170px;
	
	padding-top:20px;
	
	position:relative;
	left:-40px;
}
/* TAALKEUZE */
div.taalkeuze {
	width:500px;
	margin:150px auto 0;
}
div.taalkeuze div {
	border-top:1px solid #b6c7d1;
	margin-top:30px;
	height:30px;
	background-image:url(uploads/images/taalkeuze/care4logistics.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
}
/* NAVIGATIE */
div#nav {
	display:inline;
	float:right;
	
	width:500px;
	height:75px;
	overflow:hidden;
	padding-top:70px;
}
div#nav ul {
	list-style-type:none;
}
div#nav ul li {
	display:inline;
}
div#nav ul a {
	display:inline;
	float:left;
	
	width:114px;
	height:80px;
	
	margin:0px;
	
	background-position:left top;
	background-repeat:no-repeat;
	
	text-decoration:none;
}
div#nav ul a span {
	visibility:hidden;
}
div#nav ul a.healthsupply {
	background-image:url(../new/uploads/images/logos/healthsupply_small.png);
}
div#nav ul a.dental {
	background-image:url(../new/uploads/images/logos/dentalflow_small.png);
}
div#nav ul a.senior {
	background-image:url(../new/uploads/images/logos/seniorflow_small.png);
}
div#nav ul a.hospital {
	background-image:url(../new/uploads/images/logos/hospitalflow_small.png);
}
div#nav ul a.service {
	background-image:url(../new/uploads/images/logos/serviceflow_small.png);
}


/* SUBNAVIGATIE */
div#subnav {
	clear:both;
	width:500px;
	
	padding-top:40px;
}
#subnav li {
	display:inline;
}
#subnav li a {
	display:inline;
	float:left;
	
	width:85px;
	height:20px;
	margin-right:5px;
	
	text-decoration:none;
	
	color:#888;
	font-weight:bold;
}
#subnav li a.currentpage, #subnav li a:hover {
	color:#003d5e;
}

/* CONTENT */
div#content * {
	color:#666;
	line-height:1.4em;
}
div#content {
	clear:both;
	width:300px;
	padding-top:20px;
}
#content p {
	margin-bottom:5px;
}
#content .small {
font-size:10px;
}
#content ul {
	list-style-type:square;
	list-style-position:outside;
	margin-left:18px;
}
.red{
	color: #FF0000;
}
/* End of 'healthsupply' */

