/*
 
 
	Author:			Stijn Henderickx
					SHpartners
	Last update:	2010-05-26
	Media:			Screen
 
ToC
 
	1. Font sizes and styles
	2. Margins
	3. Structure
	4. Link styles
	5. Navigation
	6. Forms
	7. Generic elements
	
*/
 
 
 
/********************************/
/* ------ Font sizes and styles */
/********************************/
 
body { 
	background: url('../images/bck_body.jpg') #FFF;
	color: #333;
	font-family: Helvetica, Arial, "Helvetica Neue", Geneva, sans-serif;
	font-size: 0.8em;
}
 
h1 {
	font-family: Helvetica, Arial, "Helvetica Neue", Geneva, sans-serif;
	font-size: 1.7em;
	font-weight: bold;
}
 
h1.site-title {
	background: url('../images/lgo_decoganda.png') no-repeat;
	float: left;
	height: 65px;
	text-indent: -7000px;
	margin: 0;
	width: 236px;
}
 
h1.site-title a {
	border: none;
	display: block;
	height: 100%;
	width: 100%;
}
 
h2 { 
	font-family: Helvetica, Arial, "Helvetica Neue", Geneva, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	padding: 15px 0 3px 0;	
}
 
h3 { 
	font-size: 1.1em;
	font-weight: bold;
	font-family: Helvetica, Arial, "Helvetica Neue", Geneva, sans-serif;
}
 
h3 a:link, h3 a:visited {
	border: 0;
}
 
h4   { font-size: 1.2em; /* 16px */ }
h5   { font-size: 1.2em; /* 14px */ }
p	{ font-size: 1.0em; /* 10px */ }
 
#logo, #logo-print {display: none;}
 
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
.clearfix:after, #nav-1:after, #nav-2:after, h1.clearfix:after {
	clear: both;
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
}
 
a img {
	display: block;
}
 
img.left {
	display: block;
	float: left;
	padding: 0 5px 5px 0;
}
 
img.right {
	display: block;
	float: right;
	padding: 0 5px 5px 0;
}
 
p.right {	
	text-align: right;
}
 
.bold {
	font-weight: bold;
}
 
/******************/
/* ------ MARGINS */
/******************/
 
p { 
	padding: 3px 0; 
	line-height: 1.4em;
}
 
 
/*********************/
/* ------ STRUCTURE	 */
/*********************/
 
#wrapper {
	margin: 0px auto;
	position: relative;
	width: 995px;
}
	
	#header {
		background: url('../images/bck_header_bottom.png') 0 bottom repeat-x #FFF;
		height: 149px;
		padding: 0 30px;
	}
		
		#language-search {
			border-bottom: 1px dotted #000;
			height: 50px;
		}
		
			#language-search #search-bar {
				position: absolute;
				top: 0;
				left: 700px;
				width: 273px;
			}
	
		#logo-navigation {
			padding-top: 8px;
		}
 
			#navigation {
				float: right;
				text-align: right;
				width: 660px;
			}
	
		#header #logo {
			width: 170px;
			float: left;
		}
 
	
	#language-bar {
		height: 29px;
	}
	
	#main  {
		margin: 20px 0;
	} 
	
	.home-left {
		float: left;
		font-size: 1.1em;
		padding: 8px 10px 0 10px;
		width: 367px;
	}
	
	.home-right {
		background: url('../images/bck_randomproduct.png') no-repeat;
		display: block;
		float: left;
		height: 406px;
		padding: 10px;
		position: relative;
		width: 588px;
	}
	
		.home-right h2.quick-products {
			background: url('../images/bck_randomproducts_h2.png') top left no-repeat;
			color: #FFF;
			font-size: 1.3em;
			padding: 5px 0 0 7px;
			height: 46px;
			position: absolute;
			left: 14px;
			top: 14px;
			width: 177px;
			z-index: 99999;
		}
		
			ul#quick-products li {
				float: left;
				margin: 0 18px;
				padding-top: 45px;
				position: relative;
				width: 160px;
			}
				
				ul#quick-products li p {
					font-size: 1em;
				}
				
				ul#quick-products li h3 {
					font-size: 1.2em;
					padding-top: 5px;
				}
				
				ul#quick-products li div.read-more, ul#products li div.read-more {
					background: url('../images/bck_read_more.png') no-repeat;
					border: 0;
					display: block;
					font-size: 0.9em;
					height: 16px;
					line-height: 1.5em;
					padding-left: 10px;
					position: absolute;
					top: 346px;
					left: 70px;
					width: 94px;
				}
				
					ul#quick-products li a img {
						-webkit-transition: all 0.20s ease-out;
					}		
					
					ul#quick-products li a:hover img {
						opacity: .8;
					}
					
					ul#quick-products li div.read-more a , ul#products li div.read-more a {
						color: #FFF;
						border: 0;
						padding: 0;
						text-transform: uppercase;
					}
					
					ul#quick-products li div.read-more a:hover, ul#products li div.read-more a:hover {
						color: #FFC5C5;
					}
										
				ul#products li div.read-more {
					line-height: 1.3em;
				}
 
		
		#content {
			margin: 5px 20px 5px 20px;
			font-size: 1.1em;
		}
			#content h3 {
				margin-top: 15px;
			}
			
		.search-list p {
			font-size: 0.9em;
			margin-left: 5px;
		}
			
			.search-list .read-more {
				color: #444;
				display: inline;
				font-size: 0.9em;
				float: right;
			}
			
			.search-list .seperator {
				display: block;
				padding-bottom: 15px;
			}
		
		#content #breadcrumbs {
			border-bottom: 1px dotted #000;
			padding: 0 0 15px 10px;
			margin-bottom: 10px;
		}
 
	
		#content h1 {
			background: url('../images/bck_h1_left.png') no-repeat top left;
			color: #FFF;
			display: block;
			float: left;
			font-size: 1.3em;
			height: 46px;
			text-transform: inherit;
		}
		
			#content h1 div {
				background: url('../images/bck_h1_right.png') no-repeat top right;
				z-index: 99999;
				line-height: 1.7em;
				padding: 0 10px;
			}
			
		
		#content p {
			line-height: 1.5em;
		}
 
		#content ul, .content ul {
			list-style-type: disc;
			margin: 5px 15px 5px 20px;
		}
	
		#content ul li, .content ul li {
			padding-top: 3px;
			line-height: 1.5em;
		}
		
		
		ul#products li {
			background: url('../images/bck_product_item.png') no-repeat;
			height: 200px;
			float: left;
			list-style-type: none;
			padding: 10px;
			position: relative;
			width: 440px;
		}
		
			ul#products li img {
				float: left;
				padding: 30px 23px 0 15px;
			}
			
			ul#products li div {
				float: left;
				width: 235px;
			}
			
				ul#products li div h2 {
					padding-bottom: 0;
				}
			
				ul#products li div.read-more {
					position: absolute;
					top: 181px;
					left: 320px;
				}
			
			ul#products li div p {
				font-size: 0.9em;
			}
			
		a h3 {
			margin: 0; padding: 0;
		}
	
		#gallery {
			padding-top: 15px;
		}
	
		#gallery ul {
			list-style-type: none;
			margin: 0;
		}
	
			#gallery ul li {
				float: left;
				padding: 0 6px 6px 0;
			}
		
				#gallery ul li img {
					-webkit-border-radius: 2px;
					-moz-border-radius: 2px;
					-webkit-transition: all 0.20s ease-out;
				}
		
				#gallery ul li img:hover {
					opacity: .8;
				}
		
		.content {
			padding-top: 10px;
		}
	
		
	.sitemap ul li {
		list-style-type: disc;
		margin: 5px 0 5px 20px;
	}
	
	.sitemap ul li ul li {
		list-style-type: circle;
	}
	
	
	#footer {
		background: url('../images/bck_footer.png') no-repeat;
		height: 203px;
		margin: 20px 0;
		position: relative;
		width: 995px;
	}
		
		#footer h2 {
			color: #FFF;
			left: 25px;
			position: absolute;
			top: 26px;
		}
		
		#footer h3 {
			font-size: 1.3em;
			left: 50px;
			position: absolute;
			top: 100px;
		}
		
		#footer ul {
			position: absolute;
			top: 135px;
			left: 50px;
		}
		
			#footer ul li {
				float: left;
				font-size: 1.1em;
				margin-right: 100px;
			}
			
		#footer #credits {
			color: #FFF;
			position: absolute;
			line-height: 1.5em;
			left: 828px;
			top: 155px;
		}
		
			#footer #credits a {
				border: 0;
				color: #FFF;
			}
			
			#footer #credits a:hover {
				border-bottom: 1px solid white;
			}
	
/**********************/
/* ------ LINK STYLES */
/**********************/
 
a {
	text-decoration: none;
}
 
a:link {
	color: #2175cb;
	border-bottom: 1px solid #c0c0c0;
}
 
a:visited {
	color: #2175cb;
	border-bottom: 1px solid #c0c0c0;
}
 
a:hover {
	color: #363636;
	border-bottom: 1px solid #999999;
}
 
a:active {
	color: #363636;
	border-bottom: 1px solid #999999;
}
 
#language-bar ul li a {border: 0; text-decoration: none;}
#language-bar ul li a:link, #language-bar ul li a:visited{ color: #FFF; }
#language-bar ul li a:hover { color: #EEEEEE; }
 
 
#breadcrumbs a {border: 0; text-decoration: none;}
#breadcrumbs a:link, #breadcrumbs a:visited{ color: #2175cb; }
#breadcrumbs a:hover { color: #363636; }
 
 
 
/**********************/
/* ------ NAVIGATION  */
/**********************/
 
.nav_level_1, .nav_level_2  {
	margin: 0px;
	padding: 0px;
}
 
.nav li {
	float: left;
	display: inline;
}
	
	#nav-1 {
		height: 25px;
		margin-bottom: 16px;
		padding-bottom: 10px;
		border-bottom: 1px dotted #000;
	}
 
	#nav-1 li {
		float: left;
		font-family: "Helvetica Neue", Helvetica, Arial;
		font-size: 1.7em;
		font-weight: bold;
		text-transform: uppercase;
		border-right: 1px solid #CECECE;
	}
 
		#nav-1 li a {
			border: 0px;
			color: #5E5E5E;
			display: block;
			float: left;
			height: 25px;
			margin: 0px;
			padding: 3px 8px 0 8px;
			text-align: center;
			text-decoration: none;
			-moz-border-radius: 5px;
			-webkit-border-radius: 4px;
			-webkit-transition: opacity 0.20s ease-out;
		}
		
		#nav-1 li a:active {
		}
		
		#nav-1 li a:hover {
			color: #f32837;
			display: block;
			text-decoration: none;
		}
	
		#nav-1 li a.current {
			-moz-border-radius: 5px;
			-webkit-border-radius: 4px;
		}
		
		#nav-1 li:hover ul { 
			display: block;
		}
 
 
	#nav-2 {
		padding: 0; margin: 0;
		margin-left: 5px;
		height: 20px !important;
		overflow: hidden;
	}
	
 
	#nav-2 li {
		display: block;
		font-family: "Helvetica Neue", Helvetica, Arial;
		font-weight: bold;
		letter-spacing: 0.5px;
		text-transform: uppercase;
	}
 
		#nav-2 li a {
			border: 0;
			color: #5f5f5f;
			display: block;
			font-size: 0.9em;
			height: 20px;
			margin: 0px;
			padding: 3px 5px;
			text-decoration: none;
		}
		
		#nav-2 li a:active {
			color: #FFF;
		}
		
		#nav-2 li a:hover, #nav-2 li a.current:hover {
			background-color: #f32837;
			color: #FFF;
			display: block;
			text-decoration: none;
		}
	
		#nav-2 li a.current {
			border: 0;
			color: #f32837;
			display: block;
		}
 
 	#nav-3 {
		font-size: 0.9em;
	}
 
	
	#language-bar ul li {
		background-color: #f32837;
		float: left;
		line-height: 2.3em;
		margin: 0 2px;
		-moz-border-radius-bottomleft: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-webkit-border-bottom-right-radius: 5px;
	}
	
	#language-bar ul li a {
		color: #FFF;
		font-weight: bold;
		padding: 0 7px;
	}
	
 
/*********************/
/* ----------- FORMs */
/*********************/
 
span.message {
	border: 1px solid #DD3C10;
	color: #666666;
	background-color:#FFEBE8;
	margin:10px; 
	padding:10px;
}
 
 
input.text, textarea {
	background-color: #FFF;
	color: #333;
	font-family: Helvetica, Arial, "Helvetica Neue", Geneva, sans-serif;
	font-size: 1.1em;
	padding: 4px 2px;
	width: 210px;
}
 
textarea {
	height: 150px;
	width: 290px;
}
 
/* -- CSS for the login form -- */
 
#LoginForm div.field input{
	width: 300px;
	border: 1px solid #fff;
	border-top: 1px solid #bdbdbd;
	border-left: 1px solid #bdbdbd ;
	padding: 5px 4px;
	background-color: #ededed;
	margin-bottom: 5px;	
	font-size:11px;	
}
 
#LoginForm div.field input.checkbox {
	height : 26px;
	font-size : 18px;
	font-weight : lighter;
	width : 16px;
}
 
#LoginForm div.field input:focus, #LoginForm div.field textarea:focus{
	background-color:#fff;
}
 
#LoginForm {
	width: 500px;
	margin: 40px auto;
	background-color: #DDD;
	padding: 10px;
}
 
#LoginForm > h1 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
	margin-bottom: 10px;
	border-bottom: 1px solid gray;
	color: #434343;
}
 
#LoginForm > p {
	display: none;
}
 
#LoginForm fieldset {
	border : 0px solid #CCCCCC;
	padding: 0px;
}
 
#LoginForm label {
	font-size: 10px;
	color: #434343;
}
 
#LoginForm label.left {
	float: left;
	width: 8em;
	margin-top : 6px;
}
 
#MemberLoginForm_LoginForm_error {
	font-size: 10px;
	color: red;
	font-weight: bold;
}
 
#SearchForm_SearchForm #Search {
	background-color: #A1A1A5;
	width: 282px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
 
#SearchForm_SearchForm #Search .middleColumn {
	padding: 0 5px;
}
 
	#SearchForm_SearchForm #Search .middleColumn input.text {
		background: url('../images/bck_search_input.jpg') top right no-repeat #FFF;
		border: 0;
		width: 267px !important;
	}
	
#SearchForm_SearchForm fieldset legend {
	display: none;
}
 
#SearchForm_SearchForm fieldset .action {
	display: none;
}
 
#contact-info {
	float: left;
	width: 200px;
}
 
#contact-form {
	float: left;
	width: 400px;
}
 
/*********************/
/* --- GENERIC ITEMS */
/*********************/
 
.Actions {
	text-align: right;
}
 
.field {
	clear: both;
	padding: 2px 0 2px 0;
}
 
.field .label {
	padding-bottom: 0;
	border: none;
}
 
.field label {
	display:block;
}
 
.field ul {
	font-weight: normal;
	padding: 7px 0 14px;
}
 
.field label, .field .label {
	float: left;
	font-size: 0.9em;
	display: inline;
	padding: 5px 10px 0 0;
	width: 130px;
}
 
.field .label {
	height: 20px;
}
 
.middleColumn label.required, span.required {
	background: none;
	border: 0px;
	color: red;
	font-size: 0.9em;
	font-weight: bold;
	padding: 0;
	margin: 0 0 10px 140px;
	width: 250px;
}
 
.newslist {
	padding-left: 10px !important;
	width: 340px !important;
}

.newsdetail {
	width: 550px !important;
}
 
.col {
	padding-right: 20px;
	float: left;
	width: 325px;
}
 
.col15 {
	padding-right: 30px;
	float: left;
	width: 442px;
}
 
.col2 {
	padding-right: 250x;
	float: left;
	width: 604px;
}
 
.last {
	padding: 0px;
	border: 0px;
}
 
.no-border {
	border: 0px !important;
}

.gray {
	color: #555;
}

.no-padding {
	padding: 0;
}

