/**
 * Stylesheet for <Clear Vantage>
 * @media	screen, projection
 * @copyright	Netlash <http://www.netlash.com>
 * @author	name <yoni@netlash.com>
 */

/* Typography and text styles */

body {
	font: 300 12px Arial, sans-serif;
	line-height: 1.48; /* Safari 2.0.4 */
	color: #333;
	background: #ebebeb url(../images/background.gif);
}

#container {
	width: 890px;
	margin: 0 auto;
}

/* Headings */
h1, h2, h3, h4 {
	font-weight: 700;
	line-height: 1.1;
	font-family: Arial, sans-serif;
}

h2 {
	font-size: 18px;
	padding: 5px 0;
}

h3 {
	font-size: 14px;
	padding: 4px 0;
	color: #222;
	background: none;
}

h4 {
	font-size: 12px;
	font-weight: bold;
}

#indexwrapper h3,
#contentwrapper h1,
#indexNews h3 {
	font-size: 24px;
	color: #89126e;
	padding-bottom: 20px;
}

p {
	padding: 0 0 10px 0;
}

/* Links */

a {
	color: #c734a5;
}

a:hover,
a:active {
	color: #666;
}

a.subtle {
	color: #333;
	text-decoration: none;
}

a.subtle:hover,
a.subtle:active {
	color: #c734a5;
}

img.alignLeft {
	float: left;
	padding: 0 10px 10px 0;
}

img.alignRight {
	float: right;
	padding: 0 0 10px 10px;
}

hr {
	border: none;
	border-top: 1px solid #CDCDCD;
	padding: 0;
}

div.hr {
	border-bottom: 1px solid #D7D7D7;
	margin: 12px 0 24px;
}

div.hr hr {
	display: none;
}

/* Page structure and layout */

	/* Header */

	#indexheader {
		height: 390px;
	}

	#contentheader,
	#contactheader {
		height: 240px;
	}

	#top {
		height: 60px;
		background: #f2f2f1 url(../images/top_background.gif) repeat-x;
		padding: 0 20px;
	}

		/* Logo */

	#indexheader h1,
	#contentheader h1,
	#contactheader h1 {
		width: 146px;
		height: 60px;
		background: url(../images/logo.gif) no-repeat;
		text-indent: -9999px;
	}

	#indexheader h1 a,
	#contentheader h1 a,
	#contactheader h1 a {
		width: 100%;
		height: 100%;
		display: block;
		overflow: hidden;
	}

		/* Language */

	#language {
		float: right;
		padding: 22px 0;
	}

	#language li {
		display: inline;
		font-size: 10px;
		list-style-image: none;
		list-style-position: outside;
		list-style-type: none;
	}

	#language li a {
		text-decoration: none;
		padding: 7px 9px;
		color: #666;
	}

	#language li a:hover,
	#language li a:active {
		color: #222;
	}

	#language li.active a {
		background: url(../images/language_background.gif) no-repeat center center;
		color: #fff;
	}

	#language li.active a:hover,
	#language li.active a:active {
		background: url(../images/language_hover_background.gif) no-repeat center center;
		color: #fff;
	}

		/* Spotlight */

	#indexheader #spotlight {
		height: 246px;
		background: url(../images/index_image.jpg) no-repeat;
		padding: 44px 445px 0 40px;
	}

	#contactheader #spotlight {
		height: 140px;
		background: url(../images/contact_image.jpg) no-repeat;
		padding: 0;
	}

	#contentheader #spotlight {
		height: 140px;
		background: url(../images/content_image_industial.jpg) no-repeat;
		padding: 0;
	}

	#spotlight h2 {
		font-weight: normal;
		color: #88136e;
		padding-bottom: 16px;
	}

	#spotlight p {
		font-size: 15px;
		line-height: 26px;
		color: #333;
		padding-bottom: 10px;
	}

		/* Navigation */

	#navigatie {
		height: 20px;
		background: #222 url(../images/navigation_background.gif);
		padding: 10px 20px;
	}

	#navigatie li {
		display: inline;
		font-size: 13px;
		list-style-image: none;
		list-style-position: outside;
		list-style-type: none;
		padding-right: 10px;
	}

		/* Navigation Normal */

	#navigatie li a {
		text-decoration: none;
		background: #3b3b3b url(../images/navigation_inactive_background.gif);
		padding: 5px 10px 6px 10px;
		color: #fff;
		position: relative;
	}

	#navigatie li a:hover,
	#navigatie li a:active {
		color: #ed54ca;
	}

	#navigatie li a span.corner {
	display: block;
	font-size: 1px;
	height: 4px;
	line-height: 1;
	position: absolute;
	width: 4px;
	}

	#navigatie li a span.topleft {
		background: url(../images/navigation_inactive_corners.gif) no-repeat left top;
		left: 0;
		top: 0;
	}

	#navigatie li a span.topright {
		background: url(../images/navigation_inactive_corners.gif) no-repeat right top;
		right: 0;
		top: 0;
	}

	#navigatie li a span.bottomleft {
		background: url(../images/navigation_inactive_corners.gif) no-repeat left bottom;
		left: 0;
		bottom: 0;
	}

	#navigatie li a span.bottomright {
		background: url(../images/navigation_inactive_corners.gif) no-repeat right bottom;
		right: 0;
		bottom: 0;
	}

		/* Navigation Active */

	#navigatie li.active a {
		background: #fff;
		color: #555;
	}

	#navigatie li.active a:hover,
	#navigatie li.active a:active {
		background: #fff;
		color: #222;
	}

	#navigatie li.active a span.topleft {
		background: url(../images/navigation_active_corners.gif) no-repeat left top;
		left: 0;
		top: 0;
	}

	#navigatie li.active a span.topright {
		background: url(../images/navigation_active_corners.gif) no-repeat right top;
		right: 0;
		top: 0;
	}

	#navigatie li.active a span.bottomleft {
		background: url(../images/navigation_active_corners.gif) no-repeat left bottom;
		left: 0;
		bottom: 0;
	}

	#navigatie li.active a span.bottomright {
		background: url(../images/navigation_active_corners.gif) no-repeat right bottom;
		right: 0;
		bottom: 0;
	}

	/* Content */

	#content {
		padding: 30px;
		background: #fff;
	}

	#contentwrapper {
		width: 100%;
		height: 100%;
		background: url(../images/content_background.gif);
	}

	#indexwrapper {
		width: 100%;
		height: 100%;
		background: url(../images/index_background.gif);
	}

	#content .left {
		width: 257px;
		float: left;
		padding-right: 15px;
	}

	#content .middle {
		width: 256px;
		float: left;
		padding: 0 15px;
	}

	#content .right {
		width: 257px;
		float: left;
		padding-left: 15px;
	}

	#content .widespan {
		width: 542px;
		float: left;
		padding-right: 15px;
	}

	#content .left h3,
	#content .middle h3,
	#content .widespan h1,
	#indexNews h3 {
		width: 100%;
		background: #fff;
		padding-right: 16px;
	}

	#content ul {
		padding-left: 15px;
	}

	#content .left ul,
	#content .middle ul,
	#content .right ul {
		padding-bottom: 10px;
	}

	#content ul li {
		list-style: disc;
		padding-bottom: 4px;
	}
	#content ul li ol li {
		list-style-type: decimal;
		padding-bottom: 4px;
	}

		/* Button */

	a.button {
		text-decoration: none;
		line-height: 22px;
		color: #fff;
		background: transparent url(../images/button_slide_end.png) no-repeat scroll left top;
		float: left;
		margin: 0;
		padding: 0 0 0 10px;
	}

	a.button span {
		float: none;
		background: transparent url(../images/button_slide.png) no-repeat scroll right top;
		display: block;
		padding: 0 10px 0 0;
	}

	a.button:hover,
	a.button:active {
		color: #fff;
		background-position: 0 100%;
	}

	a.button span {
		float: none;
		background: transparent url(../images/button_slide.png) no-repeat scroll right top;
		display: block;
		padding: 0 10px 0 0;
	}

	a.button:hover span,
	a.button:active span {
		background: transparent url(../images/button_slide.png) no-repeat scroll right top;
		background-position: 100% 100% ;
	}

	#contactimage {
		width: 237px;
		height: 20px;
		background: url(../images/contact_background.jpg);
		padding: 150px 0 20px 20px;
	}

	/* Contact Form */

	span.form-error {
		color: red;
		display: block;
		padding-bottom: 14px;
	}

	/* News */

	#indexNews h4 a,
	#indexNews h4 a:link,
	#indexNews h4 a:visited,
	#indexNews h4 a:hover,
	#indexNews h4 a:active,
	#news h3 a,
	#news h3 a:link,
	#news h3 a:visited,
	#news h3 a:hover,
	#news h3 a:active,
	#bottomSpotlight .newsarticle h4 a,
	#bottomSpotlight .newsarticle h4 a:link,
	#bottomSpotlight .newsarticle h4 a:visited,
	#bottomSpotlight .newsarticle h4 a:hover,
	#bottomSpotlight .newsarticle h4 a:active {
		text-decoration: none;
		font-size: 18px;
		color: #000;
	}

	#indexNews h4,
	#news h3,
	#bottomSpotlight .newsarticle h4 {
		font-size: 18px;
	}

	#indexNews {
		padding-top: 20px;
		float: left;
		width: 395px;
	}
	
	#bottomSpotlight {
		padding: 20px 0 0 36px;
		float: left;
		width: 395px;
	}

	#bottomSpotlight h3 {
		font-size: 24px;
		color: #89126e;
		background: #fff;
		padding-right: 16px;
		padding-bottom:20px;
	}

	.newsarticle {
		padding-bottom: 20px;
	}

	p.date {
		font-size: 11px;
		color: #999;
	}

	#content .noPadding {
		padding: 0;
	}

	/* Box */
	
	.box {
		background: #89126E;
		color: #fff;
		padding: 15px 15px 9px 15px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		margin-bottom: 12px;
	}

		.box a {
			color: #fff;
		}

		.box a:link,
		.box a:visited {
			color: #fff;
		}

		.box a:hover,
		.box a:active {
			color: #feddf7;
		}

			#bottomSpotlight .box h3 {
				background: none;
				color: #fff;
				font-size: 18px;
			}

	/* Pagination */

	.pagination-wrap {
		width: 100%;
		overflow: hidden;
	}

	.pagination {
		float: left;
		position: relative;
		left: 50%;
	}

	.pagination ul {
		padding: 18px 0;
		z-index: 2;
		overflow: hidden;
		position: relative;
		left: -50%;
	}

	.pagination li,
	#content .pagination li {
		float: left;
		list-style: none;
		margin: 0 5px 0 0;
		text-decoration: none;
		padding: 0;
		line-height: 15px;
		font-size: 12px;
		text-align: center;
	}

	.pagination li span {
		float: left;
		display: block;
		padding: 4px 5px;
		color: #ccc;
		min-width: 12px;
	}

	.pagination li.currentpage span {
		font-weight: 700;
		color: black;
	}

	.pagination li.selected span {
		padding: 4px 5px;
		font-weight: 700;
		color: black;
	}

	.pagination li a:link,
	.pagination li a:visited {
		float: left;
		display: block;
		padding: 3px 4px;
		border: 1px solid #ddd;
		text-decoration: none;
		min-width: 12px;
	}

	li.ellipsis {
		margin: 0;
	}

	li.ellipsis span {
		color: black;
	}

	.pagination li a:hover,
	.pagination li a:active {
		background: #eee;
		border: 1px solid #bbb;
		color: black;
	}

	.nextpage, .previouspage {
		font-size: 11px !important;
	}

	.pagination li.nextpage {
		margin-left: 10px;
	}

	.pagination li.previouspage {
		margin-right: 15px;
	}

	/* Footer */

	#footer {
		height: 30px;
		background: url(../images/footer_background.gif) repeat-x;
		text-align: center;
		padding: 10px 0 40px;
	}

	#footer li {
		padding: 10px 15px 15px;
		display: inline;
		font-size: 11px;
		list-style-image: none;
		list-style-position: outside;
		list-style-type: none;
		text-decoration: none;
		color: #666
	}

	#footer li a {
		color: #333;
		text-decoration: none;
	}

	#footer li a:hover,
	#footer li a:active {
		color: #c734a5;
	}

/* Clearfix */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* About us space fix */
.space {
	padding-bottom: 18px;
}
