/************************************************************************

	GLOBAL CSS
	==========

	Provides all global styles for the site which more specific sections 
	can be built on using the layered css technique

	Author:		Tom Harman
				Nick Watson
				Tom Fletcher
				[www.optixsolutions.co.uk]

	Listing Order:
	==============

	Universal
	Forms
	General Structure / Layout
	Navigation Elements
	Header Elements
	Body Elements
	Footer Elements
	Messages

************************************************************************/

/***********************************************************************
	UNIVERSAL STYLES
************************************************************************/

body {
	font-size: .7em;
	background-color: #bcc6c6;
	height: 100%;
}
html{
	height: 100%;
}

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, abbr, input, select, textarea, table, td, th {
	font-family: Arial, Helvetica, sans-serif;
	color: #6d6d6d;
}

/***********************************************************************
	IF YOU GET RANDOM SPACING AND OTHER ANNOYING WIERDNESS LOOK BELOW FIRST
************************************************************************/

div#content p, div#content h1, div#content h2, div#content h3, div#content h4, div#content h5, 
div#content h6, div#content table, div#content ul, div#content ol, div#content form {
	margin: 1em 0;
}

/***********************************************************************
	FORMS
************************************************************************/

fieldset, legend {
	border: none;
}

legend {
	background: transparent;
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0;
	padding: 0 .5em;
}

label {
	float: left;
	padding: 0 1em 0 0;
	text-align: right;
}

form fieldset div {
	clear: both;
	display: block;
	margin-bottom: .5em;
	padding: 0;
}

div.submit {
	clear: both;
	text-align: center;
	width: auto;
}

div.multi input {
	border: 0;
	width: auto;
}
 
form 									{ width: 100%; }

label		 							{ float: left;	height: 22px; width: 45%; }

fieldset div input,
fieldset div select,
fieldset div textarea  			{ width: 45%; }

fieldset div input.small,
fieldset div select.small,
fieldset div textarea.small 	{ width: 25%; }

div.req label, div.req p		{ font-weight: bold; }

div.multi label 					{ height: 22px; }

div.req label:before, 
div.req p:before {
	content: "* ";
}

input:focus, textarea:focus {
	background: #fafafa;
	color: #000;
}

fieldset div input, 
fieldset div select, 
fieldset div textarea  {
	border: 1px solid #aaa;
	color: #333;
	font-weight: normal;
	padding: 1px;
}

div.submit input {
	background: #777;
	border: 1px solid #333;
	color: #fff;
	font-weight: bold;
	padding: 1px .7em;
	width: auto;
}

ul#terms li ul {
	margin: 0px 0px 10px 0px;
	padding-left: 10px;
}
ul#terms li ul li {
	padding: 2px 0px 5px 10px;
}
ul#terms li ul li ul{
	margin: 2px 0px 0px 0px;
}
/***********************************************************************
	GENERAL STRUCTURE/LAYOUT
************************************************************************/
div#container{
	width: 760px;
	margin: 0 auto;
	background-color: #fff;
}
div#header{
/*	width: 760px;
	height: 154px;
	float: left;
	background-image: url(../i/layout/header-header.jpg);
*/
	width: 760px;
	height: 200px;
	float: left;
	background-image: url(../i/layout/header-header2.jpg);

}

div#deheader{
	width: 760px;
	height: 200px;
	float: left;
	background-image: url(../i/layout/header-header-de.jpg);

}

div#frheader{
	width: 760px;
	height: 200px;
	float: left;
	background-image: url(../i/layout/header-header-fr.jpg);

}

div#nlheader{
	width: 760px;
	height: 200px;
	float: left;
	background-image: url(../i/layout/header-header-nl.jpg);

}

div#main{
	width: 740px;
/*	background-color: #6f92b0;*/
	background-color: #ef8b36;
	margin-left: 9px;
	float: left;
	margin-bottom: 9px;	
	padding-bottom: 10px;
}
/*div#mainbeer{
	width: 740px;
	background-color: #dbe08b;
	margin-left: 9px;
	float: left;
	margin-bottom: 9px;	
}*/
div#mainwine{
	width: 740px;
	background-color: #932c42;
	margin-left: 9px;
	float: left;
	margin-bottom: 9px;	
		padding-bottom: 10px;
}
div#mainsoft{
	width: 740px;
	background-color: #551600;
	margin-left: 9px;
	float: left;
	margin-bottom: 9px;	
		padding-bottom: 10px;
}
div#mainchemicals{
	width: 740px;
	background-color: #bcc8e5;
	margin-left: 9px;
	float: left;
	margin-bottom: 9px;	
		padding-bottom: 10px;
}
div#mainjuice{
	width: 740px;
	background-color: #fee152;
	margin-left: 9px;
	float: left;
	margin-bottom: 9px;	
		padding-bottom: 10px;
}
div#mainfoods{
	width: 740px;
	background-color: #777646;
	margin-left: 9px;
	float: left;
	margin-bottom: 9px;	
		padding-bottom: 10px;
}
div#mainjars{
	width: 740px;
	background-color: #a0a19c;
	margin-left: 9px;
	float: left;
	margin-bottom: 9px;	
		padding-bottom: 10px;
}
div#mainfinishes{
	width: 740px;
	background-color: #a4ad86;
	margin-left: 9px;
	float: left;
	margin-bottom: 9px;	
		padding-bottom: 10px;
}
div#mainbeer{
	width: 740px;
	background-color: #636b0f;
	margin-left: 9px;
	float: left;
	margin-bottom: 9px;	
		padding-bottom: 10px;
}
div#mainhard{
	width: 740px;
	background-color: #f0c173;
	margin-left: 9px;
	float: left;
	margin-bottom: 9px;	
		padding-bottom: 10px;
}
/*** mains for ie6 (can you beleive it) ***/
* html div#main{
	width: 740px;
/*	background-color: #6f92b0;*/
	background-color: #ef8b36;
	margin-left: 4px;
	float: left;
	margin-bottom: 9px;	
	
}
/** html div#mainbeer{
	width: 740px;
	background-color: #dbe08b;
	margin-left: 4px;
	float: left;
	margin-bottom: 9px;	
}*/
* html div#mainwine{
	width: 740px;
	background-color: #932c42;
	margin-left: 4px;
	float: left;
	margin-bottom: 9px;	
}
* html div#mainsoft{
	width: 740px;
	background-color: #551600;
	margin-left: 4px;
	float: left;
	margin-bottom: 9px;	
}
* html div#mainchemicals{
	width: 740px;
	background-color: #bcc8e5;
	margin-left: 4px;
	float: left;
	margin-bottom: 9px;	
}
* html div#mainjuice{
	width: 740px;
	background-color: #fee152;
	margin-left: 4px;
	float: left;
	margin-bottom: 9px;	
}
* html div#mainfoods{
	width: 740px;
	background-color: #777646;
	margin-left: 4px;
	float: left;
	margin-bottom: 9px;	
}
* html div#mainjars{
	width: 740px;
	background-color: #a0a19c;
	margin-left: 4px;
	float: left;
	margin-bottom: 9px;	
}
* html div#mainfinishes{
	width: 740px;
	background-color: #a4ad86;
	margin-left: 4px;
	float: left;
	margin-bottom: 9px;	
}
* html div#mainbeer{
	width: 740px;
	background-color: #636b0f;
	margin-left: 4px;
	float: left;
	margin-bottom: 9px;	
}
* html div#mainhard{
	width: 740px;
	background-color: #f0c173;
	margin-left: 4px;
	float: left;
	margin-bottom: 9px;	
}
/****************************************/
div#left{
	width: 194px;
	float: left;
	background-color: #fff;
	margin-left: 9px;
	margin-top: 9px;
	margin-bottom: 9px;	
	clear: none;
}
* html div#left{
	width: 194px;
	float: left;
	background-color: #fff;
	margin-left: 4px;
	margin-top: 9px;
	margin-bottom: 9px;	
}
div#content{
	width: 500px;
	float: left;
	background-color: #fff;	
	margin-left: 9px;
	margin-top: 9px;
	margin-bottom: 9px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	background-image: url(../i/layout/bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
	min-height: 458px;
	clear: none;
}
* html div#content {
	min-height:448px;
  height:auto !important;
  height:448px;
}
div#content.remove-bg{
	background-image: none;
}
div#footer{
	width: 760px;
	height: 60px;
	float: left;
	background-color: #fff;	
	border-top: #bcc6c6 solid 6px;
	padding-top: 30px;
}
div.view-news a img{
	float: left;
	clear: left;
	margin-bottom: 10px;
	margin-right: 20px
}
/***********************************************************************
	HEADER ELEMENTS
************************************************************************/

/***********************************************************************
	BODY ELEMENTS
************************************************************************/
div.search-item{
	width: 152px;
	float: left;
/*	background-color: #e4eaf0;*/
	background-color: #fae3d0;
	margin-left: 12px;
	margin-top: 12px;
	padding-top: 9px;
	padding-left: 9px;
	padding-right: 9px;
	padding-bottom: 9px;
}
* html div.search-item{
	width: 158px;
	float: left;
/*	background-color: #e4eaf0;*/
	background-color: #fae3d0;
	margin-left: 4px;
	margin-top: 12px;
	padding-top: 9px;
	padding-left: 9px;
	padding-right: 9px;
	padding-bottom: 9px;
}
div.search-item h1.category{
	text-transform: capitalize;
	margin-bottom: 4px;
}
div#left img{
	float: left;
}
div#content p{
	text-align: justify;
}
h1{
	font-size: 1.4em;
	font-weight: normal;
}
h1 span.title{
	color: #365773;
}
h2{
	font-size: 1.1em;
	font-weight: normal;
	color: #365773;
}
div.search-item label{
	width: 50px;
	font-size: 1em;
	text-align: left;
	height: 16px;
	margin-top: 4px;
	color: #365773;	
	padding-top: 4px;
}
div.search-item select{
	width: 80px;
	font-size: 1em;
	height: 20px;	
	margin-top: 4px;	
}
* html div.search-item select{
	width: 150px;
	font-size: 1em;
	height: 20px;	
	margin-top: 4px;	
}
div.search-item label.small{
	width: auto;
	font-size: 1em;
	text-align: left;
	height: 16px;
	margin-top: 4px;
	color: #365773;	
	padding-top: 4px;
	float: left;
}
div.search-item select.small{
	width: 45px;
	font-size: 1em;
	height: 20px;	
	margin-top: 4px;	
	float: left;
	margin-right: 4px;
}
div.search-item p.cc{
	float: right;
	padding-top: 7px;
	padding-right: 15px;
	color: #365773;	
}
div.search-item input.search{
	width: 73px;
	background-image: url(../i/layout/button.jpg);
	background-repeat: no-repeat;
	border: 1px #fe751c solid;
}


div.search-item input.search2{
	width: 154px;
	height: 22px;
	background-image: url(../i/layout/button.jpg);
/*	background-repeat: no-repeat;*/
	border: 1px #fe751c solid;
}

div.search-item input.search3{
	font-size: 0.8em;
	width: 154px;
	height: 22px;
	background-image: url(../i/layout/button.jpg);
/*	background-repeat: no-repeat; */
	border: 1px #fe751c solid;
}



form#searchform{
	float: left;
	clear: none;
	width: auto;
}

div.main-image{
	float: right;
	width: 211px;
	height: 455px;
}
div.specs{
	float: left;
	width: 262px;
	height: 100px;
	padding-top: 4px;
}
div.spec{
	float: left;
	width: 245px;
	height: 20px;
	margin-bottom: 2px;
	border: 1px solid #284b69;
/*	background-color: #e4eaf0;*/
	background-color: #fae3d0;
}
div.spec-title{
	float: left;
	height: 17px;
	width: 110px;
	padding-top: 3px;
	padding-left: 4px;
}
div.spec-figure{
	float: left;
	height: 17px;
	width: 127px;	
	text-align: right;
	padding-top: 3px;
	padding-right: 4px
}
div.spec-figure a{
	color: #ff0000;
	text-decoration: underline;
	width: 100px;
}
div.spec-figure a:hover{
	color: #fe751c;
}
div.specs div.spec img{
	margin-top: 6px;
	margin-left: 7px;
}
div.pdf-download{
	float: left;
	width: 266px;
	margin-top: 4px;
}
div.pdf-download a{
	background-image: url(../i/layout/pdf.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 26px;
	padding-left: 40px;
	padding-top: 9px;
}
div.pdf-download a:hover{
	color: #fe751c;	
}
div.schematic{
	float: left;
	width: 266px;
/*	height: 240px;*/
	margin-top: 4px;
}
div.schematic img{
	
}

ul.pages{
	float: left;

	width: 470px;
}
ul.pages li{
	float: left;
}
ul.pages li.ammount{
	margin-right: 10px;
}
ul.pages li{
	margin-left: 5px;
}
ul.pages li.currentpage{
	font-size: 1.2em;
	font-weight: bold;
	color: #365773;
}
ul.pages li a.back{
	background-image: url(../i/layout/back.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 10px;
	height: 10px;
	margin-top: 2px;	
}
div#content.remove-bg ul.pages li a.forward{
	background-image: url(../i/layout/forward.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-top: 2px;
	width: 10px;
	height: 10px;
}
ul.pages li a:hover{
	color: #ccc;
}




div.result-itemwine{
	float: left;
	width: 161px;
	height: 78px;
	margin-left: 5px;
	margin-bottom: 5px;
	background-color: #932c42;

}
div.result-itemsoft{
	float: left;
	width: 161px;
	height: 78px;
	margin-left: 5px;
	margin-bottom: 5px;
	background-color: #551600;

}
div.result-itemchemicals{
	float: left;
	width: 161px;
	height: 78px;
	margin-left: 5px;
	margin-bottom: 5px;
	background-color: #bcc8e5;

}
div.result-itemjuice{
	float: left;
	width: 161px;
	height: 78px;
	margin-left: 5px;
	margin-bottom: 5px;
	background-color: #fee152;

}
div.result-itemfoods{
	float: left;
	width: 161px;
	height: 78px;
	margin-left: 5px;
	margin-bottom: 5px;
	background-color: #777646;

}
div.result-itemjars{
	float: left;
	width: 161px;
	height: 78px;
	margin-left: 5px;
	margin-bottom: 5px;
	background-color: #a0a19c;

}
div.result-itemfinishes{
	float: left;
	width: 161px;
	height: 78px;
	margin-left: 5px;
	margin-bottom: 5px;
	background-color: #a4ad86;
	
}
div.result-itembeer{
	float: left;
	width: 161px;
	height: 78px;
	margin-left: 5px;
	margin-bottom: 5px;
	background-color: #636b0f;

}
div.result-itemhard{
	float: left;
	width: 161px;
	height: 78px;
	margin-left: 5px;
	margin-bottom: 5px;
	background-color: #f0c173;

}

div.result-thumb{
	margin-top: 4px;
	margin-left: 4px;
}
div.result-thumb img{
	float: left;
}
div.result-image{
	float: left;
	width: 34px;
	height: 70px;
	text-indent: -999em;
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #fff;
}
div.pdf-results a{
	float: left;
	width: 116px;
	height: 34px;
	background-image: url(../i/layout/pdf-download.jpg);
	margin-left: 3px;
	background-repeat: no-repeat;
	text-indent: -999em;
}

div.pdf-results-fr a{
	float: left;
	width: 116px;
	height: 34px;
	background-image: url(../i/layout/pdf-download-fr.jpg);
	margin-left: 3px;
	background-repeat: no-repeat;
	text-indent: -999em;
}

div.pdf-results-nl a{
	float: left;
	width: 116px;
	height: 34px;
	background-image: url(../i/layout/pdf-download-nl.jpg);
	margin-left: 3px;
	background-repeat: no-repeat;
	text-indent: -999em;
}

div.further-results a{
	float: left;
	width: 116px;
	height: 34px;
	background-image: url(../i/layout/further-download.jpg);
	margin-left: 3px;
	margin-top: 2px;
	background-repeat: no-repeat;
	text-indent: -999em;

}

div.further-results-de a{
	float: left;
	width: 116px;
	height: 34px;
	background-image: url(../i/layout/further-download-de.jpg);
	margin-left: 3px;
	margin-top: 2px;
	background-repeat: no-repeat;
	text-indent: -999em;

}

div.further-results-fr a{
	float: left;
	width: 116px;
	height: 34px;
	background-image: url(../i/layout/further-download-fr.jpg);
	margin-left: 3px;
	margin-top: 2px;
	background-repeat: no-repeat;
	text-indent: -999em;

}

div.further-results-nl a{
	float: left;
	width: 116px;
	height: 34px;
	background-image: url(../i/layout/further-download-nl.jpg);
	margin-left: 3px;
	margin-top: 2px;
	background-repeat: no-repeat;
	text-indent: -999em;

}

div.news-archive div.archive-block a{
/*	background-color: #6f92b0;*/
	background-color: #bcc6c6;
	color: #fff;
	width: auto;
	height: 25px;
	padding: 4px;
	margin-right: 2px;
	float: left;
}
div.news-archive div.archive-block a:hover{
	background-color: #e46713;
	color: #fff;
	width: auto;
	height: 25px;
	padding: 4px;
	padding-bottom: 10px;
}
div#content div.news-archive div.archive-block{
	width: auto;
	height: 35px;
	float: left;	
}
div#content div.news-archive h1{
	width: 490px;
	height: 35px;
	float: left;	
}
div.archive-strip{
	float: left;
	width: 490px;
	padding-bottom: 10px;
}
div.news-item{
	float: left;
	padding: 10px;
/*	background-color: #cddef1;*/
	background-color: #fae3d0;
	margin-bottom: 10px;
	width: 480px;
}
div#content a.go-back{
	float: left;
	background-color: #c6d9ea;
	padding: 4px;
	margin-bottom: 4px;
}
div#content a.go-back:hover{
	float: left;
	background-color: #677d91;
	color: #fff;
	padding: 4px;
}
/***********************************************************************
	NAVIGATION
************************************************************************/
div#header ul{
/*	margin-top: 115px;*/
	margin-top: 175px;	
	margin-left: 9px;

}
div#header ul li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	float: left;
	margin-right: 10px;


}
div#header ul li a{
	background-image: url(../i/layout/nav-bullet.jpg)	;
	padding-right: 10px;
	background-repeat: no-repeat;
	background-position: right 4px ;
	color: #284b69;


}
div#header ul li a:hover{
	color: #70879b;
}



div#deheader ul{
/*	margin-top: 115px;*/
	margin-top: 175px;	
	margin-left: 9px;

}
div#deheader ul li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	float: left;
	margin-right: 10px;


}
div#deheader ul li a{
	background-image: url(../i/layout/nav-bullet.jpg)	;
	padding-right: 10px;
	background-repeat: no-repeat;
	background-position: right 4px ;
	color: #284b69;


}
div#deheader ul li a:hover{
	color: #70879b;
}


div#frheader ul{
/*	margin-top: 115px;*/
	margin-top: 175px;	
	margin-left: 9px;

}
div#frheader ul li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	float: left;
	margin-right: 10px;


}
div#frheader ul li a{
	background-image: url(../i/layout/nav-bullet.jpg)	;
	padding-right: 10px;
	background-repeat: no-repeat;
	background-position: right 4px ;
	color: #284b69;


}
div#frheader ul li a:hover{
	color: #70879b;
}


div#nlheader ul{
/*	margin-top: 115px;*/
	margin-top: 175px;	
	margin-left: 9px;

}
div#nlheader ul li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	float: left;
	margin-right: 10px;


}
div#nlheader ul li a{
	background-image: url(../i/layout/nav-bullet.jpg)	;
	padding-right: 10px;
	background-repeat: no-repeat;
	background-position: right 4px ;
	color: #284b69;


}
div#nlheader ul li a:hover{
	color: #70879b;
}



div#flaglinks{
	width: 126px;
	height: 20px;
	float: right;
}


div#flag-gb{
	float: left;
	width: 30px;
	border: 1px;
	border-color: ccc;
}

div#flag-fr{
	float: left;
	width: 30px;
}

div#flag-de{
	float: left;
	width: 30px;
}

div#flag-nl{
	float: left;
	width: 30px;
}

/***********************************************************************
	FOOTER ELEMENTS
************************************************************************/
div#footer p{
	width: 760px;
	text-align: center;
}
/***********************************************************************
	MESSAGES
************************************************************************/

.error, .notice, .message { 
	color: #b22;
	font-weight: bold;
}

.error ol li {
	font-weight: normal;
	list-style-type: lower-roman;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 1em;
	text-indent: 1em;
}
/***********************************************************************
	SOCIAL BOOKMARK LINKS LIST
************************************************************************/
div#social-bookmark-links{
	float: left;
	clear: both;
	border: 1px solid #cccccc;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
div#social-bookmark-links ul{
	
}
div#social-bookmark-links ul li{
	float: left;
}
div#social-bookmark-links ul li a{
	float: left;
	height: 20px;
	padding-left: 22px;
	padding-top: 2px;
	background-repeat: no-repeat;
	margin-right: 5px;
}
div#social-bookmark-links ul li a:hover{
	float: left;
	color: Maroon;
}

/**icon setting**/
div#social-bookmark-links ul li a#delicious{
	background-image: url(../i/icons/delicious.jpg);
/*	width: 60px;*/
}
div#social-bookmark-links ul li a#digg{
	background-image: url(../i/icons/digg.jpg);
/*	width: 35px;*/
}
div#social-bookmark-links ul li a#stumble{
	background-image: url(../i/icons/stumble.jpg);
/*	width: 85px;*/
}
div#social-bookmark-links ul li a#facebook{
	background-image: url(../i/icons/facebook.jpg);
/*	width: */
}
div#social-bookmark-links ul li a#reddit{
	background-image: url(../i/icons/reddit.jpg);
}
/*****************/
