html,body,div,span,hr,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,:before,:after,input,textarea,select{background:none;border:0;border-collapse:collapse;border-spacing:0;border-width:0;bottom:auto;clear:none;content:none;direction:ltr;float:none;left:auto;margin:0;outline:0;padding:0;right:auto;text-decoration:none;text-indent:0;top:auto;}
body,input,select,textarea,option,iframe,code{background:#fff;font-family:Geneva,Arial,Helvetica,sans-serif;}



/* Main page body. */

body {
background: #09396A url(../graphics/layout/background.jpg) repeat-x;
font-size: 62.5%;
text-align: center;
}

	h1.section-name { display: none; }



/* main page wrapper */

#wrapper {
background: #fff url(../graphics/layout/banner.jpg) 50% 0 no-repeat;
border-left: 10px solid #fff;
border-right: 10px solid #fff;
margin: 0 auto;
padding: 121px 0 20px;
text-align: left;
width: 860px;
}



/* navigation */

ul#nav {
background: #02366C;
list-style: none;
position: relative;
}

	ul#nav li {
	float: left;
	}
	
	ul#nav a {
	border-right: 1px solid #fff;
	color: #fff;
	float: left;
	font-size: 1.4em;
	font-weight: bold;
	padding: 7px 10px;
	}
	
		ul#nav a.lightbox {
		border: 0;
		padding: 0;
		position: absolute;
		top: 3px;
		right: 3px;
		}
	
		ul#nav a:hover {
		background: #84858A;
		}
		
		
	
/* Left menu. */

#left {
font-size: 1.2em;
float: left;
padding: 24px 0 20px;
width: 180px;
}

	#left h1 {
	background: #84858A;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 1.2em;
	}
	
		#left h1 a {
		background: url(../graphics/layout/plus.png) 100% 50% no-repeat;
		color: #fff;
		display: block;
		padding: 7px 10px;
		}
	
		#left h1 a.minus {
		background: url(../graphics/layout/minus.png) 100% 50% no-repeat;
		}
	
	#left ul {
	display: none;
	padding: 10px 0;
	}
	
		#left ul li {
		border-bottom: 1px solid #84858A;
		}
	
		#left ul a {
		color: #84858A;
		display: block;
		padding: 3px 10px;
		}
	
			#left ul a:hover {
			background: #84858A;
			color: #fff;
			}
			
		#left p {
		border-top: 1px solid #ccc;
		padding: 10px 0;
		}



/* content area */

#content {
font-size: 1.2em;
float: right;
padding: 20px 0 30px;
width: 660px;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 { color: #02366C; font-size: 1.6em; padding: 0 0 10px; }
#content p, #content ul, #content ol, #content blockquote { line-height: 1.5em; padding: 0 0 12px; }
#content li { line-height: 1.5em; }
#content ul, #content ol, #content blockquote { margin: 0 30px; }
#content a { color: #02366C; }
#content a:hover, p#footer a:hover { color: #000; text-decoration: underline; }
#content #left { float: left; width: 200px; }
#content #right { float: right; width: 300px; }

#content h1.section-line { color: #000; }



/* footer */

p#footer {
border-top: 1px solid #02366C;
font-size: 1.1em;
margin: 0;
padding: 20px;
text-align: center;
}

	p#footer a { color: #000; margin: 0 5px; }




/* Section lines. */

#content .section {
border: 1px solid #84858A;
float: left;
margin: 0 6px 10px 0;
width: 214px;
}

	#content .section.nomargin {
	margin: 0 0 10px 0;
	}
	
	#content .section p.section_name {
	background: #84858A;
	color: #fff;
	font-weight: bold;
	padding: 7px 10px;
	}
	
	#content .section p.section_image {
	border-bottom: 1px solid #ccc;
	height: 203px;
	padding: 5px;
	text-align: center;
	width: 204px;
	}
	
	#content .section p.section_more {
	padding: 5px 10px;
	text-align: center;
	}



/* Products left. */

#product_left {
border: 1px solid #02366C;
float: left;
margin: 4px 0 0;
width: 260px;
}

	#content p.product_image {
	background: #eee;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	}

	#content p.product_larger {
	padding: 5px 10px;
	text-align: center;
	}



/* Products right. */

#product_right {
float: right;
width: 380px;
}

	#content p#product_code {
	font-weight: bold;
	}

	#content p#product_price {
	color: #02366C;
	font-size: 1.6em;
	text-align: right;
	}
	
		#content p#product_price span {
		color: #000;
		}
	
			#content p#product_price span.price_vat {
			font-size: .7em;
			}

	#content p#product_add {
	text-align: right;
	}

		#content p#product_add input {
		background: #02366C;
		color: #fff;
		cursor: pointer;
		font-size: 1.2em;
		font-weight: bold;
		padding: 7px 20px;
		}
	


/* Information message. */

#content p#info_message {
background: #02366C;
border: 1px solid #000;
color: #fff;
margin: 0 0 12px;
padding: 10px;
}

	#content p#info_message.error {
	background: #c00;
	border: 1px solid #a00;
	}
	
	#content p#info_message a {
	color: #fff;
	text-decoration: underline;
	}



/* Accessibility popup. */

ul#accessibility_popup {
list-style: none;
padding: 10px;
width: 400px;
}

	ul#accessibility_popup li {
	padding: 0 0 10px;
	}
	
	ul#accessibility_popup a {
	background: #02366C;
	color: #fff;
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	padding: 10px;
	}
	
		ul#accessibility_popup a:hover {
		background: #000;
		color: #fff;
		}
	
	

/* fixes */

		  ul#nav, 			ul#nav li,			 #main, 		  #content,			  #sections { height: 1%; }
html>body ul#nav, html>body ul#nav li, html>body #main, html>body #content, html>body #sections { height: auto; overflow: auto; }